-
Notifications
You must be signed in to change notification settings - Fork 664
Commit 2d19820
authored
chore(lambda): bump vite from 7.0.0 to 7.0.5 in /lambdas in the vite group (#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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fecd701 commit 2d19820Copy full SHA for 2d19820
File tree
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedFilter options
- lambdas
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8763 | 8763 |
| |
8764 | 8764 |
| |
8765 | 8765 |
| |
8766 |
| - | |
| 8766 | + | |
8767 | 8767 |
| |
8768 | 8768 |
| |
8769 | 8769 |
| |
| |||
11292 | 11292 |
| |
11293 | 11293 |
| |
11294 | 11294 |
| |
11295 |
| - | |
11296 |
| - | |
11297 |
| - | |
| 11295 | + | |
| 11296 | + | |
| 11297 | + | |
11298 | 11298 |
| |
11299 | 11299 |
| |
11300 | 11300 |
| |
| |||
11343 | 11343 |
| |
11344 | 11344 |
| |
11345 | 11345 |
| |
11346 |
| - | |
| 11346 | + | |
11347 | 11347 |
| |
11348 | 11348 |
| |
11349 | 11349 |
| |
|
0 commit comments