Skip to content

Commit 549c4ea

Browse files
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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v6.0.2...oxc_resolver-v7.0.0) - 2025-04-29
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- return the enclosing `package.json` if it is inside `node_modules` ([#476](https://github.com/oxc-project/oxc-resolver/pull/476))
14+
15+
### <!-- 4 -->Refactor
16+
17+
- add `Debug` to `FsCachedPath` ([#478](https://github.com/oxc-project/oxc-resolver/pull/478))
18+
919
## [6.0.1](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v6.0.0...oxc_resolver-v6.0.1) - 2025-04-25
1020

1121
### <!-- 1 -->Bug Fixes

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "oxc_resolver"
7-
version = "6.0.2"
7+
version = "7.0.0"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]
1010
edition = "2024"

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",

0 commit comments

Comments
Β (0)