[PR #164] [MERGED] chore(deps-dev): Bump vite from 7.0.0 to 7.0.6 #240

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/164
Author: @dependabot[bot]
Created: 7/29/2025
Status: Merged
Merged: 8/2/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/vite-7.0.6


📝 Commits (1)

  • 148933f chore(deps-dev): Bump vite from 7.0.0 to 7.0.6

📊 Changes

2 files changed (+10 additions, -9 deletions)

View changed files

📝 package-lock.json (+9 -8)
📝 package.json (+1 -1)

📄 Description

Bumps vite from 7.0.0 to 7.0.6.

Release notes

Sourced from vite's releases.

v7.0.6

Please refer to CHANGELOG.md for details.

v7.0.5

Please refer to CHANGELOG.md for details.

v7.0.4

Please refer to CHANGELOG.md for details.

v7.0.3

Please refer to CHANGELOG.md for details.

create-vite@7.0.3

Please refer to CHANGELOG.md for details.

v7.0.2

Please refer to CHANGELOG.md for details.

create-vite@7.0.2

Please refer to CHANGELOG.md for details.

v7.0.1

Please refer to CHANGELOG.md for details.

create-vite@7.0.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.0.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.0.6 (2025-07-24)

Bug Fixes

  • deps: update all non-major dependencies (#20442) (e49f505)
  • dev: incorrect sourcemap when optimized CJS is imported (#20458) (ead2dec)
  • module-runner: normalize file:// on windows (#20449) (1c9cb49)
  • respond with correct headers and status code for HEAD requests (#20421) (23d04fc)

Miscellaneous Chores

Code Refactoring

7.0.5 (2025-07-17)

Bug Fixes

  • deps: update all non-major dependencies (#20406) (1a1cc8a)
  • remove special handling for Accept: text/html (#20376) (c9614b9)
  • watch assets referenced by new URL(, import.meta.url) (#20382) (6bc8bf6)

Miscellaneous Chores

  • deps: update dependency rolldown to ^1.0.0-beta.27 (#20405) (1165667)

Code Refactoring

  • use foo.endsWith("bar") instead of /bar$/.test(foo) (#20413) (862e192)

7.0.4 (2025-07-10)

Bug Fixes

  • allow resolving bare specifiers to relative paths for entries (#20379) (324669c)

Build System

7.0.3 (2025-07-08)

Bug Fixes

  • client: protect against window being defined but addEv undefined (#20359) (31d1467)
  • define: replace optional values (#20338) (9465ae1)
  • deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

... (truncated)

Commits

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/164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vite-7.0.6` --- ### 📝 Commits (1) - [`148933f`](https://github.com/BreizhHardware/portfolio/commit/148933fcc55d7c3374c81ac033c3ca1959dcc72d) chore(deps-dev): Bump vite from 7.0.0 to 7.0.6 ### 📊 Changes **2 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.0 to 7.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.0.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.0.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-legacy@7.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@7.0.1/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.5...v7.0.6">7.0.6</a> (2025-07-24)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20442">#20442</a>) (<a href="https://github.com/vitejs/vite/commit/e49f50599d852eec644e79b074b4648e2dff1e5d">e49f505</a>)</li> <li><strong>dev:</strong> incorrect sourcemap when optimized CJS is imported (<a href="https://redirect.github.com/vitejs/vite/issues/20458">#20458</a>) (<a href="https://github.com/vitejs/vite/commit/ead2dec74170ad26db8a18bbd68f075efaceb0e3">ead2dec</a>)</li> <li><strong>module-runner:</strong> normalize file:// on windows (<a href="https://redirect.github.com/vitejs/vite/issues/20449">#20449</a>) (<a href="https://github.com/vitejs/vite/commit/1c9cb493f0467c463113d301b00ce07cbe4b6f58">1c9cb49</a>)</li> <li>respond with correct headers and status code for HEAD requests (<a href="https://redirect.github.com/vitejs/vite/issues/20421">#20421</a>) (<a href="https://github.com/vitejs/vite/commit/23d04fc2d8a4fcf7c2011418693d6000748aa655">23d04fc</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20441">#20441</a>) (<a href="https://github.com/vitejs/vite/commit/f689d613429ae9452c74f8bc482d8cc2584ea6b8">f689d61</a>)</li> <li>remove some files from prettier ignore (<a href="https://redirect.github.com/vitejs/vite/issues/20459">#20459</a>) (<a href="https://github.com/vitejs/vite/commit/8403f69551131b5c39bfaf242ffac2e5efcd1dd6">8403f69</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>use environment transform request (<a href="https://redirect.github.com/vitejs/vite/issues/20430">#20430</a>) (<a href="https://github.com/vitejs/vite/commit/24e6a0c3165557396db6ab59d3001e037c76ce32">24e6a0c</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.4...v7.0.5">7.0.5</a> (2025-07-17)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20406">#20406</a>) (<a href="https://github.com/vitejs/vite/commit/1a1cc8a435a21996255b3e5cc75ed4680de2a7f3">1a1cc8a</a>)</li> <li>remove special handling for <code>Accept: text/html</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20376">#20376</a>) (<a href="https://github.com/vitejs/vite/commit/c9614b9c378be4a32e84f37be71a8becce52af7b">c9614b9</a>)</li> <li>watch assets referenced by <code>new URL(, import.meta.url)</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20382">#20382</a>) (<a href="https://github.com/vitejs/vite/commit/6bc8bf634d4a2c9915da9813963dd80a4186daeb">6bc8bf6</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update dependency rolldown to ^1.0.0-beta.27 (<a href="https://redirect.github.com/vitejs/vite/issues/20405">#20405</a>) (<a href="https://github.com/vitejs/vite/commit/1165667b271fb1fb76584278e72a85d564c9bb09">1165667</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>use <code>foo.endsWith(&quot;bar&quot;)</code> instead of <code>/bar$/.test(foo)</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20413">#20413</a>) (<a href="https://github.com/vitejs/vite/commit/862e192d21f66039635a998724bdc6b94fd293a0">862e192</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.3...v7.0.4">7.0.4</a> (2025-07-10)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>allow resolving bare specifiers to relative paths for entries (<a href="https://redirect.github.com/vitejs/vite/issues/20379">#20379</a>) (<a href="https://github.com/vitejs/vite/commit/324669c2d84966a822b1b2c134c9830a90bed271">324669c</a>)</li> </ul> <h3>Build System</h3> <ul> <li>remove <code>@oxc-project/runtime</code> devDep (<a href="https://redirect.github.com/vitejs/vite/issues/20389">#20389</a>) (<a href="https://github.com/vitejs/vite/commit/5e29602f6fe4bf28f6e7c869a214dee6957f855c">5e29602</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.2...v7.0.3">7.0.3</a> (2025-07-08)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> protect against window being defined but addEv undefined (<a href="https://redirect.github.com/vitejs/vite/issues/20359">#20359</a>) (<a href="https://github.com/vitejs/vite/commit/31d1467cf0da1e1dca623e6df0d345b30fae0c3d">31d1467</a>)</li> <li><strong>define:</strong> replace optional values (<a href="https://redirect.github.com/vitejs/vite/issues/20338">#20338</a>) (<a href="https://github.com/vitejs/vite/commit/9465ae1378b456e08659a22286bee6bce8edeedc">9465ae1</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20366">#20366</a>) (<a href="https://github.com/vitejs/vite/commit/43ac73da27b3907c701e95e6a7d28fde659729ec">43ac73d</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/bdde0f9e5077ca1a21a04eefc30abad055047226"><code>bdde0f9</code></a> release: v7.0.6</li> <li><a href="https://github.com/vitejs/vite/commit/23d04fc2d8a4fcf7c2011418693d6000748aa655"><code>23d04fc</code></a> fix: respond with correct headers and status code for HEAD requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20421">#20421</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ead2dec74170ad26db8a18bbd68f075efaceb0e3"><code>ead2dec</code></a> fix(dev): incorrect sourcemap when optimized CJS is imported (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20458">#20458</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e49f50599d852eec644e79b074b4648e2dff1e5d"><code>e49f505</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20442">#20442</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f689d613429ae9452c74f8bc482d8cc2584ea6b8"><code>f689d61</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20441">#20441</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8403f69551131b5c39bfaf242ffac2e5efcd1dd6"><code>8403f69</code></a> chore: remove some files from prettier ignore (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20459">#20459</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1c9cb493f0467c463113d301b00ce07cbe4b6f58"><code>1c9cb49</code></a> fix(module-runner): normalize file:// on windows (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20449">#20449</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/24e6a0c3165557396db6ab59d3001e037c76ce32"><code>24e6a0c</code></a> refactor: use environment transform request (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20430">#20430</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/832f687c2c1c2805c164c70e91e220fdfc6c1bc8"><code>832f687</code></a> release: v7.0.5</li> <li><a href="https://github.com/vitejs/vite/commit/c9614b9c378be4a32e84f37be71a8becce52af7b"><code>c9614b9</code></a> fix: remove special handling for <code>Accept: text/html</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20376">#20376</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.0.6/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.6)](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:02 +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#240
No description provided.