[PR #83] [MERGED] Bump vite-tsconfig-paths from 5.0.1 to 5.1.3 #158

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/83
Author: @dependabot[bot]
Created: 11/25/2024
Status: Merged
Merged: 11/29/2024
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/vite-tsconfig-paths-5.1.3


📝 Commits (1)

  • 1a426d7 Bump vite-tsconfig-paths from 5.0.1 to 5.1.3

📊 Changes

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

View changed files

📝 package-lock.json (+5 -4)
📝 package.json (+1 -1)

📄 Description

Bumps vite-tsconfig-paths from 5.0.1 to 5.1.3.

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.1.3

  • fix: Once an importer is matched, end directory traversal (b0d8ecb9b862412e93f73b172cc0692259ce01b8)
  • feat: Add vite-tsconfig-paths:resolve debug logs (7160d6e52673367a7f4766ca9023ddc1da43e5dd)
  • chore: Ensure debug logs can be enabled in vitest (0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef)

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 skip option 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 importer path before calling this.resolve in their resolveId hooks (#157)
  • Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)
Commits
  • dcb0c9d 5.1.3
  • 16ef4b1 test: ensure root option is set
  • 0dc9a8b chore: ensure debug logs can be enabled in vitest
  • b0d8ecb fix: once an importer is matched, end directory traversal
  • 7160d6e refactor: add vite-tsconfig-paths:resolve debug logs
  • 6430b46 test: update exclude in test fixtures
  • 81e5a85 test: add case for paths outside the project root
  • 117f94d test: try reading config.json for each test fixture
  • 1ffb9f5 5.1.2
  • 0fe07cd fix: avoid path.relative on already-relative paths
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/83 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/29/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vite-tsconfig-paths-5.1.3` --- ### 📝 Commits (1) - [`1a426d7`](https://github.com/BreizhHardware/portfolio/commit/1a426d73810a502b90fbd68f60a2dd48810bb91c) Bump vite-tsconfig-paths from 5.0.1 to 5.1.3 ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.0.1 to 5.1.3. <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>v5.1.3</h2> <ul> <li><strong>fix:</strong> Once an importer is matched, end directory traversal (b0d8ecb9b862412e93f73b172cc0692259ce01b8)</li> <li><strong>feat:</strong> Add <code>vite-tsconfig-paths:resolve</code> debug logs (7160d6e52673367a7f4766ca9023ddc1da43e5dd)</li> <li><strong>chore:</strong> Ensure debug logs can be enabled in vitest (0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef)</li> </ul> <h2>v5.1.2</h2> <ul> <li>fix Windows regression introduced in v5.1.1 (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/162">#162</a>)</li> </ul> <h2>v5.1.1</h2> <ul> <li>support <code>${configDir}</code> syntax in include/exclude (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/156">#156</a>)</li> </ul> <h2>v5.1.0</h2> <ul> <li>Add <code>skip</code> option for adding additional directories to be skipped when searching for tsconfig.json files (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li> <li>Fix path resolution on Windows when other Vite plugins neglect to normalize the <code>importer</code> path before calling <code>this.resolve</code> in their <code>resolveId</code> hooks (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li> <li>Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/dcb0c9d17fda505eddbda0ed681b795e7fcfa1bc"><code>dcb0c9d</code></a> 5.1.3</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/16ef4b13ab774945005da004c1c0bf012e93dc1b"><code>16ef4b1</code></a> test: ensure <code>root</code> option is set</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/0dc9a8b9b0ec8657f9d6980ac33d0bc090e278ef"><code>0dc9a8b</code></a> chore: ensure debug logs can be enabled in vitest</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/b0d8ecb9b862412e93f73b172cc0692259ce01b8"><code>b0d8ecb</code></a> fix: once an importer is matched, end directory traversal</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/7160d6e52673367a7f4766ca9023ddc1da43e5dd"><code>7160d6e</code></a> refactor: add <code>vite-tsconfig-paths:resolve</code> debug logs</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/6430b4646321890ac25df607a196177f7db54c77"><code>6430b46</code></a> test: update exclude in test fixtures</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/81e5a850a4df5203bedd1d22777d9f3fabce4a80"><code>81e5a85</code></a> test: add case for paths outside the project root</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/117f94dc56d98ed39aebfe8409f4200f4b899a2a"><code>117f94d</code></a> test: try reading config.json for each test fixture</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/1ffb9f5aafc9652c0da9a44639dc4a45d861d512"><code>1ffb9f5</code></a> 5.1.2</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/0fe07cdf1c529139dae6c02f700dab31d828f7b9"><code>0fe07cd</code></a> fix: avoid path.relative on already-relative paths</li> <li>Additional commits viewable in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.3">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=5.0.1&new-version=5.1.3)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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:15:38 +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#158
No description provided.