-
Notifications
You must be signed in to change notification settings - Fork 666
Commit 2fd537d
authored
chore(lambda): bump vite from 6.3.5 to 7.0.0 in /lambdas in the vite group (#4643)
Bumps the vite group in /lambdas with 1 update:
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.3.5 to 7.0.0
<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>[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>
<h2>v7.0.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.0.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v7.0.0-beta.2</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.0.0-beta.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v7.0.0-beta.1</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.0.0-beta.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/plugin-legacy/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>
<h2>v7.0.0-beta.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v7.0.0-beta.0/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/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/create-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>7.0.0 (2025-06-24)</h2>
<p><img
src="https://github.com/vitejs/vite/blob/main/docs/public/og-image-announcing-vite7.png"
alt="Vite 7 is out!" /></p>
<p>Today, we're excited to announce the release of the next Vite
major:</p>
<ul>
<li><strong><a href="https://vite.dev/blog/announcing-vite7.html">Vite
7.0 announcement blog post</a></strong></li>
<li><a href="https://vite.dev/">Docs</a> (translations: <a
href="https://cn.vite.dev/">简体中文</a>, <a
href="https://ja.vite.dev/">日本語</a>, <a
href="https://es.vite.dev/">Español</a>, <a
href="https://pt.vite.dev/">Português</a>, <a
href="https://ko.vite.dev/">한국어</a>, <a
href="https://de.vite.dev/">Deutsch</a>, <a
href="https://fa.vite.dev/">فارسی</a>)</li>
<li><a href="https://vite.dev/guide/migration.html">Migration
Guide</a></li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>fix(ssr)!: don't access <code>Object</code> variable in ssr
transformed code (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19996">#19996</a>)
(<a
href="https://github.com/vitejs/vite/commit/fceff60dc81730f7768b57f14e7a112facff387d">fceff60</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19996">#19996</a></li>
<li>chore!: remove deprecated splitVendorChunkPlugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19255">#19255</a>)
(<a
href="https://github.com/vitejs/vite/commit/91a92c7e1eaf55cd5d5cfa49c546e130045e7dee">91a92c7</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19255">#19255</a></li>
<li>chore!: remove node 18 support (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19972">#19972</a>)
(<a
href="https://github.com/vitejs/vite/commit/00b8a98f36376804437e1342265453915ae613de">00b8a98</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19972">#19972</a></li>
<li>feat!: bump <code>build.target</code> and name it
<code>baseline-widely-available</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20007">#20007</a>)
(<a
href="https://github.com/vitejs/vite/commit/4a8aa82556eb2b9e54673a6aac77873e0eb27fa9">4a8aa82</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20007">#20007</a></li>
<li>refactor!: bump required node version to 20.19+, 22.12+ and remove
cjs build (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20032">#20032</a>)
(<a
href="https://github.com/vitejs/vite/commit/2b80243fada75378e80475028fdcc78f4432bd6f">2b80243</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20032">#20032</a></li>
<li>refactor!: remove <code>experimental.skipSsrTransform</code> option
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20038">#20038</a>)
(<a
href="https://github.com/vitejs/vite/commit/6c3dd8e46fa77060603679cda91a4c8d01d095ab">6c3dd8e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20038">#20038</a></li>
<li>refactor!: remove <code>HotBroadcaster</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19988">#19988</a>)
(<a
href="https://github.com/vitejs/vite/commit/cda8c947934466da27e874b6c064451cf73f03e5">cda8c94</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19988">#19988</a></li>
<li>refactor!: remove deprecated <code>HotBroadcaster</code> related
types (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19987">#19987</a>)
(<a
href="https://github.com/vitejs/vite/commit/86b5e0030bf204f8f2db0cf8ee895ab3ecf154b8">86b5e00</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19987">#19987</a></li>
<li>refactor!: remove deprecated hook-level
<code>enforce</code>/<code>transform</code> from
<code>transformIndexHtml</code> hook (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19349">#19349</a>
(<a
href="https://github.com/vitejs/vite/commit/6198b9d2a32f7bd17b3332525a98c06d9a425fb1">6198b9d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19349">#19349</a></li>
<li>refactor!: remove deprecated no-op type only properties (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19985">#19985</a>)
(<a
href="https://github.com/vitejs/vite/commit/9151c2400f6ab494f73d78aea4435b7c1ef5fc30">9151c24</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19985">#19985</a></li>
<li>refactor(css)!: always use sass compiler API (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19978">#19978</a>)
(<a
href="https://github.com/vitejs/vite/commit/3bfe5c5ff96af0a0624c8f14503ef87a0c0850ed">3bfe5c5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19978">#19978</a></li>
<li>refactor(css)!: remove sass legacy API support (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19977">#19977</a>)
(<a
href="https://github.com/vitejs/vite/commit/6eaccc9009d718a1afcff2af587e81eb959f5b60">6eaccc9</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19977">#19977</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>feat(types): use terser types from terser package (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20274">#20274</a>)
(<a
href="https://github.com/vitejs/vite/commit/a5799fa74c6190ecbb2da3d280136ff32463afc6">a5799fa</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20274">#20274</a></li>
<li>feat: apply some middlewares before
<code>configurePreviewServer</code> hook (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20224">#20224</a>)
(<a
href="https://github.com/vitejs/vite/commit/b989c42cf84378e6cb93970de739941f0d56d6f6">b989c42</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20224">#20224</a></li>
<li>feat: apply some middlewares before <code>configureServer</code>
hook (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20222">#20222</a>)
(<a
href="https://github.com/vitejs/vite/commit/f5cc4c0ded337670b439e51bc95f173e2b5cf9ad">f5cc4c0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20222">#20222</a></li>
<li>feat: add base option to import.meta.glob (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20163">#20163</a>)
(<a
href="https://github.com/vitejs/vite/commit/253d6c6df2ebe3c4a88dabb6cec000128681561f">253d6c6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20163">#20163</a></li>
<li>feat: add <code>this.meta.viteVersion</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20088">#20088</a>)
(<a
href="https://github.com/vitejs/vite/commit/f55bf41e91f8dfe829a46e58f0035b19c8ab6a25">f55bf41</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20088">#20088</a></li>
<li>feat: allow passing down resolved config to vite's
<code>createServer</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19894">#19894</a>)
(<a
href="https://github.com/vitejs/vite/commit/c1ae9bd4a0542b4703ae7766ad61d072e8b833bd">c1ae9bd</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19894">#19894</a></li>
<li>feat: buildApp hook (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19971">#19971</a>)
(<a
href="https://github.com/vitejs/vite/commit/5da659de902f0a2d6d8beefbf269128383b63887">5da659d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19971">#19971</a></li>
<li>feat: make PluginContext available for Vite-specific hooks (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19936">#19936</a>)
(<a
href="https://github.com/vitejs/vite/commit/7063839d47dfd4ac6be1247ba68e414ffe287b00">7063839</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19936">#19936</a></li>
<li>feat: resolve environments plugins at config time (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20120">#20120</a>)
(<a
href="https://github.com/vitejs/vite/commit/f6a28d5f792ba5cc4dc236e3e6edd05199cabcc8">f6a28d5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20120">#20120</a></li>
<li>feat: stabilize <code>css.preprocessorMaxWorkers</code> and default
to <code>true</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19992">#19992</a>)
(<a
href="https://github.com/vitejs/vite/commit/70aee139ea802478bad56e5e441f187140bcf0cc">70aee13</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19992">#19992</a></li>
<li>feat: stabilize <code>optimizeDeps.noDiscovery</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19984">#19984</a>)
(<a
href="https://github.com/vitejs/vite/commit/6d2dcb494db9f40565f11b50bdbb8c1b7245697d">6d2dcb4</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19984">#19984</a></li>
<li>feat(build): provide names for asset entrypoints (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19912">#19912</a>)
(<a
href="https://github.com/vitejs/vite/commit/c4e01dc5ab0f1708383c39d28ce62e12b8f374fc">c4e01dc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19912">#19912</a></li>
<li>feat(client): support opening fileURL in editor (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20040">#20040</a>)
(<a
href="https://github.com/vitejs/vite/commit/1bde4d25243cd9beaadb01413e896fef562626ef">1bde4d2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20040">#20040</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix: keep <code>import.meta.url</code> in bundled Vite (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20235">#20235</a>)
(<a
href="https://github.com/vitejs/vite/commit/3bf3a8ab00e5a0dfab0bb5741cb871ea30b72651">3bf3a8a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20235">#20235</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20271">#20271</a>)
(<a
href="https://github.com/vitejs/vite/commit/6b64d63d700154de2c00270300b671cef8863708">6b64d63</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20271">#20271</a></li>
<li>fix(module-runner): export <code>ssrExportNameKey</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20266">#20266</a>)
(<a
href="https://github.com/vitejs/vite/commit/ac302a729062dbfc67f762b3c4af46b7893c214f">ac302a7</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/20266">#20266</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/eafd28ac88d5908cbc3e0a047ed7a12094386436"><code>eafd28a</code></a>
chore: rearrange 7.0 changelog (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20280">#20280</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/b85f32275b443bf6b647572a9209f1e078b5b4dd"><code>b85f322</code></a>
release: v7.0.0</li>
<li><a
href="https://github.com/vitejs/vite/commit/9b98dcbf75546240e1609185828e18a77bac8c8d"><code>9b98dcb</code></a>
fix(module-runner): expose <code>normalizeModuleId</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20277">#20277</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/a5799fa74c6190ecbb2da3d280136ff32463afc6"><code>a5799fa</code></a>
feat(types): use terser types from terser package (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20274">#20274</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/f7377c3eae6323bd3237ff5de5ae55c879fe7325"><code>f7377c3</code></a>
chore(deps): update rolldown-related dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20270">#20270</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/6b64d63d700154de2c00270300b671cef8863708"><code>6b64d63</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20271">#20271</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/ac302a729062dbfc67f762b3c4af46b7893c214f"><code>ac302a7</code></a>
fix(module-runner): export <code>ssrExportNameKey</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20266">#20266</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/b135918b91e8381c50bd2d076d40e9a65fe68bfe"><code>b135918</code></a>
chore: typos in comments (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20259">#20259</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/3f469012ad38e3cb330adc74a8b3ec88561c822e"><code>3f46901</code></a>
perf(utils): improve performance of <code>numberToPos</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20244">#20244</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/3bf3a8ab00e5a0dfab0bb5741cb871ea30b72651"><code>3bf3a8a</code></a>
fix: keep <code>import.meta.url</code> in bundled Vite (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20235">#20235</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/[email protected]/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 8875aa5 commit 2fd537dCopy full SHA for 2fd537d
File tree
Expand file treeCollapse file tree
2 files changed
+18
-263
lines changedFilter options
- lambdas
Expand file treeCollapse file tree
2 files changed
+18
-263
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 |
| |
|
0 commit comments