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 5.4.0 to 5.4.1.
<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 -->5.4.1 (2024-08-15)<!-- raw HTML omitted --></h2>
<ul>
<li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li>
<li>fix: align CorsOptions.origin type with <code>@types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li>
<li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li>
<li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li>
<li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li>
<li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li>
<li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li>
<li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li>
<li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li>
<li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/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 5.4.0 to 5.4.1.
Changelog
Sourced from vite's changelog.
Commits
b44c20crelease: v5.4.1391bb49fix(worker): handle self reference url worker in dependency for build (#17846)e686d74fix(build): avoid re-define__vite_import_meta_env__(#17876)9018255chore: fix picocolors import for local dev (#17884)1bda847fix: align CorsOptions.origin type with@types/cors(#17836)e16bf1frefactor: removehandleHotUpdatefrom watch-package-data plugin (#17865)6700594fix: typings for vite:preloadError (#17868)d11711cfix(deps): update all non-major dependencies (#17869)4e5ce3cfix(lightningcss): search for assets with correct base path (#17856)e961b31fix:build.modulePreload.resolveDependenciesis optimizable (#16083)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 powertools with
Cloudflare Pages
1def7ccView logs