github voidzero-dev/vite-plus v0.1.17
vite-plus v0.1.17 — Windows installer, Nushell, and safer upgrades

4 days ago

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

  • Add standalone Windows .exe installer (vp-setup.exe) (#1293) — @fengmk2
  • Add Nushell support via env.nu wrapper (#1312) — @naokihaba
  • Set npm.scriptRunner to vp in vp create scaffolds (#1346) — @jong-kyung
  • Block vp commands when Node.js version is incompatible (#1360) — @liangmiQwQ
  • Add vp node shorthand for vp env exec node (#1359) — @fengmk2
  • Upgrade upstream toolchain — vite 8.0.8, vitest 4.1.4, rolldown 1.0.0-rc.15, tsdown 0.21.8, oxlint 1.60.0, oxfmt 0.45.0, oxc 0.124.0 (#1334, #1341, #1352, #1375) — @Brooooooklyn

Fixes & Enhancements

  • Add vp create e2e tests and fix yarn/bun migration bugs (#1317) — @fengmk2
  • Resolve bin/oxfmt the same way as oxlint (#1326) — @leaysgur
  • Enable cache support for vp check in task runner (#1328) — @fengmk2
  • Consolidate agent instructions (#1340) — @cpojer
  • Safer Vite+ global install and vp upgrade flow (#1338) — @kazupon
  • Auto-fix git symlinks when core.symlinks is false (#1353) — @T4ko0522
  • Add env.VP_VERSION for oxlint and oxfmt (#946) — @leaysgur
  • Retry pnpm dedupe --check in CI to handle non-deterministic resolution (#1365) — @fengmk2
  • Filter KeyEventKind on Windows so arrow-key navigation works correctly (#1362) — @fengmk2
  • Remove unnecessary quotes from vitest-dev override in upgrade script (#1368) — @fengmk2
  • Regenerate all trampoline .exe files after upgrade (#1369) — @fengmk2
  • Reject non-semver package manager versions during install (#1386) — @fengmk2, reported by @Jvr2022

Refactor

Docs

Chore

  • Use vp check instead of vp fmt && vp lint in monorepo template (#1339) — @fengmk2
  • Renovate: ignore oxc/oxfmt/oxlint/tsgolint updates (#1372) — @camc314
  • Update crate-ci/typos action to v1.45.1 (#1376) — @renovate[bot]

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: v0.1.16...v0.1.17

Don't miss a new vite-plus release

NewReleases is sending notifications on new releases.