Latest Results
chore(deps): update dependency vite-plus to v0.1.16 (#1095)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [vite-plus](https://viteplus.dev/guide)
([source](https://redirect.github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli))
| [`0.1.14` ā
`0.1.16`](https://renovatebot.com/diffs/npm/vite-plus/0.1.14/0.1.16) |

|

|

|

|
---
### Release Notes
<details>
<summary>voidzero-dev/vite-plus (vite-plus)</summary>
###
[`v0.1.16`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.16):
vite-plus v0.1.16
[Compare
Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.15...v0.1.16)
#### vite-plus v0.1.16
##### Published Packages
- `@voidzero-dev/vite-plus-core@0.1.16`
- `@voidzero-dev/vite-plus-test@0.1.16`
- `vite-plus@0.1.16`
##### Installation
**macOS/Linux:**
```bash
curl -fsSL https://vite.plus | bash
```
**Windows:**
```powershell
irm https://vite.plus/ps1 | iex
```
#### What's Changed
- fix(install): support JFrog registry metadata JSON format by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1249](https://redirect.github.com/voidzero-dev/vite-plus/pull/1249)
- fix(workspace): support Bun object-form workspaces in package.json by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1250](https://redirect.github.com/voidzero-dev/vite-plus/pull/1250)
- fix(env): resolve `latest` to absolute latest Node.js version by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1253](https://redirect.github.com/voidzero-dev/vite-plus/pull/1253)
- fix(init): use bin.js entry point for TypeScript loader in justfile by
[@​jong-kyung](https://redirect.github.com/jong-kyung) in
[#​1252](https://redirect.github.com/voidzero-dev/vite-plus/pull/1252)
- feat(migrate): support volta node version migration to .node-version
by [@​naokihaba](https://redirect.github.com/naokihaba) in
[#​1201](https://redirect.github.com/voidzero-dev/vite-plus/pull/1201)
- chore(deps): update crate-ci/typos action to v1.45.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​1262](https://redirect.github.com/voidzero-dev/vite-plus/pull/1262)
- fix(create): replace deprecated
[@​tanstack/create-start](https://redirect.github.com/tanstack/create-start)
with [@​tanstack/cli](https://redirect.github.com/tanstack/cli) by
[@​jong-kyung](https://redirect.github.com/jong-kyung) in
[#​1259](https://redirect.github.com/voidzero-dev/vite-plus/pull/1259)
- docs(upgrade): document aliased package update steps by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1266](https://redirect.github.com/voidzero-dev/vite-plus/pull/1266)
- fix(staged): Include additional supported config types from
`lint-staged` by [@​porada](https://redirect.github.com/porada) in
[#​1263](https://redirect.github.com/voidzero-dev/vite-plus/pull/1263)
- feat(env): make `vp env off` disable Node.js management for all vp
commands by [@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1255](https://redirect.github.com/voidzero-dev/vite-plus/pull/1255)
- fix(migration): add vitest to devDependencies for peer dep resolution
by [@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1261](https://redirect.github.com/voidzero-dev/vite-plus/pull/1261)
- fix(check): do not treat lint warnings as errors in exit code by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1268](https://redirect.github.com/voidzero-dev/vite-plus/pull/1268)
- feat(deps): upgrade upstream dependencies by
[@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in
[#​1267](https://redirect.github.com/voidzero-dev/vite-plus/pull/1267)
- fix(lint): resolve tsgolint on Windows with bun package manager by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1269](https://redirect.github.com/voidzero-dev/vite-plus/pull/1269)
- chore: use `matchDepNames` for vite-task crates in renovate config by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1217](https://redirect.github.com/voidzero-dev/vite-plus/pull/1217)
- docs: add custom Node.js mirror docs and rename
`VITE_NODE_DIST_MIRROR` to `VP_NODE_DIST_MIRROR` by
[@​kazupon](https://redirect.github.com/kazupon) in
[#​1254](https://redirect.github.com/voidzero-dev/vite-plus/pull/1254)
- chore(install): clarify Node.js version management prompt by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1273](https://redirect.github.com/voidzero-dev/vite-plus/pull/1273)
- feat(cli): add explanations to migration prompts by
[@​hakshu25](https://redirect.github.com/hakshu25) in
[#​1270](https://redirect.github.com/voidzero-dev/vite-plus/pull/1270)
- refactor(tools): use .ts import extensions by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1274](https://redirect.github.com/voidzero-dev/vite-plus/pull/1274)
- refactor(cli): migrate build from tsc+rolldown to tsdown by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1276](https://redirect.github.com/voidzero-dev/vite-plus/pull/1276)
- fix(upgrade): bypass package manager release age gates during `vp
upgrade` by [@​kazupon](https://redirect.github.com/kazupon) in
[#​1272](https://redirect.github.com/voidzero-dev/vite-plus/pull/1272)
- fix(cli): wrap zsh completion in eval for dash compatibility by
[@​shaneturner](https://redirect.github.com/shaneturner) in
[#​1280](https://redirect.github.com/voidzero-dev/vite-plus/pull/1280)
- feat(deps): upgrade upstream dependencies by
[@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in
[#​1279](https://redirect.github.com/voidzero-dev/vite-plus/pull/1279)
- fix(build): write merged LICENSE directly instead of LICENSE.md by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1281](https://redirect.github.com/voidzero-dev/vite-plus/pull/1281)
- docs: add info about bun as pkg manager by
[@​TheAlexLichter](https://redirect.github.com/TheAlexLichter) in
[#​1294](https://redirect.github.com/voidzero-dev/vite-plus/pull/1294)
- fix(cli): update .yarnrc template to use node\_modules by
[@​rChaoz](https://redirect.github.com/rChaoz) in
[#​1297](https://redirect.github.com/voidzero-dev/vite-plus/pull/1297)
- fix(cli): scope CI env var to child process in Windows install script
by [@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1292](https://redirect.github.com/voidzero-dev/vite-plus/pull/1292)
- fix: correctly resolve tsgolint in yarn monorepo packages by
[@​rChaoz](https://redirect.github.com/rChaoz) in
[#​1310](https://redirect.github.com/voidzero-dev/vite-plus/pull/1310)
- fix(cli): override rolldown panic hook with vite-plus branding by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1287](https://redirect.github.com/voidzero-dev/vite-plus/pull/1287)
- docs: Improve docs for core commands. by
[@​connorshea](https://redirect.github.com/connorshea) in
[#​1304](https://redirect.github.com/voidzero-dev/vite-plus/pull/1304)
- fix(cli): fix PowerShell install errors on Windows by
[@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1284](https://redirect.github.com/voidzero-dev/vite-plus/pull/1284)
- docs: soften troubleshooting claims around vite config loading by
[@​FleetAdmiralJakob](https://redirect.github.com/FleetAdmiralJakob)
in
[#​1313](https://redirect.github.com/voidzero-dev/vite-plus/pull/1313)
- docs: Remove redirect. by
[@​connorshea](https://redirect.github.com/connorshea) in
[#​1306](https://redirect.github.com/voidzero-dev/vite-plus/pull/1306)
- chore: bump vite-task to
[`076cef4`](https://redirect.github.com/voidzero-dev/vite-plus/commit/076cef48)
by [@​fengmk2](https://redirect.github.com/fengmk2) in
[#​1320](https://redirect.github.com/voidzero-dev/vite-plus/pull/1320)
- feat(deps): upgrade upstream dependencies by
[@​Brooooooklyn](https://redirect.github.com/Brooooooklyn) in
[#​1319](https://redirect.github.com/voidzero-dev/vite-plus/pull/1319)
#### New Contributors
- [@​porada](https://redirect.github.com/porada) made their first
contribution in
[#​1263](https://redirect.github.com/voidzero-dev/vite-plus/pull/1263)
- [@​hakshu25](https://redirect.github.com/hakshu25) made their
first contribution in
[#​1270](https://redirect.github.com/voidzero-dev/vite-plus/pull/1270)
- [@​shaneturner](https://redirect.github.com/shaneturner) made
their first contribution in
[#​1280](https://redirect.github.com/voidzero-dev/vite-plus/pull/1280)
- [@​rChaoz](https://redirect.github.com/rChaoz) made their first
contribution in
[#​1297](https://redirect.github.com/voidzero-dev/vite-plus/pull/1297)
-
[@​FleetAdmiralJakob](https://redirect.github.com/FleetAdmiralJakob)
made their first contribution in
[#​1313](https://redirect.github.com/voidzero-dev/vite-plus/pull/1313)
**Full Changelog**:
<https://github.com/voidzero-dev/vite-plus/compare/v0.1.15...v0.1.16>
###
[`v0.1.15`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.15):
vite-plus v0.1.15 -- Task runner concurrency controls, `vpr` shorthand
and bun support
[Compare
Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.14...v0.1.15)
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](https://redirect.github.com/voidzero-dev/vite-task/pull/288),
[vite-task#309](https://redirect.github.com/voidzero-dev/vite-task/pull/309))
- **`vpr` standalone shorthand** -- Run tasks faster with `vpr build`
instead of `vp run build`
([#​1178](https://redirect.github.com/voidzero-dev/vite-plus/pull/1178))
- **Dynamic shell completions** -- `vp run` and `vpr` now offer
tab-completion for available tasks across all major shells
([#​1181](https://redirect.github.com/voidzero-dev/vite-plus/pull/1181))
- **Bun package manager support** -- `vp create` and install scripts now
support bun as a first-class package manager
([#​1005](https://redirect.github.com/voidzero-dev/vite-plus/pull/1005))
- **10x migration speedup** -- `rewriteAllImports` uses cached rules,
pre-filtering, and rayon parallelism for dramatically faster migrations
([#​1172](https://redirect.github.com/voidzero-dev/vite-plus/pull/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](https://redirect.github.com/voidzero-dev/vite-task/pull/286),
[vite-task#290](https://redirect.github.com/voidzero-dev/vite-task/pull/290))
-- [@​liangmiQwQ](https://redirect.github.com/liangmiQwQ),
[@​branchseer](https://redirect.github.com/branchseer)
- **`VITE_PLUS_*` env vars renamed to `VP_*`** -- All environment
variables now use the shorter `VP_` prefix
([#​1166](https://redirect.github.com/voidzero-dev/vite-plus/pull/1166))
-- [@​jong-kyung](https://redirect.github.com/jong-kyung)
##### Features
- Add `vpr` as standalone shorthand for `vp run`
([#​1178](https://redirect.github.com/voidzero-dev/vite-plus/pull/1178))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Implement dynamic shell completion with `vp run` task support
([#​1181](https://redirect.github.com/voidzero-dev/vite-plus/pull/1181))
-- [@​nekomoyi](https://redirect.github.com/nekomoyi)
- Add shell completion for `vpr` command
([#​1227](https://redirect.github.com/voidzero-dev/vite-plus/pull/1227))
-- [@​nekomoyi](https://redirect.github.com/nekomoyi)
- Add bun as a package manager
([#​1005](https://redirect.github.com/voidzero-dev/vite-plus/pull/1005))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Non-blocking upgrade check with rate-limited notice
([#​1173](https://redirect.github.com/voidzero-dev/vite-plus/pull/1173))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Migrate `.nvmrc` to `.node-version` during `vp migrate`
([#​1159](https://redirect.github.com/voidzero-dev/vite-plus/pull/1159))
-- [@​naokihaba](https://redirect.github.com/naokihaba)
- Expose bundled tool versions via `vite-plus/versions` export
([#​1162](https://redirect.github.com/voidzero-dev/vite-plus/pull/1162))
-- [@​kazupon](https://redirect.github.com/kazupon)
- Export JS API from `oxfmt` under `vite-plus/fmt`
([#​1235](https://redirect.github.com/voidzero-dev/vite-plus/pull/1235))
-- [@​leaysgur](https://redirect.github.com/leaysgur)
- Enable task cache by default in monorepo template
([#​1230](https://redirect.github.com/voidzero-dev/vite-plus/pull/1230))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Task runner: `--concurrency-limit` flag to limit the number of tasks
running at the same time (defaults to 4)
([vite-task#288](https://redirect.github.com/voidzero-dev/vite-task/pull/288),
[vite-task#309](https://redirect.github.com/voidzero-dev/vite-task/pull/309))
-- [@​branchseer](https://redirect.github.com/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](https://redirect.github.com/voidzero-dev/vite-task/pull/309))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: add `VP_*` to `DEFAULT_UNTRACKED_ENV`
([vite-task#297](https://redirect.github.com/voidzero-dev/vite-task/pull/297))
-- [@​jong-kyung](https://redirect.github.com/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](https://redirect.github.com/oxc-project/runtime)
0.122.0, TypeScript peer range ^6.0.0
([#​1147](https://redirect.github.com/voidzero-dev/vite-plus/pull/1147),
[#​1161](https://redirect.github.com/voidzero-dev/vite-plus/pull/1161),
[#​1191](https://redirect.github.com/voidzero-dev/vite-plus/pull/1191),
[#​1244](https://redirect.github.com/voidzero-dev/vite-plus/pull/1244))
-- [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn)
##### Fixes & Enhancements
- Speed up `rewriteAllImports` \~10x with cached rules, pre-filter, and
rayon
([#​1172](https://redirect.github.com/voidzero-dev/vite-plus/pull/1172))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Adapt `vp run` argument order for flags-before-task breaking change
([#​1170](https://redirect.github.com/voidzero-dev/vite-plus/pull/1170))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Show helpful error for unknown `vite:` templates
([#​1130](https://redirect.github.com/voidzero-dev/vite-plus/pull/1130))
-- [@​naokihaba](https://redirect.github.com/naokihaba)
- Upgrade reqwest from 0.12 to 0.13 and rename rustls-tls feature
([#​1068](https://redirect.github.com/voidzero-dev/vite-plus/pull/1068))
-- [@​Giorno-Giovana](https://redirect.github.com/Giorno-Giovana)
- Suggest `vp run` for all templates
([#​1127](https://redirect.github.com/voidzero-dev/vite-plus/pull/1127))
-- [@​jong-kyung](https://redirect.github.com/jong-kyung)
- Remove misleading PATH position check in `vp env doctor`
([#​1140](https://redirect.github.com/voidzero-dev/vite-plus/pull/1140))
-- [@​jong-kyung](https://redirect.github.com/jong-kyung)
- Fix fish shell wrapper for `vp env use`
([#​1141](https://redirect.github.com/voidzero-dev/vite-plus/pull/1141))
-- [@​nekomoyi](https://redirect.github.com/nekomoyi)
- Exclude `node_modules/.vite-temp` from cache input tracking
([#​1096](https://redirect.github.com/voidzero-dev/vite-plus/pull/1096))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Correctly inform about prettierignore
([#​1160](https://redirect.github.com/voidzero-dev/vite-plus/pull/1160))
-- [@​TheAlexLichter](https://redirect.github.com/TheAlexLichter)
- Allow registry commands to work outside a project
([#​1151](https://redirect.github.com/voidzero-dev/vite-plus/pull/1151))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Auto-set git `core.hooksPath` without prompting
([#​1157](https://redirect.github.com/voidzero-dev/vite-plus/pull/1157))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Inject default `fmt: {}` config and rebrand oxfmt messages
([#​1163](https://redirect.github.com/voidzero-dev/vite-plus/pull/1163))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Auto-remove `esModuleInterop: false` from tsconfig.json
([#​1148](https://redirect.github.com/voidzero-dev/vite-plus/pull/1148))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Auto-remove `allowSyntheticDefaultImports: false` from tsconfig.json
([#​1153](https://redirect.github.com/voidzero-dev/vite-plus/pull/1153))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Get `vite_plus_home` from node wrapper's path
([#​1185](https://redirect.github.com/voidzero-dev/vite-plus/pull/1185))
-- [@​liangmiQwQ](https://redirect.github.com/liangmiQwQ)
- Support JSONC format in oxlintrc/oxfmtrc migration
([#​1195](https://redirect.github.com/voidzero-dev/vite-plus/pull/1195))
-- [@​connorshea](https://redirect.github.com/connorshea)
- Rewrite vitest self-references in `globals.d.ts` for type-aware
linting
([#​1177](https://redirect.github.com/voidzero-dev/vite-plus/pull/1177))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Remove setting oxlint `configPath` option in Zed editor config
([#​1205](https://redirect.github.com/voidzero-dev/vite-plus/pull/1205))
-- [@​camc314](https://redirect.github.com/camc314)
- Stop intercepting `vite` as `vp` and synthesize `vpr` in task scripts
([#​1186](https://redirect.github.com/voidzero-dev/vite-plus/pull/1186))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Add package-scoped negative globs to prevent cache miss in monorepos
([#​1198](https://redirect.github.com/voidzero-dev/vite-plus/pull/1198))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Add `peerDependencyRules` for standalone pnpm projects
([#​1222](https://redirect.github.com/voidzero-dev/vite-plus/pull/1222))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Remove `defineConfig` export from `oxlint`
([#​1234](https://redirect.github.com/voidzero-dev/vite-plus/pull/1234))
-- [@​leaysgur](https://redirect.github.com/leaysgur)
- Preserve browser provider peer deps and fix version warning
([#​1236](https://redirect.github.com/voidzero-dev/vite-plus/pull/1236))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Pin `@oxlint/migrate` to bundled oxlint version
([#​1243](https://redirect.github.com/voidzero-dev/vite-plus/pull/1243))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Task runner: Ctrl-C now prevents future tasks from being scheduled and
prevents caching of in-flight task results
([vite-task#309](https://redirect.github.com/voidzero-dev/vite-task/pull/309))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: restore terminal state on Ctrl+C during interactive task
selection
([vite-task#306](https://redirect.github.com/voidzero-dev/vite-task/pull/306))
-- [@​kazupon](https://redirect.github.com/kazupon)
##### Refactoring
- Simplify `vp --version` by using generated versions module
([#​1164](https://redirect.github.com/voidzero-dev/vite-plus/pull/1164))
-- [@​kazupon](https://redirect.github.com/kazupon)
- Remove PM fallback from `vp run`, always delegate to vite-plus
([#​1179](https://redirect.github.com/voidzero-dev/vite-plus/pull/1179))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Move pnpm config into `pnpm-workspace.yaml`
([#​1237](https://redirect.github.com/voidzero-dev/vite-plus/pull/1237))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
##### Chore
- Pin node version to avoid flaky tests
([#​1135](https://redirect.github.com/voidzero-dev/vite-plus/pull/1135))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Bump vite-task rev and adapt spawn API
([#​1155](https://redirect.github.com/voidzero-dev/vite-plus/pull/1155))
-- [@​jong-kyung](https://redirect.github.com/jong-kyung)
- Add snap test sharding with `--shard=X/Y` support
([#​1189](https://redirect.github.com/voidzero-dev/vite-plus/pull/1189))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Use `--no-frozen-lockfile` in install E2E test
([#​1199](https://redirect.github.com/voidzero-dev/vite-plus/pull/1199))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Retry failed snap test cases instead of skipping flaky tests
([#​1209](https://redirect.github.com/voidzero-dev/vite-plus/pull/1209))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Update GitHub Actions to latest versions
([#​1212](https://redirect.github.com/voidzero-dev/vite-plus/pull/1212))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Add `#[serial]` to env-var tests to prevent concurrent access races
([#​1223](https://redirect.github.com/voidzero-dev/vite-plus/pull/1223))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Enforce `.js` file extensions in imports via nodenext module
resolution
([#​1232](https://redirect.github.com/voidzero-dev/vite-plus/pull/1232))
-- [@​fengmk2](https://redirect.github.com/fengmk2)
- Bump vite-task to
[`1ef4e2f`](https://redirect.github.com/voidzero-dev/vite-plus/commit/1ef4e2f6)
([#​1240](https://redirect.github.com/voidzero-dev/vite-plus/pull/1240))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Disable upgrade deps in fork
([#​1242](https://redirect.github.com/voidzero-dev/vite-plus/pull/1242))
-- [@​hyoban](https://redirect.github.com/hyoban)
- Task runner: port `packages/tools` bins to single Rust binary (`vtt`)
([vite-task#291](https://redirect.github.com/voidzero-dev/vite-task/pull/291))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: add ctrl-c tests for labeled mode and cached tasks
([vite-task#307](https://redirect.github.com/voidzero-dev/vite-task/pull/307))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: add ctrl-c propagation test for SIGINT handling
([vite-task#303](https://redirect.github.com/voidzero-dev/vite-task/pull/303))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: make snapshot tests self-contained
([vite-task#302](https://redirect.github.com/voidzero-dev/vite-task/pull/302))
-- [@​branchseer](https://redirect.github.com/branchseer)
- Task runner: fix flaky ctrl-c e2e test on macOS Rosetta CI
([vite-task#308](https://redirect.github.com/voidzero-dev/vite-task/pull/308))
-- [@​branchseer](https://redirect.github.com/branchseer)
##### Published Packages
- `@voidzero-dev/vite-plus-core@0.1.15`
- `@voidzero-dev/vite-plus-test@0.1.15`
- `vite-plus@0.1.15`
##### Installation
**macOS/Linux:**
```bash
curl -fsSL https://vite.plus | bash
```
**Windows:**
```powershell
irm https://vite.plus/ps1 | iex
```
**Upgrade:**
```bash
vp upgrade
```
##### New Contributors
Welcome to all new contributors! :tada:
[@​Giorno-Giovana](https://redirect.github.com/Giorno-Giovana),
[@​connorshea](https://redirect.github.com/connorshea)
**Full Changelog**:
<https://github.com/voidzero-dev/vite-plus/compare/v0.1.14...v0.1.15>
</details>
---
### Configuration
š
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
š¦ **Automerge**: Enabled.
ā» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
š **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc-resolver).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Latest Branches
-6%
-4%
release-plz-2026-03-02T05-19-13Z -5%
Ā© 2026 CodSpeed Technology