Skip to content

Commit 57c59dd

Browse files
chore(dev-deps): update dependency vite-tsconfig-paths to v6 (#625)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](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.5`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/5.1.4/6.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-tsconfig-paths/6.0.5?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-tsconfig-paths/6.0.5?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-tsconfig-paths/5.1.4/6.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-tsconfig-paths/5.1.4/6.0.5?slim=true) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)</summary> ### [`v6.0.5`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.4...v6.0.5) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.4...v6.0.5) ### [`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 - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/RebeccaStevens/deepmerge-ts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmJsdWVfaGVhcnQ6IiwiVHlwZTogTWFpbnRlbmFuY2UiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12e9665 commit 57c59dd

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"tsc-files": "1.1.4",
139139
"tsd": "0.32.0",
140140
"typescript": "5.9.2",
141-
"vite-tsconfig-paths": "5.1.4",
141+
"vite-tsconfig-paths": "6.0.5",
142142
"vitest": "3.2.4",
143143
"yaml-eslint-parser": "1.3.0"
144144
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)