Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump oxc-resolver from 1.12.0 to 2.1.1 #1144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps oxc-resolver from 1.12.0 to 2.1.1.

Release notes

Sourced from oxc-resolver's releases.

oxc_resolver-v2.1.1

Performance

  • reduce hash while resolving package.json (#319)
  • reduce memory allocation while normalizing package path (#318)
  • reduce memory allocation while resolving package.json (#317)
  • use path.as_os_str().hash() instead of path.hash() (#316)
  • reduce memory allocation by using a thread_local path for path methods (#315)

Other

  • remove the deprecated simdutf8 aarch64_neon feature
  • mention extension must start with a . in with_extension (#313)

oxc_resolver-v2.1.0

Added

  • add Resolver::resolve_tsconfig API (#312)

Fixed

  • don't panic when resolving / with roots (#310)
  • use same UNC path normalization logic with libuv (#306)

Other

  • (deps) update rust crates to v1.0.215
  • fix symlink test init on windows (#307)

oxc_resolver-v2.0.1

Other

  • cargo upgrade && pnpm upgrade
  • bring back the symlink optimization (#298)
  • (deps) update rust crate criterion2 to v2

oxc_resolver-v2.0.0

Added

  • [breaking] add add ResolveError::Builtin::is_runtime_module (#272)

Fixed

  • use fs::canonicalize to cover symlink edge cases (#284)
  • extensionAlias cannot resolve mathjs (#273)
Changelog

Sourced from oxc-resolver's changelog.

2.1.1 - 2024-11-22

Performance

  • reduce hash while resolving package.json (#319)
  • reduce memory allocation while normalizing package path (#318)
  • reduce memory allocation while resolving package.json (#317)
  • use path.as_os_str().hash() instead of path.hash() (#316)
  • reduce memory allocation by using a thread_local path for path methods (#315)

Other

  • remove the deprecated simdutf8 aarch64_neon feature
  • mention extension must start with a . in with_extension (#313)

2.1.0 - 2024-11-20

Added

  • add Resolver::resolve_tsconfig API (#312)

Fixed

  • don't panic when resolving / with roots (#310)
  • use same UNC path normalization logic with libuv (#306)

Other

  • (deps) update rust crates to v1.0.215
  • fix symlink test init on windows (#307)

2.0.1 - 2024-11-08

Other

  • cargo upgrade && pnpm upgrade
  • bring back the symlink optimization (#298)
  • (deps) update rust crate criterion2 to v2

2.0.0 - 2024-10-22

Added

  • [breaking] add add ResolveError::Builtin::is_runtime_module (#272)

Fixed

  • use fs::canonicalize to cover symlink edge cases (#284)
  • extensionAlias cannot resolve mathjs (#273)
Commits
  • ed66360 chore: release v2.1.1 (#314)
  • 47fcbae perf: reduce hash while resolving package.json (#319)
  • e903e4e perf: reduce memory allocation while normalizing package path (#318)
  • d5b88b3 perf: reduce memory allocation while resolving package.json (#317)
  • 08a19d7 perf: use path.as_os_str().hash() instead of path.hash() (#316)
  • 6e45c48 chore: remove the deprecated simdutf8 aarch64_neon feature
  • 703c84b perf: reduce memory allocation by using a thread_local path for path methods ...
  • 8ab444b chore: add more data to benchmark
  • 6d9e761 ci: add RUSTFLAGS: "-C debuginfo=1 -C strip=none" to benchmark build
  • cb2a016 test: fix warning on windows
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 22, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oxc-resolver-2.1.1 branch 3 times, most recently from 55c3d0d to 437e8b0 Compare November 26, 2024 23:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oxc-resolver-2.1.1 branch from 437e8b0 to 7fda0d3 Compare December 3, 2024 00:14
Bumps [oxc-resolver](https://github.com/oxc-project/oxc-resolver) from 1.12.0 to 2.1.1.
- [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@oxc_resolver-v1.12.0...oxc_resolver-v2.1.1)

---
updated-dependencies:
- dependency-name: oxc-resolver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oxc-resolver-2.1.1 branch from 7fda0d3 to 34ba1c5 Compare December 3, 2024 00:15
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