Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.35.6 -> 5.43.6 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.43.6

Compare Source

Patch Changes
  • fix: don't deactivate other batches (#​17132)

v5.43.5

Compare Source

Patch Changes
  • fix: ensure async static props/attributes are awaited (#​17120)

  • fix: wait on dependencies of async bindings (#​17120)

  • fix: await dependencies of style directives (#​17120)

v5.43.4

Compare Source

Patch Changes
  • chore: simplify connection/disconnection logic (#​17105)

  • fix: reconnect deriveds to effect tree when time-travelling (#​17105)

v5.43.3

Compare Source

Patch Changes
  • fix: ensure fork always accesses correct values (#​17098)

  • fix: change title only after any pending work has completed (#​17061)

  • fix: preserve symbols when creating derived rest properties (#​17096)

v5.43.2

Compare Source

Patch Changes
  • fix: treat each blocks with async dependencies as uncontrolled (#​17077)

v5.43.1

Compare Source

Patch Changes
  • fix: transform $bindable after await expressions (#​17066)

v5.43.0

Compare Source

Minor Changes
Patch Changes
  • fix: settle batch after DOM updates (#​17054)

v5.42.3

Compare Source

Patch Changes
  • fix: handle <svelte:head> rendered asynchronously (#​17052)

  • fix: don't restore batch in #await (#​17051)

v5.42.2

Compare Source

Patch Changes
  • fix: better error message for global variable assignments (#​17036)

  • chore: tweak memoizer logic (#​17042)

v5.42.1

Compare Source

Patch Changes
  • fix: ignore fork discard() after commit() (#​17034)

v5.42.0

Compare Source

Minor Changes
Patch Changes
  • fix: always allow setContext before first await in component (#​17031)

  • fix: less confusing names for inspect errors (#​17026)

v5.41.4

Compare Source

Patch Changes
  • fix: take into account static blocks when determining transition locality (#​17018)

  • fix: coordinate mount of snippets with await expressions (#​17021)

  • fix: better optimization of await expressions (#​17025)

  • fix: flush pending changes after rendering failed snippet (#​16995)

v5.41.3

Compare Source

Patch Changes
  • chore: exclude vite optimized deps from stack traces (#​17008)

  • perf: skip repeatedly traversing the same derived (#​17016)

v5.41.2

Compare Source

Patch Changes
  • fix: keep batches alive until all async work is complete (#​16971)

  • fix: don't preserve reactivity context across function boundaries (#​17002)

  • fix: make $inspect logs come from the callsite (#​17001)

  • fix: ensure guards (eg. if, each, key) run before their contents (#​16930)

v5.41.1

Compare Source

Patch Changes
  • fix: place let: declarations before {@&#8203;const} declarations (#​16985)

  • fix: improve each_key_without_as error (#​16983)

  • chore: centralise branch management (#​16977)

v5.41.0

Compare Source

Minor Changes
  • feat: add $state.eager(value) rune (#​16849)
Patch Changes
  • fix: preserve <select> state while focused (#​16958)

  • chore: run boundary async effects in the context of the current batch (#​16968)

  • fix: error if each block has key but no as clause (#​16966)

v5.40.2

Compare Source

Patch Changes
  • fix: add hydration markers in pending branch of SSR boundary (#​16965)

v5.40.1

Compare Source

Patch Changes
  • chore: Remove sync-in-async warning for server rendering (#​16949)

v5.40.0

Compare Source

Minor Changes
  • feat: add createContext utility for type-safe context (#​16948)
Patch Changes
  • chore: simplify batch.apply() (#​16945)

  • fix: don't rerun async effects unnecessarily (#​16944)

v5.39.13

Compare Source

Patch Changes
  • fix: add missing type for fr attribute for radialGradient tags in svg (#​16943)

  • fix: unset context on stale promises (#​16935)

v5.39.12

Compare Source

Patch Changes
  • fix: better input cursor restoration for bind:value (#​16925)

  • fix: track the user's getter of bind:this (#​16916)

  • fix: generate correct SSR code for the case where pending is an attribute (#​16919)

  • fix: generate correct code for each blocks with async body (#​16923)

v5.39.11

Compare Source

Patch Changes
  • fix: flush batches whenever an async value resolves (#​16912)

v5.39.10

Compare Source

Patch Changes
  • fix: hydrate each blocks inside element correctly (#​16908)

  • fix: allow await in if block consequent and alternate (#​16890)

  • fix: don't replace rest props with $$props for excluded props (#​16898)

  • fix: correctly transform $derived private fields on server (#​16894)

  • fix: add UNKNOWN evaluation value before breaking for binding.initial===SnippetBlock (#​16910)

v5.39.9

Compare Source

Patch Changes
  • fix: flush when pending boundaries resolve (#​16897)

v5.39.8

Compare Source

Patch Changes
  • fix: check boundary pending attribute at runtime on server (#​16855)

  • fix: preserve tuple type in $state.snapshot (#​16864)

  • fix: allow await in svelte:boundary without pending (#​16857)

  • fix: update bind:checked error message to clarify usage with radio inputs (#​16874)

v5.39.7

Compare Source

Patch Changes
  • chore: simplify batch logic (#​16847)

  • fix: rebase pending batches when other batches are committed (#​16866)

  • fix: wrap async children in $$renderer.async (#​16862)

  • fix: silence label warning for buttons and anchor tags with title attributes (#​16872)

  • fix: coerce nullish <title> to empty string (#​16863)

v5.39.6

Compare Source

Patch Changes
  • fix: depend on reads of deriveds created within reaction (async mode) (#​16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#​16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#​16834)

  • fix: ensure tick resolves within a macrotask (#​16825)

v5.39.5

Compare Source

Patch Changes
  • fix: allow {@&#8203;html await ...} and snippets with async content on the server (#​16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#​16820)

v5.39.4

Compare Source

Patch Changes
  • fix: restore hydration state after await in <script> (#​16806)

v5.39.3

Compare Source

Patch Changes

v5.39.2

Compare Source

Patch Changes
  • fix: preserve SSR context when block expressions contain await (#​16791)

  • chore: bump some devDependencies (#​16787)

v5.39.1

Compare Source

Patch Changes
  • fix: add missing type for fr attribute for radialGradient tags in svg (#​16943)

  • fix: unset context on stale promises (#​16935)

v5.39.0

Compare Source

Minor Changes
Patch Changes
  • fix: correctly SSR hidden="until-found" (#​16773)

v5.38.10

Compare Source

Patch Changes
  • fix: flush effects scheduled during boundary's pending phase (#​16738)

v5.38.9

Compare Source

Patch Changes
  • chore: generate CSS hash using the filename (#​16740)

  • fix: correctly analyze <object.property> components (#​16711)

  • fix: clean up scheduling system (#​16741)

  • fix: transform input defaults from spread (#​16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#​16746)

v5.38.8

Compare Source

Patch Changes
  • fix: send $effect.pending count to the correct boundary (#​16732)

v5.38.7

Compare Source

Patch Changes
  • fix: replace undefined with void(0) in CallExpressions (#​16693)

  • fix: ensure batch exists when resetting a failed boundary (#​16698)

  • fix: place store setup inside async body (#​16687)

v5.38.6

Compare Source

Patch Changes
  • fix: don't fail on flushSync while flushing effects (#​16674)

v5.38.5

Compare Source

Patch Changes
  • fix: ensure async deriveds always get dependencies from thennable (#​16672)

v5.38.3

Compare Source

Patch Changes
  • fix: ensure correct order of template effect values (#​16655)

  • fix: allow async {@&#8203;const} in more places (#​16643)

  • fix: properly catch top level await errors (#​16619)

  • perf: prune effects without dependencies (#​16625)

  • fix: only emit for_await_track_reactivity_loss in async mode (#​16644)

v5.38.2

Compare Source

Patch Changes
  • perf: run blocks eagerly during flush instead of aborting (#​16631)

  • fix: don't clone non-proxies in $inspect (#​16617)

  • fix: avoid recursion error when tagging circular references (#​16622)

v5.38.1

Compare Source

Patch Changes
  • fix: flush effects scheduled during boundary's pending phase (#​16738)

v5.38.0

Compare Source

Minor Changes
  • feat: allow await inside @const declarations (#​16542)
Patch Changes
  • fix: remount at any hydration error (#​16248)

  • chore: emit await_reactivity_loss in for await loops (#​16521)

  • fix: emit snippet_invalid_export instead of undefined_export for exported snippets (#​16539)

v5.37.3

Compare Source

Patch Changes
  • fix: reset attribute cache after setting corresponding property (#​16543)

v5.37.2

Compare Source

Patch Changes
  • fix: double event processing in firefox due to event object being garbage collected (#​16527)

  • fix: add bindable dimension attributes types to SVG and MathML elements (#​16525)

  • fix: correctly differentiate static fields before emitting duplicate_class_field (#​16526)

  • fix: prevent last_propagated_event from being DCE'd (#​16538)

v5.37.1

Compare Source

Patch Changes
  • chore: remove some todos (#​16515)

  • fix: allow await expressions inside {#await ...} argument (#​16514)

  • fix: append_styles in an effect to make them available on mount (#​16509)

  • chore: remove parser.template_untrimmed (#​16511)

  • fix: always inject styles when compiling as a custom element (#​16509)

v5.37.0

Compare Source

Minor Changes
  • feat: ignore component options in compileModule (#​16362)
Patch Changes
  • fix: always mark props as stateful (#​16504)

v5.36.17

Compare Source

Patch Changes
  • fix: throw on duplicate class field declarations (#​16502)

  • fix: add types for part attribute to svg attributes (#​16499)

v5.36.16

Compare Source

Patch Changes
  • fix: don't update a focused input with values from its own past (#​16491)

  • fix: don't destroy effect roots created inside of deriveds (#​16492)

v5.36.15

Compare Source

Patch Changes
  • fix: preserve dirty status of deferred effects (#​16487)

v5.36.14

Compare Source

Patch Changes
  • fix: keep input in sync when binding updated via effect (#​16482)

  • fix: rename form accept-charset attribute (#​16478)

  • fix: prevent infinite async loop (#​16482)

  • fix: exclude derived writes from effect abort and rescheduling (#​16482)

v5.36.13

Compare Source

Patch Changes
  • fix: ensure subscriptions are picked up correctly by deriveds (#​16466)

v5.36.12

Compare Source

Patch Changes
  • chore: move capture_signals to legacy module (#​16456)

v5.36.10

Compare Source

Patch Changes
  • fix: prevent batches from getting intertwined (#​16446)

v5.36.9

Compare Source

Patch Changes
  • fix: don't reexecute derived with no dependencies on teardown (#​16438)

  • fix: disallow export { foo as default } in <script module> (#​16447)

  • fix: move ownership validation into async component body (#​16449)

  • fix: allow async destructured deriveds (#​16444)

  • fix: move store setup/cleanup outside of async component body (#​16443)

v5.36.8

Compare Source

Patch Changes
  • fix: keep effect in the graph if it has an abort controller (#​16430)

  • chore: Switch payload.out to an array (#​16428)

v5.36.7

Compare Source

Patch Changes
  • fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#​16424)

v5.36.6

Compare Source

Patch Changes
  • fix: delegate functions with shadowed variables if declared locally (#​16417)

  • fix: handle error in correct boundary after reset (#​16171)

  • fix: make <svelte:boundary> reset function a noop after the first call (#​16171)

v5.36.5

Compare Source

Patch Changes
  • fix: silence $inspect errors when the effect is about to be destroyed (#​16391)

  • fix: more informative error when effects run in an infinite loop (#​16405)

v5.36.4

Compare Source

Patch Changes
  • fix: avoid microtask in flushSync (#​16394)

  • fix: ensure compiler state is reset before compilation (#​16396)

v5.36.3

Compare Source

Patch Changes
  • fix: don't log await_reactivity_loss warning when signal is read in untrack (#​16385)

  • fix: better handle $inspect on array mutations (#​16389)

  • fix: leave proxied array length untouched when deleting properties (#​16389)

  • fix: update $effect.pending() immediately after a batch is removed (#​16382)

v5.36.2

Compare Source

Patch Changes
  • fix: add $effect.pending() to types (#​16376)

  • fix: add pending snippet to <svelte:boundary> types (#​16379)

v5.36.1

Compare Source

Patch Changes
  • fix: throw on duplicate class field declarations (#​16502)

  • fix: add types for part attribute to svg attributes (#​16499)

v5.36.0

Compare Source

Minor Changes
  • feat: support await in components when using the experimental.async compiler option (#​15844)
Patch Changes
  • fix: silence a11y warning for inert elements (#​16339)

  • chore: clean up a11y analysis code (#​16345)

v5.35.7

Compare Source

Patch Changes
  • fix: silence autofocus a11y warning inside <dialog> (#​16341)

  • fix: don't show adjusted error messages in boundaries (#​16360)

  • chore: replace inline regex with variable (#​16340)


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

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.1 chore(deps): update dependency svelte to v5.20.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a12ab8c to 1a91adb Compare February 18, 2025 19:08
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.2 chore(deps): update dependency svelte to v5.20.4 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1a91adb to fb5ebd5 Compare February 24, 2025 15:48
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.4 chore(deps): update dependency svelte to v5.20.5 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from fb5ebd5 to 17c443a Compare February 27, 2025 11:54
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 17c443a to f504847 Compare April 6, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.5 chore(deps): update dependency svelte to v5.25.7 Apr 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.7 chore(deps): update dependency svelte to v5.25.8 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 794a3ab to cb31873 Compare April 8, 2025 14:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.8 chore(deps): update dependency svelte to v5.25.9 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from cb31873 to 85d5cd5 Compare April 8, 2025 22:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.9 chore(deps): update dependency svelte to v5.25.10 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from de3e9d1 to 9680a0d Compare April 10, 2025 23:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.10 chore(deps): update dependency svelte to v5.25.12 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9680a0d to 1e1ad31 Compare April 11, 2025 22:06
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.12 chore(deps): update dependency svelte to v5.26.1 Apr 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.26.1 chore(deps): update dependency svelte to v5.26.2 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 45a9ac4 to 07a44e0 Compare April 14, 2025 19:38
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.26.2 chore(deps): update dependency svelte to v5.26.3 Apr 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.26.3 chore(deps): update dependency svelte to v5.27.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from ea5a8e7 to 165d5e1 Compare April 17, 2025 19:39
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.27.0 chore(deps): update dependency svelte to v5.27.2 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 165d5e1 to 209aee4 Compare April 18, 2025 03:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.27.2 chore(deps): update dependency svelte to v5.27.3 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 209aee4 to 3da6b30 Compare April 18, 2025 18:58
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.41.0 chore(deps): update dependency svelte to v5.41.1 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 3bad3e1 to b48d100 Compare October 22, 2025 19:39
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.41.1 chore(deps): update dependency svelte to v5.41.2 Oct 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.41.2 chore(deps): update dependency svelte to v5.41.3 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 9689583 to 10c7541 Compare October 24, 2025 19:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.41.3 chore(deps): update dependency svelte to v5.41.4 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 10c7541 to 62d86a6 Compare October 25, 2025 17:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.41.4 chore(deps): update dependency svelte to v5.42.0 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 62d86a6 to b54a601 Compare October 25, 2025 21:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.42.0 chore(deps): update dependency svelte to v5.42.1 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b54a601 to 7d651d4 Compare October 26, 2025 02:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.42.1 chore(deps): update dependency svelte to v5.42.2 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 7d651d4 to dd62f8f Compare October 28, 2025 04:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.42.2 chore(deps): update dependency svelte to v5.42.3 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from dd62f8f to 5431e0b Compare October 28, 2025 23:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.42.3 chore(deps): update dependency svelte to v5.43.0 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5431e0b to 43d841f Compare October 30, 2025 23:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.0 chore(deps): update dependency svelte to v5.43.2 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 43d841f to 9958922 Compare November 4, 2025 02:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.2 chore(deps): update dependency svelte to v5.43.3 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9958922 to 67b8790 Compare November 6, 2025 18:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.3 chore(deps): update dependency svelte to v5.43.4 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 67b8790 to c714159 Compare November 8, 2025 21:07
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.4 chore(deps): update dependency svelte to v5.43.5 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c714159 to c713b21 Compare November 10, 2025 17:00
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c713b21 to 2696b03 Compare November 11, 2025 07:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.5 chore(deps): update dependency svelte to v5.43.6 Nov 11, 2025
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.

1 participant