Skip to content

Commit 2a41b8a

Browse files
chore(deps): update rust crate oxc_resolver to v6 (oxc-project#10643)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) | workspace.dependencies | major | `5` -> `6` | --- ### Release Notes <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v6.0.2`](https://redirect.github.com/oxc-project/oxc-resolver/releases/tag/oxc_resolver-v6.0.2) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v6.0.1...oxc_resolver-v6.0.2) ##### <!-- 1 -->Bug Fixes - handle package.json and tsconfig.json with BOM ([#&oxc-project#8203;463](https://redirect.github.com/oxc-project/oxc-resolver/pull/463)) ##### <!-- 2 -->Performance - avoid double call to `parse_package_specifier` ([#&oxc-project#8203;465](https://redirect.github.com/oxc-project/oxc-resolver/pull/465)) ### [`v6.0.1`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#601---2025-04-25) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v6.0.0...oxc_resolver-v6.0.1) ##### <!-- 1 -->Bug Fixes - handle package.json and tsconfig.json with BOM ([#&oxc-project#8203;463](https://redirect.github.com/oxc-project/oxc-resolver/pull/463)) ##### <!-- 2 -->Performance - avoid double call to `parse_package_specifier` ([#&oxc-project#8203;465](https://redirect.github.com/oxc-project/oxc-resolver/pull/465)) ### [`v6.0.0`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#600---2025-04-22) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v5.3.0...oxc_resolver-v6.0.0) ##### <!-- 1 -->Bug Fixes - properly handle DOS device paths in strip_windows_prefix ([#&oxc-project#8203;455](https://redirect.github.com/oxc-project/oxc-resolver/pull/455)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on monday" in timezone Asia/Shanghai, 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f803807 commit 2a41b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ unicode-id-start = "1"
155155
#
156156
oxc-browserslist = "2"
157157
oxc_index = "3"
158-
oxc_resolver = "5"
158+
oxc_resolver = "6"
159159
oxc_sourcemap = "3"
160160

161161
#

0 commit comments

Comments
 (0)