Update dependency vite-tsconfig-paths to v5
This MR contains the following updates:
| Package | Change | Age | Confidence | 
|---|---|---|---|
| vite-tsconfig-paths | ^4.3.1 -> ^5.0.0 | 
Release Notes
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
v5.1.4
v5.1.3
- 
fix: Once an importer is matched, end directory traversal (
b0d8ecb) - 
feat: Add 
vite-tsconfig-paths:resolvedebug logs (7160d6e) - 
chore: Ensure debug logs can be enabled in vitest (
0dc9a8b) 
v5.1.2
- fix Windows regression introduced in v5.1.1 (#162)
 
v5.1.1
- support 
${configDir}syntax in include/exclude (#156) 
v5.1.0
- Add 
skipoption for adding additional directories to be skipped when searching for tsconfig.json files (#146) - Fix path resolution on Windows when other Vite plugins neglect to normalize the 
importerpath before callingthis.resolvein theirresolveIdhooks (#157) - Allow both tsconfig.json and jsconfig.json in the same directory (
4124b09) 
v5.0.1
v5.0.0
This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api
If your project is using CommonJS, you can rename your Vite config to use the .mjs or .mts extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.
Configuration
- 
If you want to rebase/retry this MR, check this box  
This MR has been generated by Renovate Bot.