Skip to content

chore(deps): bump oxc-resolver from 11.20.0 to 11.23.0#191

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-resolver-11.23.0
Closed

chore(deps): bump oxc-resolver from 11.20.0 to 11.23.0#191
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-resolver-11.23.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps oxc-resolver from 11.20.0 to 11.23.0.

Release notes

Sourced from oxc-resolver's releases.

v11.23.0

🚀 Features

  • (tsconfig) expose outDir, declarationDir, resolveJsonModule, checkJs (#1257) (by @​Boshen)

🐛 Bug Fixes

  • (exports) propagate the last error in array target resolution (#1267) (by @​Boshen)

🚜 Refactor

  • deduplicate cross-file helpers, drop stale lint allows (#1269) (by @​Boshen)
  • (dts) deduplicate package entry selection and remove dead code (#1266) (by @​Boshen)
  • (tsconfig) skip TsConfig deep clone for non-root configs (#1265) (by @​Boshen)
  • (alias) compile fallback aliases once at construction (#1264) (by @​Boshen)

⚡ Performance

  • (alias) scan a packed first-byte array instead of striding over alias entries (#1260) (by @​Boshen)

Contributors

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)

... (truncated)

Changelog

Sourced from oxc-resolver's changelog.

11.23.0 - 2026-07-02

🚀 Features

  • (tsconfig) expose outDir, declarationDir, resolveJsonModule, checkJs (#1257) (by @​Boshen)

🐛 Bug Fixes

  • (exports) propagate the last error in array target resolution (#1267) (by @​Boshen)

🚜 Refactor

  • deduplicate cross-file helpers, drop stale lint allows (#1269) (by @​Boshen)
  • (dts) deduplicate package entry selection and remove dead code (#1266) (by @​Boshen)
  • (tsconfig) skip TsConfig deep clone for non-root configs (#1265) (by @​Boshen)
  • (alias) compile fallback aliases once at construction (#1264) (by @​Boshen)

⚡ Performance

  • (alias) scan a packed first-byte array instead of striding over alias entries (#1260) (by @​Boshen)

Contributors

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)

... (truncated)

Commits
  • c6d0899 chore: release v11.23.0 (#1259)
  • 28a487b chore: remove test and JS-side leftovers (#1271)
  • a042d49 chore(bench): move specifier allocation out of the timed symlink loop (#1270)
  • 3e88f90 refactor: deduplicate cross-file helpers, drop stale lint allows (#1269)
  • 0fbd4a3 fix(exports): propagate the last error in array target resolution (#1267)
  • 534280f chore: miscellaneous small cleanups (#1268)
  • 9763d7b refactor(dts): deduplicate package entry selection and remove dead code (#1266)
  • e66adb8 refactor(tsconfig): skip TsConfig deep clone for non-root configs (#1265)
  • d69fc38 refactor(alias): compile fallback aliases once at construction (#1264)
  • 4837a2e perf(alias): scan a packed first-byte array instead of striding over alias en...
  • 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.23.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.23.0)

---
updated-dependencies:
- dependency-name: oxc-resolver
  dependency-version: 11.23.0
  dependency-type: direct:production
  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 7, 2026
@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b33d15f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/oxc-resolver-11.23.0 branch July 7, 2026 09:17
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.

1 participant