Skip to content

Bump oxc_resolver from 11.19.1 to 11.19.2#179

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_resolver-11.19.2
Open

Bump oxc_resolver from 11.19.1 to 11.19.2#179
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_resolver-11.19.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps oxc_resolver from 11.19.1 to 11.19.2.

Changelog

Sourced from oxc_resolver's changelog.

11.19.2 - 2026-05-25

🐛 Bug Fixes

  • (tsconfig) apply later-wins semantics for extends array (#1156) (by @​Boshen)
  • (tsconfig) walk past a tsconfig that doesn't claim the file (#1154) (by @​Boshen)
  • (tsconfig) let project references take priority over their parent (#1151) (by @​Boshen)
  • (tsconfig) resolve rootDirs against the config that declared them (#1150) (by @​Boshen)
  • (tsconfig) resolve baseUrl / paths against the canonical tsconfig path (#1148) (by @​Boshen)
  • strip query fragments when calling find_tsconfig (#1147) (by @​Boshen)
  • avoid panic in resolve_file for parentless paths (#1053) (by @​Boshen)
  • (dts) strip ./ prefix from package entry when matching typesVersions (#1051) (by @​Boshen)
  • (dts) expand Declaration to TypeScript|Declaration for package entry resolution (#1050) (by @​Boshen)
  • (dts) prefer declaration extensions over JS in exports-resolved paths (#1047) (by @​Boshen)
  • avoid wasm/wasi dead-code lint in NodePath (#1043) (by @​Boshen)
  • (napi) replace panics with error returns to prevent WASM traps (#1055) (by @​Boshen)

🚜 Refactor

  • remove clear_cache test that dynamically creates fixtures (by @​Boshen)
  • move resolve and misc fixtures into fixtures/integration (by @​Boshen)
  • replace ignored doctest with link to example (by @​Boshen)
  • consolidate fixture directories for better test file mapping (by @​Boshen)
  • replace url crate with percent-encoding (#1065) (by @​Boshen)

⚡ Performance

  • (cache) pack CachedPathImpl::meta into a CachedMeta byte (#1144) (by @​Boshen)
  • (cache) store canonical path as Box instead of PathBuf (#1143) (by @​Boshen)
  • (alias) fast-reject alias entries by cached first byte (#1142) (by @​Boshen)

🧪 Testing

Contributors

Commits
  • 53af0d7 chore: release v11.19.2 (#1044)
  • 3d8ed1f fix(tsconfig): apply later-wins semantics for extends array (#1156)
  • baf2d56 test(tsconfig): port lookup scenarios from typescript-go (#1155)
  • 120a369 fix(tsconfig): walk past a tsconfig that doesn't claim the file (#1154)
  • cf9a91c chore(deps): update rust crate serde_json to v1.0.150 (#1153)
  • ea68cf6 chore(deps): update github actions (#1152)
  • ac7a26b fix(tsconfig): let project references take priority over their parent (#1151)
  • 798cf49 fix(tsconfig): resolve rootDirs against the config that declared them (#1150)
  • 27a9864 fix(tsconfig): resolve baseUrl / paths against the canonical tsconfig pat...
  • ef0c86b fix: strip query fragments when calling find_tsconfig (#1147)
  • 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.19.1 to 11.19.2.
- [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.19.1...v11.19.2)

---
updated-dependencies:
- dependency-name: oxc_resolver
  dependency-version: 11.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the kind/dependencies Dependency updates label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants