Skip to content

chore(deps): bump oxc-resolver from 11.21.3 to 11.23.0 in the oxc group#1015

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-969d54d548
Open

chore(deps): bump oxc-resolver from 11.21.3 to 11.23.0 in the oxc group#1015
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-969d54d548

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the oxc group with 1 update: oxc-resolver.

Updates oxc-resolver from 11.21.3 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oxc group with 1 update: [oxc-resolver](https://github.com/oxc-project/oxc-resolver).


Updates `oxc-resolver` from 11.21.3 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.21.3...v11.23.0)

---
updated-dependencies:
- dependency-name: oxc-resolver
  dependency-version: 11.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
...

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
@dependabot dependabot Bot requested a review from a team as a code owner July 7, 2026 14:14
@dependabot dependabot Bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

📊 Bundle size report

✅ No changes found

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