File tree Expand file tree Collapse file tree 6 files changed +27
-11
lines changed Expand file tree Collapse file tree 6 files changed +27
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 11.2.1] ( https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.2.0...oxc_resolver-v11.2.1 ) - 2025-06-23
10+
11+ ### <!-- 1 --> 🐛 Bug Fixes
12+
13+ - avoid crash when encountering tsconfig circular extends ([ #570 ] ( https://github.com/oxc-project/oxc-resolver/pull/570 ) )
14+ - * (napi)* ensure ` pnp_manifest ` is included with ` yarn_pnp ` feature ([ #555 ] ( https://github.com/oxc-project/oxc-resolver/pull/555 ) )
15+
16+ ### <!-- 10 --> 💼 Other
17+
18+ - * (rust)* ` debug = false ` in ` [profile.dev] ` and ` [profile.test] ` ([ #554 ] ( https://github.com/oxc-project/oxc-resolver/pull/554 ) )
19+
20+ ### <!-- 3 --> 📚 Documentation
21+
22+ - add ts config
23+ - update ` alias ` and ` fallback ` options type and description ([ #557 ] ( https://github.com/oxc-project/oxc-resolver/pull/557 ) )
24+
925## [ 11.2.0] ( https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.1.0...oxc_resolver-v11.2.0 ) - 2025-06-05
1026
1127### <!-- 0 --> Features
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
1616description = " ESM / CJS module resolution"
1717
1818[workspace .dependencies ]
19- oxc_resolver = { version = " 11.2.0 " , path = " ." }
19+ oxc_resolver = { version = " 11.2.1 " , path = " ." }
2020
2121[package ]
2222name = " oxc_resolver"
23- version = " 11.2.0 "
23+ version = " 11.2.1 "
2424authors.workspace = true
2525categories.workspace = true
2626edition.workspace = true
Original file line number Diff line number Diff line change @@ -189,11 +189,11 @@ See [index.d.ts](https://github.com/oxc-project/oxc-resolver/blob/main/napi/inde
189189
190190### TypeScript Configuration
191191
192- | Field | Default | Description |
193- | --------------------- | --------- | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
194- | tsconfig | None | TypeScript related config for resolver |
195- | tsconfig.configFile | | A relative path to the tsconfig file based on ` cwd ` , or an absolute path of tsconfig file. |
196- | tsconfig.references | ` [] ` | - 'auto': inherits from TypeScript config <br /> - ` string [] ` : relative path (based on directory of the referencing tsconfig file) or absolute path of referenced project's tsconfig |
192+ | Field | Default | Description |
193+ | ------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
194+ | tsconfig | None | TypeScript related config for resolver |
195+ | tsconfig.configFile | | A relative path to the tsconfig file based on ` cwd ` , or an absolute path of tsconfig file. |
196+ | tsconfig.references | ` [] ` | - 'auto': inherits from TypeScript config <br /> - ` string [] ` : relative path (based on directory of the referencing tsconfig file) or absolute path of referenced project's tsconfig |
197197
198198### Unimplemented Options
199199
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_resolver_napi"
3- version = " 11.2.0 "
3+ version = " 11.2.1 "
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11{
22 "name" : " oxc-resolver" ,
3- "version" : " 11.2.0 " ,
3+ "version" : " 11.2.1 " ,
44 "license" : " MIT" ,
55 "description" : " Oxc Resolver Node API" ,
66 "packageManager" :
" [email protected] " ,
You can’t perform that action at this time.
0 commit comments