[PR #301] [CLOSED] chore(deps-dev): Bump vite-tsconfig-paths from 6.0.5 to 6.1.0 #340

Closed
opened 2026-05-06 12:16:29 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/301
Author: @dependabot[bot]
Created: 2/10/2026
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/vite-tsconfig-paths-6.1.0


📝 Commits (1)

  • 8bf6b6e chore(deps-dev): Bump vite-tsconfig-paths from 6.0.5 to 6.1.0

📊 Changes

2 files changed (+6 additions, -33 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+5 -32)

📄 Description

Bumps vite-tsconfig-paths from 6.0.5 to 6.1.0.

Release notes

Sourced from vite-tsconfig-paths's releases.

v6.1.0

Features

  • New importerFilter option: Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes #175, #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, #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.
Commits
  • c5659ce chore: release v6.1.0
  • 93dd887 chore: add "resolvedToDeclarationFile" event to log file
  • e1e7678 feat: ignore .d.ts-only overrides in tsconfig
  • c8e4ec3 chore(perf): hoist regexes out of hot path
  • d0ad01c feat: add importerFilter option
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/301 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/10/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/vite-tsconfig-paths-6.1.0` --- ### 📝 Commits (1) - [`8bf6b6e`](https://github.com/BreizhHardware/portfolio/commit/8bf6b6eb412b7d9d6148d4c91409b55a7001548d) chore(deps-dev): Bump vite-tsconfig-paths from 6.0.5 to 6.1.0 ### 📊 Changes **2 files changed** (+6 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -32) </details> ### 📄 Description Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 6.0.5 to 6.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v6.1.0</h2> <h3>Features</h3> <ul> <li><strong>New <code>importerFilter</code> option:</strong> Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/175">#175</a>, <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/193">#193</a>)</li> <li><strong>Ignore <code>.d.ts</code> overrides:</strong> The plugin now ignores resolutions that point to <code>.d.ts</code> files, avoiding issues when <code>tsconfig</code> is used for opt-in type overrides. (Closes <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/179">#179</a>, <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/180">#180</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Hoisted regular expressions out of the hot path in the resolver for better performance.</li> </ul> <h3>Internal</h3> <ul> <li>Added <code>resolvedToDeclarationFile</code> event to the debug log file.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c5659ce858e973ff071d0c3baa756e29c7c48467"><code>c5659ce</code></a> chore: release v6.1.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/93dd8877ae6564ae4b538b9592b0563fc39e60bf"><code>93dd887</code></a> chore: add &quot;resolvedToDeclarationFile&quot; event to log file</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/e1e76784d064f2b5b48bb2db283392a52aec0b02"><code>e1e7678</code></a> feat: ignore .d.ts-only overrides in tsconfig</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c8e4ec308d518943e5197d573e42f144b4180dc3"><code>c8e4ec3</code></a> chore(perf): hoist regexes out of hot path</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/d0ad01cff6812bd144260ccd92cfc1ac8eab741d"><code>d0ad01c</code></a> feat: add <code>importerFilter</code> option</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.5...v6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-tsconfig-paths&package-manager=npm_and_yarn&previous-version=6.0.5&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:16:29 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#340
No description provided.