chore(lambda): bump vite from 7.0.0 to 7.0.5 in /lambdas in the vite group - #4677
Merged
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Bumps the vite group in /lambdas with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.0.0 to 7.0.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/lambdas/vite-14b4d718b2
branch
from
July 23, 2025 19:20
dfbc137 to
4c030f1
Compare
npalm
approved these changes
Jul 23, 2025
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…group (github-aws-runners#4677) Bumps the vite group in /lambdas with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.0.0 to 7.0.5 <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.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.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("bar")</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> <ul> <li><strong>deps:</strong> update dependency dotenv to v17 (<a href="https://redirect.github.com/vitejs/vite/issues/20325">#20325</a>) (<a href="https://github.com/vitejs/vite/commit/45040d48076302eeb101f8d07bbcd04758fde8a4">45040d4</a>)</li> <li><strong>deps:</strong> update dependency rolldown to ^1.0.0-beta.24 (<a href="https://redirect.github.com/vitejs/vite/issues/20365">#20365</a>) (<a href="https://github.com/vitejs/vite/commit/5ab25e73a2ea2a2e2c0469350288a183dfb57030">5ab25e7</a>)</li> <li>use <code>n/prefer-node-protocol</code> rule (<a href="https://redirect.github.com/vitejs/vite/issues/20368">#20368</a>) (<a href="https://github.com/vitejs/vite/commit/38bb268cde15541321f36016e77d61eecb707298">38bb268</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>minor changes to reduce diff between normal Vite and rolldown-vite (<a href="https://redirect.github.com/vitejs/vite/issues/20354">#20354</a>) (<a href="https://github.com/vitejs/vite/commit/2e8050e4cd8835673baf07375b7db35128144222">2e8050e</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.1...v7.0.2">7.0.2</a> (2025-07-04)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> resolve relative paths in sass, revert <a href="https://redirect.github.com/vitejs/vite/issues/20300">#20300</a> (<a href="https://redirect.github.com/vitejs/vite/issues/20349">#20349</a>) (<a href="https://github.com/vitejs/vite/commit/db8bd412a8b783fe8e9f82d1a822b0534abbf5a3">db8bd41</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.0.0...v7.0.1">7.0.1</a> (2025-07-03)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> skip resolving resolved paths in sass (<a href="https://redirect.github.com/vitejs/vite/issues/20300">#20300</a>) (<a href="https://github.com/vitejs/vite/commit/ac528a44c384fefb6f10c3f531df93b5ac39324c">ac528a4</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/vitejs/vite/commit/862e192d21f66039635a998724bdc6b94fd293a0"><code>862e192</code></a> refactor: use <code>foo.endsWith("bar")</code> instead of <code>/bar$/.test(foo)</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20413">#20413</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6bc8bf634d4a2c9915da9813963dd80a4186daeb"><code>6bc8bf6</code></a> fix: watch assets referenced by <code>new URL(, import.meta.url)</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20382">#20382</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1a1cc8a435a21996255b3e5cc75ed4680de2a7f3"><code>1a1cc8a</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20406">#20406</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1165667b271fb1fb76584278e72a85d564c9bb09"><code>1165667</code></a> chore(deps): update dependency rolldown to ^1.0.0-beta.27 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20405">#20405</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8a654337767296497d4fda6b8a03f76a817beb6d"><code>8a65433</code></a> release: v7.0.4</li> <li><a href="https://github.com/vitejs/vite/commit/324669c2d84966a822b1b2c134c9830a90bed271"><code>324669c</code></a> fix: allow resolving bare specifiers to relative paths for entries (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20379">#20379</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5e29602f6fe4bf28f6e7c869a214dee6957f855c"><code>5e29602</code></a> build: remove <code>@oxc-project/runtime</code> devDep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20389">#20389</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f562df85a3a20ed52b84581945f1809b22cec068"><code>f562df8</code></a> release: v7.0.3</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.0.5/packages/vite">compare view</a></li> </ul> </details> <br /> [](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vite group in /lambdas with 1 update: vite.
Updates
vitefrom 7.0.0 to 7.0.5Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
832f687release: v7.0.5c9614b9fix: remove special handling forAccept: text/html(#20376)862e192refactor: usefoo.endsWith("bar")instead of/bar$/.test(foo)(#20413)6bc8bf6fix: watch assets referenced bynew URL(, import.meta.url)(#20382)1a1cc8afix(deps): update all non-major dependencies (#20406)1165667chore(deps): update dependency rolldown to ^1.0.0-beta.27 (#20405)8a65433release: v7.0.4324669cfix: allow resolving bare specifiers to relative paths for entries (#20379)5e29602build: remove@oxc-project/runtimedevDep (#20389)f562df8release: v7.0.3Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions