[PR #9109] [MERGED] chore(deps-dev): bump @sveltejs/kit from 2.53.3 to 2.57.1 #25341

Closed
opened 2026-04-15 22:50:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9109
Author: @dependabot[bot]
Created: 4/10/2026
Status: Merged
Merged: 4/12/2026
Merged by: @bytaesu

Base: mainHead: dependabot/npm_and_yarn/sveltejs/kit-2.57.1


📝 Commits (1)

  • 45e9a02 chore(deps-dev): bump @sveltejs/kit from 2.53.3 to 2.57.1

📊 Changes

2 files changed (+275 additions, -232 deletions)

View changed files

📝 packages/better-auth/package.json (+1 -1)
📝 pnpm-lock.yaml (+274 -231)

📄 Description

Bumps @sveltejs/kit from 2.53.3 to 2.57.1.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.57.1

Patch Changes

  • fix: better validation for redirect inputs (10d7b44)

  • fix: enforce BODY_SIZE_LIMIT on chunked requests (3202ed6)

  • fix: use default values as fallbacks (#15680)

  • fix: relax form typings for union types (#15687)

@​sveltejs/kit@​2.57.0

Minor Changes

  • feat: return boolean from submit to indicate submission validity for enhanced form remote functions (#15530)

Patch Changes

  • fix: use array type for select fields that accept multiple values (#15591)

  • fix: silently 404 Chrome DevTools workspaces request in dev and preview (#15656)

  • fix: config.kit.csp.directives['trusted-types'] requires 'svelte-trusted-html' (and 'sveltekit-trusted-url' when a service worker is automatically registered) if it is configured (#15323)

  • fix: avoid inlineDynamicImports ignored with codeSplitting warning when using Vite 8 (#15647)

  • fix: reimplement treeshaking non-dynamic prerendered remote functions (#15447)

@​sveltejs/kit@​2.56.1

Patch Changes

  • chore: update JSDoc (#15640)

@​sveltejs/kit@​2.56.0

Minor Changes

  • breaking: rework client-driven refreshes (#15562)

  • breaking: stabilize remote function caching by sorting object keys (#15570)

  • breaking: add run() method to queries, disallow awaiting queries outside render (#15533)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.57.1

Patch Changes

  • fix: better validation for redirect inputs (10d7b44)

  • fix: enforce BODY_SIZE_LIMIT on chunked requests (3202ed6)

  • fix: use default values as fallbacks (#15680)

  • fix: relax form typings for union types (#15687)

2.57.0

Minor Changes

  • feat: return boolean from submit to indicate submission validity for enhanced form remote functions (#15530)

Patch Changes

  • fix: use array type for select fields that accept multiple values (#15591)

  • fix: silently 404 Chrome DevTools workspaces request in dev and preview (#15656)

  • fix: config.kit.csp.directives['trusted-types'] requires 'svelte-trusted-html' (and 'sveltekit-trusted-url' when a service worker is automatically registered) if it is configured (#15323)

  • fix: avoid inlineDynamicImports ignored with codeSplitting warning when using Vite 8 (#15647)

  • fix: reimplement treeshaking non-dynamic prerendered remote functions (#15447)

2.56.1

Patch Changes

  • chore: update JSDoc (#15640)

2.56.0

Minor Changes

  • breaking: rework client-driven refreshes (#15562)

... (truncated)

Commits

Dependabot compatibility score

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 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.

Summary by cubic

Bump dev dependency @sveltejs/kit from 2.53.3 to 2.57.1 to pick up recent fixes and minor improvements (enhanced form handling, CSP trusted-types checks, and enforced request body limits). Dev-only change; no runtime impact.

Written for commit 45e9a0260d. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/9109 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/12/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sveltejs/kit-2.57.1` --- ### 📝 Commits (1) - [`45e9a02`](https://github.com/better-auth/better-auth/commit/45e9a0260d64262f65726130702e5ad16fccb5a6) chore(deps-dev): bump @sveltejs/kit from 2.53.3 to 2.57.1 ### 📊 Changes **2 files changed** (+275 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+274 -231) </details> ### 📄 Description 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.53.3&new-version=2.57.1)](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/better-auth/better-auth/network/alerts). </details> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Bump dev dependency `@sveltejs/kit` from 2.53.3 to 2.57.1 to pick up recent fixes and minor improvements (enhanced form handling, CSP trusted-types checks, and enforced request body limits). Dev-only change; no runtime impact. <sup>Written for commit 45e9a0260d64262f65726130702e5ad16fccb5a6. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:50:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25341