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

Performance History

Latest Results

chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
1 day ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
1 day ago
chore(deps): update dependency vite-plus to v0.2.5 (#1314) 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.2.4` → `0.2.5`](https://renovatebot.com/diffs/npm/vite-plus/0.2.4/0.2.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plus/0.2.5?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plus/0.2.5?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plus/0.2.4/0.2.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plus/0.2.4/0.2.5?slim=true) | --- ### Release Notes <details> <summary>voidzero-dev/vite-plus (vite-plus)</summary> ### [`v0.2.5`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.2.5): vite-plus v0.2.5: Cleaner environments and more reliable workflows [Compare Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.2.4...v0.2.5) This release adds cleanup and package version commands, supports TypeScript 7 declaration generation, reduces the standalone binary size, and hardens task tracking, CLI output, package-manager routing, Docker workflows, and project scaffolding. ##### Highlights - Add `vp env clean` to remove unused managed Node.js runtimes and package-manager caches ([#&#8203;2003](https://redirect.github.com/voidzero-dev/vite-plus/pull/2003)), by [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) - Add `vp pm version`, forwarding native version commands to npm, pnpm, Yarn, and Bun ([#&#8203;2127](https://redirect.github.com/voidzero-dev/vite-plus/pull/2127)), by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Add TypeScript 7 support to declaration generation and generated library projects with tsdown `0.22.7` ([#&#8203;2104](https://redirect.github.com/voidzero-dev/vite-plus/pull/2104), [#&#8203;2168](https://redirect.github.com/voidzero-dev/vite-plus/pull/2168)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) - Improve automatic task input tracking for Bun on macOS, Linux containers with constrained `/dev/shm`, and Windows process images, reduce Windows backing-file allocation, and clarify task wait failures ([vite-task#515](https://redirect.github.com/voidzero-dev/vite-task/pull/515), [vite-task#518](https://redirect.github.com/voidzero-dev/vite-task/pull/518), [vite-task#523](https://redirect.github.com/voidzero-dev/vite-task/pull/523), [vite-task#524](https://redirect.github.com/voidzero-dev/vite-task/pull/524), [vite-task#542](https://redirect.github.com/voidzero-dev/vite-task/pull/542), [#&#8203;2126](https://redirect.github.com/voidzero-dev/vite-plus/pull/2126), [#&#8203;2167](https://redirect.github.com/voidzero-dev/vite-plus/pull/2167)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) - Prevent CLI diagnostics from truncating or panicking when inherited standard output or error is nonblocking ([#&#8203;2172](https://redirect.github.com/voidzero-dev/vite-plus/pull/2172), [#&#8203;2173](https://redirect.github.com/voidzero-dev/vite-plus/pull/2173)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) ##### Fixes & Enhancements - Reduce standalone `vp` binary sizes by about 5% on Linux and macOS and 19% on Windows ([#&#8203;2043](https://redirect.github.com/voidzero-dev/vite-plus/pull/2043)), by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Keep the Docker image non-root by default while allowing passwordless `sudo` for Playwright browser dependencies and system packages ([#&#8203;2088](https://redirect.github.com/voidzero-dev/vite-plus/pull/2088)), by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Ignore `.env` and `.env.*` in generated projects while keeping `.env.example` trackable ([#&#8203;2095](https://redirect.github.com/voidzero-dev/vite-plus/pull/2095)), by [@&#8203;forehalo](https://redirect.github.com/forehalo) - Create `vp-use.cmd` after the Windows environment bin directory is ready and document its Command Prompt-only usage ([#&#8203;2128](https://redirect.github.com/voidzero-dev/vite-plus/pull/2128)), by [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) - Render user-facing process statuses and paths without Rust debug wrappers ([#&#8203;2130](https://redirect.github.com/voidzero-dev/vite-plus/pull/2130)), by [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) - Make `vp dedupe` fall back to `yarn install` with a warning on Yarn Classic ([#&#8203;2139](https://redirect.github.com/voidzero-dev/vite-plus/pull/2139)), by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Ensure package-manager child processes, including Bun, can always find the managed Node.js runtime ([#&#8203;2158](https://redirect.github.com/voidzero-dev/vite-plus/pull/2158)), by [@&#8203;BlankParticle](https://redirect.github.com/BlankParticle) ##### Docs - Update the release-manager post-release guidance ([#&#8203;2096](https://redirect.github.com/voidzero-dev/vite-plus/pull/2096)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) - Add Windows to the Namespace sponsor credit ([#&#8203;2108](https://redirect.github.com/voidzero-dev/vite-plus/pull/2108)), by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Document installer and runtime environment variables, registry settings, TLS options, and precedence rules ([#&#8203;2114](https://redirect.github.com/voidzero-dev/vite-plus/pull/2114)), by [@&#8203;yukinoshi](https://redirect.github.com/yukinoshi) - Mark shell examples in `CONTRIBUTING.md` as Bash code blocks ([#&#8203;2159](https://redirect.github.com/voidzero-dev/vite-plus/pull/2159)), by [@&#8203;BlankParticle](https://redirect.github.com/BlankParticle) ##### Chore - Assign prepared release PRs to the workflow actor ([#&#8203;2094](https://redirect.github.com/voidzero-dev/vite-plus/pull/2094)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) - Complete the PTY snapshot migration and harden the runner, fixtures, release-version redaction, registry teardown, timeouts, and Linux parallelism ([#&#8203;2071](https://redirect.github.com/voidzero-dev/vite-plus/pull/2071), [#&#8203;2080](https://redirect.github.com/voidzero-dev/vite-plus/pull/2080), [#&#8203;2084](https://redirect.github.com/voidzero-dev/vite-plus/pull/2084), [#&#8203;2099](https://redirect.github.com/voidzero-dev/vite-plus/pull/2099), [#&#8203;2102](https://redirect.github.com/voidzero-dev/vite-plus/pull/2102), [#&#8203;2103](https://redirect.github.com/voidzero-dev/vite-plus/pull/2103), [#&#8203;2107](https://redirect.github.com/voidzero-dev/vite-plus/pull/2107), [#&#8203;2109](https://redirect.github.com/voidzero-dev/vite-plus/pull/2109), [#&#8203;2115](https://redirect.github.com/voidzero-dev/vite-plus/pull/2115), [#&#8203;2117](https://redirect.github.com/voidzero-dev/vite-plus/pull/2117), [#&#8203;2118](https://redirect.github.com/voidzero-dev/vite-plus/pull/2118), [#&#8203;2119](https://redirect.github.com/voidzero-dev/vite-plus/pull/2119), [#&#8203;2120](https://redirect.github.com/voidzero-dev/vite-plus/pull/2120), [#&#8203;2121](https://redirect.github.com/voidzero-dev/vite-plus/pull/2121), [#&#8203;2131](https://redirect.github.com/voidzero-dev/vite-plus/pull/2131), [#&#8203;2132](https://redirect.github.com/voidzero-dev/vite-plus/pull/2132), [#&#8203;2134](https://redirect.github.com/voidzero-dev/vite-plus/pull/2134), [#&#8203;2137](https://redirect.github.com/voidzero-dev/vite-plus/pull/2137), [#&#8203;2138](https://redirect.github.com/voidzero-dev/vite-plus/pull/2138), [#&#8203;2141](https://redirect.github.com/voidzero-dev/vite-plus/pull/2141), [#&#8203;2143](https://redirect.github.com/voidzero-dev/vite-plus/pull/2143), [#&#8203;2145](https://redirect.github.com/voidzero-dev/vite-plus/pull/2145), [#&#8203;2182](https://redirect.github.com/voidzero-dev/vite-plus/pull/2182)), by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) and [@&#8203;wan9chi](https://redirect.github.com/wan9chi) - Expose Vite+ managed binaries consistently inside snapshot fixtures ([#&#8203;2110](https://redirect.github.com/voidzero-dev/vite-plus/pull/2110)), by [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ) - Exclude PTY snapshot configuration from Vitest discovery and remove the legacy snapshot infrastructure ([#&#8203;2135](https://redirect.github.com/voidzero-dev/vite-plus/pull/2135), [#&#8203;2146](https://redirect.github.com/voidzero-dev/vite-plus/pull/2146)), by [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Modernize Windows runners, registry bridge publishing, native size reporting, merge-base comparisons, and package-manager installation CI ([#&#8203;2083](https://redirect.github.com/voidzero-dev/vite-plus/pull/2083), [#&#8203;2100](https://redirect.github.com/voidzero-dev/vite-plus/pull/2100), [#&#8203;2105](https://redirect.github.com/voidzero-dev/vite-plus/pull/2105), [#&#8203;2106](https://redirect.github.com/voidzero-dev/vite-plus/pull/2106), [#&#8203;2112](https://redirect.github.com/voidzero-dev/vite-plus/pull/2112), [#&#8203;2133](https://redirect.github.com/voidzero-dev/vite-plus/pull/2133)), by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Verify that created monorepo libraries emit declarations in CI ([#&#8203;2171](https://redirect.github.com/voidzero-dev/vite-plus/pull/2171)), by [@&#8203;wan9chi](https://redirect.github.com/wan9chi) ##### Bundled Versions | Tool | Version | Source | | --------------- | -------- | ------------------------------------------------------------------------------------------------- | | vite | `8.1.4` | [`a477454`](https://redirect.github.com/vitejs/vite/commit/a477454442eff649b430f9e3c6caf2500fcb7183) | | rolldown | `1.1.5` | [`f09947a`](https://redirect.github.com/rolldown/rolldown/commit/f09947ab017d6df74299f691853dcfc4f4f0f86e) | | tsdown | `0.22.7` | [npm](https://npmx.dev/package/tsdown/v/0.22.7) | | vitest | `4.1.10` | [npm](https://npmx.dev/package/vitest/v/4.1.10) | | oxlint | `1.73.0` | [npm](https://npmx.dev/package/oxlint/v/1.73.0) | | oxlint-tsgolint | `0.24.0` | [npm](https://npmx.dev/package/oxlint-tsgolint/v/0.24.0) | | oxfmt | `0.58.0` | [npm](https://npmx.dev/package/oxfmt/v/0.58.0) | ##### Upgrade ```bash vp upgrade ``` ##### New Contributors Welcome [@&#8203;yukinoshi](https://redirect.github.com/yukinoshi) and [@&#8203;BlankParticle](https://redirect.github.com/BlankParticle). **Full Changelog**: <https://github.com/voidzero-dev/vite-plus/compare/v0.2.4...v0.2.5> ##### Published Packages - `@voidzero-dev/vite-plus-core@0.2.5` - `vite-plus@0.2.5` ##### 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. View the full commit: [`93dc59a`](https://redirect.github.com/voidzero-dev/vite-plus/commit/93dc59a324f790603ce65e629c13617468d1027d) **Docker:** ```bash docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.5 vp build ``` Run any `vp` command without installing it; see the [Docker guide](https://viteplus.dev/guide/docker) for more. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
main
1 day ago
[autofix.ci] apply automated fixes
renovate/vite+
2 days ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
2 days ago
chore(deps): update dependency rust to v1.97.1 (#1313) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://redirect.github.com/rust-lang/rust) | patch | `1.97.0` → `1.97.1` | --- ### Release Notes <details> <summary>rust-lang/rust (rust)</summary> ### [`v1.97.1`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1971-2026-07-16) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.97.0...1.97.1) \========================== <a id="1.97.1"></a> - [rustc: Fix miscompilation in LLVM optimization](https://redirect.github.com/rust-lang/rust/issues/159035) This backports an LLVM submodule bump to include the LLVM-side fix and a revert of the rustc change that is one known trigger for the bug. The rustc side revert should not be strictly necessary but is done out of abundance of caution. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago

Latest Branches

CodSpeed Performance Gauge
0%
chore: release v11.24.3#1312
1 day ago
e302027
release-plz-2026-07-16T13-01-51Z
CodSpeed Performance Gauge
0%
CodSpeed Performance Gauge
-4%
chore(deps): update dependency vite-plus to v0.2.5#1314
2 days ago
162b72e
renovate/vite+
© 2026 CodSpeed Technology
Home Terms Privacy Docs