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)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.4.10.
<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>create-vite@4.4.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>create-vite@4.4.0</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@4.4.0/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/v4.4.10/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->4.4.10 (2023-10-03)<!-- raw HTML omitted --></h2>
<ul>
<li>fix: add source map to Web Workers (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14216">#14216</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14217">#14217</a>) (<a href="https://github.com/vitejs/vite/commit/df6f32f">df6f32f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14216">#14216</a> <a href="https://redirect.github.com/vitejs/vite/issues/14217">#14217</a></li>
<li>fix: handle errors during <code>hasWorkspacePackageJSON</code> function (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14394">#14394</a>) (<a href="https://github.com/vitejs/vite/commit/6f6e5de">6f6e5de</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14394">#14394</a></li>
<li>fix: handle sourcemap correctly when multiple line import exists (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14232">#14232</a>) (<a href="https://github.com/vitejs/vite/commit/218861f">218861f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14232">#14232</a></li>
<li>fix: if host is specified check whether it is valid (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14013">#14013</a>) (<a href="https://github.com/vitejs/vite/commit/b1b816a">b1b816a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14013">#14013</a></li>
<li>fix: include <code>vite/types/*</code> in exports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14296">#14296</a>) (<a href="https://github.com/vitejs/vite/commit/40e99a1">40e99a1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14296">#14296</a></li>
<li>fix: initWasm options should be optional (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14152">#14152</a>) (<a href="https://github.com/vitejs/vite/commit/119c074">119c074</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14152">#14152</a></li>
<li>fix: restore builtins list (<a href="https://github.com/vitejs/vite/commit/f8b9adb">f8b9adb</a>)</li>
<li>fix: use string manipulation instead of regex to inject esbuild helpers (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14094">#14094</a>) (<a href="https://github.com/vitejs/vite/commit/128ad8f">128ad8f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14094">#14094</a></li>
<li>fix: ws never connects after restarting server if server.hmr.server is set (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14127">#14127</a>) (<a href="https://github.com/vitejs/vite/commit/441642e">441642e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14127">#14127</a></li>
<li>fix(analysis): warnings for dynamic imports that use static template literals (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14458">#14458</a>) (<a href="https://github.com/vitejs/vite/commit/0c6d289">0c6d289</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14458">#14458</a></li>
<li>fix(cli): convert special base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14283">#14283</a>) (<a href="https://github.com/vitejs/vite/commit/d4bc0fb">d4bc0fb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14283">#14283</a></li>
<li>fix(css): remove pure css chunk sourcemap (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14290">#14290</a>) (<a href="https://github.com/vitejs/vite/commit/cd7e033">cd7e033</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14290">#14290</a></li>
<li>fix(css): reset render cache on renderStart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14326">#14326</a>) (<a href="https://github.com/vitejs/vite/commit/d334b3d">d334b3d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14326">#14326</a></li>
<li>fix(glob): trigger HMR for glob in a package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14117">#14117</a>) (<a href="https://github.com/vitejs/vite/commit/0f582bf">0f582bf</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14117">#14117</a></li>
<li>fix(import-analysis): preserve importedUrls import order (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14465">#14465</a>) (<a href="https://github.com/vitejs/vite/commit/269aa43">269aa43</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14465">#14465</a></li>
<li>fix(manifest): preserve pure css chunk assets (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14297">#14297</a>) (<a href="https://github.com/vitejs/vite/commit/3d63ae6">3d63ae6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14297">#14297</a></li>
<li>fix(optimizer): define crawlDeps after scanProcessing and optimizationResult are complete (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1428">#1428</a> (<a href="https://github.com/vitejs/vite/commit/fcaf749">fcaf749</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14284">#14284</a> <a href="https://redirect.github.com/vitejs/vite/issues/14285">#14285</a></li>
<li>fix(resolve): support submodules of optional peer deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14489">#14489</a>) (<a href="https://github.com/vitejs/vite/commit/104971d">104971d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14489">#14489</a></li>
<li>fix(vite): precisely check if files are in dirs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14241">#14241</a>) (<a href="https://github.com/vitejs/vite/commit/c4758d1">c4758d1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14241">#14241</a></li>
<li>feat: improve deno and bun support (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14379">#14379</a>) (<a href="https://github.com/vitejs/vite/commit/8bc1f9d">8bc1f9d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14379">#14379</a></li>
</ul>
<h2><!-- raw HTML omitted -->4.4.9 (2023-08-07)<!-- raw HTML omitted --></h2>
<ul>
<li>chore: fix eslint warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14031">#14031</a>) (<a href="https://github.com/vitejs/vite/commit/4021a0e">4021a0e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14031">#14031</a></li>
<li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13938">#13938</a>) (<a href="https://github.com/vitejs/vite/commit/a1b519e">a1b519e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13938">#13938</a></li>
<li>fix: dynamic import vars ignored warning (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14006">#14006</a>) (<a href="https://github.com/vitejs/vite/commit/4479431">4479431</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14006">#14006</a></li>
<li>fix(build): silence warn dynamic import module when inlineDynamicImports true (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13970">#13970</a>) (<a href="https://github.com/vitejs/vite/commit/7a77aaf">7a77aaf</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13970">#13970</a></li>
<li>perf: improve build times and memory utilization (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14016">#14016</a>) (<a href="https://github.com/vitejs/vite/commit/9d7d45e">9d7d45e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14016">#14016</a></li>
<li>perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14005">#14005</a>) (<a href="https://github.com/vitejs/vite/commit/f5c1224">f5c1224</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14005">#14005</a></li>
</ul>
<h2><!-- raw HTML omitted -->4.4.8 (2023-07-31)<!-- raw HTML omitted --></h2>
<ul>
<li>fix: modulePreload false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13973">#13973</a>) (<a href="https://github.com/vitejs/vite/commit/488085d">488085d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13973">#13973</a></li>
<li>fix: multiple entries with shared css and no JS (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13962">#13962</a>) (<a href="https://github.com/vitejs/vite/commit/89a3db0">89a3db0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13962">#13962</a></li>
<li>fix: use file extensions on type imports so they work with <code>moduleResolution: 'node16'</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13947">#13947</a>) (<a href="https://github.com/vitejs/vite/commit/aeef670">aeef670</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13947">#13947</a></li>
<li>fix(css): enhance error message for missing preprocessor dependency (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11485">#11485</a>) (<a href="https://github.com/vitejs/vite/commit/65e5c22">65e5c22</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/11485">#11485</a></li>
<li>fix(esbuild): fix static properties transpile when useDefineForClassFields false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13992">#13992</a>) (<a href="https://github.com/vitejs/vite/commit/4ca7c13">4ca7c13</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13992">#13992</a></li>
<li>fix(importAnalysis): strip url base before passing as safeModulePaths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13712">#13712</a>) (<a href="https://github.com/vitejs/vite/commit/1ab06a8">1ab06a8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13712">#13712</a></li>
<li>fix(importMetaGlob): avoid unnecessary hmr of negative glob (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13646">#13646</a>) (<a href="https://github.com/vitejs/vite/commit/844451c">844451c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13646">#13646</a></li>
<li>fix(optimizer): avoid double-commit of optimized deps when discovery is disabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13865">#13865</a>) (<a href="https://github.com/vitejs/vite/commit/df77991">df77991</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13865">#13865</a></li>
<li>fix(optimizer): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13981">#13981</a>) (<a href="https://github.com/vitejs/vite/commit/f8a5ffc">f8a5ffc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13981">#13981</a></li>
<li>perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13989">#13989</a>) (<a href="https://github.com/vitejs/vite/commit/3aab14e">3aab14e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13989">#13989</a></li>
<li>perf: single slash does not need to be replaced (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13980">#13980</a>) (<a href="https://github.com/vitejs/vite/commit/66f522c">66f522c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13980">#13980</a></li>
<li>perf: use Intl.DateTimeFormatter instead of toLocaleTimeString (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13951">#13951</a>) (<a href="https://github.com/vitejs/vite/commit/af53a1d">af53a1d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13951">#13951</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/f3a3e77de170166c53ca4d114a110a40bab97463"><code>f3a3e77</code></a> release: v4.4.10</li>
<li><a href="https://github.com/vitejs/vite/commit/f8b9adb73dc838f14a41406def918cfd6c9a841e"><code>f8b9adb</code></a> fix: restore builtins list</li>
<li><a href="https://github.com/vitejs/vite/commit/104971d9b4b6b3994bc8362e7ffabd7d2bf3c311"><code>104971d</code></a> fix(resolve): support submodules of optional peer deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14489">#14489</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/0c6d289a2a34f3e0cd872013c6b8aa7e97e45eb0"><code>0c6d289</code></a> fix(analysis): warnings for dynamic imports that use static template literals...</li>
<li><a href="https://github.com/vitejs/vite/commit/269aa4393e326888a4ce76cd7a2e6b1f4d5c3102"><code>269aa43</code></a> fix(import-analysis): preserve importedUrls import order (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14465">#14465</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/6f6e5de0ad8418328d52f58f4786f78b70cc6d3d"><code>6f6e5de</code></a> fix: handle errors during <code>hasWorkspacePackageJSON</code> function (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14394">#14394</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/8bc1f9d3c79137c31dae5fe50384fea0286bc55b"><code>8bc1f9d</code></a> feat: improve deno and bun support (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14379">#14379</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/3d63ae6774b1a1fb015c2d8fa9bd50c074d81827"><code>3d63ae6</code></a> fix(manifest): preserve pure css chunk assets (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14297">#14297</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/d334b3de8cfc968481189643a7ad9baba0c7c36a"><code>d334b3d</code></a> fix(css): reset render cache on renderStart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14326">#14326</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/fcaf7491f4fbfafbda066dc372a9d2d5249bbce2"><code>fcaf749</code></a> fix(optimizer): define crawlDeps after scanProcessing and optimizationResult ...</li>
<li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.10/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 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vite from 4.3.9 to 4.4.10.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f3a3e77release: v4.4.10f8b9adbfix: restore builtins list104971dfix(resolve): support submodules of optional peer deps (#14489)0c6d289fix(analysis): warnings for dynamic imports that use static template literals...269aa43fix(import-analysis): preserve importedUrls import order (#14465)6f6e5defix: handle errors duringhasWorkspacePackageJSONfunction (#14394)8bc1f9dfeat: improve deno and bun support (#14379)3d63ae6fix(manifest): preserve pure css chunk assets (#14297)d334b3dfix(css): reset render cache on renderStart (#14326)fcaf749fix(optimizer): define crawlDeps after scanProcessing and optimizationResult ...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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Deploying with
Cloudflare Pages
22f0d15View logs