aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
### [`v5.1.3`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.3)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.2...v5.1.3)
- **fix:** Once an importer is matched, end directory traversal ([`b0d8ecb`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/b0d8ecb9b862412e93f73b172cc0692259ce01b8))
- **feat:** Add `vite-tsconfig-paths:resolve` debug logs ([`7160d6e`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/7160d6e52673367a7f4766ca9023ddc1da43e5dd))
- **chore:** Ensure debug logs can be enabled in vitest ([`0dc9a8b`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef))
### [`v5.1.2`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.2)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.1...v5.1.2)
- fix Windows regression introduced in v5.1.1 ([#162](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/162))
### [`v5.1.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.1)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.0...v5.1.1)
- support `${configDir}` syntax in include/exclude ([#156](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/156))
### [`v5.1.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.0)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0)
- Add `skip` option for adding additional directories to be skipped when searching for tsconfig.json files ([#146](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146))
- Fix path resolution on Windows when other Vite plugins neglect to normalize the `importer` path before calling `this.resolve` in their `resolveId` hooks ([#157](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157))
- Allow both tsconfig.json and jsconfig.json in the same directory ([`4124b09`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/4124b091607503d44b876bb4edd726667b386660))
### [`v5.0.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1)
### [`v5.0.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.0.0)
[Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^4.2.1
->^5.0.0
Release Notes
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
### [`v5.1.3`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.3) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.2...v5.1.3) - **fix:** Once an importer is matched, end directory traversal ([`b0d8ecb`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/b0d8ecb9b862412e93f73b172cc0692259ce01b8)) - **feat:** Add `vite-tsconfig-paths:resolve` debug logs ([`7160d6e`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/7160d6e52673367a7f4766ca9023ddc1da43e5dd)) - **chore:** Ensure debug logs can be enabled in vitest ([`0dc9a8b`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef)) ### [`v5.1.2`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.2) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.1...v5.1.2) - fix Windows regression introduced in v5.1.1 ([#162](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/162)) ### [`v5.1.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.0...v5.1.1) - support `${configDir}` syntax in include/exclude ([#156](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/156)) ### [`v5.1.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0) - Add `skip` option for adding additional directories to be skipped when searching for tsconfig.json files ([#146](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146)) - Fix path resolution on Windows when other Vite plugins neglect to normalize the `importer` path before calling `this.resolve` in their `resolveId` hooks ([#157](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157)) - Allow both tsconfig.json and jsconfig.json in the same directory ([`4124b09`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/4124b091607503d44b876bb4edd726667b386660)) ### [`v5.0.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.
This PR was generated by Mend Renovate. View the repository job log.