github voidzero-dev/vite-plus v0.1.20
vite-plus v0.1.20

5 hours ago

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

Don't miss a new vite-plus release

NewReleases is sending notifications on new releases.