[PR #258] [CLOSED] chore(deps-dev): Bump vite-tsconfig-paths from 6.0.1 to 6.0.3 #329

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/258
Author: @dependabot[bot]
Created: 12/22/2025
Status: Closed

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


📝 Commits (1)

  • d547acb chore(deps-dev): Bump vite-tsconfig-paths from 6.0.1 to 6.0.3

📊 Changes

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

View changed files

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

📄 Description

Bumps vite-tsconfig-paths from 6.0.1 to 6.0.3.

Commits
  • 6b0e61c chore: release v6.0.3
  • 3d97cb4 fix: ensure project references don’t get lost
  • 6119433 chore(test): add control over -p value of tsc
  • 04e4602 chore(test): add case for common “project reference” pattern (#198)
  • 0f27ad2 chore(docs): mention vite-postgres
  • 4228a54 chore: release v6.0.2
  • cf7147c fix: ensure all paths are normalized for Windows compatibility (#196)
  • 3d029d9 chore(test): add logs for vite module resolution
  • 2da87a8 chore(test): run tests sequentially in CI
  • b9a5a81 chore(test): enable debug logs in test suite
  • 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/258 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/vite-tsconfig-paths-6.0.3` --- ### 📝 Commits (1) - [`d547acb`](https://github.com/BreizhHardware/portfolio/commit/d547acbf2cba013ce12b99c684b95e3f177a758c) chore(deps-dev): Bump vite-tsconfig-paths from 6.0.1 to 6.0.3 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -5) </details> ### 📄 Description Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 6.0.1 to 6.0.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/6b0e61cc1ddc5eed97f03820f2d2d2b7cf8c5481"><code>6b0e61c</code></a> chore: release v6.0.3</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/3d97cb4b04d35ef33cda64e1e068131b113b2315"><code>3d97cb4</code></a> fix: ensure project references don’t get lost</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/6119433c20872c7db0f507b7aabda447ebdfea41"><code>6119433</code></a> chore(test): add control over <code>-p</code> value of <code>tsc</code></li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/04e4602adbcdb845a961f72b1041f0537997cb48"><code>04e4602</code></a> chore(test): add case for common “project reference” pattern (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/198">#198</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/0f27ad229549218e9da724f17c65523ec770f9de"><code>0f27ad2</code></a> chore(docs): mention vite-postgres</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/4228a5489c3f6a21d75db5750ac2517bcf1defa4"><code>4228a54</code></a> chore: release v6.0.2</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/cf7147c95675429b8d3d27338c9d7cafbb36f182"><code>cf7147c</code></a> fix: ensure all paths are normalized for Windows compatibility (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/196">#196</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/3d029d91c9986168087d689e260df08cf75b8c77"><code>3d029d9</code></a> chore(test): add logs for vite module resolution</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/2da87a8faad0e0775a4c67420ccaf312d0e851eb"><code>2da87a8</code></a> chore(test): run tests sequentially in CI</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/b9a5a813b825c0346c17e57ccc82539e68ecc3a1"><code>b9a5a81</code></a> chore(test): enable debug logs in test suite</li> <li>Additional commits viewable in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.1...v6.0.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=6.0.1&new-version=6.0.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:16:26 +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#329
No description provided.