Skip to content

chore(deps): update dependency vite-plus to v0.1.20#2590

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite
Open

chore(deps): update dependency vite-plus to v0.1.20#2590
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plus (source) 0.1.160.1.20 age confidence

Release Notes

voidzero-dev/vite-plus (vite-plus)

v0.1.20: vite-plus v0.1.20

Compare Source

This release focuses on experience improvements, bug fixes, and dependency updates.

Features
  • Auto-migrate ESLint/Prettier to oxlint/oxfmt in vp create (#​1434) — @​fengmk2
  • Multi-editor selection in vp create (#​1438) — @​lyzno1
  • Ship docs directly at vite-plus/docs (#​1440) — @​cpojer
  • Redefine vp check --no-lint for type-check-only workflow (#​1444) — @​jong-kyung
  • Error on vp install -g without package names (#​1472) — @​liangmiQwQ
  • Add language-specific formatter overrides to .vscode/settings.json (#​1491) — @​oilater
  • Platform support for targets without input auto-inference (e.g. Android) — tasks still run, but those relying on auto-inference run uncached with a summary noting that input must be configured manually to enable caching (vite-task#352) — @​branchseer
  • Upgrade upstream dependencies: vite v8.0.10, vitest 4.1.5, rolldown v1.0.0-rc.17, tsdown 0.21.10, oxfmt 0.46.0, oxlint 1.61.0, oxlint-tsgolint 0.22.0, oxc toolchain 0.127.0, @vitejs/devtools 0.1.15, @napi-rs/wasm-runtime ^1.1.4, diff ^9.0.0 (#​1435, #​1460, #​1469, #​1479) — @​Brooooooklyn
Fixes & Enhancements
  • Condense Vite+ AGENTS.md content (#​1430) — @​cpojer
  • Suppress Vite+ header in non-TTY and git hook contexts (#​1439) — @​fengmk2
  • Avoid truncating lock file to prevent sharing violation on Windows (#​1467) — @​rorychatt
  • Support PowerShell on non-Windows platforms (#​1481) — @​nekomoyi
  • vp run no longer aborts with failed to prepare the command for injection: Invalid argument when the user environment already has LD_PRELOAD (Linux) or DYLD_INSERT_LIBRARIES (macOS) set; the tracer shim is now appended to any existing value and placed last, preserving user preloads' symbol-interposition precedence (vite-task#349) — @​branchseer
Docs
Chore
Published Packages
  • @voidzero-dev/vite-plus-core@0.1.20
  • @voidzero-dev/vite-plus-test@0.1.20
  • vite-plus@0.1.20
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​branchv, @​lyzno1, @​yuyinws, @​rorychatt, @​oilater

Full Changelog: voidzero-dev/vite-plus@v0.1.19...v0.1.20

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

Compare Source

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
Refactor
Docs
Chore
Published Packages
  • @voidzero-dev/vite-plus-core@0.1.19
  • @voidzero-dev/vite-plus-test@0.1.19
  • vite-plus@0.1.19
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​Han5991, @​Arthie

Full Changelog: voidzero-dev/vite-plus@v0.1.18...v0.1.19

v0.1.18: vite-plus v0.1.18

Compare Source

vite-plus v0.1.18

Published Packages
  • @voidzero-dev/vite-plus-core@0.1.18
  • @voidzero-dev/vite-plus-test@0.1.18
  • vite-plus@0.1.18
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

What's Changed

  • feat(check): support --no-error-on-unmatched-pattern for fmt and lint by @​fengmk2 in #​1354

Full Changelog: voidzero-dev/vite-plus@v0.1.17...v0.1.18

v0.1.17: vite-plus v0.1.17 — Windows installer, Nushell, and safer upgrades

Compare Source

Broader platform reach with a standalone Windows installer and Nushell shell support.

Highlights
  • Windows .exe installer — standalone vp-setup.exe now shipped as release asset for fully offline-friendly Windows installs (#​1293)
  • Nushell support — new env.nu wrapper makes vp env work natively in Nushell (#​1312)
  • Node.js compatibility guardvp now blocks execution on incompatible Node.js versions instead of failing opaquely (#​1360)
  • Safer global install & vp upgrade — hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#​1338, #​1369)
  • Cached vp check — task runner now caches vp check output for faster repeat runs (#​1328)
Features
Fixes & Enhancements
Refactor
Docs
Chore
Published Packages
  • @voidzero-dev/vite-plus-core@0.1.17
  • @voidzero-dev/vite-plus-test@0.1.17
  • vite-plus@0.1.17
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​T4ko0522

Full Changelog: voidzero-dev/vite-plus@v0.1.16...v0.1.17


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.npmx.dev Ready Ready Preview, Comment Apr 29, 2026 3:23pm
npmx.dev Ready Ready Preview, Comment Apr 29, 2026 3:23pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
npmx-lunaria Ignored Ignored Apr 29, 2026 3:23pm

Request Review

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 20, 2026

📊 Dependency Size Changes

Warning

This PR adds 14.2 MB of new dependencies, which exceeds the threshold of 200 kB.

📦 Package 📏 Size
@voidzero-dev/vite-plus-test@0.1.20 6.7 MB
@voidzero-dev/vite-plus-core@0.1.20 5 MB
@voidzero-dev/vite-plus-linux-x64-gnu@0.1.16 → @voidzero-dev/vite-plus-linux-x64-gnu@0.1.20 856.1 kB
vite-plus@0.1.16 → vite-plus@0.1.20 621.6 kB
@oxlint/binding-linux-x64-gnu@1.58.0 → @oxlint/binding-linux-x64-gnu@1.61.0 299.2 kB
@oxlint-tsgolint/linux-x64@0.20.0 → @oxlint-tsgolint/linux-x64@0.22.0 292.4 kB
@oxc-project/runtime@0.127.0 235.2 kB
@oxfmt/binding-linux-x64-gnu@0.43.0 → @oxfmt/binding-linux-x64-gnu@0.46.0 61.5 kB
@oxc-project/types@0.127.0 44.5 kB
oxlint@1.58.0 → oxlint@1.61.0 26.3 kB
oxfmt@0.43.0 → oxfmt@0.46.0 7.6 kB
oxlint-tsgolint@0.20.0 → oxlint-tsgolint@0.22.0 0 B

Total size change: 14.2 MB

@renovate renovate Bot force-pushed the renovate/vite branch from b28e298 to 1757656 Compare April 20, 2026 01:12
@renovate renovate Bot force-pushed the renovate/vite branch from 1757656 to 31383ff Compare April 20, 2026 01:19
@serhalp serhalp added the help wanted Extra attention is needed label Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/vite branch from 31383ff to aadd6ba Compare April 20, 2026 01:41
@renovate renovate Bot force-pushed the renovate/vite branch from aadd6ba to 9a2e72a Compare April 20, 2026 04:45
@renovate renovate Bot force-pushed the renovate/vite branch from 9a2e72a to 630e3aa Compare April 20, 2026 09:08
@ghostdevv ghostdevv closed this Apr 20, 2026
@ghostdevv ghostdevv reopened this Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/vite branch from 630e3aa to cdade46 Compare April 20, 2026 14:14
@renovate renovate Bot force-pushed the renovate/vite branch from cdade46 to 4076684 Compare April 20, 2026 19:15
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 25, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants