[PR #72] Bump @sveltejs/kit from 2.17.2 to 2.20.6 #72

Open
opened 2026-03-23 20:33:52 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/72
Author: @dependabot[bot]
Created: 4/15/2025
Status: 🔄 Open

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


📝 Commits (1)

  • bf43a9e Bump @sveltejs/kit from 2.17.2 to 2.20.6

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+12 -12)

📄 Description

Bumps @sveltejs/kit from 2.17.2 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)

@​sveltejs/kit@​2.19.0

Minor Changes

... (truncated)

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

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.

🔄 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/RADar-AZDelta/azd-radar-data-datatable/pull/72 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/15/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sveltejs/kit-2.20.6` --- ### 📝 Commits (1) - [`bf43a9e`](https://github.com/RADar-AZDelta/azd-radar-data-datatable/commit/bf43a9e5147d35a5fd9d0d337374edfa6dd7bb75) Bump @sveltejs/kit from 2.17.2 to 2.20.6 ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+12 -12) </details> ### 📄 Description Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.17.2 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> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.19.0</h2> <h3>Minor Changes</h3> <!-- 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.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.17.2&new-version=2.20.6)](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/RADar-AZDelta/azd-radar-data-datatable/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-azd-radar-data-datatable#72
No description provided.