Commit 549c4ea
authored
chore: release v7.0.0 (#477)
## π€ New release
* `oxc_resolver`: 6.0.2 -> 7.0.0 (β API breaking changes)
### β `oxc_resolver` breaking changes
```text
--- 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.40.0/src/lints/trait_method_added.ron
Failed in:
trait method oxc_resolver::CachedPath::node_modules in file /tmp/.tmpKIFAk9/oxc-resolver/src/cache.rs:65
```
<details><summary><i><b>Changelog</b></i></summary><p>
<blockquote>
##
[7.0.0](oxc_resolver-v6.0.2...oxc_resolver-v7.0.0)
- 2025-04-29
### <!-- 1 -->Bug Fixes
- return the enclosing `package.json` if it is inside `node_modules`
([#476](#476))
### <!-- 4 -->Refactor
- add `Debug` to `FsCachedPath`
([#478](#478))
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).1 parent f42bf51 commit 549c4ea
4 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments