Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `oxc_resolver`: 2.1.1 -> 3.0.0 (⚠️ API breaking changes) ###⚠️ `oxc_resolver` breaking changes ``` --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_added.ron Failed in: trait method oxc_resolver::FileSystem::read_link in file /tmp/.tmptmsXac/oxc-resolver/src/file_system.rs:52 --- failure trait_method_missing: pub trait method removed or renamed --- Description: A trait method is no longer callable, and may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_missing.ron Failed in: method canonicalize of trait FileSystem, previously in file /tmp/.tmpa9nJqt/oxc_resolver/src/file_system.rs:62 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [3.0.0](oxc_resolver-v2.1.1...oxc_resolver-v3.0.0) - 2024-12-12 ### Added - [**breaking**] replace `FileSystem::canonicalize` with `FileSystem::read_link` (#331) - faster and stable path hash for the cache (#328) ### Other - guard `load_alias` on hot path (#339) - use `as_os_str` for `Hash` and `PartialEq` operations (#338) - run clippy with `--all-targets` (#333) - increase hash size (#329) - add dprint (#326) - update dependencies - *(deps)* update rust crates - update README logo </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
- Loading branch information