fix(tsconfig): respect Yarn PnP when resolving extends paths#656
Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
extends paths
c54f3d4 to
1e8c34c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
=======================================
Coverage 95.02% 95.03%
=======================================
Files 12 12
Lines 2816 2820 +4
=======================================
+ Hits 2676 2680 +4
Misses 140 140 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #656 will not alter performanceComparing Summary
Footnotes |
97c2a89 to
c3435f7
Compare
a222341 to
0480460
Compare
Merge activity
|
0480460 to
e8b1acd
Compare
## 🤖 New release * `oxc_resolver`: 11.6.2 -> 11.7.0 * `oxc_resolver_napi`: 11.6.2 -> 11.7.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `oxc_resolver` <blockquote> ## [11.7.0](v11.6.2...v11.7.0) - 2025-08-25 ### <!-- 0 -->🚀 Features - *(tsconfig)* support `files` / `include` / `exclude` ([#659](#659)) (by @shulaoda) - feat(tsconfig) support `allowJs` in `compilerOptions` ([#658](#658)) (by @shulaoda) - #658 - *(tsconfig)* complete inheritance of `compilerOptions` fields ([#657](#657)) (by @shulaoda) ### <!-- 1 -->🐛 Bug Fixes - *(tsconfig)* respect Yarn PnP when resolving `extends` paths ([#656](#656)) (by @shulaoda) ### <!-- 6 -->🧪 Testing - *(tsconfig)* tweak jsx `extends` tests ([#666](#666)) (by @shulaoda) ### <!-- 9 -->💼 Other - Add comprehensive tests for tsconfig extends functionality ([#660](#660)) (by @Copilot) - #660 ### Contributors * @shulaoda * @renovate[bot] * @Copilot </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Boshen <boshenc@gmail.com>

closes vitejs/rolldown-vite#381