[PR #7401] [MERGED] chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5 #15533

Closed
opened 2026-04-13 10:05:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7401
Author: @dependabot[bot]
Created: 1/15/2026
Status: Merged
Merged: 1/15/2026
Merged by: @himself65

Base: canaryHead: dependabot/npm_and_yarn/sveltejs/kit-2.49.5


📝 Commits (1)

  • 8a47da1 chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5

📊 Changes

2 files changed (+184 additions, -25 deletions)

View changed files

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

📄 Description

Bumps @sveltejs/kit from 2.49.2 to 2.49.5.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

@​sveltejs/kit@​2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

@​sveltejs/kit@​2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

Commits
  • 80ffb53 Version Packages (#15162)
  • 8ed8155 Merge commit from fork
  • d9ae9b0 Merge commit from fork
  • ec4596a chore: Upgrade devalue (#15172)
  • 81cd545 fix: avoid overriding Vite default base when running Vitest 4 (#14866)
  • 6cf9491 chore: remove unused is_http_method helper and method set to (#15152)
  • 3305022 Revert "breaking: remove buttonProps from experimental remote form function...
  • 4f9870d breaking: remove buttonProps from experimental remote form functions (#14622)
  • c8e4017 Version Packages (#15129)
  • 50bf727 chore: fix prettier ignoring source code in with build in the name (#15133)
  • Additional commits viewable in compare view

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

Summary by cubic

Upgrade @sveltejs/kit from 2.49.2 to 2.49.5 to pick up patch fixes and improve dev/test stability. This includes better Vitest 4 compatibility, route handling, and remote form validation.

  • Dependencies
    • Bumped @sveltejs/kit to 2.49.5 (dev).
    • Brings upstream patches for Vitest 4, reroute detection, remote forms, URLSearchParams.has overload, and vite preview instrumentation.

Written for commit 8a47da15a8. 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/7401 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `dependabot/npm_and_yarn/sveltejs/kit-2.49.5` --- ### 📝 Commits (1) - [`8a47da1`](https://github.com/better-auth/better-auth/commit/8a47da15a83dd9db7fc000bc22ecc13dc6f6b774) chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5 ### 📊 Changes **2 files changed** (+184 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+183 -24) </details> ### 📄 Description Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.49.2 to 2.49.5. <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>.49.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/14866">#14866</a>)</p> </li> <li> <p>fix: ensure url decoded pathnames are not mistaken as rerouted requests (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>fix: add length checks to remote forms (<a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support instrumentation for <code>vite preview</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15105">#15105</a>)</p> </li> <li> <p>fix: support for <code>URLSearchParams.has(name, value)</code> overload (<a href="https://redirect.github.com/sveltejs/kit/pull/15076">#15076</a>)</p> </li> <li> <p>fix: put forking behind <code>experimental.forkPreloads</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15135">#15135</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid false-positive Vite config overridden warning when using Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/15121">#15121</a>)</p> </li> <li> <p>fix: add <code>typescript</code> as an optional peer dependency (<a href="https://redirect.github.com/sveltejs/kit/pull/15074">#15074</a>)</p> </li> <li> <p>fix: use hasOwn check when deep-setting object properties (<a href="https://redirect.github.com/sveltejs/kit/pull/15127">#15127</a>)</p> </li> </ul> </blockquote> </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.49.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/14866">#14866</a>)</p> </li> <li> <p>fix: ensure url decoded pathnames are not mistaken as rerouted requests (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>fix: add length checks to remote forms (<a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>)</p> </li> </ul> <h2>2.49.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support instrumentation for <code>vite preview</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15105">#15105</a>)</p> </li> <li> <p>fix: support for <code>URLSearchParams.has(name, value)</code> overload (<a href="https://redirect.github.com/sveltejs/kit/pull/15076">#15076</a>)</p> </li> <li> <p>fix: put forking behind <code>experimental.forkPreloads</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15135">#15135</a>)</p> </li> </ul> <h2>2.49.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid false-positive Vite config overridden warning when using Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/15121">#15121</a>)</p> </li> <li> <p>fix: add <code>typescript</code> as an optional peer dependency (<a href="https://redirect.github.com/sveltejs/kit/pull/15074">#15074</a>)</p> </li> <li> <p>fix: use hasOwn check when deep-setting object properties (<a href="https://redirect.github.com/sveltejs/kit/pull/15127">#15127</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/80ffb53382e397a8fc83e6b63d2675eeabb427bd"><code>80ffb53</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15162">#15162</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/ec4596a066eb488b27e237b5fc1472ed6bfc37e2"><code>ec4596a</code></a> chore: Upgrade devalue (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15172">#15172</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/81cd545dd78b60ee994a04d8abacb58bf63584d7"><code>81cd545</code></a> fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14866">#14866</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/6cf9491ccdc4e6af8801e681c017c9627e9bf3d6"><code>6cf9491</code></a> chore: remove unused is_http_method helper and method set to (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15152">#15152</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/3305022433f5ebd37f0a413275f8291d1a189d5f"><code>3305022</code></a> Revert &quot;breaking: remove <code>buttonProps</code> from experimental remote form function...</li> <li><a href="https://github.com/sveltejs/kit/commit/4f9870dd9d8bca40352f647863b9a79e2488295e"><code>4f9870d</code></a> breaking: remove <code>buttonProps</code> from experimental remote form functions (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14622">#14622</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/c8e4017c3c45932cf900350ab75bd04285702bec"><code>c8e4017</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15129">#15129</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/50bf727f598d72f3ae7f316df27bd4f85d6bb858"><code>50bf727</code></a> chore: fix prettier ignoring source code in with build in the name (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15133">#15133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.49.5/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.49.2&new-version=2.49.5)](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) 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 Upgrade @sveltejs/kit from 2.49.2 to 2.49.5 to pick up patch fixes and improve dev/test stability. This includes better Vitest 4 compatibility, route handling, and remote form validation. - **Dependencies** - Bumped @sveltejs/kit to 2.49.5 (dev). - Brings upstream patches for Vitest 4, reroute detection, remote forms, URLSearchParams.has overload, and vite preview instrumentation. <sup>Written for commit 8a47da15a83dd9db7fc000bc22ecc13dc6f6b774. 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-13 10:05:02 -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#15533