Skip to content

chore(deps-dev): bump oxc-resolver from 11.20.0 to 11.22.0#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/oxc-resolver-11.22.0
Open

chore(deps-dev): bump oxc-resolver from 11.20.0 to 11.22.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/oxc-resolver-11.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps oxc-resolver from 11.20.0 to 11.22.0.

Release notes

Sourced from oxc-resolver's releases.

v11.22.0

🚀 Features

  • (file_system) make FileSystemOs cheaply cloneable and Debug (#1230) (by @​Boshen)

🚜 Refactor

  • (package-json) dedupe simd/serde backends behind JSON traits (#1229) (by @​Boshen)

📚 Documentation

⚡ Performance

  • type-erase the filesystem into a non-generic ResolverImpl core (#1255) (by @​Boshen)
  • reduce tsconfig paths binary size (#1250) (by @​Boshen)
  • avoid UTF-8 validation on alias and .d.ts resolve hot paths (#1244) (by @​Boshen)
  • (alias) skip UTF-8 validation of resolved path when no alias key matches (#1240) (by @​Boshen)
  • (tsconfig) reuse cached lstat to avoid redundant stat in get_tsconfig (#1238) (by @​Boshen)
  • (resolve) compute parent once in package.json scope walk (#1235) (by @​Boshen)
  • (specifier) SIMD fast-reject of specifiers without query/fragment (#1234) (by @​Boshen)
  • (tsconfig) cut allocations in glob ownership matching (#1232) (by @​Boshen)
  • (path) drop Chain<Once, Components> in normalize_with (#1231) (by @​Boshen)
  • (browser-field) fast-reject non-matching keys before normalize (#1227) (by @​Boshen)

Contributors

v11.21.3

🐛 Bug Fixes

  • (tsconfig) only attach an auto-discovered tsconfig to a file it owns (#1220) (by @​shulaoda)

🚜 Refactor

Contributors

v11.21.2

🚜 Refactor

... (truncated)

Changelog

Sourced from oxc-resolver's changelog.

11.22.0 - 2026-06-30

🚀 Features

  • (file_system) make FileSystemOs cheaply cloneable and Debug (#1230) (by @​Boshen)

🚜 Refactor

  • (package-json) dedupe simd/serde backends behind JSON traits (#1229) (by @​Boshen)

📚 Documentation

⚡ Performance

  • type-erase the filesystem into a non-generic ResolverImpl core (#1255) (by @​Boshen)
  • reduce tsconfig paths binary size (#1250) (by @​Boshen)
  • avoid UTF-8 validation on alias and .d.ts resolve hot paths (#1244) (by @​Boshen)
  • (alias) skip UTF-8 validation of resolved path when no alias key matches (#1240) (by @​Boshen)
  • (tsconfig) reuse cached lstat to avoid redundant stat in get_tsconfig (#1238) (by @​Boshen)
  • (resolve) compute parent once in package.json scope walk (#1235) (by @​Boshen)
  • (specifier) SIMD fast-reject of specifiers without query/fragment (#1234) (by @​Boshen)
  • (tsconfig) cut allocations in glob ownership matching (#1232) (by @​Boshen)
  • (path) drop Chain<Once, Components> in normalize_with (#1231) (by @​Boshen)
  • (browser-field) fast-reject non-matching keys before normalize (#1227) (by @​Boshen)

Contributors

11.21.3 - 2026-06-18

🐛 Bug Fixes

  • (tsconfig) only attach an auto-discovered tsconfig to a file it owns (#1220) (by @​shulaoda)

🚜 Refactor

Contributors

11.21.2 - 2026-06-17

🚜 Refactor

... (truncated)

Commits
  • 5123ede chore: release v11.22.0 (#1228)
  • 6d0e7af perf: type-erase the filesystem into a non-generic ResolverImpl core (#1255)
  • c003970 ci: add crates environment to release workflow
  • de14e01 chore(deps): update rust crate mimalloc-safe to v0.1.64 (#1252)
  • 50b3b48 chore(deps): update github actions (#1253)
  • ff5fce1 chore(deps): update dependency @​napi-rs/wasm-runtime to v1.1.6 (#1251)
  • e463dcf perf: reduce tsconfig paths binary size (#1250)
  • 083af0d ci: enable codspeed simulation (#1249)
  • 11e587c chore: bump cargo-shear to 1.13.1 (#1248)
  • 6983aa4 chore: remove Copilot setup workflow (#1247)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxc-resolver](https://github.com/oxc-project/oxc-resolver) from 11.20.0 to 11.22.0.
- [Release notes](https://github.com/oxc-project/oxc-resolver/releases)
- [Changelog](https://github.com/oxc-project/oxc-resolver/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc-resolver@v11.20.0...v11.22.0)

---
updated-dependencies:
- dependency-name: oxc-resolver
  dependency-version: 11.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from FrameMuse as a code owner July 1, 2026 20:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants