[PR #447] [MERGED] Bump vite-plus from 0.1.11 to 0.1.19 #1304

Closed
opened 2026-04-26 00:20:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/447
Author: @dependabot[bot]
Created: 4/23/2026
Status: Merged
Merged: 4/23/2026
Merged by: @gschier

Base: mainHead: dependabot/npm_and_yarn/vite-plus-0.1.19


📝 Commits (1)

  • e5ae063 Bump vite-plus from 0.1.11 to 0.1.19

📊 Changes

1 file changed (+370 additions, -249 deletions)

View changed files

📝 package-lock.json (+370 -249)

📄 Description

Bumps vite-plus from 0.1.11 to 0.1.19.

Release notes

Sourced from vite-plus's releases.

vite-plus v0.1.19 — Windows polish, vp rebuild, and lazy plugin loading

A reliability-focused release: terminal handling and file-handle leaks on Windows are fixed, a top-level vp rebuild alias lands, and lazyPlugins() defers plugin initialization until first use.

Highlights

  • Windows Ctrl+C — terminal state is now restored after Ctrl+C in interactive commands, and .cmd shims are routed through PowerShell to stop Windows corrupting the terminal (#1407, #1414)
  • Workspace file-handle leak on Windowsvp run dev no longer keeps an open handle on pnpm-workspace.yaml for the life of the session, so pnpm in a second terminal can rewrite the file without EPERM (#1400, vite-task#335)
  • CLI extra args leaking into dependent tasks — fixed a bug where args after a task name (e.g. vp run test some-filter) were forwarded to tasks pulled in via dependsOn, breaking their execution (vite-task#332)
  • Top-level vp rebuild alias — rebuild your monorepo with a single command, no run -- wrapping needed (#1383)
  • Conditional plugin loading — new lazyPlugins() helper defers plugin initialization until first use (#1215)

Features

Fixes & Enhancements

  • Restore terminal state after Ctrl+C in interactive commands (#1407) — @​Claude
  • Route Windows .cmd shims through PowerShell to fix Ctrl+C terminal corruption (#1414) — @​fengmk2
  • Respect oxlint exit code so denyWarnings fails vp check (#1425) — @​fengmk2
  • Avoid SetGlobalDefaultError panic when rolldown devtools is enabled (#1364) — @​fengmk2
  • Stop forwarding -- to npx-invoked remote templates in vp create (#1421) — @​jong-kyung
  • Embed node version requirement at compile time (#1412) — @​liangmiQwQ
  • Upgrade oxc catalog entries proactively in the upgrade-deps workflow (#1409) — @​fengmk2
  • Workspace no longer holds file handles across a session (vite-task#335) — @​fengmk2
  • Fix CLI extra args leaking from the requested task into dependsOn tasks — args after a task name (e.g. vp run test some-filter) are now forwarded only to that task (vite-task#332) — @​branchseer
  • Windows file access tracking no longer panics on malformed paths (vite-task#330) — @​SegaraRai
  • [Breaking cache format] Migrate from bincode (unmaintained) to wincode; cache format bumps from v10 → v11, so expect a one-time cache miss on upgrade (vite-task#334) — @​branchseer
  • musl builds skip allocating the unused 4 GiB IPC shared-memory region and lock file (vite-task#328) — @​branchseer

Refactor

Docs

Chore

... (truncated)

Commits
  • 41e78e2 feat(cli/bin): Allow --stdin-filepath for oxfmt bin (#1429)
  • c5e09e7 fix: route Windows .cmd shims through PowerShell to fix Ctrl+C terminal cor...
  • 562365d feat(migrate/create): add TypeScript shim for Vue and Astro component files (...
  • 6bfcbdb fix(check): respect oxlint exit code so denyWarnings fails vp check (#1425)
  • 58141d7 chore(cli): upgrade @​oxc-node/core to catalog version (0.0.35) (#1000)
  • 1ad7203 fix(create): stop forwarding -- to npx-invoked remote templates (#1421)
  • 9b57c4b chore(deps): update pnpm to v10.33.0 (#1246)
  • 2e2c4c6 fix(cli): restore terminal state after Ctrl+C in interactive commands (#1407)
  • abc3b2a feat: add lazyPlugins() helper for conditional plugin loading (#1215)
  • d202f3f feat(deps): upgrade upstream dependencies (#1406)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/447 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/23/2026 **Status:** ✅ Merged **Merged:** 4/23/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vite-plus-0.1.19` --- ### 📝 Commits (1) - [`e5ae063`](https://github.com/mountain-loop/yaak/commit/e5ae06377dff7983d4a66d2213cb1c3c670b5809) Bump vite-plus from 0.1.11 to 0.1.19 ### 📊 Changes **1 file changed** (+370 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+370 -249) </details> ### 📄 Description Bumps [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) from 0.1.11 to 0.1.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/voidzero-dev/vite-plus/releases">vite-plus's releases</a>.</em></p> <blockquote> <h2>vite-plus v0.1.19 — Windows polish, vp rebuild, and lazy plugin loading</h2> <p>A reliability-focused release: terminal handling and file-handle leaks on Windows are fixed, a top-level <code>vp rebuild</code> alias lands, and <code>lazyPlugins()</code> defers plugin initialization until first use.</p> <h3>Highlights</h3> <ul> <li><strong>Windows Ctrl+C</strong> — terminal state is now restored after Ctrl+C in interactive commands, and <code>.cmd</code> shims are routed through PowerShell to stop Windows corrupting the terminal (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1407">#1407</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1414">#1414</a>)</li> <li><strong>Workspace file-handle leak on Windows</strong> — <code>vp run dev</code> no longer keeps an open handle on <code>pnpm-workspace.yaml</code> for the life of the session, so pnpm in a second terminal can rewrite the file without <code>EPERM</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1400">#1400</a>, <a href="https://redirect.github.com/voidzero-dev/vite-task/pull/335">vite-task#335</a>)</li> <li><strong>CLI extra args leaking into dependent tasks</strong> — fixed a bug where args after a task name (e.g. <code>vp run test some-filter</code>) were forwarded to tasks pulled in via <code>dependsOn</code>, breaking their execution (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/332">vite-task#332</a>)</li> <li><strong>Top-level <code>vp rebuild</code> alias</strong> — rebuild your monorepo with a single command, no <code>run --</code> wrapping needed (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1383">#1383</a>)</li> <li><strong>Conditional plugin loading</strong> — new <code>lazyPlugins()</code> helper defers plugin initialization until first use (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1215">#1215</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add top-level <code>vp rebuild</code> alias (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1383">#1383</a>) — <a href="https://github.com/Han5991"><code>@​Han5991</code></a></li> <li>Add <code>lazyPlugins()</code> helper for conditional plugin loading (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1215">#1215</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Add TypeScript shim for Vue and Astro component files in <code>vp migrate</code>/<code>vp create</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1411">#1411</a>) — <a href="https://github.com/naokihaba"><code>@​naokihaba</code></a></li> <li>Allow <code>--stdin-filepath</code> for the <code>oxfmt</code> bin (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1429">#1429</a>) — <a href="https://github.com/leaysgur"><code>@​leaysgur</code></a></li> <li>Upgrade upstream dependencies: rolldown <code>v1.0.0-rc.16</code>, oxc <code>0.126.0</code>, tsdown <code>0.21.9</code>, oxlint-tsgolint <code>0.21.1</code>, <code>@vitejs/devtools</code> <code>0.1.14</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1395">#1395</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1406">#1406</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1415">#1415</a>) — <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a></li> </ul> <h3>Fixes &amp; Enhancements</h3> <ul> <li>Restore terminal state after Ctrl+C in interactive commands (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1407">#1407</a>) — <a href="https://github.com/Claude"><code>@​Claude</code></a></li> <li>Route Windows <code>.cmd</code> shims through PowerShell to fix Ctrl+C terminal corruption (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1414">#1414</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Respect oxlint exit code so <code>denyWarnings</code> fails <code>vp check</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1425">#1425</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Avoid <code>SetGlobalDefaultError</code> panic when rolldown devtools is enabled (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1364">#1364</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Stop forwarding <code>--</code> to npx-invoked remote templates in <code>vp create</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1421">#1421</a>) — <a href="https://github.com/jong-kyung"><code>@​jong-kyung</code></a></li> <li>Embed node version requirement at compile time (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1412">#1412</a>) — <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li>Upgrade oxc catalog entries proactively in the upgrade-deps workflow (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1409">#1409</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Workspace no longer holds file handles across a session (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/335">vite-task#335</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Fix CLI extra args leaking from the requested task into <code>dependsOn</code> tasks — args after a task name (e.g. <code>vp run test some-filter</code>) are now forwarded only to that task (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/332">vite-task#332</a>) — <a href="https://github.com/branchseer"><code>@​branchseer</code></a></li> <li>Windows file access tracking no longer panics on malformed paths (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/330">vite-task#330</a>) — <a href="https://github.com/SegaraRai"><code>@​SegaraRai</code></a></li> <li><strong>[Breaking cache format]</strong> Migrate from <code>bincode</code> (unmaintained) to <code>wincode</code>; cache format bumps from v10 → v11, so expect a one-time cache miss on upgrade (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/334">vite-task#334</a>) — <a href="https://github.com/branchseer"><code>@​branchseer</code></a></li> <li>musl builds skip allocating the unused 4 GiB IPC shared-memory region and lock file (<a href="https://redirect.github.com/voidzero-dev/vite-task/pull/328">vite-task#328</a>) — <a href="https://github.com/branchseer"><code>@​branchseer</code></a></li> </ul> <h3>Refactor</h3> <ul> <li>Show key hints for multichoice prompts (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1392">#1392</a>) — <a href="https://github.com/rChaoz"><code>@​rChaoz</code></a></li> </ul> <h3>Docs</h3> <ul> <li>Point the Windows installer at <code>setup.viteplus.dev</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1390">#1390</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> </ul> <h3>Chore</h3> <ul> <li>Generate diff-accurate upgrade-deps PR descriptions via Claude (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1402">#1402</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Upgrade <code>@oxc-node/core</code> to catalog version (0.0.35) (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1000">#1000</a>) — <a href="https://github.com/Arthie"><code>@​Arthie</code></a></li> <li>Bump vite-task for workspace file-handle fix (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1400">#1400</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Make the &quot;Disable Windows Defender&quot; step non-blocking in the E2E workflow (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1397">#1397</a>) — <a href="https://github.com/Copilot"><code>@​Copilot</code></a></li> <li>Update pnpm to v10.33.0 (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1246">#1246</a>) — <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/41e78e2ba8ead352ca74aa32835489bfedfad63d"><code>41e78e2</code></a> feat(cli/bin): Allow --stdin-filepath for oxfmt bin (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1429">#1429</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/c5e09e7fdf8c3c29faaf980fabe8352256b69f8f"><code>c5e09e7</code></a> fix: route Windows <code>.cmd</code> shims through PowerShell to fix Ctrl+C terminal cor...</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/562365d408304e181bcc041e7b6fee39e09311cd"><code>562365d</code></a> feat(migrate/create): add TypeScript shim for Vue and Astro component files (...</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/6bfcbdb498caf8ff27c1085140cae133ccf0b49c"><code>6bfcbdb</code></a> fix(check): respect oxlint exit code so denyWarnings fails <code>vp check</code> (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1425">#1425</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/58141d70547a72778b6eb4ef8cc28173aef14547"><code>58141d7</code></a> chore(cli): upgrade <code>@​oxc-node/core</code> to catalog version (0.0.35) (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1000">#1000</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/1ad7203f7169ddbebda58b5bceaad7cbd1e5c899"><code>1ad7203</code></a> fix(create): stop forwarding <code>--</code> to npx-invoked remote templates (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1421">#1421</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/9b57c4b5d1e594ccc4caff1ea5965e49dd88070d"><code>9b57c4b</code></a> chore(deps): update pnpm to v10.33.0 (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1246">#1246</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/2e2c4c6d6f56a8f42efa59ebbf25d02a0ef41c00"><code>2e2c4c6</code></a> fix(cli): restore terminal state after Ctrl+C in interactive commands (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1407">#1407</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/abc3b2a92fe5da421d47c16fc5b53aef8ed29ea7"><code>abc3b2a</code></a> feat: add lazyPlugins() helper for conditional plugin loading (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1215">#1215</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/d202f3f6fe75b076bb2dac82a80280f3a962152f"><code>d202f3f</code></a> feat(deps): upgrade upstream dependencies (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1406">#1406</a>)</li> <li>Additional commits viewable in <a href="https://github.com/voidzero-dev/vite-plus/commits/v0.1.19/packages/cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plus&package-manager=npm_and_yarn&previous-version=0.1.11&new-version=0.1.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mountain-loop/yaak/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 00:20:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1304