[PR #2284] [CLOSED] chore(deps-dev): bump @sveltejs/kit from 2.19.0 to 2.20.6 #12491

Closed
opened 2026-04-13 08:25:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2284
Author: @dependabot[bot]
Created: 4/15/2025
Status: Closed

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


📝 Commits (1)

  • 68ea7ce chore(deps-dev): bump @sveltejs/kit from 2.19.0 to 2.20.6

📊 Changes

2 files changed (+29 additions, -52 deletions)

View changed files

📝 examples/svelte-kit-example/package.json (+1 -1)
📝 pnpm-lock.yaml (+28 -51)

📄 Description

Bumps @sveltejs/kit from 2.19.0 to 2.20.6.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.20.6

Patch Changes

@​sveltejs/kit@​2.20.5

Patch Changes

  • allow HandleServerError hook to access getRequestEvent (#13666)

  • fix: prevent Rollup warnings for undefined hooks (#13687)

@​sveltejs/kit@​2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

@​sveltejs/kit@​2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

@​sveltejs/kit@​2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

@​sveltejs/kit@​2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

@​sveltejs/kit@​2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

@​sveltejs/kit@​2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

@​sveltejs/kit@​2.19.1

Patch Changes

  • fix: allow reroute to point to prerendered route (#13575)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.20.6

Patch Changes

2.20.5

Patch Changes

  • allow HandleServerError hook to access getRequestEvent (#13666)

  • fix: prevent Rollup warnings for undefined hooks (#13687)

2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/2284 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sveltejs/kit-2.20.6` --- ### 📝 Commits (1) - [`68ea7ce`](https://github.com/better-auth/better-auth/commit/68ea7ce68d1bdff5935c1747097ee2d681c7bb2c) chore(deps-dev): bump @sveltejs/kit from 2.19.0 to 2.20.6 ### 📊 Changes **2 files changed** (+29 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `examples/svelte-kit-example/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+28 -51) </details> ### 📄 Description Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.19.0 to 2.20.6. <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>.20.6</h2> <h3>Patch Changes</h3> <ul> <li>fix: escape names of tracked search parameters (<a href="https://github.com/sveltejs/kit/commit/d3300c6a67908590266c363dba7b0835d9a194cf"><code>d3300c6a67908590266c363dba7b0835d9a194cf</code></a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>allow <code>HandleServerError</code> hook to access <code>getRequestEvent</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13666">#13666</a>)</p> </li> <li> <p>fix: prevent Rollup warnings for undefined hooks (<a href="https://redirect.github.com/sveltejs/kit/pull/13687">#13687</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.4</h2> <h3>Patch Changes</h3> <ul> <li>chore: remove internal class-replacement hack that isn't needed anymore (<a href="https://redirect.github.com/sveltejs/kit/pull/13664">#13664</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: only call <code>afterNavigate</code> once on app start when SSR is disabled (<a href="https://redirect.github.com/sveltejs/kit/pull/13593">#13593</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: allow non-prerendered API endpoint calls during reroute when prerendering (<a href="https://redirect.github.com/sveltejs/kit/pull/13616">#13616</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: avoid using top-level await (<a href="https://redirect.github.com/sveltejs/kit/pull/13607">#13607</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.20.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>getRequestEvent</code> to <code>$app/server</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13582">#13582</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.19.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: lazily load CSS for dynamically imported components (<a href="https://redirect.github.com/sveltejs/kit/pull/13564">#13564</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.19.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: allow reroute to point to prerendered route (<a href="https://redirect.github.com/sveltejs/kit/pull/13575">#13575</a>)</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.20.6</h2> <h3>Patch Changes</h3> <ul> <li>fix: escape names of tracked search parameters (<a href="https://github.com/sveltejs/kit/commit/d3300c6a67908590266c363dba7b0835d9a194cf"><code>d3300c6a67908590266c363dba7b0835d9a194cf</code></a>)</li> </ul> <h2>2.20.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>allow <code>HandleServerError</code> hook to access <code>getRequestEvent</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13666">#13666</a>)</p> </li> <li> <p>fix: prevent Rollup warnings for undefined hooks (<a href="https://redirect.github.com/sveltejs/kit/pull/13687">#13687</a>)</p> </li> </ul> <h2>2.20.4</h2> <h3>Patch Changes</h3> <ul> <li>chore: remove internal class-replacement hack that isn't needed anymore (<a href="https://redirect.github.com/sveltejs/kit/pull/13664">#13664</a>)</li> </ul> <h2>2.20.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: only call <code>afterNavigate</code> once on app start when SSR is disabled (<a href="https://redirect.github.com/sveltejs/kit/pull/13593">#13593</a>)</li> </ul> <h2>2.20.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: allow non-prerendered API endpoint calls during reroute when prerendering (<a href="https://redirect.github.com/sveltejs/kit/pull/13616">#13616</a>)</li> </ul> <h2>2.20.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: avoid using top-level await (<a href="https://redirect.github.com/sveltejs/kit/pull/13607">#13607</a>)</li> </ul> <h2>2.20.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add <code>getRequestEvent</code> to <code>$app/server</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/13582">#13582</a>)</li> </ul> <h2>2.19.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: lazily load CSS for dynamically imported components (<a href="https://redirect.github.com/sveltejs/kit/pull/13564">#13564</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/711d37a788d6c5f522caf8c348d1a587f90b30fa"><code>711d37a</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13706">#13706</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/d3300c6a67908590266c363dba7b0835d9a194cf"><code>d3300c6</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/a4acd47f547b9716e0ce3e3ec4549a3f34211f56"><code>a4acd47</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13685">#13685</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/dd5381a17b72cc0182f36dd45a9b85198d07805b"><code>dd5381a</code></a> Squelch rollup warnings (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13687">#13687</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/99b8079bfb8e7b403ef3d03db653302b20571bab"><code>99b8079</code></a> fix: allow <code>HandleServerError</code> hook to access the <code> getRequestEvent</code> (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13666">#13666</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/1fc4ed97c4eb3b930fc43d8399aaa34dc19d80f5"><code>1fc4ed9</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13672">#13672</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/7fd7bcb7142e7d0d2dd64174fa1a94d56a45d643"><code>7fd7bcb</code></a> chore: get rid of class-replacement hack (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13664">#13664</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/aefa5b1e0f87ae9d1487f31c9d517b7677877dd7"><code>aefa5b1</code></a> chore: tweak tsconfig includes (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13663">#13663</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/fa29a79a766159dad4e14dcd2c4069230d3fee76"><code>fa29a79</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13632">#13632</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/370e9f95c1d6efd5393f73d2dbef68143b27f681"><code>370e9f9</code></a> fix: only call <code>afterNavigate</code> once on start when SSR is disabled (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/13593">#13593</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.20.6/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.19.0&new-version=2.20.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <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 08:25:03 -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#12491