oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
2 days ago
chore(deps): update rust crates (#1136) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fancy-regex](https://redirect.github.com/fancy-regex/fancy-regex) | dependencies | minor | `^0.17.0` โ `^0.18.0` | | [fancy-regex](https://redirect.github.com/fancy-regex/fancy-regex) | dev-dependencies | minor | `^0.17.0` โ `^0.18.0` | | [json-strip-comments](https://redirect.github.com/oxc-project/json-strip-comments) | dependencies | patch | `3.1.0` โ `3.1.1` | | [mimalloc-safe](https://redirect.github.com/napi-rs/mimalloc-safe) | dependencies | patch | `0.1.56` โ `0.1.61` | --- ### Release Notes <details> <summary>fancy-regex/fancy-regex (fancy-regex)</summary> ### [`v0.18.0`](https://redirect.github.com/fancy-regex/fancy-regex/blob/HEAD/CHANGELOG.md#0180---2026-04-24) [Compare Source](https://redirect.github.com/fancy-regex/fancy-regex/compare/0.17.0...0.18.0) ##### Added - Add support for `\N` to mean any character except newline, for Oniguruma compatibility ([#​206](https://redirect.github.com/fancy-regex/fancy-regex/issues/206)) - Add support for `(*FAIL)` backtracking control verb ([#​210](https://redirect.github.com/fancy-regex/fancy-regex/issues/210)) - Add support for more `\p{...}` and `\P{...}` aliases, for Oniguruma compatibility ([#​207](https://redirect.github.com/fancy-regex/fancy-regex/issues/207)) - Add support for word boundaries and zero-length fancy patterns inside variable lookbehinds (at top level) ([#​216](https://redirect.github.com/fancy-regex/fancy-regex/issues/216)) - Add support for `\R` to mean general newline, matching all common line break characters, treating `\r\n` atomically ([#​220](https://redirect.github.com/fancy-regex/fancy-regex/issues/220)) - Add support for the regex crate's `(?R)` CRLF mode flag ([#​238](https://redirect.github.com/fancy-regex/fancy-regex/issues/238)) - Add support for subroutine calls (including recursion up to 20 levels deep, matching Oniguruma behavior) `\g<1>` ([#​230](https://redirect.github.com/fancy-regex/fancy-regex/issues/230)) - Add support for Oniguruma's absent repeater `(?~abc)` ([#​233](https://redirect.github.com/fancy-regex/fancy-regex/issues/233)) - Add support for ignoring empty matches ([#​240](https://redirect.github.com/fancy-regex/fancy-regex/issues/240)) - Add support for treating unnamed capture groups as non-capturing when named groups exist ([#​241](https://redirect.github.com/fancy-regex/fancy-regex/issues/241)) ##### Changed - `RegexBuilder` can now build multiple patterns with the same options ([#​213](https://redirect.github.com/fancy-regex/fancy-regex/issues/213)) - Parsing of capture group names is now more lenient ([#​241](https://redirect.github.com/fancy-regex/fancy-regex/issues/241)) ##### Fixed - Fixed bug with parsing nested character classes containing unescaped `]` ([#​211](https://redirect.github.com/fancy-regex/fancy-regex/issues/211)) </details> <details> <summary>oxc-project/json-strip-comments (json-strip-comments)</summary> ### [`v3.1.1`](https://redirect.github.com/oxc-project/json-strip-comments/releases/tag/json-strip-comments-v3.1.1) [Compare Source](https://redirect.github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.1.0...json-strip-comments-v3.1.1) ##### Added - add `strip_slice` api ([#​116](https://redirect.github.com/oxc-project/json-strip-comments/pull/116)) ##### Other - *(deps)* update github-actions ([#​114](https://redirect.github.com/oxc-project/json-strip-comments/pull/114)) - *(deps)* update dependency rust to v1.91.1 ([#​113](https://redirect.github.com/oxc-project/json-strip-comments/pull/113)) - *(deps)* lock file maintenance ([#​111](https://redirect.github.com/oxc-project/json-strip-comments/pull/111)) - *(deps)* update codspeedhq/action action to v4.3.3 ([#​110](https://redirect.github.com/oxc-project/json-strip-comments/pull/110)) - *(deps)* lock file maintenance rust crates ([#​109](https://redirect.github.com/oxc-project/json-strip-comments/pull/109)) - *(deps)* update oxc-project/setup-rust action to v1.0.8 ([#​107](https://redirect.github.com/oxc-project/json-strip-comments/pull/107)) - *(deps)* update dependency rust to v1.91.0 ([#​106](https://redirect.github.com/oxc-project/json-strip-comments/pull/106)) - *(deps)* lock file maintenance ([#​103](https://redirect.github.com/oxc-project/json-strip-comments/pull/103)) - *(deps)* update codspeedhq/action action to v4.3.1 ([#​102](https://redirect.github.com/oxc-project/json-strip-comments/pull/102)) - *(deps)* lock file maintenance rust crates ([#​101](https://redirect.github.com/oxc-project/json-strip-comments/pull/101)) - *(deps)* update actions/setup-node action to v6 ([#​99](https://redirect.github.com/oxc-project/json-strip-comments/pull/99)) - *(deps)* update codspeedhq/action action to v4.2.1 ([#​98](https://redirect.github.com/oxc-project/json-strip-comments/pull/98)) - *(deps)* lock file maintenance rust crates ([#​97](https://redirect.github.com/oxc-project/json-strip-comments/pull/97)) - *(deps)* update github-actions ([#​95](https://redirect.github.com/oxc-project/json-strip-comments/pull/95)) - *(deps)* update github-actions ([#​91](https://redirect.github.com/oxc-project/json-strip-comments/pull/91)) - *(deps)* update oxc-project/setup-rust action to v1.0.6 ([#​89](https://redirect.github.com/oxc-project/json-strip-comments/pull/89)) - fix benchmark - *(deps)* lock file maintenance rust crates ([#​86](https://redirect.github.com/oxc-project/json-strip-comments/pull/86)) - *(deps)* update github-actions ([#​84](https://redirect.github.com/oxc-project/json-strip-comments/pull/84)) - *(deps)* update dependency rust to v1.90.0 ([#​83](https://redirect.github.com/oxc-project/json-strip-comments/pull/83)) </details> <details> <summary>napi-rs/mimalloc-safe (mimalloc-safe)</summary> ### [`v0.1.61`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0161---2026-05-16) [Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.60...mimalloc-safe-v0.1.61) ##### Chore - Updated the following local packages: libmimalloc-sys2 ### [`v0.1.60`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0160---2026-05-14) [Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.59...mimalloc-safe-v0.1.60) ##### Chore - Updated the following local packages: libmimalloc-sys2 ### [`v0.1.59`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0159---2026-05-09) [Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.58...mimalloc-safe-v0.1.59) ##### Chore - Updated the following local packages: libmimalloc-sys2 ### [`v0.1.58`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0158---2026-04-25) [Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.57...mimalloc-safe-v0.1.58) ##### Chore - Updated the following local packages: libmimalloc-sys2 ### [`v0.1.57`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0157---2026-04-16) [Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.56...mimalloc-safe-v0.1.57) ##### Chore - Updated the following local packages: libmimalloc-sys2 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
chore(deps): update github actions (#1135) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | minor | `v3.1.1` โ `v3.2.0` | | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) | action | patch | `v6.0.5` โ `v6.0.8` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0) ##### Features - add support for enterprise-level GitHub Apps ([#​263](https://redirect.github.com/actions/create-github-app-token/issues/263)) ([952a2a7](https://redirect.github.com/actions/create-github-app-token/commit/952a2a7073df6bfa5f49bc469ec895b6ec1acea4)) - support full repository names in `repositories` input ([#​372](https://redirect.github.com/actions/create-github-app-token/issues/372)) ([85eb8dd](https://redirect.github.com/actions/create-github-app-token/commit/85eb8dd41472213aed25d1a126460e0069138ab6)) ##### Bug Fixes - **deps:** bump [@​actions/core](https://redirect.github.com/actions/core) from 3.0.0 to 3.0.1 in the production-dependencies group ([#​364](https://redirect.github.com/actions/create-github-app-token/issues/364)) ([43e5c34](https://redirect.github.com/actions/create-github-app-token/commit/43e5c345bfd4d4f3ecea019ad0042001a09dd857)) - validate private-key input ([#​376](https://redirect.github.com/actions/create-github-app-token/issues/376)) ([f24bbd8](https://redirect.github.com/actions/create-github-app-token/commit/f24bbd89643991c0de27ae823c01791b2c6bafdd)) </details> <details> <summary>pnpm/action-setup (pnpm/action-setup)</summary> ### [`v6.0.8`](https://redirect.github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) ### [`v6.0.7`](https://redirect.github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7) ### [`v6.0.6`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.6) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.5...v6.0.6) ##### What's Changed - fix: bin\_dest output points to self-updated pnpm, not bootstrap by [@​zkochan](https://redirect.github.com/zkochan) in [#​249](https://redirect.github.com/pnpm/action-setup/pull/249) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.6> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
chore(deps): update rust crates
renovate/rust-crates
2 days ago
chore(deps): update github actions
renovate/github-actions
2 days ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
2 days ago
ci: switch security workflow to ubuntu-latest (#1134) This updates the security workflow on `main` from `ubuntu-slim` to `ubuntu-latest`. Only the `runs-on` label in `.github/workflows/security.yml` is changed.
main
2 days ago
ci: switch security workflow to ubuntu-latest
codex/security-workflow-ubuntu-latest
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
chore: release v11.19.2
#1044
2 days ago
fe4a3d0
release-plz-2026-03-02T05-19-13Z
CodSpeed Performance Gauge
+4%
chore(deps): update rust crates
#1136
2 days ago
3b87d3f
renovate/rust-crates
CodSpeed Performance Gauge
0%
chore(deps): update github actions
#1135
2 days ago
1815b6f
renovate/github-actions
ยฉ 2026 CodSpeed Technology
Home
Terms
Privacy
Docs