Skip to content

Commit 66fb186

Browse files
chore(deps): update dependency vite-tsconfig-paths to v6 (#8034)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vite-tsconfig-paths](https://redirect.github.com/aleclarson/vite-tsconfig-paths) | [`5.1.4` → `6.0.4`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/5.1.4/6.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-tsconfig-paths/6.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-tsconfig-paths/5.1.4/6.0.4?slim=true) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)</summary> ### [`v6.0.4`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.3...v6.0.4) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.3...v6.0.4) ### [`v6.0.3`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.2...v6.0.3) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.2...v6.0.3) ### [`v6.0.2`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.1...v6.0.2) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.1...v6.0.2) ### [`v6.0.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.0...v6.0.1) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.0.0) #### Highlights - On-demand tsconfig discovery via `projectDiscovery: "lazy"`, while eager discovery remains the default. - tsconfig/jsconfig files are watched and reloaded automatically in both modes, including during `vite build --watch`. - New `logFile` option for per-import resolution traces (pass `true` for `vite-tsconfig-paths.log` or provide a path). - Support for root `/*` aliases and other absolute-style imports. - Support for `.astro` files when `allowJs`/`loose` is enabled. #### Fixes - More reliable tsconfig watching and resolver refreshes: handles lazy discovery edge cases, recreates resolvers after file changes, tolerates missing directories, and copes better with virtual importers. - Windows path handling now normalizes drive-letter casing to avoid missed matches ([#&#8203;183](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/183)). #### Upgrade notes - Install the stable release: `pnpm add -D vite-tsconfig-paths`. - Opt into lazy discovery or logging when needed: ```ts import tsconfigPaths from 'vite-tsconfig-paths' export default { plugins: [ tsconfigPaths({ projectDiscovery: 'lazy', logFile: true, }), ], } ``` - Rooted path patterns such as `"/*": ["src/*"]` now resolve the same way tsserver does. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee7c19f commit 66fb186

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

examples/react-router-ts/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.53.0",
3939
"vite": "7.3.1",
40-
"vite-tsconfig-paths": "5.1.4"
40+
"vite-tsconfig-paths": "6.0.4"
4141
},
4242
"engines": {
4343
"node": ">=18.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"typescript-eslint": "8.53.0",
101101
"vite": "7.3.1",
102102
"vite-plugin-istanbul": "7.2.1",
103-
"vite-tsconfig-paths": "5.1.4"
103+
"vite-tsconfig-paths": "6.0.4"
104104
},
105105
"lint-staged": {
106106
"*.{md,mdx,json}": [

yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20706,7 +20706,7 @@ __metadata:
2070620706
typescript-eslint: "npm:8.53.0"
2070720707
vite: "npm:7.3.1"
2070820708
vite-plugin-istanbul: "npm:7.2.1"
20709-
vite-tsconfig-paths: "npm:5.1.4"
20709+
vite-tsconfig-paths: "npm:6.0.4"
2071020710
languageName: unknown
2071120711
linkType: soft
2071220712

@@ -21363,23 +21363,24 @@ __metadata:
2136321363
languageName: node
2136421364
linkType: hard
2136521365

21366-
"vite-tsconfig-paths@npm:5.1.4":
21367-
version: 5.1.4
21368-
resolution: "vite-tsconfig-paths@npm:5.1.4"
21366+
"vite-tsconfig-paths@npm:6.0.4":
21367+
version: 6.0.4
21368+
resolution: "vite-tsconfig-paths@npm:6.0.4"
2136921369
dependencies:
2137021370
debug: "npm:^4.1.1"
2137121371
globrex: "npm:^0.1.2"
2137221372
tsconfck: "npm:^3.0.3"
21373+
vite: "npm:*"
2137321374
peerDependencies:
2137421375
vite: "*"
2137521376
peerDependenciesMeta:
2137621377
vite:
2137721378
optional: true
21378-
checksum: 10c0/6228f23155ea25d92b1e1702284cf8dc52ad3c683c5ca691edd5a4c82d2913e7326d00708cef1cbfde9bb226261df0e0a12e03ef1d43b6a92d8f02b483ef37e3
21379+
checksum: 10c0/c41df8194b060916115c1321d053c05dc7d50d88bbf1fba86659bbcab97fd0b83cac39cfff00cf498589330459debc97aa172eabfefde445a3af83d6717e7cc2
2137921380
languageName: node
2138021381
linkType: hard
2138121382

21382-
"vite@npm:7.3.1":
21383+
"vite@npm:*, vite@npm:7.3.1":
2138321384
version: 7.3.1
2138421385
resolution: "vite@npm:7.3.1"
2138521386
dependencies:

0 commit comments

Comments
 (0)