Skip to content

Releases: voidzero-dev/vite-plus

vite-plus v0.1.21 — Create, Migrate & Local CLI Power-Up

13 May 08:26
Immutable release. Only release title and notes can be modified.
c61621a

Choose a tag to compare

vp create learns @org templates, vp migrate rewrites more of your codebase, and the local CLI gains full vp pm parity.

Highlights

  • Package-manager parity — every vp pm command now works from the local CLI (#1495)
  • More Nushell support — broader shell coverage for vp env and related commands (#1305)
  • Smarter vp migrate — rewrites named catalogs (#1493), tsdown/client imports & declare module statements (#1541), and tsdown/client / vite/client in tsconfig compilerOptions.types (#1542)
  • vp create @org templates — scoped default templates are now supported (#1398)

Features

  • Bring all package-manager commands to the local CLI (#1495) — @fengmk2
  • Support @org default templates in vp create (#1398) — @fengmk2
  • Support yarn plugin commands via vp pm plugin (#1540) — @jong-kyung
  • Forward --provenance flag when publishing a package (#1549) — @cpojer
  • More Nushell support (#1305) — @XiNiHa
  • vp migrate: rewrite tsdown/client imports and declare module statements (#1541) — @naokihaba
  • vp migrate: rewrite tsdown/client and vite/client in tsconfig compilerOptions.types (#1542) — @naokihaba
  • vite-task: add output globs for cache restoration (vite-task#375) — @branchseer
  • vite-task: store colored task logs, strip at display when needed (vite-task#378) — @branchseer
  • Upgrade upstream dependencies — rolldown v1.0.0, vite v8.0.11, tsdown 0.22.0 (with new tsx config-loader), oxc Rust crates 0.128.0, oxc npm 0.129.0, oxlint 1.63.0, oxfmt 0.48.0, @vitejs/devtools 0.1.21 (#1521, #1531, #1548) — @voidzero-guard[bot]

Fixes & Enhancements

Refactor

Docs

Chore

Bundled Versions

Tool Version Source
vite 8.0.11 66f3194
rolldown 1.0.0 ac5c710
tsdown 0.22.0 npm
vitest 4.1.5 npm
oxlint 1.63.0 npm
oxlint-tsgolint 0.22.1 npm
oxfmt 0.48.0 npm

Published Packages

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

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

@nurazon59, @mikkurogue, @Mister-Hope, @salmanmkc, @XiNiHa

Full Changelog: v0.1.20...v0.1.21

vite-plus v0.1.21-alpha.7

13 May 06:48
Immutable release. Only release title and notes can be modified.
c61621a

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.7

Published Packages

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

Installation

macOS/Linux:

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

Windows:

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

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

View the full commit: c61621a

vite-plus v0.1.21-alpha.6

12 May 07:51
Immutable release. Only release title and notes can be modified.
e134e4f

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.6

Published Packages

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

Installation

macOS/Linux:

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

Windows:

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

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

View the full commit: e134e4f

vite-plus v0.1.21-alpha.5

11 May 14:06
Immutable release. Only release title and notes can be modified.
6347597

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.5

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.5 bash

Windows:

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

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

View the full commit: 6347597

vite-plus v0.1.21-alpha.4

08 May 07:34
Immutable release. Only release title and notes can be modified.
dc41b71

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.4

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.4 bash

Windows:

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

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

View the full commit: dc41b71

vite-plus v0.1.21-alpha.3

07 May 13:44
Immutable release. Only release title and notes can be modified.
7044ab9

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.3

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.3 bash

Windows:

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

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

View the full commit: 7044ab9

vite-plus v0.1.21-alpha.2

07 May 12:22
Immutable release. Only release title and notes can be modified.
c4cdfc9

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.2

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.2 bash

Windows:

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

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

View the full commit: c4cdfc9

vite-plus v0.1.21-alpha.1

30 Apr 12:58
Immutable release. Only release title and notes can be modified.
cbd7464

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.1

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.1 bash

Windows:

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

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

View the full commit: cbd7464

vite-plus v0.1.21-alpha.0

30 Apr 09:20
Immutable release. Only release title and notes can be modified.
7b9e6d6

Choose a tag to compare

Pre-release

vite-plus v0.1.21-alpha.0

Published Packages

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

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.21-alpha.0 bash

Windows:

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

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

View the full commit: 7b9e6d6

vite-plus v0.1.20

29 Apr 03:08
Immutable release. Only release title and notes can be modified.
bcc93a4

Choose a tag to compare

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

Bundled Versions

Tool Version Source
vite 8.0.10 32c2978
rolldown 1.0.0-rc.17 d9d72c3
tsdown 0.21.10 npm
vitest 4.1.5 npm
oxlint 1.61.0 npm
oxlint-tsgolint 0.22.0 npm
oxfmt 0.46.0 npm

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: v0.1.19...v0.1.20