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

Performance History

Latest Results

chore: release v11.22.0
release-plz-2026-06-18T23-48-37Z
9 hours ago
chore(deps): update dependency @napi-rs/wasm-runtime to v1.1.6 (#1251) 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/wasm-runtime](https://napi.rs/) ([source](https://redirect.github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime)) | [`1.1.5` β†’ `1.1.6`](https://renovatebot.com/diffs/npm/@napi-rs%2fwasm-runtime/1.1.5/1.1.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fwasm-runtime/1.1.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fwasm-runtime/1.1.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fwasm-runtime/1.1.5/1.1.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fwasm-runtime/1.1.5/1.1.6?slim=true) | --- ### Release Notes <details> <summary>napi-rs/napi-rs (@&#8203;napi-rs/wasm-runtime)</summary> ### [`v1.1.6`](https://redirect.github.com/napi-rs/napi-rs/blob/HEAD/wasm-runtime/CHANGELOG.md#116-2026-06-24) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.1.5...@napi-rs/wasm-runtime@1.1.6) **Note:** Version bump only for package [@&#8203;napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime) </details> --- ### Configuration πŸ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
9 hours ago
chore(deps): update github actions
renovate/github-actions
9 hours ago
chore(deps): update github actions (#1253) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.17.6` β†’ `v4.18.1` | | [cross-platform-actions/action](https://redirect.github.com/cross-platform-actions/action) | action | minor | `v1.2.0` β†’ `v1.3.0` | | [oxc-project/security-action](https://redirect.github.com/oxc-project/security-action) | action | patch | `v1.0.7` β†’ `v1.0.8` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.18.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.0...v4.18.1) #### Release Notes ##### <!-- 0 -->πŸš€ Features - Bump go-runner to 1.2.1 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;421](https://redirect.github.com/CodSpeedHQ/runner/pull/421) #### Install codspeed-runner 4.18.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> ### [`v4.18.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.17.6...v4.18.0) #### Release Notes ##### <!-- 0 -->πŸš€ Features - Bump valgrind-codspeed to 3.26.0-0codspeed4 - Bump samply by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;415](https://redirect.github.com/CodSpeedHQ/runner/pull/415) - Set env var to have node dump inlining information by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Change isolation logic to include samply and non root fallback by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add experimental --cycle-estimation flag by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;412](https://redirect.github.com/CodSpeedHQ/runner/pull/412) - Make samply-codspeed a submodule rather than git rev with cargo by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;416](https://redirect.github.com/CodSpeedHQ/runner/pull/416) ##### <!-- 1 -->πŸ› Bug Fixes - Honor locally-installed valgrind on non-apt systems by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;414](https://redirect.github.com/CodSpeedHQ/runner/pull/414) #### Install codspeed-runner 4.18.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> </details> <details> <summary>cross-platform-actions/action (cross-platform-actions/action)</summary> ### [`v1.3.0`](https://redirect.github.com/cross-platform-actions/action/releases/tag/v1.3.0): Cross Platform Action 1.3.0 [Compare Source](https://redirect.github.com/cross-platform-actions/action/compare/v1.2.0...v1.3.0) ##### Added - Add support for FreeBSD 15.1 ([#&#8203;153](https://redirect.github.com/cross-platform-actions/action/issues/153)) - Add a `--environment-variables` post-flag to the `cpa.sh` custom shell for forwarding additional environment variables to the VM on a per-step basis, without having to declare them on the `Start VM` step via the `environment_variables` input ([#&#8203;145](https://redirect.github.com/cross-platform-actions/action/issues/145)): ```yaml - name: Run a command with extra environment variables shell: cpa.sh {0} --environment-variables MY_ENV1 MY_ENV2 env: MY_ENV1: value1 MY_ENV2: value2 run: echo "$MY_ENV1 $MY_ENV2" ``` </details> <details> <summary>oxc-project/security-action (oxc-project/security-action)</summary> ### [`v1.0.8`](https://redirect.github.com/oxc-project/security-action/compare/v1.0.7...v1.0.8) [Compare Source](https://redirect.github.com/oxc-project/security-action/compare/v1.0.7...v1.0.8) </details> --- ### Configuration πŸ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
9 hours ago
chore: release v11.22.0
release-plz-2026-06-18T23-48-37Z
3 days ago

Latest Branches

CodSpeed Performance Gauge
+5%
chore: release v11.22.0#1228
10 hours ago
12dd25e
release-plz-2026-06-18T23-48-37Z
CodSpeed Performance Gauge
-1%
chore(deps): update github actions#1253
10 hours ago
f2650cc
renovate/github-actions
CodSpeed Performance Gauge
-3%
10 hours ago
0a2c233
renovate/rust-crates
Β© 2026 CodSpeed Technology
Home Terms Privacy Docs