chore(deps): update dependency @sveltejs/kit to v2.56.1 #57

Merged
ampelc merged 1 commit from renovate/sveltejs-kit-2.x-lockfile into develop 2026-04-04 02:48:44 +02:00
Member

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.55.02.56.1 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.56.1

Compare Source

Patch Changes

v2.56.0

Compare Source

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)

  • feat: support TypeScript 6.0 (#​15595)

  • breaking: isolate command-triggered query refresh failures per-query (#​15562)

  • feat: use hydratable for remote function transport (#​15533)

  • feat: allow form fields to specify a default value (field.as(type, value)) (#​15577)

Patch Changes
  • fix: don't request new data when .refresh is called on a query with no cache entry (#​15533)

  • fix: allow using multiple remote functions within one async derived (#​15561)

  • fix: avoid false-positive overridden Vite base setting warning when setting a paths.base in svelte.config.js (#​15623)

  • fix: manage queries in their own $effect.root (#​15533)

  • fix: avoid inlineDynamicImports deprecation warning when building the service worker with Vite 8 (#​15550)

  • fix: correctly escape backticks when precomputing CSS (#​15593)

  • fix: discard obsolete forks before finishing navigation (#​15634)

  • chore: tighten up override implementation (#​15562)

  • fix: ensure the default Svelte 5 error.svelte file uses runes mode (#​15609)

  • fix: deduplicate same-cache-key batch calls during SSR (#​15533)

  • fix: decrement pending_count when form callback doesn't call submit() (#​15520)


Configuration

📅 Schedule: (in timezone UTC)

  • 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.55.0` → `2.56.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.55.0/2.56.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.56.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.55.0/2.56.1?slim=true) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.56.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2561) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.56.0...@sveltejs/kit@2.56.1) ##### Patch Changes - chore: update JSDoc ([#&#8203;15640](https://github.com/sveltejs/kit/pull/15640)) ### [`v2.56.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2560) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.55.0...@sveltejs/kit@2.56.0) ##### Minor Changes - breaking: rework client-driven refreshes ([#&#8203;15562](https://github.com/sveltejs/kit/pull/15562)) - breaking: stabilize remote function caching by sorting object keys ([#&#8203;15570](https://github.com/sveltejs/kit/pull/15570)) - breaking: add `run()` method to queries, disallow awaiting queries outside render ([#&#8203;15533](https://github.com/sveltejs/kit/pull/15533)) - feat: support TypeScript 6.0 ([#&#8203;15595](https://github.com/sveltejs/kit/pull/15595)) - breaking: isolate command-triggered query refresh failures per-query ([#&#8203;15562](https://github.com/sveltejs/kit/pull/15562)) - feat: use `hydratable` for remote function transport ([#&#8203;15533](https://github.com/sveltejs/kit/pull/15533)) - feat: allow `form` fields to specify a default value (`field.as(type, value)`) ([#&#8203;15577](https://github.com/sveltejs/kit/pull/15577)) ##### Patch Changes - fix: don't request new data when `.refresh` is called on a query with no cache entry ([#&#8203;15533](https://github.com/sveltejs/kit/pull/15533)) - fix: allow using multiple remote functions within one async derived ([#&#8203;15561](https://github.com/sveltejs/kit/pull/15561)) - fix: avoid false-positive overridden Vite `base` setting warning when setting a `paths.base` in `svelte.config.js` ([#&#8203;15623](https://github.com/sveltejs/kit/pull/15623)) - fix: manage queries in their own `$effect.root` ([#&#8203;15533](https://github.com/sveltejs/kit/pull/15533)) - fix: avoid `inlineDynamicImports` deprecation warning when building the service worker with Vite 8 ([#&#8203;15550](https://github.com/sveltejs/kit/pull/15550)) - fix: correctly escape backticks when precomputing CSS ([#&#8203;15593](https://github.com/sveltejs/kit/pull/15593)) - fix: discard obsolete forks before finishing navigation ([#&#8203;15634](https://github.com/sveltejs/kit/pull/15634)) - chore: tighten up override implementation ([#&#8203;15562](https://github.com/sveltejs/kit/pull/15562)) - fix: ensure the default Svelte 5 `error.svelte` file uses runes mode ([#&#8203;15609](https://github.com/sveltejs/kit/pull/15609)) - fix: deduplicate same-cache-key `batch` calls during SSR ([#&#8203;15533](https://github.com/sveltejs/kit/pull/15533)) - fix: decrement pending\_count when form callback doesn't call submit() ([#&#8203;15520](https://github.com/sveltejs/kit/pull/15520)) </details> --- ### Configuration 📅 **Schedule**: (in timezone UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY2llcyJdfQ==-->
chore(deps): update dependency @sveltejs/kit to v2.56.1
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/renovate Pipeline was successful
68e4f7f8b4
ampelc merged commit 663618bd81 into develop 2026-04-04 02:48:44 +02:00
ampelc deleted branch renovate/sveltejs-kit-2.x-lockfile 2026-04-04 02:48:45 +02:00
Sign in to join this conversation.
No reviewers
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
ampmod/aw3!57
No description provided.