fix(deps): update dependency svelte to v5.57.0 #231

Merged
davide merged 1 commit from renovate-svelte-5.x into main 2026-09-01 08:37:59 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.56.105.57.0 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.57.0

Compare Source

Minor Changes
  • feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#​18648)

  • feat: add has function to createContext (#​18472)

  • feat: support defaultValue on <select> (#​18591)

  • feat: add getOrInsert/getOrInsertComputed to SvelteMap (#​18728)

Patch Changes
  • fix: block template store subscriptions on the promise that assigns the store (#​18582)

  • fix: route $derived teardown errors through invoke_error_boundary (#​18486)

  • fix: track SvelteDate snapshots in reactions (#​18700)

  • fix: remove <svelte:head> anchors on unmount (#​18697)

  • fix: warn on undeclared shorthand event handlers on <svelte:window>, <svelte:document> and <svelte:body> (#​18480)

  • perf: reuse the cached value in the <option>/<select> value guard (#​18713)

  • fix: prevent malformed AST output for <select> with static value attribute (#​18449)

  • fix: apply ownership mutation ignores to binding assignments (#​18718)

  • fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#​18655)

  • fix: preserve whitespace after inline elements when printing (#​18685)

  • perf: fold SSR block-open markers into the branch's first push (#​18712)

  • fix: run onDestroy callbacks when a server render throws (#​18585)

  • fix: report derived_invalid_export for export let x = $derived(...) in runes mode (#​18692)

  • fix: never apply class hash to elements inside <svelte:head> (#​18160)

  • fix: keep defaultChecked on hydrated radio inputs with spread attributes (#​18701)

  • fix: accept onfocusin/onfocusout in a11y_mouse_events_have_key_events (#​18689)

  • perf: O(n²)→O(n) Map lookups for legacy $: reactive statement ordering (#​18602)

  • fix: distinct memoizer on style/class directives (#​18466)

  • fix: measure nested transitions before applying their starting styles (#​18647)

  • fix: don't turn component instances stored in $state into state proxies (#​18646)

  • perf: emit $.only_child for elements with a single child (#​18717)

  • fix: omit bind:focused from SSR output (it has no HTML attribute) (#​18724)

  • fix: more robust rendering of Svelte custom element slots (#​18710)

  • perf: optimize simple object destructuring in @const tags (#​18390)

  • fix: properly apply static textarea value attribute during CSR (#​18727)

  • fix: end a restored reaction context at the end of its synchronous segment (#​18694)

  • fix: keep the dependencies of a reaction that throws, so deriveds it read are neither leaked nor stuck in their error (#​18703)

  • fix: don't resurrect outroing elements when an ancestor block is paused and resumed (#​18431)

  • perf: use $.comment() for single-comment templates (#​18714)

  • chore: move @types/trusted-types to devDependencies (#​18730)

  • perf: store setters cache as Set instead of Array (#​18251)

  • fix: transform derived assignments and select function bindings correctly during server-side rendering (#​18669)

  • fix: keep boolean attributes with an empty string value when rendering attribute objects on the server (#​18721)

  • fix: sync SvelteURL port signal when the protocol setter clears the port (#​18705)

  • fix: block declaration tags and {@const} on async values read inside closures (#​18533)

  • fix: avoid css tree-shaking for exported Snippet (#​18540)

  • perf: treat <img loading> as a static element again (#​18711)

  • fix: prevent selectedcontent mutation from changing the selected option (#​18495)

  • fix: avoid NaN keyframe values in slide transition for elements without a layout box (#​18430)

  • fix: preserve line feed character references in attribute values (#​18691)

  • fix: decode uppercase-X hex numeric character references (&#X...;) (#​18708)

  • chore: clarify when $effect.pre runs relative to DOM updates (#​18534)

  • fix: scope SSR boundary failed snippets to their boundary (#​18593)


Configuration

📅 Schedule: (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 Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.56.10` → `5.57.0`](https://renovatebot.com/diffs/npm/svelte/5.56.10/5.57.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.57.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.56.10/5.57.0?slim=true) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.57.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5570) [Compare Source](https://github.com/sveltejs/svelte/compare/[email protected]@5.57.0) ##### Minor Changes - feat: export `RenderOutput`, `SyncRenderOutput`, `Csp` and `Sha256Source` from `svelte/server` ([#&#8203;18648](https://github.com/sveltejs/svelte/pull/18648)) - feat: add `has` function to `createContext` ([#&#8203;18472](https://github.com/sveltejs/svelte/pull/18472)) - feat: support `defaultValue` on `<select>` ([#&#8203;18591](https://github.com/sveltejs/svelte/pull/18591)) - feat: add getOrInsert/getOrInsertComputed to SvelteMap ([#&#8203;18728](https://github.com/sveltejs/svelte/pull/18728)) ##### Patch Changes - fix: block template store subscriptions on the promise that assigns the store ([#&#8203;18582](https://github.com/sveltejs/svelte/pull/18582)) - fix: route $derived teardown errors through invoke\_error\_boundary ([#&#8203;18486](https://github.com/sveltejs/svelte/pull/18486)) - fix: track SvelteDate snapshots in reactions ([#&#8203;18700](https://github.com/sveltejs/svelte/pull/18700)) - fix: remove `<svelte:head>` anchors on unmount ([#&#8203;18697](https://github.com/sveltejs/svelte/pull/18697)) - fix: warn on undeclared shorthand event handlers on `<svelte:window>`, `<svelte:document>` and `<svelte:body>` ([#&#8203;18480](https://github.com/sveltejs/svelte/pull/18480)) - perf: reuse the cached value in the `<option>`/`<select>` value guard ([#&#8203;18713](https://github.com/sveltejs/svelte/pull/18713)) - fix: prevent malformed AST output for `<select>` with static `value` attribute ([#&#8203;18449](https://github.com/sveltejs/svelte/pull/18449)) - fix: apply ownership mutation ignores to binding assignments ([#&#8203;18718](https://github.com/sveltejs/svelte/pull/18718)) - fix: prevent onoutroend from firing twice when compilerOptions.hmr is true ([#&#8203;18655](https://github.com/sveltejs/svelte/pull/18655)) - fix: preserve whitespace after inline elements when printing ([#&#8203;18685](https://github.com/sveltejs/svelte/pull/18685)) - perf: fold SSR block-open markers into the branch's first push ([#&#8203;18712](https://github.com/sveltejs/svelte/pull/18712)) - fix: run `onDestroy` callbacks when a server render throws ([#&#8203;18585](https://github.com/sveltejs/svelte/pull/18585)) - fix: report `derived_invalid_export` for `export let x = $derived(...)` in runes mode ([#&#8203;18692](https://github.com/sveltejs/svelte/pull/18692)) - fix: never apply class hash to elements inside `<svelte:head>` ([#&#8203;18160](https://github.com/sveltejs/svelte/pull/18160)) - fix: keep `defaultChecked` on hydrated radio inputs with spread attributes ([#&#8203;18701](https://github.com/sveltejs/svelte/pull/18701)) - fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` ([#&#8203;18689](https://github.com/sveltejs/svelte/pull/18689)) - perf: O(n²)→O(n) Map lookups for legacy `$:` reactive statement ordering ([#&#8203;18602](https://github.com/sveltejs/svelte/pull/18602)) - fix: distinct memoizer on style/class directives ([#&#8203;18466](https://github.com/sveltejs/svelte/pull/18466)) - fix: measure nested transitions before applying their starting styles ([#&#8203;18647](https://github.com/sveltejs/svelte/pull/18647)) - fix: don't turn component instances stored in `$state` into state proxies ([#&#8203;18646](https://github.com/sveltejs/svelte/pull/18646)) - perf: emit `$.only_child` for elements with a single child ([#&#8203;18717](https://github.com/sveltejs/svelte/pull/18717)) - fix: omit `bind:focused` from SSR output (it has no HTML attribute) ([#&#8203;18724](https://github.com/sveltejs/svelte/pull/18724)) - fix: more robust rendering of Svelte custom element slots ([#&#8203;18710](https://github.com/sveltejs/svelte/pull/18710)) - perf: optimize simple object destructuring in `@const` tags ([#&#8203;18390](https://github.com/sveltejs/svelte/pull/18390)) - fix: properly apply static textarea value attribute during CSR ([#&#8203;18727](https://github.com/sveltejs/svelte/pull/18727)) - fix: end a restored reaction context at the end of its synchronous segment ([#&#8203;18694](https://github.com/sveltejs/svelte/pull/18694)) - fix: keep the dependencies of a reaction that throws, so deriveds it read are neither leaked nor stuck in their error ([#&#8203;18703](https://github.com/sveltejs/svelte/pull/18703)) - fix: don't resurrect outroing elements when an ancestor block is paused and resumed ([#&#8203;18431](https://github.com/sveltejs/svelte/pull/18431)) - perf: use `$.comment()` for single-comment templates ([#&#8203;18714](https://github.com/sveltejs/svelte/pull/18714)) - chore: move `@types/trusted-types` to devDependencies ([#&#8203;18730](https://github.com/sveltejs/svelte/pull/18730)) - perf: store setters cache as `Set` instead of `Array` ([#&#8203;18251](https://github.com/sveltejs/svelte/pull/18251)) - fix: transform derived assignments and select function bindings correctly during server-side rendering ([#&#8203;18669](https://github.com/sveltejs/svelte/pull/18669)) - fix: keep boolean attributes with an empty string value when rendering attribute objects on the server ([#&#8203;18721](https://github.com/sveltejs/svelte/pull/18721)) - fix: sync `SvelteURL` port signal when the protocol setter clears the port ([#&#8203;18705](https://github.com/sveltejs/svelte/pull/18705)) - fix: block declaration tags and `{@const}` on async values read inside closures ([#&#8203;18533](https://github.com/sveltejs/svelte/pull/18533)) - fix: avoid css tree-shaking for exported Snippet ([#&#8203;18540](https://github.com/sveltejs/svelte/pull/18540)) - perf: treat `<img loading>` as a static element again ([#&#8203;18711](https://github.com/sveltejs/svelte/pull/18711)) - fix: prevent `selectedcontent` mutation from changing the selected option ([#&#8203;18495](https://github.com/sveltejs/svelte/pull/18495)) - fix: avoid `NaN` keyframe values in `slide` transition for elements without a layout box ([#&#8203;18430](https://github.com/sveltejs/svelte/pull/18430)) - fix: preserve line feed character references in attribute values ([#&#8203;18691](https://github.com/sveltejs/svelte/pull/18691)) - fix: decode uppercase-`X` hex numeric character references (`&#X...;`) ([#&#8203;18708](https://github.com/sveltejs/svelte/pull/18708)) - chore: clarify when `$effect.pre` runs relative to DOM updates ([#&#8203;18534](https://github.com/sveltejs/svelte/pull/18534)) - fix: scope SSR boundary failed snippets to their boundary ([#&#8203;18593](https://github.com/sveltejs/svelte/pull/18593)) </details> --- ### Configuration 📅 **Schedule**: (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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41Mi4xIiwidXBkYXRlZEluVmVyIjoiNDQuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency svelte to v5.57.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-commitizen.yaml / Check the PR title (pull_request) Successful in 3s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 20s
check-linter.yaml / Checks with linters (pull_request) Successful in 53s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 1m52s
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
forgejo-agent / LLM Bot response generation (pull_request) Successful in 3s
e277d87f56
davide merged commit 3cc3889fc7 into main 2026-09-01 08:37:59 +00:00
davide deleted branch renovate-svelte-5.x 2026-09-01 08:37:59 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
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
projects/events-cash-register!231
No description provided.