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

Performance History

Latest Results

chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
2 days ago
chore(deps): update dependency vite-plus to v0.1.19 (#1116) 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.18` → `0.1.19`](https://renovatebot.com/diffs/npm/vite-plus/0.1.18/0.1.19) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plus/0.1.19?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plus/0.1.19?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plus/0.1.18/0.1.19?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plus/0.1.18/0.1.19?slim=true) | --- ### Release Notes <details> <summary>voidzero-dev/vite-plus (vite-plus)</summary> ### [`v0.1.19`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.19): vite-plus v0.1.19 [Compare Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.18...v0.1.19) #### vite-plus v0.1.19 ##### Published Packages - `@voidzero-dev/vite-plus-core@0.1.19` - `@voidzero-dev/vite-plus-test@0.1.19` - `vite-plus@0.1.19` ##### Installation **macOS/Linux:** ```bash curl -fsSL https://vite.plus | bash ``` **Windows:** ```powershell irm https://vite.plus/ps1 | iex ``` Or download and run `vp-setup.exe` from the assets below. #### What's Changed - docs: point windows installer at setup.viteplus.dev by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1390](https://redirect.github.com/voidzero-dev/vite-plus/pull/1390) - feat(cli): add top-level rebuild alias by [@&#8203;Han5991](https://redirect.github.com/Han5991) in [#&#8203;1383](https://redirect.github.com/voidzero-dev/vite-plus/pull/1383) - fix(tracing): avoid SetGlobalDefaultError panic when rolldown devtools is enabled by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1364](https://redirect.github.com/voidzero-dev/vite-plus/pull/1364) - refactor(cli): show key hints for multichoice promtps by [@&#8203;rChaoz](https://redirect.github.com/rChaoz) in [#&#8203;1392](https://redirect.github.com/voidzero-dev/vite-plus/pull/1392) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1395](https://redirect.github.com/voidzero-dev/vite-plus/pull/1395) - chore: make "Disable Windows Defender" step non-blocking in E2E workflow by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1397](https://redirect.github.com/voidzero-dev/vite-plus/pull/1397) - chore(deps): bump vite-task for workspace file-handle fix by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1400](https://redirect.github.com/voidzero-dev/vite-plus/pull/1400) - feat(workflow): generate diff-accurate upgrade-deps PR descriptions via Claude by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1402](https://redirect.github.com/voidzero-dev/vite-plus/pull/1402) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1406](https://redirect.github.com/voidzero-dev/vite-plus/pull/1406) - feat: add lazyPlugins() helper for conditional plugin loading by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1215](https://redirect.github.com/voidzero-dev/vite-plus/pull/1215) - fix(cli): restore terminal state after Ctrl+C in interactive commands by [@&#8203;Claude](https://redirect.github.com/Claude) in [#&#8203;1407](https://redirect.github.com/voidzero-dev/vite-plus/pull/1407) - fix(workflow): upgrade oxc catalog entries proactively by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1409](https://redirect.github.com/voidzero-dev/vite-plus/pull/1409) - feat(deps): upgrade upstream dependencies by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [#&#8203;1415](https://redirect.github.com/voidzero-dev/vite-plus/pull/1415) - chore(deps): update pnpm to v10.33.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;1246](https://redirect.github.com/voidzero-dev/vite-plus/pull/1246) - fix(create): stop forwarding `--` to npx-invoked remote templates by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) in [#&#8203;1421](https://redirect.github.com/voidzero-dev/vite-plus/pull/1421) - fix: embed node version requirement at compile time by [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) in [#&#8203;1412](https://redirect.github.com/voidzero-dev/vite-plus/pull/1412) - chore(cli): upgrade [@&#8203;oxc-node/core](https://redirect.github.com/oxc-node/core) to catalog version (0.0.35) by [@&#8203;Arthie](https://redirect.github.com/Arthie) in [#&#8203;1000](https://redirect.github.com/voidzero-dev/vite-plus/pull/1000) - fix(check): respect oxlint exit code so denyWarnings fails `vp check` by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1425](https://redirect.github.com/voidzero-dev/vite-plus/pull/1425) - feat(migrate/create): add TypeScript shim for Vue and Astro component files by [@&#8203;naokihaba](https://redirect.github.com/naokihaba) in [#&#8203;1411](https://redirect.github.com/voidzero-dev/vite-plus/pull/1411) - fix: route Windows `.cmd` shims through PowerShell to fix Ctrl+C terminal corruption by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;1414](https://redirect.github.com/voidzero-dev/vite-plus/pull/1414) - feat(cli/bin): Allow --stdin-filepath for oxfmt bin by [@&#8203;leaysgur](https://redirect.github.com/leaysgur) in [#&#8203;1429](https://redirect.github.com/voidzero-dev/vite-plus/pull/1429) #### New Contributors - [@&#8203;Han5991](https://redirect.github.com/Han5991) made their first contribution in [#&#8203;1383](https://redirect.github.com/voidzero-dev/vite-plus/pull/1383) - [@&#8203;Claude](https://redirect.github.com/Claude) made their first contribution in [#&#8203;1407](https://redirect.github.com/voidzero-dev/vite-plus/pull/1407) - [@&#8203;Arthie](https://redirect.github.com/Arthie) made their first contribution in [#&#8203;1000](https://redirect.github.com/voidzero-dev/vite-plus/pull/1000) **Full Changelog**: <https://github.com/voidzero-dev/vite-plus/compare/v0.1.18...v0.1.19> </details> --- ### Configuration šŸ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ā™» **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
3 days ago
ci: make security analysis required-check friendly
codex/add-security-analysis-workflow
3 days ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
3 days ago

Latest Branches

CodSpeed Performance Gauge
-4%
chore: release v11.19.2#1044
2 days ago
7604501
release-plz-2026-03-02T05-19-13Z
CodSpeed Performance Gauge
0%
chore(deps): update dependency vite-plus to v0.1.19#1116
2 days ago
487f08a
renovate/vite+
CodSpeed Performance Gauge
0%
3 days ago
268bac3
codex/add-security-analysis-workflow
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs