oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(ci): bypass vp on FreeBSD build (#1173) ## Summary - The FreeBSD job in `release-napi.yml` has been failing because `pnpm build` resolves to `vp run build:debug --features allocator --release`, and `vite-plus` has no `freebsd-x64` native binding (`Cannot find module '@voidzero-dev/vite-plus-freebsd-x64'`). - The `build:debug` script itself is plain `napi build --platform --manifest-path napi/Cargo.toml` with no vite-plus dependency, so call it directly inside the FreeBSD VM and forward `--features allocator --release --target x86_64-unknown-freebsd`. Other matrix targets still go through `vp` unchanged.
main
9 hours ago
fix(ci): bypass vp on FreeBSD build vite-plus has no freebsd-x64 native binding, so `pnpm build` (which expands to `vp run build:debug ...`) crashes when it tries to load vite-plus inside the FreeBSD VM. The `build:debug` script itself is plain `napi build` with no vite-plus dependency, so call it directly via `pnpm run build:debug` and forward the build flags.
fix/freebsd-bypass-vite-plus
9 hours ago
chore: drop i686-pc-windows-msvc target (#1172) ## Summary - Node.js stopped shipping `win-x86` binaries in v23, so `actions/setup-node` cannot install the pinned Node 24.14.0 for `win32/x86` β the i686 row of the release-napi matrix has been failing since v11.19.2 with `Unable to find Node version '24.14.0' for platform win32 and architecture x86`. - Rust is also demoting 32-bit Windows targets β see https://blog.rust-lang.org/2025/05/26/demoting-i686-pc-windows-gnu/. - Removes the target from `napi.targets` in `package.json` and from the release-napi matrix.
main
9 hours ago
chore: drop i686-pc-windows-msvc target Node.js stopped shipping win-x86 binaries in v23, so the release-napi matrix can no longer install the pinned Node 24.14.0 on win32/x86 and the i686 build fails at the setup-node step. Rust is also demoting 32-bit Windows targets (https://blog.rust-lang.org/2025/05/26/demoting-i686-pc-windows-gnu/).
chore/drop-i686-pc-windows-msvc
9 hours ago
chore: release v11.20.0 (#1163) ## π€ New release * `oxc_resolver`: 11.19.2 -> 11.20.0 * `oxc_resolver_napi`: 11.19.2 -> 11.20.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `oxc_resolver` <blockquote> ## [11.20.0](https://github.com/oxc-project/oxc-resolver/compare/v11.19.2...v11.20.0) - 2026-05-27 ### <!-- 0 -->π Features - *(tsconfig)* parse `strict` and `strictNullChecks` compiler options ([#1166](https://github.com/oxc-project/oxc-resolver/pull/1166)) (by @kylecannon) ### <!-- 1 -->π Bug Fixes - *(tsconfig)* scope default `**/*` include to the tsconfig directory ([#1161](https://github.com/oxc-project/oxc-resolver/pull/1161)) (by @Boshen) ### Contributors * @kylecannon * @Boshen </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: oxc-guard[bot] <276638029+oxc-guard[bot]@users.noreply.github.com>
main
10 hours ago
chore: release v11.20.0
release-plz-2026-05-27T04-41-38Z
10 hours ago
chore(deps): update dependency @napi-rs/cli to v3.7.0 (#1171) 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/) | |---|---|---|---|---|---| | [@napi-rs/cli](https://napi.rs/) ([source](https://redirect.github.com/napi-rs/napi-rs)) | [`3.6.2` β `3.7.0`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.6.2/3.7.0) |  |  |  |  | --- ### Release Notes <details> <summary>napi-rs/napi-rs (@​napi-rs/cli)</summary> ### [`v3.7.0`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.7.0) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.6.2...@napi-rs/cli@3.7.0) ##### Added - *(napi)* provide unsafe as\_mut on ArrayBuffer ([#​3055](https://redirect.github.com/napi-rs/napi-rs/pull/3055)) - *(napi)* support Promise.resolve/reject ([#​3053](https://redirect.github.com/napi-rs/napi-rs/pull/3053)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
10 hours ago
chore(deps): update dependency @napi-rs/cli to v3.7.0
renovate/napi
10 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(ci): bypass vp on FreeBSD build
#1173
9 hours ago
e38f863
fix/freebsd-bypass-vite-plus
CodSpeed Performance Gauge
-5%
chore: drop i686-pc-windows-msvc target
#1172
10 hours ago
ac8f047
chore/drop-i686-pc-windows-msvc
CodSpeed Performance Gauge
0%
chore: release v11.20.0
#1163
10 hours ago
c566ce6
release-plz-2026-05-27T04-41-38Z
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs