Bump undici and @sveltejs/kit in /src/frontend #4

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/src/frontend/undici-and-sveltejs/kit-5.26.5 into master 2023-10-31 09:29:12 +01:00
dependabot[bot] commented 2023-10-31 09:22:04 +01:00 (Migrated from github.com)

Bumps undici to 5.26.5 and updates ancestor dependency @sveltejs/kit. These dependencies need to be updated together.

Updates undici from 5.20.0 to 5.26.5

Release notes

Sourced from undici's releases.

v5.26.5

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5

v5.26.4

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v5.26.3...v5.26.4

v5.26.3

No release notes provided.

v5.26.2

Security Release, CVE-2023-45143.

v5.26.1

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v5.26.0...v5.26.1

v5.26.0

What's Changed

... (truncated)

Commits

Updates @sveltejs/kit from 1.15.2 to 1.27.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.27.2

Patch Changes

  • fix: missing File Node polyfill for Node version 18.11.0+ (#10948)

@​sveltejs/kit@​1.27.1

Patch Changes

  • fix: only apply some polyfills below node 18.11 (#10920)

@​sveltejs/kit@​1.27.0

Minor Changes

  • feat: add invalidateAll boolean option to enhance callback (#9889)

@​sveltejs/kit@​1.26.0

Minor Changes

  • feat: infer route parameter type from matcher's guard check if applicable (#10755)

Patch Changes

  • fix: basic mime type handling for prerendered pages in preview (#10851)

  • chore: use just a single library (mrmime) for mime type handling (#10851)

  • chore: bump undici to address security issue (#10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#10009)

  • chore(deps): update dependency undici to ~5.26.0 (#10860)

@​sveltejs/kit@​1.25.2

Patch Changes

  • fix: correctly update $page.url.hash when navigating history (#10843)

  • fix: strip virtual module prefix from error messages (#10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#10727)

  • fix: only remove Vite manifest when copying files (#10782)

@​sveltejs/kit@​1.25.1

Patch Changes

  • fix: correct line numbers in stack trace (#10769)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.27.2

Patch Changes

  • fix: missing File Node polyfill for Node version 18.11.0+ (#10948)

1.27.1

Patch Changes

  • fix: only apply some polyfills below node 18.11 (#10920)

1.27.0

Minor Changes

  • feat: add invalidateAll boolean option to enhance callback (#9889)

1.26.0

Minor Changes

  • feat: infer route parameter type from matcher's guard check if applicable (#10755)

Patch Changes

  • fix: basic mime type handling for prerendered pages in preview (#10851)

  • chore: use just a single library (mrmime) for mime type handling (#10851)

  • chore: bump undici to address security issue (#10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#10009)

  • chore(deps): update dependency undici to ~5.26.0 (#10860)

1.25.2

Patch Changes

  • fix: correctly update $page.url.hash when navigating history (#10843)

  • fix: strip virtual module prefix from error messages (#10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#10727)

  • fix: only remove Vite manifest when copying files (#10782)

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [undici](https://github.com/nodejs/undici) to 5.26.5 and updates ancestor dependency [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit). These dependencies need to be updated together. Updates `undici` from 5.20.0 to 5.26.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v5.26.5</h2> <h2>What's Changed</h2> <ul> <li>Drop race condition in connect-timeout test by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2360">nodejs/undici#2360</a></li> <li>Remove a couple of unnecessary async functions by <a href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2367">nodejs/undici#2367</a></li> <li>Update namespace type with Fetch exports by <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2361">nodejs/undici#2361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5">https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5</a></p> <h2>v5.26.4</h2> <h2>What's Changed</h2> <ul> <li>use esbuild define/hooks by <a href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2342">nodejs/undici#2342</a></li> <li>fix request's arrayBuffer returning uint8 instead of arraybuffer by <a href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2344">nodejs/undici#2344</a></li> <li>fix: skip readMore call if parser is null or undefined by <a href="https://github.com/iiAku"><code>@​iiAku</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2346">nodejs/undici#2346</a></li> <li>test: first attempt for flaky fix by <a href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2337">nodejs/undici#2337</a></li> <li>test: only include WebSocket in WPT Report where it's landed by <a href="https://github.com/panva"><code>@​panva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2351">nodejs/undici#2351</a></li> <li>Update DispatchInterceptor.md by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2354">nodejs/undici#2354</a></li> <li>fix: Avoid error for stream() being aborted by <a href="https://github.com/BobNobrain"><code>@​BobNobrain</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2355">nodejs/undici#2355</a></li> <li>fix names with esbuild by <a href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2359">nodejs/undici#2359</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/iiAku"><code>@​iiAku</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/2346">nodejs/undici#2346</a></li> <li><a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/2354">nodejs/undici#2354</a></li> <li><a href="https://github.com/BobNobrain"><code>@​BobNobrain</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/2355">nodejs/undici#2355</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.26.3...v5.26.4">https://github.com/nodejs/undici/compare/v5.26.3...v5.26.4</a></p> <h2>v5.26.3</h2> <p>No release notes provided.</p> <h2>v5.26.2</h2> <p>Security Release, CVE-2023-45143.</p> <h2>v5.26.1</h2> <h2>What's Changed</h2> <ul> <li>Fix publish undici-types once and for all! by <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2338">nodejs/undici#2338</a></li> <li>Fix node detection omfg by <a href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2341">nodejs/undici#2341</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.26.0...v5.26.1">https://github.com/nodejs/undici/compare/v5.26.0...v5.26.1</a></p> <h2>v5.26.0</h2> <h2>What's Changed</h2> <ul> <li>use npm install instead of npm ci by <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2309">nodejs/undici#2309</a></li> <li>change default header to <code>node</code> by <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2310">nodejs/undici#2310</a></li> <li>chore: change order of the pseudo-headers by <a href="https://github.com/kyrylodolynskyi"><code>@​kyrylodolynskyi</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2308">nodejs/undici#2308</a></li> <li>fix: Agent.Options.factory should accept URL object or string as parameter by <a href="https://github.com/nicole0707"><code>@​nicole0707</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2295">nodejs/undici#2295</a></li> <li>build(deps-dev): bump sinon from 15.2.0 to 16.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2312">nodejs/undici#2312</a></li> <li>test: handle npm ignore-scripts settings by <a href="https://github.com/panva"><code>@​panva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2313">nodejs/undici#2313</a></li> <li>feat: respect <code>--max-http-header-size</code> Node.js flag by <a href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2234">nodejs/undici#2234</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/9197790ae0d015b40b75fd0c5cdb7420704b5272"><code>9197790</code></a> Bumped v5.26.5</li> <li><a href="https://github.com/nodejs/undici/commit/c31bd88979c04e72ff5f2869b71c630720422ab8"><code>c31bd88</code></a> Update namespace type with Fetch exports (<a href="https://redirect.github.com/nodejs/undici/issues/2361">#2361</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/24db5d4eaf8b747e7c9bde4faf797943b6f73c8d"><code>24db5d4</code></a> Remove a couple of unnecessary async functions (<a href="https://redirect.github.com/nodejs/undici/issues/2367">#2367</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/63afd9b5e28380dc86de29ade69adaad7efcd231"><code>63afd9b</code></a> Drop race condition in connect-timeout test (<a href="https://redirect.github.com/nodejs/undici/issues/2360">#2360</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/dea70e27e4d14952eb7b96da021eb44d24d1159e"><code>dea70e2</code></a> Bumped v5.26.4</li> <li><a href="https://github.com/nodejs/undici/commit/0681760ef1b24a9ddcb257b1a6a121d1825a67c0"><code>0681760</code></a> fix names with esbuild (<a href="https://redirect.github.com/nodejs/undici/issues/2359">#2359</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/daf349f6bc35c2e7fe600c323fb7dcfdacc000f6"><code>daf349f</code></a> fix: Avoid error for stream() being aborted (<a href="https://redirect.github.com/nodejs/undici/issues/2355">#2355</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/49254c3ea1cc74a01132b8c0a9274cbf94c7289e"><code>49254c3</code></a> Update DispatchInterceptor.md (<a href="https://redirect.github.com/nodejs/undici/issues/2354">#2354</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/52a79891f95a20fe380d70cfdf8f8f52410ff1a3"><code>52a7989</code></a> test: only include WebSocket in WPT Report where it's landed (<a href="https://redirect.github.com/nodejs/undici/issues/2351">#2351</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/40ab05029814c9778b80657d530e943d1cdfc6f2"><code>40ab050</code></a> test: first attempt for flaky fix (<a href="https://redirect.github.com/nodejs/undici/issues/2337">#2337</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v5.20.0...v5.26.5">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/kit` from 1.15.2 to 1.27.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.27.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: missing <code>File</code> Node polyfill for Node version 18.11.0+ (<a href="https://redirect.github.com/sveltejs/kit/pull/10948">#10948</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.27.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: only apply some polyfills below node 18.11 (<a href="https://redirect.github.com/sveltejs/kit/pull/10920">#10920</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.27.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>invalidateAll</code> boolean option to <code>enhance</code> callback (<a href="https://redirect.github.com/sveltejs/kit/pull/9889">#9889</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.26.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: infer route parameter type from matcher's guard check if applicable (<a href="https://redirect.github.com/sveltejs/kit/pull/10755">#10755</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: basic mime type handling for prerendered pages in preview (<a href="https://redirect.github.com/sveltejs/kit/pull/10851">#10851</a>)</p> </li> <li> <p>chore: use just a single library (mrmime) for mime type handling (<a href="https://redirect.github.com/sveltejs/kit/pull/10851">#10851</a>)</p> </li> <li> <p>chore: bump undici to address security issue (<a href="https://redirect.github.com/sveltejs/kit/pull/10885">#10885</a>)</p> </li> <li> <p>fix: follow whatwg fetch spec for handling redirect loops (<a href="https://redirect.github.com/sveltejs/kit/pull/10857">#10857</a>)</p> </li> <li> <p>fix: use <code>window.fetch</code> in <code>load</code> functions to allow libraries to patch it (<a href="https://redirect.github.com/sveltejs/kit/pull/10009">#10009</a>)</p> </li> <li> <p>chore(deps): update dependency undici to ~5.26.0 (<a href="https://redirect.github.com/sveltejs/kit/pull/10860">#10860</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.25.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: correctly update <code>$page.url.hash</code> when navigating history (<a href="https://redirect.github.com/sveltejs/kit/pull/10843">#10843</a>)</p> </li> <li> <p>fix: strip virtual module prefix from error messages (<a href="https://redirect.github.com/sveltejs/kit/pull/10776">#10776</a>)</p> </li> <li> <p>fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (<a href="https://redirect.github.com/sveltejs/kit/pull/10727">#10727</a>)</p> </li> <li> <p>fix: only remove Vite manifest when copying files (<a href="https://redirect.github.com/sveltejs/kit/pull/10782">#10782</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.25.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: correct line numbers in stack trace (<a href="https://redirect.github.com/sveltejs/kit/pull/10769">#10769</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s changelog</a>.</em></p> <blockquote> <h2>1.27.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: missing <code>File</code> Node polyfill for Node version 18.11.0+ (<a href="https://redirect.github.com/sveltejs/kit/pull/10948">#10948</a>)</li> </ul> <h2>1.27.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: only apply some polyfills below node 18.11 (<a href="https://redirect.github.com/sveltejs/kit/pull/10920">#10920</a>)</li> </ul> <h2>1.27.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>invalidateAll</code> boolean option to <code>enhance</code> callback (<a href="https://redirect.github.com/sveltejs/kit/pull/9889">#9889</a>)</li> </ul> <h2>1.26.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: infer route parameter type from matcher's guard check if applicable (<a href="https://redirect.github.com/sveltejs/kit/pull/10755">#10755</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: basic mime type handling for prerendered pages in preview (<a href="https://redirect.github.com/sveltejs/kit/pull/10851">#10851</a>)</p> </li> <li> <p>chore: use just a single library (mrmime) for mime type handling (<a href="https://redirect.github.com/sveltejs/kit/pull/10851">#10851</a>)</p> </li> <li> <p>chore: bump undici to address security issue (<a href="https://redirect.github.com/sveltejs/kit/pull/10885">#10885</a>)</p> </li> <li> <p>fix: follow whatwg fetch spec for handling redirect loops (<a href="https://redirect.github.com/sveltejs/kit/pull/10857">#10857</a>)</p> </li> <li> <p>fix: use <code>window.fetch</code> in <code>load</code> functions to allow libraries to patch it (<a href="https://redirect.github.com/sveltejs/kit/pull/10009">#10009</a>)</p> </li> <li> <p>chore(deps): update dependency undici to ~5.26.0 (<a href="https://redirect.github.com/sveltejs/kit/pull/10860">#10860</a>)</p> </li> </ul> <h2>1.25.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: correctly update <code>$page.url.hash</code> when navigating history (<a href="https://redirect.github.com/sveltejs/kit/pull/10843">#10843</a>)</p> </li> <li> <p>fix: strip virtual module prefix from error messages (<a href="https://redirect.github.com/sveltejs/kit/pull/10776">#10776</a>)</p> </li> <li> <p>fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (<a href="https://redirect.github.com/sveltejs/kit/pull/10727">#10727</a>)</p> </li> <li> <p>fix: only remove Vite manifest when copying files (<a href="https://redirect.github.com/sveltejs/kit/pull/10782">#10782</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/e08d7936ad41b186553d712f83060f268a618d5c"><code>e08d793</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10949">#10949</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/f706ac544329084f3cf764ebb3fa3f40017d44bb"><code>f706ac5</code></a> fix: ensure <code>File</code> is pollyfilled for Node 18.11+ (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10948">#10948</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/8724fa9a119f0cf6bb7fc779110c92278efada01"><code>8724fa9</code></a> fix typos in type definition descriptions (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10944">#10944</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/3dc517828c6d7fcc9850d8d2a95100587efcacc2"><code>3dc5178</code></a> chore: upgrade svelte to standardized version 4.2.2 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10935">#10935</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/1968e153c22f93406b65ec32d99b266c561f3b72"><code>1968e15</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10921">#10921</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/060f47e1924235bb6b308ef3c21722cf69c3de49"><code>060f47e</code></a> fix: only apply some polyfills below node 18.11 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10920">#10920</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/1c3b7a00af94bba417a7263dd54fa63f6935603c"><code>1c3b7a0</code></a> chore: additional vite 5 test compatibility (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10909">#10909</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/4ce50ee605a073e4f6e7eec5e7479616b1676863"><code>4ce50ee</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10910">#10910</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/050447aba9738271ada6e424bd011a831fd6d127"><code>050447a</code></a> feat: Allow bypassing <code>invalidateAll</code> in <code>enhance</code> (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9889">#9889</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/b196712672c2625afe1bb092a9512ab47dcb07b9"><code>b196712</code></a> chore: vite 5 test compatibility (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10896">#10896</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.27.2/packages/kit">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/SlumberDemon/AskMe/network/alerts). </details>
Commenting is not possible because the repository is archived.
No description provided.