File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 11.14.1] ( https://github.com/oxc-project/oxc-resolver/compare/v11.14.0...v11.14.1 ) - 2025-11-28
11+
12+ ### <!-- 1 --> 🐛 Bug Fixes
13+
14+ - incorrect resolution when project reference extends a tsconfig without baseUrl ([ #882 ] ( https://github.com/oxc-project/oxc-resolver/pull/882 ) ) (by @Boshen ) - #882
15+ - store PathBuf with weak pointers to handle cache clearing ([ #879 ] ( https://github.com/oxc-project/oxc-resolver/pull/879 ) ) (by @Boshen ) - #879
16+
17+ ### <!-- 4 --> ⚡ Performance
18+
19+ - remove an allocation from ` CachedPath::module_directory ` ([ #880 ] ( https://github.com/oxc-project/oxc-resolver/pull/880 ) ) (by @Boshen ) - #880
20+ - skip searching for node_modules/@scope/package .json ([ #876 ] ( https://github.com/oxc-project/oxc-resolver/pull/876 ) ) (by @Boshen ) - #876
21+ - remove the redundant ` node_modules/package/index ` cache value ([ #875 ] ( https://github.com/oxc-project/oxc-resolver/pull/875 ) ) (by @Boshen ) - #875
22+
23+ ### <!-- 6 --> 🧪 Testing
24+
25+ - change all fixture directory names to dashed case ([ #884 ] ( https://github.com/oxc-project/oxc-resolver/pull/884 ) ) (by @Boshen ) - #884
26+
27+ ### Contributors
28+
29+ * @Boshen
30+ * @sapphi-red
31+
1032## [ 11.14.0] ( https://github.com/oxc-project/oxc-resolver/compare/v11.13.2...v11.14.0 ) - 2025-11-24
1133
1234### <!-- 0 --> 🚀 Features
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.88.0"
1616description = " ESM / CJS module resolution"
1717
1818[workspace .dependencies ]
19- oxc_resolver = { version = " 11.14.0 " , path = " ." }
19+ oxc_resolver = { version = " 11.14.1 " , path = " ." }
2020
2121[package ]
2222name = " oxc_resolver"
23- version = " 11.14.0 "
23+ version = " 11.14.1 "
2424authors.workspace = true
2525categories.workspace = true
2626edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_resolver_napi"
3- version = " 11.14.0 "
3+ version = " 11.14.1 "
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments