vite-plus v0.1.16
Published Packages
@voidzero-dev/vite-plus-core@0.1.16@voidzero-dev/vite-plus-test@0.1.16vite-plus@0.1.16
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
irm https://vite.plus/ps1 | iexWhat's Changed
- fix(install): support JFrog registry metadata JSON format by @fengmk2 in #1249
- fix(workspace): support Bun object-form workspaces in package.json by @fengmk2 in #1250
- fix(env): resolve
latestto absolute latest Node.js version by @fengmk2 in #1253 - fix(init): use bin.js entry point for TypeScript loader in justfile by @jong-kyung in #1252
- feat(migrate): support volta node version migration to .node-version by @naokihaba in #1201
- chore(deps): update crate-ci/typos action to v1.45.0 by @renovate[bot] in #1262
- fix(create): replace deprecated @tanstack/create-start with @tanstack/cli by @jong-kyung in #1259
- docs(upgrade): document aliased package update steps by @fengmk2 in #1266
- fix(staged): Include additional supported config types from
lint-stagedby @porada in #1263 - feat(env): make
vp env offdisable Node.js management for all vp commands by @fengmk2 in #1255 - fix(migration): add vitest to devDependencies for peer dep resolution by @fengmk2 in #1261
- fix(check): do not treat lint warnings as errors in exit code by @fengmk2 in #1268
- feat(deps): upgrade upstream dependencies by @Brooooooklyn in #1267
- fix(lint): resolve tsgolint on Windows with bun package manager by @fengmk2 in #1269
- chore: use
matchDepNamesfor vite-task crates in renovate config by @fengmk2 in #1217 - docs: add custom Node.js mirror docs and rename
VITE_NODE_DIST_MIRRORtoVP_NODE_DIST_MIRRORby @kazupon in #1254 - chore(install): clarify Node.js version management prompt by @fengmk2 in #1273
- feat(cli): add explanations to migration prompts by @hakshu25 in #1270
- refactor(tools): use .ts import extensions by @fengmk2 in #1274
- refactor(cli): migrate build from tsc+rolldown to tsdown by @fengmk2 in #1276
- fix(upgrade): bypass package manager release age gates during
vp upgradeby @kazupon in #1272 - fix(cli): wrap zsh completion in eval for dash compatibility by @shaneturner in #1280
- feat(deps): upgrade upstream dependencies by @Brooooooklyn in #1279
- fix(build): write merged LICENSE directly instead of LICENSE.md by @fengmk2 in #1281
- docs: add info about bun as pkg manager by @TheAlexLichter in #1294
- fix(cli): update .yarnrc template to use node_modules by @rChaoz in #1297
- fix(cli): scope CI env var to child process in Windows install script by @fengmk2 in #1292
- fix: correctly resolve tsgolint in yarn monorepo packages by @rChaoz in #1310
- fix(cli): override rolldown panic hook with vite-plus branding by @fengmk2 in #1287
- docs: Improve docs for core commands. by @connorshea in #1304
- fix(cli): fix PowerShell install errors on Windows by @fengmk2 in #1284
- docs: soften troubleshooting claims around vite config loading by @FleetAdmiralJakob in #1313
- docs: Remove redirect. by @connorshea in #1306
- chore: bump vite-task to 076cef48 by @fengmk2 in #1320
- feat(deps): upgrade upstream dependencies by @Brooooooklyn in #1319
New Contributors
- @porada made their first contribution in #1263
- @hakshu25 made their first contribution in #1270
- @shaneturner made their first contribution in #1280
- @rChaoz made their first contribution in #1297
- @FleetAdmiralJakob made their first contribution in #1313
Full Changelog: v0.1.15...v0.1.16