[PR #199] [MERGED] chore(deps-dev): Bump vite from 7.1.7 to 7.1.9 #275

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/199
Author: @dependabot[bot]
Created: 10/6/2025
Status: Merged
Merged: 10/7/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/vite-7.1.9


📝 Commits (1)

  • c542fdf chore(deps-dev): Bump vite from 7.1.7 to 7.1.9

📊 Changes

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

View changed files

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

📄 Description

Bumps vite from 7.1.7 to 7.1.9.

Release notes

Sourced from vite's releases.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.9 (2025-10-03)

Reverts

7.1.8 (2025-10-02)

Bug Fixes

Documentation

Miscellaneous Chores

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/199 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vite-7.1.9` --- ### 📝 Commits (1) - [`c542fdf`](https://github.com/BreizhHardware/portfolio/commit/c542fdf14ee0a7bba4e77874d06762778710eebc) chore(deps-dev): Bump vite from 7.1.7 to 7.1.9 ### 📊 Changes **2 files changed** (+113 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+112 -112) </details> ### 📄 Description Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.7 to 7.1.9. <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.1.9</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.8/packages/vite/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.1.8...v7.1.9">7.1.9</a> (2025-10-03)<!-- raw HTML omitted --></h2> <h3>Reverts</h3> <ul> <li><strong>server:</strong> drain stdin when not interactive (<a href="https://redirect.github.com/vitejs/vite/issues/20885">#20885</a>) (<a href="https://github.com/vitejs/vite/commit/12d72b0538ef1540bfb0f1dd8a44b75deaa3464e">12d72b0</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.7...v7.1.8">7.1.8</a> (2025-10-02)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> improve url escape characters handling (<a href="https://redirect.github.com/vitejs/vite/issues/20847">#20847</a>) (<a href="https://github.com/vitejs/vite/commit/24a61a3f5404279e91f7ceebf7449a5e874f9d56">24a61a3</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20855">#20855</a>) (<a href="https://github.com/vitejs/vite/commit/788a183afce57de13f5656f0cf42cdf6fdc3ebaa">788a183</a>)</li> <li><strong>deps:</strong> update artichokie to 0.4.2 (<a href="https://redirect.github.com/vitejs/vite/issues/20864">#20864</a>) (<a href="https://github.com/vitejs/vite/commit/e670799e123dca78e1a63aeb06dbadade3d5ab51">e670799</a>)</li> <li><strong>dev:</strong> skip JS responses for document requests (<a href="https://redirect.github.com/vitejs/vite/issues/20866">#20866</a>) (<a href="https://github.com/vitejs/vite/commit/6bc6c4dbc23501577d3919dc841454eb2eb14a54">6bc6c4d</a>)</li> <li><strong>glob:</strong> fix HMR for array patterns with exclusions (<a href="https://redirect.github.com/vitejs/vite/issues/20872">#20872</a>) (<a href="https://github.com/vitejs/vite/commit/63e040f1ca6b635a007eb40aa7c8b891e8cc5799">63e040f</a>)</li> <li>keep ids for virtual modules as-is (<a href="https://redirect.github.com/vitejs/vite/issues/20808">#20808</a>) (<a href="https://github.com/vitejs/vite/commit/d4eca986d679c77bd449db20fd99d8255985b550">d4eca98</a>)</li> <li><strong>server:</strong> drain stdin when not interactive (<a href="https://redirect.github.com/vitejs/vite/issues/20837">#20837</a>) (<a href="https://github.com/vitejs/vite/commit/bb950e92b372f9a52245e9542cf9d9700d23ef8c">bb950e9</a>)</li> <li><strong>server:</strong> improve malformed URL handling in middlewares (<a href="https://redirect.github.com/vitejs/vite/issues/20830">#20830</a>) (<a href="https://github.com/vitejs/vite/commit/d65a9831c984e562c5bf2b5f427de16f6e1bd931">d65a983</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>create-vite:</strong> provide deno example (<a href="https://redirect.github.com/vitejs/vite/issues/20747">#20747</a>) (<a href="https://github.com/vitejs/vite/commit/fdb758a51796b1ab605437b2eee778a84e87e169">fdb758a</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/20810">#20810</a>) (<a href="https://github.com/vitejs/vite/commit/ea68a8868c7ee249213057f8a81c3f92a9839dde">ea68a88</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20854">#20854</a>) (<a href="https://github.com/vitejs/vite/commit/4dd06fdc8d643059c2abf88188eae7c4877aab6e">4dd06fd</a>)</li> <li>update url of <code>create-react-app</code> license (<a href="https://redirect.github.com/vitejs/vite/issues/20865">#20865</a>) (<a href="https://github.com/vitejs/vite/commit/166a178f45b6e48db27b5626559f5ec3358c2fb4">166a178</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/17e2517028550283eb253299a784001da57901e5"><code>17e2517</code></a> release: v7.1.9</li> <li><a href="https://github.com/vitejs/vite/commit/12d72b0538ef1540bfb0f1dd8a44b75deaa3464e"><code>12d72b0</code></a> revert(server): drain stdin when not interactive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20885">#20885</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8d12c8bb14061713e0b7636dd2e188533c3b533a"><code>8d12c8b</code></a> release: v7.1.8</li> <li><a href="https://github.com/vitejs/vite/commit/63e040f1ca6b635a007eb40aa7c8b891e8cc5799"><code>63e040f</code></a> fix(glob): fix HMR for array patterns with exclusions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20872">#20872</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/24a61a3f5404279e91f7ceebf7449a5e874f9d56"><code>24a61a3</code></a> fix(css): improve url escape characters handling (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20847">#20847</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6bc6c4dbc23501577d3919dc841454eb2eb14a54"><code>6bc6c4d</code></a> fix(dev): skip JS responses for document requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20866">#20866</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/166a178f45b6e48db27b5626559f5ec3358c2fb4"><code>166a178</code></a> chore: update url of <code>create-react-app</code> license (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20865">#20865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d4eca986d679c77bd449db20fd99d8255985b550"><code>d4eca98</code></a> fix: keep ids for virtual modules as-is (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20808">#20808</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e670799e123dca78e1a63aeb06dbadade3d5ab51"><code>e670799</code></a> fix(deps): update artichokie to 0.4.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20864">#20864</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bb950e92b372f9a52245e9542cf9d9700d23ef8c"><code>bb950e9</code></a> fix(server): drain stdin when not interactive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20837">#20837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.1.9/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.1.7&new-version=7.1.9)](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:11 +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#275
No description provided.