oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v11.21.1
release-plz-2026-06-04T17-22-58Z
52 minutes ago
chore(deps): update github actions (#1207) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.15.1` → `v4.17.0` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.2` → `v6.0.3` | | [cross-platform-actions/action](https://redirect.github.com/cross-platform-actions/action) | action | minor | `v1.1.0` → `v1.2.0` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.17.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.17.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.15.1...v4.17.0) #### Release Notes ##### <!-- 0 -->🚀 Features - Configure samply symbol resolution env vars by [@​not-matthias](https://redirect.github.com/not-matthias) - Add CODSPEED\_WALLTIME\_PROFILER override by [@​not-matthias](https://redirect.github.com/not-matthias) - Make benchmark isolation profiler-driven by [@​not-matthias](https://redirect.github.com/not-matthias) - Add profile-based auth configuration ([#​366](https://redirect.github.com/CodSpeedHQ/action/issues/366)) by [@​art049](https://redirect.github.com/art049) in [#​366](https://redirect.github.com/CodSpeedHQ/runner/pull/366) - Bump instrument-hooks to not use stubs on macos ([#​373](https://redirect.github.com/CodSpeedHQ/action/issues/373)) by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​373](https://redirect.github.com/CodSpeedHQ/runner/pull/373) - Pin codspeed-go-runner installer downloads with sha256 verification by [@​art049](https://redirect.github.com/art049) in [#​362](https://redirect.github.com/CodSpeedHQ/runner/pull/362) - Pin downloaded binaries with sha256 verification by [@​art049](https://redirect.github.com/art049) - Search NixOS debug info path by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​354](https://redirect.github.com/CodSpeedHQ/runner/pull/354) - Inherit process mapping on forks by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Bundle samply via library crate by [@​not-matthias](https://redirect.github.com/not-matthias) - Add samply profiler for macOS by [@​not-matthias](https://redirect.github.com/not-matthias) - Rename CODSPEED\_PERF\_ENABLED to CODSPEED\_PROFILER\_ENABLED by [@​not-matthias](https://redirect.github.com/not-matthias) - Add Profiler trait abstraction by [@​not-matthias](https://redirect.github.com/not-matthias) - Restore cursor on ctrl c by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​341](https://redirect.github.com/CodSpeedHQ/runner/pull/341) - Validate tokens and repository access up front by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 1 -->🐛 Bug Fixes - Use introspected env for memory executor by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Misleading DCE advice in setup-harness ([#​350](https://redirect.github.com/CodSpeedHQ/action/issues/350)) by [@​SuperMuel](https://redirect.github.com/SuperMuel) in [#​350](https://redirect.github.com/CodSpeedHQ/runner/pull/350) - Flush rolling buffer when executor errors by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​352](https://redirect.github.com/CodSpeedHQ/runner/pull/352) - Use brew-installed bash for samply on macOS by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​347](https://redirect.github.com/CodSpeedHQ/runner/pull/347) - Keep old name aliases to for deserialization purposes by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​345](https://redirect.github.com/CodSpeedHQ/runner/pull/345) - Handle malformed token from backend better by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Disable PYTHON\_PERF\_JIT\_SUPPORT on macOS by [@​not-matthias](https://redirect.github.com/not-matthias) - Use mach\_absolute\_time for FIFO timestamps on macOS by [@​not-matthias](https://redirect.github.com/not-matthias) - Use O\_RDWR to open FIFOs on all Unix platforms by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->💼 Other - Select profiler via typed CLI arg by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​379](https://redirect.github.com/CodSpeedHQ/runner/pull/379) - Bump workspace dependencies ([#​370](https://redirect.github.com/CodSpeedHQ/action/issues/370)) by [@​art049](https://redirect.github.com/art049) in [#​370](https://redirect.github.com/CodSpeedHQ/runner/pull/370) - Make api\_client the single source of truth for the auth token by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Bump gql\_client to partial-data fork by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 2 -->🏗️ Refactor - Centralize internal re-exec via InternalCommands::get\_command\_builder by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​338](https://redirect.github.com/CodSpeedHQ/runner/pull/338) - Rename Benchmark FIFO commands/markers to Profiler/Round by [@​not-matthias](https://redirect.github.com/not-matthias) - Rename Profiler::wrap to wrap\_command by [@​not-matthias](https://redirect.github.com/not-matthias) - Share Linux profiler sysctl setup by [@​not-matthias](https://redirect.github.com/not-matthias) - Port PerfRunner to Profiler trait by [@​not-matthias](https://redirect.github.com/not-matthias) - Rename PerfMetadata to WalltimeMetadata by [@​not-matthias](https://redirect.github.com/not-matthias) - Move perf module under profiler/ by [@​not-matthias](https://redirect.github.com/not-matthias) - Rename FifoCommand::PingPerf to PingProfiler by [@​not-matthias](https://redirect.github.com/not-matthias) - Rename IntegrationMode::Perf to Walltime by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->🧪 Testing - Update valgrind snapshot tests by [@​adriencaccia](https://redirect.github.com/adriencaccia) ##### <!-- 7 -->⚙️ Internals - Add taplo config file by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​363](https://redirect.github.com/CodSpeedHQ/runner/pull/363) - Bump samply fork to use framehop-codspeed by [@​not-matthias](https://redirect.github.com/not-matthias) - Add retry to sha256 tests to prevent transient failures by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​375](https://redirect.github.com/CodSpeedHQ/runner/pull/375) - Update setarch command arguments to use long options ([#​304](https://redirect.github.com/CodSpeedHQ/action/issues/304)) by [@​xtqqczze](https://redirect.github.com/xtqqczze) in [#​304](https://redirect.github.com/CodSpeedHQ/runner/pull/304) - Bump valgrind-codspeed to 3.26.0-0codspeed2 - Fix macOS rustup cache corruption in install-rust action by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​357](https://redirect.github.com/CodSpeedHQ/runner/pull/357) - Give each bpf-tests shard its own cache key by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​358](https://redirect.github.com/CodSpeedHQ/runner/pull/358) - Shard bpf-tests by integration test binary by [@​not-matthias](https://redirect.github.com/not-matthias) - Use rustup show instead of toolchain install by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​349](https://redirect.github.com/CodSpeedHQ/runner/pull/349) - Disable profiler in macos-basic-run-test by [@​not-matthias](https://redirect.github.com/not-matthias) - Upload the basic run to validate auth of integration test by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Move samply fork from AvalancheHQ to CodSpeedHQ by [@​not-matthias](https://redirect.github.com/not-matthias) - Remove the cursor hiding by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) #### Install codspeed-runner 4.17.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.17.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.17.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.17.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.17.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.17.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.17.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.17.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.17.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.15.1...v4.17.0> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.2...v6.0.3) - Fix checkout init for SHA-256 repositories by [@​yaananth](https://redirect.github.com/yaananth) in [#​2439](https://redirect.github.com/actions/checkout/pull/2439) - fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://redirect.github.com/yaananth) in [#​2414](https://redirect.github.com/actions/checkout/pull/2414) </details> <details> <summary>cross-platform-actions/action (cross-platform-actions/action)</summary> ### [`v1.2.0`](https://redirect.github.com/cross-platform-actions/action/releases/tag/v1.2.0): Cross Platform Action 1.2.0 [Compare Source](https://redirect.github.com/cross-platform-actions/action/compare/v1.1.0...v1.2.0) ##### Added - Add support for OpenBSD 7.9 ([#​144](https://redirect.github.com/cross-platform-actions/action/issues/144)) ##### Changed - Updated QEMU to 10.2.3 ##### Security - Bump resources to a release that use immutable releases, providing integrity verification for downloaded artifacts ([#​147](https://redirect.github.com/cross-platform-actions/action/issues/147)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
54 minutes ago
chore(deps): update github actions
renovate/github-actions
58 minutes ago
chore: release v11.21.1
release-plz-2026-06-04T17-22-58Z
13 hours ago
chore(deps): update typos to v1.47.2 (#1206) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | action | patch | `v1.47.1` → `v1.47.2` | --- ### Release Notes <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`v1.47.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.2) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.1...v1.47.2) ##### \[1.47.2] - 2026-06-04 ##### Fixes - Don't correct `inferrable` - Correct unused `inferible` variant </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
13 hours ago
chore(deps): update typos to v1.47.2
renovate/typos
13 hours ago
chore: release v11.21.1
release-plz-2026-06-04T17-22-58Z
1 day ago
chore(deps): update typos to v1.47.1 (#1203) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | action | patch | `v1.47.0` → `v1.47.1` | `v1.47.2` | --- ### Release Notes <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`v1.47.1`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.1) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.0...v1.47.1) #### \[1.47.1] - 2026-06-03 ##### Fixes - Don't correct `requestors` </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
1 day ago
Latest Branches
CodSpeed Performance Gauge
+1%
chore: release v11.21.1
#1201
1 hour ago
39fa819
release-plz-2026-06-04T17-22-58Z
CodSpeed Performance Gauge
+5%
chore(deps): update github actions
#1207
1 hour ago
83e6fba
renovate/github-actions
CodSpeed Performance Gauge
+4%
chore(deps): update typos to v1.47.2
#1206
13 hours ago
65cf662
renovate/typos
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs