Commit 4fccad5
authored
chore(deps-dev): Bump @sveltejs/kit from 2.53.3 to 2.57.1 (#20216)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.53.3 to 2.57.1.
<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/2"><code>@2</code></a>.57.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: better validation for <code>redirect</code> inputs (<a
href="https://github.com/sveltejs/kit/commit/10d7b44425c3d9da642eecce373d0c6ef83b4fcd"><code>10d7b44</code></a>)</p>
</li>
<li>
<p>fix: enforce <code>BODY_SIZE_LIMIT</code> on chunked requests (<a
href="https://github.com/sveltejs/kit/commit/3202ed6c98f9e8d86bf0c4c7ad0f2e273e5e3b95"><code>3202ed6</code></a>)</p>
</li>
<li>
<p>fix: use default values as fallbacks (<a
href="https://redirect.github.com/sveltejs/kit/pull/15680">#15680</a>)</p>
</li>
<li>
<p>fix: relax form typings for union types (<a
href="https://redirect.github.com/sveltejs/kit/pull/15687">#15687</a>)</p>
</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.57.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: return boolean from <code>submit</code> to indicate submission
validity for enhanced <code>form</code> remote functions (<a
href="https://redirect.github.com/sveltejs/kit/pull/15530">#15530</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use array type for select fields that accept multiple values (<a
href="https://redirect.github.com/sveltejs/kit/pull/15591">#15591</a>)</p>
</li>
<li>
<p>fix: silently 404 Chrome DevTools workspaces request in dev and
preview (<a
href="https://redirect.github.com/sveltejs/kit/pull/15656">#15656</a>)</p>
</li>
<li>
<p>fix: <code>config.kit.csp.directives['trusted-types']</code> requires
<code>'svelte-trusted-html'</code> (and
<code>'sveltekit-trusted-url'</code> when a service worker is
automatically registered) if it is configured (<a
href="https://redirect.github.com/sveltejs/kit/pull/15323">#15323</a>)</p>
</li>
<li>
<p>fix: avoid inlineDynamicImports ignored with codeSplitting warning
when using Vite 8 (<a
href="https://redirect.github.com/sveltejs/kit/pull/15647">#15647</a>)</p>
</li>
<li>
<p>fix: reimplement treeshaking non-dynamic prerendered remote functions
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15447">#15447</a>)</p>
</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.56.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>chore: update JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/15640">#15640</a>)</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.56.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>breaking: rework client-driven refreshes (<a
href="https://redirect.github.com/sveltejs/kit/pull/15562">#15562</a>)</p>
</li>
<li>
<p>breaking: stabilize remote function caching by sorting object keys
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15570">#15570</a>)</p>
</li>
<li>
<p>breaking: add <code>run()</code> method to queries, disallow awaiting
queries outside render (<a
href="https://redirect.github.com/sveltejs/kit/pull/15533">#15533</a>)</p>
</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/main/packages/kit/CHANGELOG.md"><code>@sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.57.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: better validation for <code>redirect</code> inputs (<a
href="https://github.com/sveltejs/kit/commit/10d7b44425c3d9da642eecce373d0c6ef83b4fcd"><code>10d7b44</code></a>)</p>
</li>
<li>
<p>fix: enforce <code>BODY_SIZE_LIMIT</code> on chunked requests (<a
href="https://github.com/sveltejs/kit/commit/3202ed6c98f9e8d86bf0c4c7ad0f2e273e5e3b95"><code>3202ed6</code></a>)</p>
</li>
<li>
<p>fix: use default values as fallbacks (<a
href="https://redirect.github.com/sveltejs/kit/pull/15680">#15680</a>)</p>
</li>
<li>
<p>fix: relax form typings for union types (<a
href="https://redirect.github.com/sveltejs/kit/pull/15687">#15687</a>)</p>
</li>
</ul>
<h2>2.57.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: return boolean from <code>submit</code> to indicate submission
validity for enhanced <code>form</code> remote functions (<a
href="https://redirect.github.com/sveltejs/kit/pull/15530">#15530</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use array type for select fields that accept multiple values (<a
href="https://redirect.github.com/sveltejs/kit/pull/15591">#15591</a>)</p>
</li>
<li>
<p>fix: silently 404 Chrome DevTools workspaces request in dev and
preview (<a
href="https://redirect.github.com/sveltejs/kit/pull/15656">#15656</a>)</p>
</li>
<li>
<p>fix: <code>config.kit.csp.directives['trusted-types']</code> requires
<code>'svelte-trusted-html'</code> (and
<code>'sveltekit-trusted-url'</code> when a service worker is
automatically registered) if it is configured (<a
href="https://redirect.github.com/sveltejs/kit/pull/15323">#15323</a>)</p>
</li>
<li>
<p>fix: avoid inlineDynamicImports ignored with codeSplitting warning
when using Vite 8 (<a
href="https://redirect.github.com/sveltejs/kit/pull/15647">#15647</a>)</p>
</li>
<li>
<p>fix: reimplement treeshaking non-dynamic prerendered remote functions
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15447">#15447</a>)</p>
</li>
</ul>
<h2>2.56.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>chore: update JSDoc (<a
href="https://redirect.github.com/sveltejs/kit/pull/15640">#15640</a>)</li>
</ul>
<h2>2.56.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>breaking: rework client-driven refreshes (<a
href="https://redirect.github.com/sveltejs/kit/pull/15562">#15562</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/75147d464a1b52ec05cd9a792a9d2430445621ac"><code>75147d4</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15684">#15684</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/10d7b44425c3d9da642eecce373d0c6ef83b4fcd"><code>10d7b44</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/sveltejs/kit/commit/3202ed6c98f9e8d86bf0c4c7ad0f2e273e5e3b95"><code>3202ed6</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/sveltejs/kit/commit/24d7e76a77291f3760baa9fd4350221d55aa341a"><code>24d7e76</code></a>
chore: fix reuse wording in client comment (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15679">#15679</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/6a9cdaa84689a9cc7067ec1abd82bbdded10fa2e"><code>6a9cdaa</code></a>
fix: relax form typings for union types (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15687">#15687</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/ab8b2f182be1d081e01624e1fd0c922b08f3d354"><code>ab8b2f1</code></a>
fix: use default values as fallbacks (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15680">#15680</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/3ccb33b7a88228037fdc8832ae1e597699df7b99"><code>3ccb33b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15651">#15651</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/7f8aef77e41c0effa1be4dcd7eba2e3f1420a2f9"><code>7f8aef7</code></a>
chore: reduce use of any types (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15659">#15659</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/be1c95f1e3068f6eaa3a1ec331ec3baeb69e340e"><code>be1c95f</code></a>
chore: avoid importing types directly from Rollup (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15668">#15668</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/1615af7f8244e37344ae37571059a3fd8860afec"><code>1615af7</code></a>
chore: centralize noops (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15662">#15662</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.57.1/packages/kit">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 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/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 239eb3b commit 4fccad5
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8775 | 8775 | | |
8776 | 8776 | | |
8777 | 8777 | | |
8778 | | - | |
8779 | | - | |
8780 | | - | |
8781 | | - | |
| 8778 | + | |
| 8779 | + | |
| 8780 | + | |
| 8781 | + | |
8782 | 8782 | | |
8783 | 8783 | | |
8784 | 8784 | | |
8785 | 8785 | | |
8786 | 8786 | | |
8787 | 8787 | | |
8788 | | - | |
| 8788 | + | |
8789 | 8789 | | |
8790 | 8790 | | |
8791 | 8791 | | |
| |||
14870 | 14870 | | |
14871 | 14871 | | |
14872 | 14872 | | |
14873 | | - | |
14874 | | - | |
14875 | | - | |
14876 | | - | |
| 14873 | + | |
| 14874 | + | |
| 14875 | + | |
| 14876 | + | |
14877 | 14877 | | |
14878 | 14878 | | |
14879 | 14879 | | |
| |||
0 commit comments