Skip to content

chore(deps): update dependency svelte to v5.56.10 - #404

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

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

Conversation

@renovate

@renovate renovate Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.55.55.56.10 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.56.10

Compare Source

Patch Changes
  • fix: preserve CSS escape sequences when printing selectors (#​18667)

  • fix: parse :nth-child(2n of.foo) where of is not followed by whitespace (#​18611)

  • fix: transform expressions inside labeled statements during server compilation (#​18617)

  • docs: clarify that context lookup includes the current component and all ancestors (#​18581)

  • fix: apply CSS custom properties with falsy values on components (#​18634)

  • fix: correctly print {#await ... catch x} et al (#​18645)

  • fix: ignore comments of Program node during migration script (#​18656)

  • fix: reliably resolve append_style to its correct root (#​18614)

  • fix: clean up removed capture event handlers from spread attributes (#​18618)

  • fix: don't corrupt renderer type during SSR's legacy bind: retry loop (#​18616)

  • fix: treat concise arrow function bodies as implicit returns when calculating blockers (#​18613)

  • fix: give effect teardowns the value from before the first write in a flush (#​18620)

  • fix: avoid double-calling a derived reference when destructuring $derived of another $derived during server-side rendering (#​18668)

  • fix: preserve namespaces in CSS type selectors (#​18678)

  • fix: increment private state fields through a non-this receiver (#​18622)

  • chore: deduplicate client and server context helpers (#​18580)

  • fix: release last_propagated_event after event propagation settles so it no longer retains the last event's target subtree (#​18569)

  • fix: allow custom elements to receive async values as props (#​18661)

  • fix: strip comments from inline style values in linear time (#​18553)

  • fix: prevent declaration comments from breaking server derived references (#​18641)

  • perf: make async blocker analysis scale linearly with the number of top-level references (#​18549)

  • fix: preserve short-circuiting for logical assignments to private state fields (#​18594)

v5.56.9

Compare Source

Patch Changes
  • fix: skip controlled each fast path while another batch is pending (#​18625)

  • fix: better whitespace handling inside printer (#​18638)

  • fix: don't duplicate comments in attributes (#​18636)

  • fix: preserve CSS comments in the AST printer (#​18637)

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 {@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)

v5.55.9

Compare Source

Patch Changes
  • fix: don't unset batch when calling {#await ...} promise (#​18243)

  • fix: promise-ify {#await await ...} expressions on the server and correctly hydrate them on the client (#​18243)

  • fix: deduplicate dependencies that are added outside the init/update cycle (#​18243)

  • fix: avoid false-positive batch invariant error (#​18246)

  • fix: inline primitive constants in attribute values during SSR (#​18232)

v5.55.8

Compare Source

Patch Changes
  • fix(print): handle svelte:body and fix keyframe percentage double-printing (#​18234)

  • fix: execute uninitialized derived even if it's destroyed (#​18228)

  • fix: use named symbols everywhere (#​18238)

  • fix: don't run teardown effects when deriveds are unfreezed (#​18227)

  • fix: unset context synchronously in run (#​18236)

v5.55.7

Compare Source

Patch Changes

v5.55.6

Compare Source

Patch Changes
  • fix: leave stale promises to wait for a later resolution, instead of rejecting (#​18180)

  • fix: keep dependencies of $state.eager/pending (#​18218)

  • fix: reapply context after transforming error during SSR (#​18099)

  • fix: don't rebase just-created batches (#​18117)

  • chore: allow null for pending in typings (#​18201)

  • fix: flush eager effects in production (#​18107)

  • fix: rethrow error of failed iterable after calling return() (#​18169)

  • fix: account for proxified instance when updating bind:this (#​18147)

  • fix: ensure scheduled batch is flushed if not obsolete (#​18131)

  • fix: resolve stale deriveds with latest value (#​18167)

  • chore: remove unnecessary increment_pending calls (#​18183)

  • fix: correctly compile component member expressions for SSR (#​18192)

  • fix: reset source.updated stack traces after flush (#​18196)

  • fix: replacing async 'blocking' strategy with 'merging' (#​18205)

  • fix: allow @debug tags to reference awaited variables (#​18138)

  • fix: re-run fallback props if dependencies update (#​18146)

  • fix: abort running obsolete async branches (#​18118)

  • fix: ignore comments when reading CSS values (#​18153)

  • fix: wrap Promise.all in save during SSR (#​18178)

  • fix: ignore false-positive errors of $inspect dependencies (#​18106)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 68d8291 to 5cb5a91 Compare May 19, 2026 00:07
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.55.7 chore(deps): update dependency svelte to v5.55.8 May 19, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 5cb5a91 to ae515cf Compare May 20, 2026 16:04
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.55.8 chore(deps): update dependency svelte to v5.55.9 May 20, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from ae515cf to c187055 Compare May 27, 2026 22:55
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.55.9 chore(deps): update dependency svelte to v5.55.10 May 27, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from c187055 to 5474381 Compare May 29, 2026 22:28
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 5474381 to 0b4ff92 Compare June 2, 2026 03:09
@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 0b4ff92 to b1007da Compare June 5, 2026 01:10
@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 from b1007da to f80052a Compare June 7, 2026 21:15
@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 f80052a to c85b283 Compare June 23, 2026 20:40
@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 2 times, most recently from 6d2ab55 to 33de9af Compare July 14, 2026 14:05
@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 from 33de9af to 48cbe16 Compare July 17, 2026 08:37
@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 17, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from d20207c to 1a792e3 Compare July 21, 2026 04:46
@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 fca9d41 to 8ade3be Compare July 24, 2026 23:36
@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 24, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 8ade3be to 36b8327 Compare July 30, 2026 17:33
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 36b8327 to 14e409e Compare August 12, 2026 01:11
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 14e409e to 5223781 Compare August 12, 2026 18:36
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.8 chore(deps): update dependency svelte to v5.56.9 Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from d85fc17 to 3473f27 Compare August 20, 2026 22:05
@renovate renovate Bot changed the title chore(deps): update dependency svelte to v5.56.9 chore(deps): update dependency svelte to v5.56.10 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/svelte-5.x-lockfile branch from 3473f27 to e6c3d71 Compare August 26, 2026 20:48
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