Commit 4c868e2
authored
chore(deps-dev): Bump @sveltejs/kit from 2.57.1 to 2.60.1 (#21110)
Bumps
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)
from 2.57.1 to 2.60.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases">@sveltejs/kit's
releases</a>.</em></p>
<blockquote>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.60.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore: bump <code>svelte</code> and <code>devalue</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/15836">#15836</a>)</p>
</li>
<li>
<p>fix: prevent <code>query.batch</code> cross-talk (<a
href="https://github.com/sveltejs/kit/commit/dadaefc2e647a0a62f49f3ee8bc7aa46f5e27056"><code>dadaefc</code></a>)</p>
</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.60.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: allow 'submit' and 'hidden' form fields to accept numbers and
booleans (<a
href="https://redirect.github.com/sveltejs/kit/pull/15802">#15802</a>)</p>
</li>
<li>
<p>feat: warn on unread <code>form</code> remote function validation
issues (<a
href="https://redirect.github.com/sveltejs/kit/pull/15653">#15653</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: abort navigation after async rendering if obsolete (<a
href="https://redirect.github.com/sveltejs/kit/pull/15811">#15811</a>)</p>
</li>
<li>
<p>fix: skip refreshing queries on full-page reload form submissions (<a
href="https://redirect.github.com/sveltejs/kit/pull/15803">#15803</a>)</p>
</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.59.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: resolve paths to route files with the letter drive on Windows
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15793">#15793</a>)</li>
</ul>
<h2><code>@sveltejs/kit</code><a
href="https://github.com/2"><code>@2</code></a>.59.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: support <code>query.batch</code> in <code>requested(...)</code>
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15751">#15751</a>)</p>
</li>
<li>
<p>breaking: on the server, make the promise returned from
<code>refresh</code> represent adding the refresh to the map, not the
time it takes to run the remote function (<a
href="https://redirect.github.com/sveltejs/kit/pull/15705">#15705</a>)</p>
</li>
<li>
<p>feat: experimental <code>query.live</code> function (<a
href="https://redirect.github.com/sveltejs/kit/pull/15705">#15705</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: unwrap <code>Promise</code> in <code>RemoteCommand</code> output
type (<a
href="https://redirect.github.com/sveltejs/kit/pull/15771">#15771</a>)</p>
</li>
<li>
<p>fix: empty call to <code>.updates()</code> on a command/form
invocation means "don't update anything" (<a
href="https://redirect.github.com/sveltejs/kit/pull/15705">#15705</a>)</p>
</li>
<li>
<p>fix: <code>form.fields.foo.as('checkbox', default_value)</code> now
works (<a
href="https://redirect.github.com/sveltejs/kit/pull/15752">#15752</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">@sveltejs/kit's
changelog</a>.</em></p>
<blockquote>
<h2>2.60.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore: bump <code>svelte</code> and <code>devalue</code> (<a
href="https://redirect.github.com/sveltejs/kit/pull/15836">#15836</a>)</p>
</li>
<li>
<p>fix: prevent <code>query.batch</code> cross-talk (<a
href="https://github.com/sveltejs/kit/commit/dadaefc2e647a0a62f49f3ee8bc7aa46f5e27056"><code>dadaefc</code></a>)</p>
</li>
</ul>
<h2>2.60.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: allow 'submit' and 'hidden' form fields to accept numbers and
booleans (<a
href="https://redirect.github.com/sveltejs/kit/pull/15802">#15802</a>)</p>
</li>
<li>
<p>feat: warn on unread <code>form</code> remote function validation
issues (<a
href="https://redirect.github.com/sveltejs/kit/pull/15653">#15653</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: abort navigation after async rendering if obsolete (<a
href="https://redirect.github.com/sveltejs/kit/pull/15811">#15811</a>)</p>
</li>
<li>
<p>fix: skip refreshing queries on full-page reload form submissions (<a
href="https://redirect.github.com/sveltejs/kit/pull/15803">#15803</a>)</p>
</li>
</ul>
<h2>2.59.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: resolve paths to route files with the letter drive on Windows
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15793">#15793</a>)</li>
</ul>
<h2>2.59.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>feat: support <code>query.batch</code> in <code>requested(...)</code>
(<a
href="https://redirect.github.com/sveltejs/kit/pull/15751">#15751</a>)</p>
</li>
<li>
<p>breaking: on the server, make the promise returned from
<code>refresh</code> represent adding the refresh to the map, not the
time it takes to run the remote function (<a
href="https://redirect.github.com/sveltejs/kit/pull/15705">#15705</a>)</p>
</li>
<li>
<p>feat: experimental <code>query.live</code> function (<a
href="https://redirect.github.com/sveltejs/kit/pull/15705">#15705</a>)</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: unwrap <code>Promise</code> in <code>RemoteCommand</code>
output type (<a
href="https://redirect.github.com/sveltejs/kit/pull/15771">#15771</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/d0204067efe97ac2199845ca6fe54cce62f3f5de"><code>d020406</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15838">#15838</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/16b07a26e23b9121b23a22409ca41fea12af5f28"><code>16b07a2</code></a>
chore: bump svelte and devalue (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15836">#15836</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/dadaefc2e647a0a62f49f3ee8bc7aa46f5e27056"><code>dadaefc</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/sveltejs/kit/commit/db8e8ae511d0cb7de234b69f14d6c9c874ef5b89"><code>db8e8ae</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15810">#15810</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/2549a44e139e0fb3c34bbfd63236e4cf59245cbe"><code>2549a44</code></a>
feat: allow 'submit' and 'hidden' form fields to accept numbers and
booleans ...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/d3b525703c9b3c871a3c6bf79359d010a85c87cd"><code>d3b5257</code></a>
fix: skip refreshing queries on full-page reload form submissions (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15803">#15803</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/ea0b9a7ff85de5d83e113a09f4463b6a06826f97"><code>ea0b9a7</code></a>
fix: abort navigation after async rendering if obsolete (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15811">#15811</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/a45e7209fa255f7b09df83a4f8ed06f823530408"><code>a45e720</code></a>
feat: warn on unread validation issues (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15653">#15653</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/9cfa07db7e133f99eee9b6998f3c4f67e6c1fd72"><code>9cfa07d</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15795">#15795</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/e547ec1177e377385de6e97368476134e8c98b02"><code>e547ec1</code></a>
fix: resolve user files with drive letter on Windows (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15793">#15793</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.60.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 fe38886 commit 4c868e2
2 files changed
Lines changed: 7 additions & 7 deletions
| 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 | |
|---|---|---|---|
| |||
8397 | 8397 | | |
8398 | 8398 | | |
8399 | 8399 | | |
8400 | | - | |
8401 | | - | |
8402 | | - | |
8403 | | - | |
| 8400 | + | |
| 8401 | + | |
| 8402 | + | |
| 8403 | + | |
8404 | 8404 | | |
8405 | 8405 | | |
8406 | 8406 | | |
8407 | 8407 | | |
8408 | 8408 | | |
8409 | 8409 | | |
8410 | | - | |
| 8410 | + | |
8411 | 8411 | | |
8412 | 8412 | | |
8413 | 8413 | | |
| |||
14417 | 14417 | | |
14418 | 14418 | | |
14419 | 14419 | | |
14420 | | - | |
| 14420 | + | |
14421 | 14421 | | |
14422 | 14422 | | |
14423 | 14423 | | |
| |||
0 commit comments