Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK]: Bump vite from 6.0.2 to 6.0.3 in /packages/typo3-docs-theme (#…
…863) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.2 to 6.0.3. <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>v6.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.3/packages/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><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>) (<a href="https://github.com/vitejs/vite/commit/d5fb653c15903ccf84a093f212da86f0327a9a6f">d5fb653</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li> <li>fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>) (<a href="https://github.com/vitejs/vite/commit/a1dd396da856401a12c921d0cd2c4e97cb63f1b5">a1dd396</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li> <li>fix: make result interfaces for <code>ModuleRunnerTransport#invoke</code> more explicit (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>) (<a href="https://github.com/vitejs/vite/commit/a75fc3193d5e8d8756dfb3a046873e9c222bb6c8">a75fc31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li> <li>fix: merge <code>environments.ssr.resolve</code> with root <code>ssr</code> config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>) (<a href="https://github.com/vitejs/vite/commit/310433106e1e8a0c39dc397e3eace8a71a2416c2">3104331</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li> <li>fix: no permission to create vite config file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>) (<a href="https://github.com/vitejs/vite/commit/ff47778004d609dbeef7f192783e6f253dd66237">ff47778</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li> <li>fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>) (<a href="https://github.com/vitejs/vite/commit/690a36ffdb7d6f6568f35a304b4904e7aa475f17">690a36f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li> <li>fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>) (<a href="https://github.com/vitejs/vite/commit/2b5926a0e79ce47d22536d38eed2629d326caca0">2b5926a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li> <li>fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>) (<a href="https://github.com/vitejs/vite/commit/20fdf210ee0ac0824b2db74876527cb7f378a9e8">20fdf21</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li> <li>fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>) (<a href="https://github.com/vitejs/vite/commit/d59efd8dfd1c5bf2e7c45c7cdb1c0abc2a05ba02">d59efd8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>) (<a href="https://github.com/vitejs/vite/commit/5c0223636fa277d5daeb4d93c3f32d9f3cd69fc5">5c02236</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li> <li>fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>) (<a href="https://github.com/vitejs/vite/commit/1b54e506a44420d0c8a9e000cf45b1c4f5e33026">1b54e50</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li> <li>fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>) (<a href="https://github.com/vitejs/vite/commit/88e49aa0418cb3f6b579b744ba59daeda68432f3">88e49aa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li> <li>refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>) (<a href="https://github.com/vitejs/vite/commit/ea802f8f8bcf3771a35c1eaf687378613fbabb24">ea802f8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li> <li>chore: fix duplicate attributes issue number in comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>) (<a href="https://github.com/vitejs/vite/commit/ffee61893cfe9f2b0db4aecf9ddb62ca79c80458">ffee618</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7a0758cbbc825717851962d4e6f82e369b8e800b"><code>7a0758c</code></a> release: v6.0.3</li> <li><a href="https://github.com/vitejs/vite/commit/a1dd396da856401a12c921d0cd2c4e97cb63f1b5"><code>a1dd396</code></a> fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ea802f8f8bcf3771a35c1eaf687378613fbabb24"><code>ea802f8</code></a> refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/690a36ffdb7d6f6568f35a304b4904e7aa475f17"><code>690a36f</code></a> fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d5fb653c15903ccf84a093f212da86f0327a9a6f"><code>d5fb653</code></a> fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2b5926a0e79ce47d22536d38eed2629d326caca0"><code>2b5926a</code></a> fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1b54e506a44420d0c8a9e000cf45b1c4f5e33026"><code>1b54e50</code></a> fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d59efd8dfd1c5bf2e7c45c7cdb1c0abc2a05ba02"><code>d59efd8</code></a> fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/20fdf210ee0ac0824b2db74876527cb7f378a9e8"><code>20fdf21</code></a> fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/88e49aa0418cb3f6b579b744ba59daeda68432f3"><code>88e49aa</code></a> fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=6.0.2&new-version=6.0.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information