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
9 hours ago
chore(deps): update dependency rust to v1.94.1 (#1085) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://redirect.github.com/rust-lang/rust) | patch | `1.94.0` → `1.94.1` | --- ### Release Notes <details> <summary>rust-lang/rust (rust)</summary> ### [`v1.94.1`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1941-2026-03-26) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.94.0...1.94.1) \=========================== <a id="1.94.1"></a> - [Fix `std::thread::spawn` on wasm32-wasip1-threads](https://redirect.github.com/rust-lang/rust/pull/153634) - [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://redirect.github.com/rust-lang/rust/pull/153491) The new methods were unstable, but the trait itself is not sealed and so cannot be extended with non-default methods. - [Clippy: fix ICE in `match_same_arms`](https://redirect.github.com/rust-lang/rust-clippy/pull/16685) - [Cargo: update tar to 0.4.45](https://redirect.github.com/rust-lang/cargo/pull/16769) This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected. See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details. </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
9 hours ago
chore(deps): update dependency rust to v1.94.1
renovate/rust-toolchain
9 hours ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
2 days ago
chore(deps): update dependency vite-plus to v0.1.14 (#1084) 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.13` → `0.1.14`](https://renovatebot.com/diffs/npm/vite-plus/0.1.13/0.1.14) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plus/0.1.14?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plus/0.1.14?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plus/0.1.13/0.1.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plus/0.1.13/0.1.14?slim=true) | --- ### Release Notes <details> <summary>voidzero-dev/vite-plus (vite-plus)</summary> ### [`v0.1.14`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.14): vite-plus v0.1.14 — Shell Completions, Log Modes, Linux musl, and Devcontainer Support [Compare Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.13...v0.1.14) A feature-packed release bringing shell completion support, new task log output modes, Linux musl target builds, improved project creation UX, and numerous testing and compatibility fixes. ##### Highlights - **Shell completion support** — Tab completions for bash, zsh, fish, and PowerShell ([#&#8203;974](https://redirect.github.com/voidzero-dev/vite-plus/pull/974)) - **Task log output modes** — New `--log=interleaved|labeled|grouped` modes for controlling task output display ([vite-task#266](https://redirect.github.com/voidzero-dev/vite-task/pull/266)) - **Smart cache skipping** — Tasks that modify their own inputs are now automatically excluded from caching ([vite-task#248](https://redirect.github.com/voidzero-dev/vite-task/pull/248)) - **Linux musl target support** — Native builds for Alpine Linux and musl-based distros ([#&#8203;995](https://redirect.github.com/voidzero-dev/vite-plus/pull/995)) - **Create project in current directory** — `vp create .` now works to scaffold a project in the current directory ([#&#8203;1097](https://redirect.github.com/voidzero-dev/vite-plus/pull/1097)) - **Non-interactive installation** — Devcontainers and CI environments can now install vite-plus without interactive prompts ([#&#8203;1092](https://redirect.github.com/voidzero-dev/vite-plus/pull/1092)) ##### Features - Add shell completion support for bash, zsh, fish, and PowerShell ([#&#8203;974](https://redirect.github.com/voidzero-dev/vite-plus/pull/974)) — [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Add `--log=interleaved|labeled|grouped` modes for task output ([vite-task#266](https://redirect.github.com/voidzero-dev/vite-task/pull/266)) [@&#8203;branchseer](https://redirect.github.com/branchseer) - Skip caching tasks that modify their inputs ([vite-task#248](https://redirect.github.com/voidzero-dev/vite-task/pull/248)) [@&#8203;branchseer](https://redirect.github.com/branchseer) - Add Linux musl target support ([#&#8203;995](https://redirect.github.com/voidzero-dev/vite-plus/pull/995)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Support creating project in current directory ([#&#8203;1097](https://redirect.github.com/voidzero-dev/vite-plus/pull/1097)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Upgrade Vite 8.0.1→8.0.2, Rolldown rc.10→rc.11, Vitest 4.1.0→4.1.1 ([#&#8203;1121](https://redirect.github.com/voidzero-dev/vite-plus/pull/1121)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) - Upgrade [@&#8203;vitejs/devtools](https://redirect.github.com/vitejs/devtools) 0.1.8→0.1.11, oxfmt 0.41.0→0.42.0, oxlint 1.56.0→1.57.0 ([#&#8203;1126](https://redirect.github.com/voidzero-dev/vite-plus/pull/1126)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) ##### Fixes & Enhancements - Show binary location when shell config is not writable ([#&#8203;1060](https://redirect.github.com/voidzero-dev/vite-plus/pull/1060)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add troubleshooting tips for npm template not found error ([#&#8203;1055](https://redirect.github.com/voidzero-dev/vite-plus/pull/1055)) — [@&#8203;naokihaba](https://redirect.github.com/naokihaba) - Warn when object-form manualChunks is detected ([#&#8203;1046](https://redirect.github.com/voidzero-dev/vite-plus/pull/1046)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Use `OxfmtConfig` instead of `FormatOptions` for fmt types ([#&#8203;1075](https://redirect.github.com/voidzero-dev/vite-plus/pull/1075)) — [@&#8203;camc314](https://redirect.github.com/camc314) - Include skill docs in release artifacts ([#&#8203;1087](https://redirect.github.com/voidzero-dev/vite-plus/pull/1087)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Invalidate resolve cache after version configuration changes ([#&#8203;1089](https://redirect.github.com/voidzero-dev/vite-plus/pull/1089)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Traverse parent directories to find vite.config.ts in `vp pack` ([#&#8203;1072](https://redirect.github.com/voidzero-dev/vite-plus/pull/1072)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Support non-interactive installation for devcontainers ([#&#8203;1092](https://redirect.github.com/voidzero-dev/vite-plus/pull/1092)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Correct Vue.js language key in Zed settings ([#&#8203;1109](https://redirect.github.com/voidzero-dev/vite-plus/pull/1109)) — [@&#8203;CoutinhoTTS](https://redirect.github.com/CoutinhoTTS) - Exclude @&#8203;vitest/browser/context from vendor-aliases to fix missing server export ([#&#8203;1110](https://redirect.github.com/voidzero-dev/vite-plus/pull/1110)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Handle spurious key events in Windows command picker ([#&#8203;1100](https://redirect.github.com/voidzero-dev/vite-plus/pull/1100)) — [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Revert bundler module resolution in monorepo template ([#&#8203;1111](https://redirect.github.com/voidzero-dev/vite-plus/pull/1111)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Auto-inline packages that use `expect.extend()` to fix module instance splitting ([#&#8203;1113](https://redirect.github.com/voidzero-dev/vite-plus/pull/1113)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Add `.claude/worktrees/` to monorepo template gitignore ([#&#8203;1125](https://redirect.github.com/voidzero-dev/vite-plus/pull/1125)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Warn on uncoercible husky version instead of false positive ([#&#8203;1124](https://redirect.github.com/voidzero-dev/vite-plus/pull/1124)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Fix cargo deny workflow ([#&#8203;1048](https://redirect.github.com/voidzero-dev/vite-plus/pull/1048)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Align default untracked env patterns with Turborepo ([vite-task#262](https://redirect.github.com/voidzero-dev/vite-task/pull/262)) - Fix flaky SIGSEGV on musl ([vite-task#278](https://redirect.github.com/voidzero-dev/vite-task/pull/278)) - Use neutral symbols for cache hit/miss indicators ([vite-task#268](https://redirect.github.com/voidzero-dev/vite-task/pull/268)) ##### Docs - Fix invalid links ([#&#8203;1061](https://redirect.github.com/voidzero-dev/vite-plus/pull/1061)) — [@&#8203;bhbs](https://redirect.github.com/bhbs) - Add CI integration section to scaffolded AGENTS.md ([#&#8203;1088](https://redirect.github.com/voidzero-dev/vite-plus/pull/1088)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) ##### Chore - Migrate runner to namespace ([#&#8203;1066](https://redirect.github.com/voidzero-dev/vite-plus/pull/1066)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) - Suppress Node.js warnings in snap tests for stable output ([#&#8203;1070](https://redirect.github.com/voidzero-dev/vite-plus/pull/1070)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Bump vite-task to [`69cc6eb`](https://redirect.github.com/voidzero-dev/vite-plus/commit/69cc6eba) ([#&#8203;1091](https://redirect.github.com/voidzero-dev/vite-plus/pull/1091)) — [@&#8203;branchseer](https://redirect.github.com/branchseer) - Add cloudflare/vinext to ecosystem-ci ([#&#8203;1050](https://redirect.github.com/voidzero-dev/vite-plus/pull/1050)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add reactive-resume ecosystem-ci test case ([#&#8203;1052](https://redirect.github.com/voidzero-dev/vite-plus/pull/1052)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add yaak ecosystem-ci test case ([#&#8203;1053](https://redirect.github.com/voidzero-dev/vite-plus/pull/1053)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add npmx.dev ecosystem-ci test case ([#&#8203;1054](https://redirect.github.com/voidzero-dev/vite-plus/pull/1054)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Skip flaky command-staged-with-config snap test on macOS ([#&#8203;1080](https://redirect.github.com/voidzero-dev/vite-plus/pull/1080)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) ##### Published Packages - `@voidzero-dev/vite-plus-core@0.1.14` - `@voidzero-dev/vite-plus-test@0.1.14` - `vite-plus@0.1.14` ##### 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;bhbs](https://redirect.github.com/bhbs), [@&#8203;naokihaba](https://redirect.github.com/naokihaba), [@&#8203;camc314](https://redirect.github.com/camc314), [@&#8203;CoutinhoTTS](https://redirect.github.com/CoutinhoTTS) **Full Changelog**: <https://github.com/voidzero-dev/vite-plus/compare/v0.1.13...v0.1.14> </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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
2 days ago

Latest Branches

CodSpeed Performance Gauge
-6%
chore: release v11.19.2#1044
9 hours ago
bf0cc50
release-plz-2026-03-02T05-19-13Z
CodSpeed Performance Gauge
-1%
chore(deps): update dependency rust to v1.94.1#1085
9 hours ago
768a839
renovate/rust-toolchain
CodSpeed Performance Gauge
0%
2 days ago
737d5ca
renovate/vite+
© 2026 CodSpeed Technology
Home Terms Privacy Docs