Skip to content

chore(deps): update dependency vite-plus to v0.1.15#2075

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite-plus-0.x
Open

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 7, 2026

This PR contains the following updates:

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

Release Notes

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

v0.1.15: vite-plus v0.1.15 -- Task runner concurrency controls, vpr shorthand and bun support

Compare Source

A packed release with task runner concurrency controls, a new vpr shorthand, dynamic shell completions, bun package manager support, and 10x migration performance improvement.

Highlights
  • Task runner concurrency controls -- New --concurrency-limit flag to limit concurrent tasks (defaults to 4) and --parallel flag to ignore task dependencies and run all tasks at once (vite-task#288, vite-task#309)
  • vpr standalone shorthand -- Run tasks faster with vpr build instead of vp run build (#​1178)
  • Dynamic shell completions -- vp run and vpr now offer tab-completion for available tasks across all major shells (#​1181)
  • Bun package manager support -- vp create and install scripts now support bun as a first-class package manager (#​1005)
  • 10x migration speedup -- rewriteAllImports uses cached rules, pre-filtering, and rayon parallelism for dramatically faster migrations (#​1172)
Breaking Changes
  • vp run argument order -- Flags must now come before the task name: vp run -r build instead of vp run build -r, because arguments after the task name are now passed through to the task instead of consumed by vp (vite-task#286, vite-task#290) -- @​liangmiQwQ, @​branchseer
  • VITE_PLUS_* env vars renamed to VP_* -- All environment variables now use the shorter VP_ prefix (#​1166) -- @​jong-kyung
Features
Fixes & Enhancements
Refactoring
Chore
Published Packages
  • @voidzero-dev/vite-plus-core@0.1.15
  • @voidzero-dev/vite-plus-test@0.1.15
  • vite-plus@0.1.15
Installation

macOS/Linux:

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

Windows:

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

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​Giorno-Giovana, @​connorshea

Full Changelog: voidzero-dev/vite-plus@v0.1.14...v0.1.15


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants