Skip to content

chore(deps-dev): bump vite-plus from 0.1.18 to 0.1.19#482

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plus-0.1.19
Open

chore(deps-dev): bump vite-plus from 0.1.18 to 0.1.19#482
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vite-plus-0.1.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps vite-plus from 0.1.18 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)

Bumps [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) from 0.1.18 to 0.1.19.
- [Release notes](https://github.com/voidzero-dev/vite-plus/releases)
- [Commits](https://github.com/voidzero-dev/vite-plus/commits/v0.1.19/packages/cli)

---
updated-dependencies:
- dependency-name: vite-plus
  dependency-version: 0.1.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants