Avatar for the oxc-project user
oxc-project
oxc-resolver
BlogDocsChangelog

Performance History

Latest Results

chore(deps): update napi
renovate/napi
2 hours ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
2 hours ago
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plus/0.1.16?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plus/0.1.16?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plus/0.1.14/0.1.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plus/0.1.14/0.1.16?slim=true) | --- ### 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 [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1249](https://redirect.github.com/voidzero-dev/vite-plus/pull/1249) - fix(workspace): support Bun object-form workspaces in package.json by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1250](https://redirect.github.com/voidzero-dev/vite-plus/pull/1250) - fix(env): resolve `latest` to absolute latest Node.js version by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1253](https://redirect.github.com/voidzero-dev/vite-plus/pull/1253) - fix(init): use bin.js entry point for TypeScript loader in justfile by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) in [#&#8203;1252](https://redirect.github.com/voidzero-dev/vite-plus/pull/1252) - feat(migrate): support volta node version migration to .node-version by [@&#8203;naokihaba](https://redirect.github.com/naokihaba) in [#&#8203;1201](https://redirect.github.com/voidzero-dev/vite-plus/pull/1201) - chore(deps): update crate-ci/typos action to v1.45.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;1262](https://redirect.github.com/voidzero-dev/vite-plus/pull/1262) - fix(create): replace deprecated [@&#8203;tanstack/create-start](https://redirect.github.com/tanstack/create-start) with [@&#8203;tanstack/cli](https://redirect.github.com/tanstack/cli) by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) in [#&#8203;1259](https://redirect.github.com/voidzero-dev/vite-plus/pull/1259) - docs(upgrade): document aliased package update steps by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1266](https://redirect.github.com/voidzero-dev/vite-plus/pull/1266) - fix(staged): Include additional supported config types from `lint-staged` by [@&#8203;porada](https://redirect.github.com/porada) in [#&#8203;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 [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1255](https://redirect.github.com/voidzero-dev/vite-plus/pull/1255) - fix(migration): add vitest to devDependencies for peer dep resolution by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1261](https://redirect.github.com/voidzero-dev/vite-plus/pull/1261) - fix(check): do not treat lint warnings as errors in exit code by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1268](https://redirect.github.com/voidzero-dev/vite-plus/pull/1268) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1267](https://redirect.github.com/voidzero-dev/vite-plus/pull/1267) - fix(lint): resolve tsgolint on Windows with bun package manager by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1269](https://redirect.github.com/voidzero-dev/vite-plus/pull/1269) - chore: use `matchDepNames` for vite-task crates in renovate config by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;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 [@&#8203;kazupon](https://redirect.github.com/kazupon) in [#&#8203;1254](https://redirect.github.com/voidzero-dev/vite-plus/pull/1254) - chore(install): clarify Node.js version management prompt by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1273](https://redirect.github.com/voidzero-dev/vite-plus/pull/1273) - feat(cli): add explanations to migration prompts by [@&#8203;hakshu25](https://redirect.github.com/hakshu25) in [#&#8203;1270](https://redirect.github.com/voidzero-dev/vite-plus/pull/1270) - refactor(tools): use .ts import extensions by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1274](https://redirect.github.com/voidzero-dev/vite-plus/pull/1274) - refactor(cli): migrate build from tsc+rolldown to tsdown by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1276](https://redirect.github.com/voidzero-dev/vite-plus/pull/1276) - fix(upgrade): bypass package manager release age gates during `vp upgrade` by [@&#8203;kazupon](https://redirect.github.com/kazupon) in [#&#8203;1272](https://redirect.github.com/voidzero-dev/vite-plus/pull/1272) - fix(cli): wrap zsh completion in eval for dash compatibility by [@&#8203;shaneturner](https://redirect.github.com/shaneturner) in [#&#8203;1280](https://redirect.github.com/voidzero-dev/vite-plus/pull/1280) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1279](https://redirect.github.com/voidzero-dev/vite-plus/pull/1279) - fix(build): write merged LICENSE directly instead of LICENSE.md by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1281](https://redirect.github.com/voidzero-dev/vite-plus/pull/1281) - docs: add info about bun as pkg manager by [@&#8203;TheAlexLichter](https://redirect.github.com/TheAlexLichter) in [#&#8203;1294](https://redirect.github.com/voidzero-dev/vite-plus/pull/1294) - fix(cli): update .yarnrc template to use node\_modules by [@&#8203;rChaoz](https://redirect.github.com/rChaoz) in [#&#8203;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 [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1292](https://redirect.github.com/voidzero-dev/vite-plus/pull/1292) - fix: correctly resolve tsgolint in yarn monorepo packages by [@&#8203;rChaoz](https://redirect.github.com/rChaoz) in [#&#8203;1310](https://redirect.github.com/voidzero-dev/vite-plus/pull/1310) - fix(cli): override rolldown panic hook with vite-plus branding by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1287](https://redirect.github.com/voidzero-dev/vite-plus/pull/1287) - docs: Improve docs for core commands. by [@&#8203;connorshea](https://redirect.github.com/connorshea) in [#&#8203;1304](https://redirect.github.com/voidzero-dev/vite-plus/pull/1304) - fix(cli): fix PowerShell install errors on Windows by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1284](https://redirect.github.com/voidzero-dev/vite-plus/pull/1284) - docs: soften troubleshooting claims around vite config loading by [@&#8203;FleetAdmiralJakob](https://redirect.github.com/FleetAdmiralJakob) in [#&#8203;1313](https://redirect.github.com/voidzero-dev/vite-plus/pull/1313) - docs: Remove redirect. by [@&#8203;connorshea](https://redirect.github.com/connorshea) in [#&#8203;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 [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1320](https://redirect.github.com/voidzero-dev/vite-plus/pull/1320) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1319](https://redirect.github.com/voidzero-dev/vite-plus/pull/1319) #### New Contributors - [@&#8203;porada](https://redirect.github.com/porada) made their first contribution in [#&#8203;1263](https://redirect.github.com/voidzero-dev/vite-plus/pull/1263) - [@&#8203;hakshu25](https://redirect.github.com/hakshu25) made their first contribution in [#&#8203;1270](https://redirect.github.com/voidzero-dev/vite-plus/pull/1270) - [@&#8203;shaneturner](https://redirect.github.com/shaneturner) made their first contribution in [#&#8203;1280](https://redirect.github.com/voidzero-dev/vite-plus/pull/1280) - [@&#8203;rChaoz](https://redirect.github.com/rChaoz) made their first contribution in [#&#8203;1297](https://redirect.github.com/voidzero-dev/vite-plus/pull/1297) - [@&#8203;FleetAdmiralJakob](https://redirect.github.com/FleetAdmiralJakob) made their first contribution in [#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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)) -- [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ), [@&#8203;branchseer](https://redirect.github.com/branchseer) - **`VITE_PLUS_*` env vars renamed to `VP_*`** -- All environment variables now use the shorter `VP_` prefix ([#&#8203;1166](https://redirect.github.com/voidzero-dev/vite-plus/pull/1166)) -- [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) ##### Features - Add `vpr` as standalone shorthand for `vp run` ([#&#8203;1178](https://redirect.github.com/voidzero-dev/vite-plus/pull/1178)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Implement dynamic shell completion with `vp run` task support ([#&#8203;1181](https://redirect.github.com/voidzero-dev/vite-plus/pull/1181)) -- [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Add shell completion for `vpr` command ([#&#8203;1227](https://redirect.github.com/voidzero-dev/vite-plus/pull/1227)) -- [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Add bun as a package manager ([#&#8203;1005](https://redirect.github.com/voidzero-dev/vite-plus/pull/1005)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Non-blocking upgrade check with rate-limited notice ([#&#8203;1173](https://redirect.github.com/voidzero-dev/vite-plus/pull/1173)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Migrate `.nvmrc` to `.node-version` during `vp migrate` ([#&#8203;1159](https://redirect.github.com/voidzero-dev/vite-plus/pull/1159)) -- [@&#8203;naokihaba](https://redirect.github.com/naokihaba) - Expose bundled tool versions via `vite-plus/versions` export ([#&#8203;1162](https://redirect.github.com/voidzero-dev/vite-plus/pull/1162)) -- [@&#8203;kazupon](https://redirect.github.com/kazupon) - Export JS API from `oxfmt` under `vite-plus/fmt` ([#&#8203;1235](https://redirect.github.com/voidzero-dev/vite-plus/pull/1235)) -- [@&#8203;leaysgur](https://redirect.github.com/leaysgur) - Enable task cache by default in monorepo template ([#&#8203;1230](https://redirect.github.com/voidzero-dev/vite-plus/pull/1230)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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, [@&#8203;oxc-project/runtime](https://redirect.github.com/oxc-project/runtime) 0.122.0, TypeScript peer range ^6.0.0 ([#&#8203;1147](https://redirect.github.com/voidzero-dev/vite-plus/pull/1147), [#&#8203;1161](https://redirect.github.com/voidzero-dev/vite-plus/pull/1161), [#&#8203;1191](https://redirect.github.com/voidzero-dev/vite-plus/pull/1191), [#&#8203;1244](https://redirect.github.com/voidzero-dev/vite-plus/pull/1244)) -- [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) ##### Fixes & Enhancements - Speed up `rewriteAllImports` \~10x with cached rules, pre-filter, and rayon ([#&#8203;1172](https://redirect.github.com/voidzero-dev/vite-plus/pull/1172)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Adapt `vp run` argument order for flags-before-task breaking change ([#&#8203;1170](https://redirect.github.com/voidzero-dev/vite-plus/pull/1170)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Show helpful error for unknown `vite:` templates ([#&#8203;1130](https://redirect.github.com/voidzero-dev/vite-plus/pull/1130)) -- [@&#8203;naokihaba](https://redirect.github.com/naokihaba) - Upgrade reqwest from 0.12 to 0.13 and rename rustls-tls feature ([#&#8203;1068](https://redirect.github.com/voidzero-dev/vite-plus/pull/1068)) -- [@&#8203;Giorno-Giovana](https://redirect.github.com/Giorno-Giovana) - Suggest `vp run` for all templates ([#&#8203;1127](https://redirect.github.com/voidzero-dev/vite-plus/pull/1127)) -- [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Remove misleading PATH position check in `vp env doctor` ([#&#8203;1140](https://redirect.github.com/voidzero-dev/vite-plus/pull/1140)) -- [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Fix fish shell wrapper for `vp env use` ([#&#8203;1141](https://redirect.github.com/voidzero-dev/vite-plus/pull/1141)) -- [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Exclude `node_modules/.vite-temp` from cache input tracking ([#&#8203;1096](https://redirect.github.com/voidzero-dev/vite-plus/pull/1096)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Correctly inform about prettierignore ([#&#8203;1160](https://redirect.github.com/voidzero-dev/vite-plus/pull/1160)) -- [@&#8203;TheAlexLichter](https://redirect.github.com/TheAlexLichter) - Allow registry commands to work outside a project ([#&#8203;1151](https://redirect.github.com/voidzero-dev/vite-plus/pull/1151)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Auto-set git `core.hooksPath` without prompting ([#&#8203;1157](https://redirect.github.com/voidzero-dev/vite-plus/pull/1157)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Inject default `fmt: {}` config and rebrand oxfmt messages ([#&#8203;1163](https://redirect.github.com/voidzero-dev/vite-plus/pull/1163)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Auto-remove `esModuleInterop: false` from tsconfig.json ([#&#8203;1148](https://redirect.github.com/voidzero-dev/vite-plus/pull/1148)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Auto-remove `allowSyntheticDefaultImports: false` from tsconfig.json ([#&#8203;1153](https://redirect.github.com/voidzero-dev/vite-plus/pull/1153)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Get `vite_plus_home` from node wrapper's path ([#&#8203;1185](https://redirect.github.com/voidzero-dev/vite-plus/pull/1185)) -- [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) - Support JSONC format in oxlintrc/oxfmtrc migration ([#&#8203;1195](https://redirect.github.com/voidzero-dev/vite-plus/pull/1195)) -- [@&#8203;connorshea](https://redirect.github.com/connorshea) - Rewrite vitest self-references in `globals.d.ts` for type-aware linting ([#&#8203;1177](https://redirect.github.com/voidzero-dev/vite-plus/pull/1177)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Remove setting oxlint `configPath` option in Zed editor config ([#&#8203;1205](https://redirect.github.com/voidzero-dev/vite-plus/pull/1205)) -- [@&#8203;camc314](https://redirect.github.com/camc314) - Stop intercepting `vite` as `vp` and synthesize `vpr` in task scripts ([#&#8203;1186](https://redirect.github.com/voidzero-dev/vite-plus/pull/1186)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add package-scoped negative globs to prevent cache miss in monorepos ([#&#8203;1198](https://redirect.github.com/voidzero-dev/vite-plus/pull/1198)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add `peerDependencyRules` for standalone pnpm projects ([#&#8203;1222](https://redirect.github.com/voidzero-dev/vite-plus/pull/1222)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Remove `defineConfig` export from `oxlint` ([#&#8203;1234](https://redirect.github.com/voidzero-dev/vite-plus/pull/1234)) -- [@&#8203;leaysgur](https://redirect.github.com/leaysgur) - Preserve browser provider peer deps and fix version warning ([#&#8203;1236](https://redirect.github.com/voidzero-dev/vite-plus/pull/1236)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Pin `@oxlint/migrate` to bundled oxlint version ([#&#8203;1243](https://redirect.github.com/voidzero-dev/vite-plus/pull/1243)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;kazupon](https://redirect.github.com/kazupon) ##### Refactoring - Simplify `vp --version` by using generated versions module ([#&#8203;1164](https://redirect.github.com/voidzero-dev/vite-plus/pull/1164)) -- [@&#8203;kazupon](https://redirect.github.com/kazupon) - Remove PM fallback from `vp run`, always delegate to vite-plus ([#&#8203;1179](https://redirect.github.com/voidzero-dev/vite-plus/pull/1179)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Move pnpm config into `pnpm-workspace.yaml` ([#&#8203;1237](https://redirect.github.com/voidzero-dev/vite-plus/pull/1237)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) ##### Chore - Pin node version to avoid flaky tests ([#&#8203;1135](https://redirect.github.com/voidzero-dev/vite-plus/pull/1135)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Bump vite-task rev and adapt spawn API ([#&#8203;1155](https://redirect.github.com/voidzero-dev/vite-plus/pull/1155)) -- [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Add snap test sharding with `--shard=X/Y` support ([#&#8203;1189](https://redirect.github.com/voidzero-dev/vite-plus/pull/1189)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Use `--no-frozen-lockfile` in install E2E test ([#&#8203;1199](https://redirect.github.com/voidzero-dev/vite-plus/pull/1199)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Retry failed snap test cases instead of skipping flaky tests ([#&#8203;1209](https://redirect.github.com/voidzero-dev/vite-plus/pull/1209)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Update GitHub Actions to latest versions ([#&#8203;1212](https://redirect.github.com/voidzero-dev/vite-plus/pull/1212)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add `#[serial]` to env-var tests to prevent concurrent access races ([#&#8203;1223](https://redirect.github.com/voidzero-dev/vite-plus/pull/1223)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Enforce `.js` file extensions in imports via nodenext module resolution ([#&#8203;1232](https://redirect.github.com/voidzero-dev/vite-plus/pull/1232)) -- [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Bump vite-task to [`1ef4e2f`](https://redirect.github.com/voidzero-dev/vite-plus/commit/1ef4e2f6) ([#&#8203;1240](https://redirect.github.com/voidzero-dev/vite-plus/pull/1240)) -- [@&#8203;branchseer](https://redirect.github.com/branchseer) - Disable upgrade deps in fork ([#&#8203;1242](https://redirect.github.com/voidzero-dev/vite-plus/pull/1242)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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)) -- [@&#8203;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: [@&#8203;Giorno-Giovana](https://redirect.github.com/Giorno-Giovana), [@&#8203;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>
main
2 hours ago
chore(deps): update napi
renovate/napi
1 day ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
1 day ago
chore(deps): update npm packages
renovate/npm-packages
1 day ago

Latest Branches

CodSpeed Performance Gauge
-6%
chore(deps): update napi#1088
2 hours ago
60f8020
renovate/napi
CodSpeed Performance Gauge
-4%
2 hours ago
a9c0080
release-plz-2026-03-02T05-19-13Z
CodSpeed Performance Gauge
-5%
chore(deps): update dependency vite-plus to v0.1.16#1095
2 hours ago
4e79af7
renovate/vite+
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs