Commit 66fb186
authored
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)
|

|

|
---
### 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
([#​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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20706 | 20706 | | |
20707 | 20707 | | |
20708 | 20708 | | |
20709 | | - | |
| 20709 | + | |
20710 | 20710 | | |
20711 | 20711 | | |
20712 | 20712 | | |
| |||
21363 | 21363 | | |
21364 | 21364 | | |
21365 | 21365 | | |
21366 | | - | |
21367 | | - | |
21368 | | - | |
| 21366 | + | |
| 21367 | + | |
| 21368 | + | |
21369 | 21369 | | |
21370 | 21370 | | |
21371 | 21371 | | |
21372 | 21372 | | |
| 21373 | + | |
21373 | 21374 | | |
21374 | 21375 | | |
21375 | 21376 | | |
21376 | 21377 | | |
21377 | 21378 | | |
21378 | | - | |
| 21379 | + | |
21379 | 21380 | | |
21380 | 21381 | | |
21381 | 21382 | | |
21382 | | - | |
| 21383 | + | |
21383 | 21384 | | |
21384 | 21385 | | |
21385 | 21386 | | |
| |||
0 commit comments