Skip to content

Releases: voidzero-dev/vite-plus

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

31 Mar 14:33
Immutable release. Only release title and notes can be modified.
bf39b75

Choose a tag to compare

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

  • Add vpr as standalone shorthand for vp run (#1178) -- @fengmk2
  • Implement dynamic shell completion with vp run task support (#1181) -- @nekomoyi
  • Add shell completion for vpr command (#1227) -- @nekomoyi
  • Add bun as a package manager (#1005) -- @fengmk2
  • Non-blocking upgrade check with rate-limited notice (#1173) -- @fengmk2
  • Migrate .nvmrc to .node-version during vp migrate (#1159) -- @naokihaba
  • Expose bundled tool versions via vite-plus/versions export (#1162) -- @kazupon
  • Export JS API from oxfmt under vite-plus/fmt (#1235) -- @leaysgur
  • Enable task cache by default in monorepo template (#1230) -- @fengmk2
  • Task runner: --concurrency-limit flag to limit the number of tasks running at the same time (defaults to 4) (vite-task#288, vite-task#309) -- @branchseer
  • Task runner: --parallel flag to ignore task dependencies and run all tasks at once with unlimited concurrency (unless --concurrency-limit is also specified) (vite-task#309) -- @branchseer
  • Task runner: add VP_* to DEFAULT_UNTRACKED_ENV (vite-task#297) -- @jong-kyung
  • Upgrade upstream dependencies: Rolldown 1.0.0-rc.12, Vite 8.0.3, Vitest 4.1.2, tsdown 0.21.7, oxfmt 0.43.0, oxlint 1.58.0, @oxc-project/runtime 0.122.0, TypeScript peer range ^6.0.0 (#1147, #1161, #1191, #1244) -- @Brooooooklyn

Fixes & Enhancements

  • Speed up rewriteAllImports ~10x with cached rules, pre-filter, and rayon (#1172) -- @fengmk2
  • Adapt vp run argument order for flags-before-task breaking change (#1170) -- @fengmk2
  • Show helpful error for unknown vite: templates (#1130) -- @naokihaba
  • Upgrade reqwest from 0.12 to 0.13 and rename rustls-tls feature (#1068) -- @Giorno-Giovana
  • Suggest vp run for all templates (#1127) -- @jong-kyung
  • Remove misleading PATH position check in vp env doctor (#1140) -- @jong-kyung
  • Fix fish shell wrapper for vp env use (#1141) -- @nekomoyi
  • Exclude node_modules/.vite-temp from cache input tracking (#1096) -- @fengmk2
  • Correctly inform about prettierignore (#1160) -- @TheAlexLichter
  • Allow registry commands to work outside a project (#1151) -- @fengmk2
  • Auto-set git core.hooksPath without prompting (#1157) -- @fengmk2
  • Inject default fmt: {} config and rebrand oxfmt messages (#1163) -- @fengmk2
  • Auto-remove esModuleInterop: false from tsconfig.json (#1148) -- @fengmk2
  • Auto-remove allowSyntheticDefaultImports: false from tsconfig.json (#1153) -- @fengmk2
  • Get vite_plus_home from node wrapper's path (#1185) -- @liangmiQwQ
  • Support JSONC format in oxlintrc/oxfmtrc migration (#1195) -- @connorshea
  • Rewrite vitest self-references in globals.d.ts for type-aware linting (#1177) -- @fengmk2
  • Remove setting oxlint configPath option in Zed editor config (#1205) -- @camc314
  • Stop intercepting vite as vp and synthesize vpr in task scripts (#1186) -- @fengmk2
  • Add package-scoped negative globs to prevent cache miss in monorepos (#1198) -- @fengmk2
  • Add peerDependencyRules for standalone pnpm projects (#1222) -- @fengmk2
  • Remove defineConfig export from oxlint (#1234) -- @leaysgur
  • Preserve browser provider peer deps and fix version warning (#1236) -- @fengmk2
  • Pin @oxlint/migrate to bundled oxlint version (#1243) -- @fengmk2
  • Task runner: Ctrl-C now prevents future tasks from being scheduled and prevents caching of in-flight task results (vite-task#309) -- @branchseer
  • Task runner: restore terminal state on Ctrl+C during interactive task selection (vite-task#306) -- @kazupon

Refactoring

  • Simplify vp --version by using generated versions module (#1164) -- @kazupon
  • Remove PM fallback from vp run, always delegate to vite-plus (#1179) -- @fengmk2
  • Move pnpm config into pnpm-workspace.yaml (#1237) -- @fengmk2

Chore

Read more

vite-plus v0.1.15-alpha.7

31 Mar 12:57
Immutable release. Only release title and notes can be modified.
f922d5f

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.7

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.7
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.7
  • vite-plus@0.1.15-alpha.7

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.15-alpha.7 bash

Windows:

\$env:VP_VERSION=\"0.1.15-alpha.7\"; irm https://vite.plus/ps1 | iex

View the full commit: f922d5f

vite-plus v0.1.15-alpha.6

30 Mar 15:00
Immutable release. Only release title and notes can be modified.
6cd75f4

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.6

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.6
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.6
  • vite-plus@0.1.15-alpha.6

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.15-alpha.6 bash

Windows:

\$env:VP_VERSION=\"0.1.15-alpha.6\"; irm https://vite.plus/ps1 | iex

View the full commit: 6cd75f4

vite-plus v0.1.15-alpha.5

28 Mar 15:17
Immutable release. Only release title and notes can be modified.
dbe191e

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.5

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.5
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.5
  • vite-plus@0.1.15-alpha.5

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.5 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.5\"; irm https://vite.plus/ps1 | iex

View the full commit: dbe191e

vite-plus v0.1.15-alpha.4

28 Mar 09:09
Immutable release. Only release title and notes can be modified.
3af4839

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.4

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.4
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.4
  • vite-plus@0.1.15-alpha.4

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.4 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.4\"; irm https://vite.plus/ps1 | iex

View the full commit: 3af4839

vite-plus v0.1.15-alpha.3

28 Mar 07:21
Immutable release. Only release title and notes can be modified.
fd1b75e

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.3

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.3
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.3
  • vite-plus@0.1.15-alpha.3

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.3 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.3\"; irm https://vite.plus/ps1 | iex

View the full commit: fd1b75e

vite-plus v0.1.15-alpha.2

27 Mar 07:05
Immutable release. Only release title and notes can be modified.
3a85b2b

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.2

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.2
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.2
  • vite-plus@0.1.15-alpha.2

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.2 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.2\"; irm https://vite.plus/ps1 | iex

View the full commit: 3a85b2b

vite-plus v0.1.15-alpha.1

26 Mar 16:30
Immutable release. Only release title and notes can be modified.
c267e06

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.1

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.1
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.1
  • vite-plus@0.1.15-alpha.1

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.1 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.1\"; irm https://vite.plus/ps1 | iex

View the full commit: c267e06

vite-plus v0.1.15-alpha.0

25 Mar 16:58
Immutable release. Only release title and notes can be modified.
94aecfa

Choose a tag to compare

Pre-release

vite-plus v0.1.15-alpha.0

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.15-alpha.0
  • @voidzero-dev/vite-plus-test@0.1.15-alpha.0
  • vite-plus@0.1.15-alpha.0

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VITE_PLUS_VERSION=0.1.15-alpha.0 bash

Windows:

\$env:VITE_PLUS_VERSION=\"0.1.15-alpha.0\"; irm https://vite.plus/ps1 | iex

View the full commit: 94aecfa

vite-plus v0.1.14 — Shell Completions, Log Modes, Linux musl, and Devcontainer Support

24 Mar 14:56
Immutable release. Only release title and notes can be modified.
71b90b4

Choose a tag to compare

A feature-packed release bringing shell completion support, new task log output modes, Linux musl target builds, improved project creation UX, and numerous testing and compatibility fixes.

Highlights

  • Shell completion support — Tab completions for bash, zsh, fish, and PowerShell (#974)
  • Task log output modes — New --log=interleaved|labeled|grouped modes for controlling task output display (vite-task#266)
  • Smart cache skipping — Tasks that modify their own inputs are now automatically excluded from caching (vite-task#248)
  • Linux musl target support — Native builds for Alpine Linux and musl-based distros (#995)
  • Create project in current directoryvp create . now works to scaffold a project in the current directory (#1097)
  • Non-interactive installation — Devcontainers and CI environments can now install vite-plus without interactive prompts (#1092)

Features

Fixes & Enhancements

  • Show binary location when shell config is not writable (#1060) — @fengmk2
  • Add troubleshooting tips for npm template not found error (#1055) — @naokihaba
  • Warn when object-form manualChunks is detected (#1046) — @kazupon
  • Use OxfmtConfig instead of FormatOptions for fmt types (#1075) — @camc314
  • Include skill docs in release artifacts (#1087) — @kazupon
  • Invalidate resolve cache after version configuration changes (#1089) — @kazupon
  • Traverse parent directories to find vite.config.ts in vp pack (#1072) — @kazupon
  • Support non-interactive installation for devcontainers (#1092) — @fengmk2
  • Correct Vue.js language key in Zed settings (#1109) — @CoutinhoTTS
  • Exclude @vitest/browser/context from vendor-aliases to fix missing server export (#1110) — @kazupon
  • Handle spurious key events in Windows command picker (#1100) — @nekomoyi
  • Revert bundler module resolution in monorepo template (#1111) — @fengmk2
  • Auto-inline packages that use expect.extend() to fix module instance splitting (#1113) — @kazupon
  • Add .claude/worktrees/ to monorepo template gitignore (#1125) — @jong-kyung
  • Warn on uncoercible husky version instead of false positive (#1124) — @jong-kyung
  • Fix cargo deny workflow (#1048) — @fengmk2
  • Align default untracked env patterns with Turborepo (vite-task#262)
  • Fix flaky SIGSEGV on musl (vite-task#278)
  • Use neutral symbols for cache hit/miss indicators (vite-task#268)

Docs

Chore

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.14
  • @voidzero-dev/vite-plus-test@0.1.14
  • vite-plus@0.1.14

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! 🎉

@bhbs, @naokihaba, @camc314, @CoutinhoTTS

Full Changelog: v0.1.13...v0.1.14