File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 11.6.0] ( https://github.com/oxc-project/oxc-resolver/compare/v11.5.2...v11.6.0 ) - 2025-07-18
10
+
11
+ ### <!-- 0 --> 🚀 Features
12
+
13
+ - support pass closure to restriction ([ #604 ] ( https://github.com/oxc-project/oxc-resolver/pull/604 ) ) (by @JounQin ) - #604
14
+
15
+ ### <!-- 1 --> 🐛 Bug Fixes
16
+
17
+ - support for resolving empty tsconfig file ([ #602 ] ( https://github.com/oxc-project/oxc-resolver/pull/602 ) ) (by @JounQin ) - #602
18
+
19
+ ### <!-- 9 --> 💼 Other
20
+
21
+ - Expose the ` ExtendsField ` enum of TsConfig ([ #607 ] ( https://github.com/oxc-project/oxc-resolver/pull/607 ) ) (by @ostenbom ) - #607
22
+
23
+ ### Contributors
24
+
25
+ * @Boshen
26
+ * @JounQin
27
+ * @renovate [ bot]
28
+ * @ostenbom
29
+
9
30
## [ 11.5.0] ( https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.4.0...oxc_resolver-v11.5.0 ) - 2025-07-06
10
31
11
32
### <!-- 0 --> 🚀 Features
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
16
16
description = " ESM / CJS module resolution"
17
17
18
18
[workspace .dependencies ]
19
- oxc_resolver = { version = " 11.5.2 " , path = " ." }
19
+ oxc_resolver = { version = " 11.6.0 " , path = " ." }
20
20
21
21
[package ]
22
22
name = " oxc_resolver"
23
- version = " 11.5.2 "
23
+ version = " 11.6.0 "
24
24
authors.workspace = true
25
25
categories.workspace = true
26
26
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oxc_resolver_napi"
3
- version = " 11.5.2 "
3
+ version = " 11.6.0 "
4
4
authors.workspace = true
5
5
categories.workspace = true
6
6
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oxc-resolver" ,
3
- "version" : " 11.5.2 " ,
3
+ "version" : " 11.6.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Oxc Resolver Node API" ,
6
6
"packageManager" : " pnpm@10.13.1" ,
24
24
"test" : " vitest run -r ./napi" ,
25
25
"build:debug" : " napi build --platform --manifest-path napi/Cargo.toml" ,
26
26
"build" : " pnpm run build:debug --features allocator --release" ,
27
- "postinstall" : " napi-postinstall oxc-resolver 11.5.2 check" ,
27
+ "postinstall" : " napi-postinstall oxc-resolver 11.6.0 check" ,
28
28
"postbuild:debug" : " node napi/patch.mjs"
29
29
},
30
30
"dependencies" : {
You can’t perform that action at this time.
0 commit comments