Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.39.7 -> 5.43.5 age confidence

Release Notes

sveltejs/svelte (svelte)

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)


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.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 a2ba163 to d152008 Compare February 27, 2025 10:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.5 chore(deps): update dependency svelte to v5.21.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d152008 to a516f89 Compare March 3, 2025 20:05
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.21.0 chore(deps): update dependency svelte to v5.22.1 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from b8c7c80 to 21b04ee Compare March 5, 2025 05:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.1 chore(deps): update dependency svelte to v5.22.2 Mar 5, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.2 chore(deps): update dependency svelte to v5.22.3 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 21b04ee to 1286e67 Compare March 5, 2025 14:37
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.3 chore(deps): update dependency svelte to v5.22.4 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1286e67 to fec05e4 Compare March 5, 2025 17:58
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.4 chore(deps): update dependency svelte to v5.22.5 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from a7a2f69 to 4456839 Compare March 7, 2025 16:03
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.5 chore(deps): update dependency svelte to v5.22.6 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from a9ef8a8 to 5bb02eb Compare March 11, 2025 22:24
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.6 chore(deps): update dependency svelte to v5.23.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5bb02eb to 2c67014 Compare March 17, 2025 02:14
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.23.0 chore(deps): update dependency svelte to v5.23.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 2c67014 to a5bd308 Compare March 17, 2025 18:11
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.23.1 chore(deps): update dependency svelte to v5.23.2 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a5bd308 to d89b0b9 Compare March 18, 2025 22:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.23.2 chore(deps): update dependency svelte to v5.24.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 093eb2c to 29aa846 Compare March 21, 2025 22:06
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.24.1 chore(deps): update dependency svelte to v5.25.1 Mar 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.1 chore(deps): update dependency svelte to v5.25.2 Mar 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 29aa846 to 37f5b14 Compare March 22, 2025 01:29
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from ee539b2 to 8c8a2dc Compare October 17, 2025 01:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.40.2 chore(deps): update dependency svelte to v5.41.0 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8c8a2dc to 3982f07 Compare October 18, 2025 03:10
@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 from 3982f07 to ef0202f Compare October 20, 2025 14:08
@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 force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 53b1c4a to 628446f Compare October 23, 2025 21:46
@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 from 628446f to 3f94738 Compare October 24, 2025 19:37
@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 3f94738 to 0ccd54d Compare October 25, 2025 18:01
@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 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 2 times, most recently from 99e1ed2 to 9d31975 Compare October 26, 2025 01:32
@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 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 2 times, most recently from 8a4e409 to 978b4b9 Compare October 28, 2025 22:05
@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 978b4b9 to df1fe27 Compare October 30, 2025 20:47
@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 df1fe27 to 009199b Compare November 4, 2025 03:09
@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 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 009199b to f2a5e5f Compare November 6, 2025 13:45
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f2a5e5f to 9e8f13b Compare November 8, 2025 22:06
@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
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