Skip to content

Commit d1268ab

Browse files
Update dependency vite-tsconfig-paths to v6.1.0
| datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | vite-tsconfig-paths | 6.0.5 | 6.1.0 | ## [v6.1.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v6.1.0) ##### Features - **New `importerFilter` option:** Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes [#175](aleclarson/vite-tsconfig-paths#175), [#193](aleclarson/vite-tsconfig-paths#193)) - **Ignore `.d.ts` overrides:** The plugin now ignores resolutions that point to `.d.ts` files, avoiding issues when `tsconfig` is used for opt-in type overrides. (Closes [#179](aleclarson/vite-tsconfig-paths#179), [#180](aleclarson/vite-tsconfig-paths#180)) ##### Performance - Hoisted regular expressions out of the hot path in the resolver for better performance. ##### Internal - Added `resolvedToDeclarationFile` event to the debug log file.
1 parent e28e2c9 commit d1268ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"vite": "7.3.1",
6161
"vite-plugin-checker": "0.12.0",
6262
"vite-plugin-ejs": "1.7.0",
63-
"vite-tsconfig-paths": "6.0.5",
63+
"vite-tsconfig-paths": "6.1.0",
6464
"yargs": "18.0.0"
6565
}
6666
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)