Skip to content

chore(deps): update dependency svelte to v5.56.8 - #32

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/svelte-5.x-lockfile
Open

chore(deps): update dependency svelte to v5.56.8#32
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/svelte-5.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.55.95.56.8 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.56.8

Compare Source

Patch Changes
  • fix: call onerror and provide a working reset when hydrating a failed boundary (#​18556)

  • fix: preserve select selection when spread attributes omit value (#​18561)

v5.56.7

Compare Source

Patch Changes
  • chore: provide indent option for print (#​18474)

v5.56.6

Compare Source

Patch Changes
  • perf: skip unnecessary blocker analysis when compiling components without top-level await (#​18548)

  • fix: rerun derived that had an abort controller on reconnection (#​18551)

v5.56.5

Compare Source

Patch Changes
  • chore: drop dead code that make TSGO fail (#​18496)

  • fix: don't (re)connect deriveds when read inside branch/root effects (#​18527)

  • fix: skip unnecessary derived effect in earlier batch (#​18525)

  • fix: avoid declaration tag warning in event handlers (#​18500)

  • fix: abort deriveds own AbortSignal when it disconnects (#​18400)

  • fix: ensure $state.eager() is correctly transormed for SSR output (#​18530)

  • fix: correctly transform declaration tags during SSR (#​18492)

  • fix: transform computed keys in keyed {#each} destructuring patterns (#​18521)

  • fix: chain preprocessor sourcemaps with an empty sources[0] instead of dropping them (#​18518)

  • fix: clear previous_task reference after abort in Tween to prevent memory leak on interrupted tweens (#​18541)

  • fix: don't treat declaration tags as parts inside each blocks (#​18507)

v5.56.4

Compare Source

Patch Changes
  • fix: include wrapping parentheses in {@​const} declarator end position (#​18436)

  • fix: always unset reactivity context after restoring it (#​18453)

  • fix: don't notify searchParams subscribers when the URL changes without affecting the search string (#​18425)

  • fix: strip ? from optional parameters in <script lang="ts"> so generated JavaScript is valid (#​18448)

v5.56.3

Compare Source

Patch Changes
  • fix: ignore errors that occur in destroyed effects (#​18384)

  • fix: type BigInts in $state.snapshot(...) return values (#​18388)

v5.56.2

Compare Source

Patch Changes
  • fix: properly track effect end node for async sibling component (#​18371)

  • fix: prevent false-positive reactivity loss warning (#​18373)

  • chore: bump esrap dependency (#​18372)

  • fix: ignore declaration tags for animation directive (#​18366)

  • fix: reject pending async deriveds on discard (#​18308)

v5.56.1

Compare Source

Patch Changes
  • fix: error at compile time on duplicate snippet/declaration tag definitions (#​18351)

  • fix: parse declaration tag contents more robustly (#​18353)

  • fix: correctly transform references to earlier declarators in a declaration tag (e.g. {let a = $state(0), b = $derived(a * 2)}) (#​18348)

  • fix: avoid spurious state_referenced_locally warnings for $derived declarations in declaration tags (#​18348)

  • fix: tolerate whitespace before let/const in declaration tags (#​18348)

  • fix: prevent infinite loop when a tag's expression ends with a trailing / at the end of the input (#​18350)

  • fix: more robust parsing of declaration tags with regards to type (#​18330)

  • fix: preserve newlines in spread input values when the type attribute is applied after value (#​18345)

  • fix: update SvelteURLSearchParams when setting duplicate keys to the same joined value (#​18336)

  • fix: check references for blockers on server, too (#​18352)

v5.56.0

Compare Source

Minor Changes
  • feat: allow declarations in the template (#​18282)
Patch Changes
  • perf: use createElement instead of createElementNS for HTML elements (#​18262)

  • perf: store current_sources as a Set for O(1) membership checks (#​18278)

  • perf: deduplicate identical hoisted templates within a component (#​18320)

  • perf: hoist rest_props exclude list as a module-scope Set (#​18252)

v5.55.10

Compare Source

Patch Changes
  • fix: unlink errored and otherwise finished batch (#​18264)

  • perf: walk composedPath() directly in delegated event propagation (#​18268)

  • fix: transfer effects when merging batches (#​18254)

  • fix: allow $derived(await ...) in disconnected effect roots (#​18273)

  • fix: remove temporary raw-text hydration markers (#​18269)

  • fix: propagate async @const blockers through closure references so template expressions like {(() => host)()} correctly wait for the awaited value (#​18309)

  • fix: properly unlink batches (#​18298)

  • fix: settle discarded batch (#​18290)

  • fix: declare let: directives before {@&#8203;const} declarations on slotted elements (#​18271)

  • fix: resume outro-ed branches if they were kept around (#​18291)

  • fix: avoid waterfall-warning when async resolves to same value (#​18297)

  • fix: correctly coordinate component-level effects inside async blocks (#​18260)

  • fix: make unnecessary commit work less likely (#​18263)

  • chore: add tag name to a11y_click_events_have_key_events warning (#​18272)

  • fix: catch rejected promises while merging/committing (#​18266)


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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from dacbbe7 to ecc3050 Compare May 28, 2026 18:13
@renovate renovate Bot changed the title Update dependency svelte to v5.55.10 chore(deps): update dependency svelte to v5.55.10 May 29, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from ecc3050 to abb51ab Compare May 29, 2026 22:07
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.55.10 chore(deps): update dependency svelte to v5.56.0 May 29, 2026
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.0 chore(deps): update dependency svelte to v5.56.1 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from abb51ab to f9d545b Compare June 2, 2026 03:33
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.1 chore(deps): update dependency svelte to v5.56.2 Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 60926a8 to 2266d89 Compare June 6, 2026 23:14
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.2 chore(deps): update dependency svelte to v5.56.3 Jun 7, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 2266d89 to 9eb904b Compare June 7, 2026 22:16
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.3 chore(deps): update dependency svelte to v5.56.4 Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 9eb904b to 9f4bc30 Compare June 23, 2026 21:51
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 9f4bc30 to be2d277 Compare July 12, 2026 12:11
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.4 chore(deps): update dependency svelte to v5.56.5 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 7384592 to 22db130 Compare July 18, 2026 12:13
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.5 chore(deps): update dependency svelte to v5.56.6 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 22db130 to 78e7f7a Compare July 20, 2026 03:57
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.6 chore(deps): update dependency svelte to v5.56.7 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 815dfb1 to 11d0e67 Compare July 24, 2026 20:03
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.7 chore(deps): update dependency svelte to v5.56.8 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 11d0e67 to 8f66b45 Compare July 25, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants