oxc-project / oxc-resolver

Rust version of webpack/enhanced-resolve
https://oxc.rs/docs/guide/usage/resolver.html
MIT License
122 stars 18 forks source link

chore(deps): update rust crate rustc-hash to v2 #186

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rustc-hash dependencies major 1.1.0 -> 2.0.0

Release Notes

rust-lang/rustc-hash (rustc-hash) ### [`v2.0.0`](https://togithub.com/rust-lang/rustc-hash/blob/HEAD/CHANGELOG.md#200) - Replace hash with faster and better finalized hash. This replaces the previous "fxhash" algorithm originating in Firefox with a custom hasher designed and implemented by Orson Peters ([`@orlp`](https://togithub.com/orlp)). It was measured to have slightly better performance for rustc, has better theoretical properties and also includes a signficantly better string hasher. - Fix `no_std` builds ### [`v1.2.0`](https://togithub.com/rust-lang/rustc-hash/blob/HEAD/CHANGELOG.md#120-YANKED) **Note: This version has been yanked due to issues with the `no_std` feature!** - Add a `FxBuildHasher` unit struct - Improve documentation - Add seed API for supplying custom seeds other than 0 - Add `FxRandomState` based on `rand` (behind the `rand` feature) for random seeds - Make many functions `const fn` - Implement `Clone` for `FxHasher` struct

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package rustc-hash@1.1.0 --precise 2.0.0
    Updating crates.io index
error: failed to select a version for the requirement `rustc-hash = "^1.1.0"`
candidate versions found which didn't match: 2.0.0
location searched: crates.io index
required by package `typescript_tsconfig_json v0.1.4`
    ... which satisfies dependency `typescript_tsconfig_json = "^0.1.4"` (locked to 0.1.4) of package `oxc_resolver v1.8.1 (/tmp/renovate/repos/github/oxc-project/oxc-resolver)`
    ... which satisfies path dependency `oxc_resolver` (locked to 1.8.1) of package `oxc_napi_resolver v0.0.0 (/tmp/renovate/repos/github/oxc-project/oxc-resolver/napi)`
perhaps a crate was updated and forgotten to be re-vendored?
codspeed-hq[bot] commented 3 months ago

CodSpeed Performance Report

Merging #186 will not alter performance

Comparing renovate/major-rust-crates (7e58765) with main (fd23658)

Summary

✅ 2 untouched benchmarks

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.88%. Comparing base (fd23658) to head (7e58765).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #186 +/- ## ======================================= Coverage 96.88% 96.88% ======================================= Files 11 11 Lines 2278 2278 ======================================= Hits 2207 2207 Misses 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.