Update dependency @sveltejs/kit to v2.21.5 #20

Open
Renovate wants to merge 1 commit from renovate/sveltejs-kit-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.20.7 -> 2.21.5

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.21.5

Compare Source

Patch Changes
  • fix: correctly set the sequential focus navigation point when using hash routing (#​13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#​13884)

v2.21.4

Compare Source

Patch Changes
  • fix: correctly access transport decoders on the client when building for a single or inline output app (#​13871)

v2.21.3

Compare Source

Patch Changes
  • fix: correctly invalidate static analysis cache of child nodes when modifying a universal +layout file during dev (#​13793)

  • fix: correctly set sequential focus navigation starting point after navigation (#​10856)

  • fix: suppress console spam for chrome devtools requests (#​13830)

  • fix: avoid externalising packages that depend on @sveltejs/kit so that libraries can also use redirect and error helpers (#​13843)

  • fix: correctly run deserialize on the server (#​13686)

  • fix: handle non-semver-style dependency versions (#​13850)

  • fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#​13723)

v2.21.2

Compare Source

Patch Changes
  • fix: omit stack when logging 404 errors (#​13848)

v2.21.1

Compare Source

Patch Changes
  • chore: clarify which functions handleFetch affects (#​13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#​13790)

v2.21.0

Compare Source

Minor Changes
  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#​13684)
Patch Changes
  • chore: remove import-meta-resolve dependency (#​13629)

  • fix: remove component code from server nodes that are never used for SSR (#​13684)

v2.20.8

Compare Source

Patch Changes
  • fix: ensure that ssr and csr page options apply to error pages rendered as a result of a load function error on the server (#​13695)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.20.7` -> `2.21.5`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.20.7/2.21.5) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.21.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2215) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.4...@sveltejs/kit@2.21.5) ##### Patch Changes - fix: correctly set the sequential focus navigation point when using hash routing ([#&#8203;13884](https://github.com/sveltejs/kit/pull/13884)) - fix: regression when resetting focus and the URL hash contains selector combinators or separators ([#&#8203;13884](https://github.com/sveltejs/kit/pull/13884)) ### [`v2.21.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2214) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.3...@sveltejs/kit@2.21.4) ##### Patch Changes - fix: correctly access transport decoders on the client when building for a single or inline output app ([#&#8203;13871](https://github.com/sveltejs/kit/pull/13871)) ### [`v2.21.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2213) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.2...@sveltejs/kit@2.21.3) ##### Patch Changes - fix: correctly invalidate static analysis cache of child nodes when modifying a universal `+layout` file during dev ([#&#8203;13793](https://github.com/sveltejs/kit/pull/13793)) - fix: correctly set sequential focus navigation starting point after navigation ([#&#8203;10856](https://github.com/sveltejs/kit/pull/10856)) - fix: suppress console spam for chrome devtools requests ([#&#8203;13830](https://github.com/sveltejs/kit/pull/13830)) - fix: avoid externalising packages that depend on `@sveltejs/kit` so that libraries can also use `redirect` and `error` helpers ([#&#8203;13843](https://github.com/sveltejs/kit/pull/13843)) - fix: correctly run `deserialize` on the server ([#&#8203;13686](https://github.com/sveltejs/kit/pull/13686)) - fix: handle non-semver-style dependency versions ([#&#8203;13850](https://github.com/sveltejs/kit/pull/13850)) - fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold ([#&#8203;13723](https://github.com/sveltejs/kit/pull/13723)) ### [`v2.21.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2212) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.1...@sveltejs/kit@2.21.2) ##### Patch Changes - fix: omit stack when logging 404 errors ([#&#8203;13848](https://github.com/sveltejs/kit/pull/13848)) ### [`v2.21.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2211) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.21.0...@sveltejs/kit@2.21.1) ##### Patch Changes - chore: clarify which functions `handleFetch` affects ([#&#8203;13788](https://github.com/sveltejs/kit/pull/13788)) - fix: ensure `$env` and `$app/environment` are correctly set while analysing server nodes ([#&#8203;13790](https://github.com/sveltejs/kit/pull/13790)) ### [`v2.21.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2210) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.8...@sveltejs/kit@2.21.0) ##### Minor Changes - feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals ([#&#8203;13684](https://github.com/sveltejs/kit/pull/13684)) ##### Patch Changes - chore: remove `import-meta-resolve` dependency ([#&#8203;13629](https://github.com/sveltejs/kit/pull/13629)) - fix: remove component code from server nodes that are never used for SSR ([#&#8203;13684](https://github.com/sveltejs/kit/pull/13684)) ### [`v2.20.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2208) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.7...@sveltejs/kit@2.20.8) ##### Patch Changes - fix: ensure that `ssr` and `csr` page options apply to error pages rendered as a result of a load function error on the server ([#&#8203;13695](https://github.com/sveltejs/kit/pull/13695)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjYiLCJ1cGRhdGVkSW5WZXIiOiI0MC41My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate added 1 commit 2025-05-01 04:22:15 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from 2dbee8da26 to b273e035e8 2025-05-13 04:23:24 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.20.8 to Update dependency @sveltejs/kit to v2.21.0 2025-05-13 04:23:36 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from b273e035e8 to 5af683446c 2025-05-17 04:23:38 +02:00 Compare
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from 5af683446c to e529ed4e54 2025-05-18 22:23:49 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.21.0 to Update dependency @sveltejs/kit to v2.21.1 2025-05-18 22:24:01 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from e529ed4e54 to d26fe55ba1 2025-06-03 22:24:32 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.21.1 to Update dependency @sveltejs/kit to v2.21.2 2025-06-03 22:24:45 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from d26fe55ba1 to c08652cd48 2025-06-09 04:24:44 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.21.2 to Update dependency @sveltejs/kit to v2.21.3 2025-06-09 04:24:56 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from c08652cd48 to b053a84c3b 2025-06-10 16:25:46 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.21.3 to Update dependency @sveltejs/kit to v2.21.4 2025-06-10 16:25:59 +02:00
Renovate force-pushed renovate/sveltejs-kit-2.x-lockfile from b053a84c3b to 532ae02976 2025-06-13 10:26:19 +02:00 Compare
Renovate changed title from Update dependency @sveltejs/kit to v2.21.4 to Update dependency @sveltejs/kit to v2.21.5 2025-06-13 10:26:32 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltejs-kit-2.x-lockfile:renovate/sveltejs-kit-2.x-lockfile
git checkout renovate/sveltejs-kit-2.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
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: Bluemedia/LibreCharge#20
No description provided.