Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.38.0 -> 5.45.5 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

v5.45.4

Compare Source

Patch Changes
  • chore: move DOM-related effect properties to effect.nodes (#​17293)

  • fix: allow $props.id() to occur after an await (#​17285)

  • fix: keep reactions up to date even when read outside of effect (#​17295)

v5.45.3

Compare Source

Patch Changes
  • add props to state_referenced_locally (#​17266)

  • fix: preserve node locations for better sourcemaps (#​17269)

  • fix: handle cross-realm Promises in hydratable (#​17284)

v5.45.2

Compare Source

Patch Changes
  • fix: array destructuring after await (#​17254)

  • fix: throw on invalid {@​tag}s (#​17256)

v5.45.1

Compare Source

Patch Changes
  • fix: link offscreen items and last effect in each block correctly (#​17240)

v5.45.0

Compare Source

Minor Changes

v5.44.1

Compare Source

Patch Changes
  • fix: await blockers before initialising const (#​17226)

  • fix: link offscreen items and last effect in each block correctly (#​17244)

  • fix: generate correct code for simple destructurings (#​17237)

  • fix: ensure each block animations don't mess with transitions (#​17238)

v5.44.0

Compare Source

Minor Changes

v5.43.15

Compare Source

Patch Changes
  • fix: don't execute attachments and attribute effects eagerly (#​17208)

  • chore: lift "flushSync cannot be called in effects" restriction (#​17139)

  • fix: store forked derived values (#​17212)

v5.43.14

Compare Source

Patch Changes
  • fix: correctly migrate named self closing slots (#​17199)

  • fix: error at compile time instead of at runtime on await expressions inside bindings/transitions/animations/attachments (#​17198)

  • fix: take async blockers into account for bindings/transitions/animations/attachments (#​17198)

v5.43.13

Compare Source

Patch Changes
  • fix: don't set derived values during time traveling (#​17200)

v5.43.12

Compare Source

Patch Changes
  • fix: maintain correct linked list of effects when updating each blocks (#​17191)

v5.43.11

Compare Source

Patch Changes
  • perf: don't use tracing overeager during dev (#​17183)

  • fix: don't cancel transition of already outroing elements (#​17186)

v5.43.10

Compare Source

Patch Changes
  • fix: avoid other batches running with queued root effects of main batch (#​17145)

v5.43.9

Compare Source

Patch Changes
  • fix: correctly handle functions when determining async blockers (#​17137)

  • fix: keep deriveds reactive after their original parent effect was destroyed (#​17171)

  • fix: ensure eager effects don't break reactions chain (#​17138)

  • fix: ensure async @const in boundary hydrates correctly (#​17165)

  • fix: take blockers into account when creating #await blocks (#​17137)

  • fix: parallelize async @consts in the template (#​17165)

v5.43.8

Compare Source

Patch Changes
  • fix: each block losing reactivity when items removed while promise pending (#​17150)

v5.43.7

Compare Source

Patch Changes
  • fix: properly defer document title until async work is complete (#​17158)

  • fix: ensure deferred effects can be rescheduled later on (#​17147)

  • fix: take blockers of components into account (#​17153)

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)

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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 31, 2025

⚠️ No Changeset found

Latest commit: a1c9481

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.99%. Comparing base (e83ae56) to head (a1c9481).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
+ Coverage   96.98%   96.99%   +0.01%     
==========================================
  Files           8        8              
  Lines         232      233       +1     
  Branches       78       78              
==========================================
+ Hits          225      226       +1     
  Misses          7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b8dfe57 to a606223 Compare April 1, 2025 12:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.5 chore(deps): update dependency svelte to v5.25.6 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a606223 to 8a23080 Compare April 1, 2025 16:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.6 chore(deps): update dependency svelte to v5.25.7 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8a23080 to a628df8 Compare April 5, 2025 18:39
@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 from a628df8 to 1c8522f Compare April 7, 2025 16:38
@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 1c8522f to 654d054 Compare April 8, 2025 21:34
@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 916714e to 4fa3da2 Compare April 10, 2025 22:45
@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 4fa3da2 to b89a91c Compare April 11, 2025 22:46
@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 from b89a91c to f699f31 Compare April 12, 2025 18:01
@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 force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 702eefd to 4fd90a0 Compare April 15, 2025 08:04
@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 from 4fd90a0 to 5c28a8b Compare April 17, 2025 15:48
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.27.0 chore(deps): update dependency svelte to v5.27.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5c28a8b to 36a5f86 Compare April 17, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.27.1 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 36a5f86 to 5f6df7b Compare April 18, 2025 01:41
@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 5f6df7b to 652c41a Compare April 18, 2025 17:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.6 chore(deps): update dependency svelte to v5.43.7 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5dc4769 to c8e68ff Compare November 16, 2025 20:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.7 chore(deps): update dependency svelte to v5.43.8 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c8e68ff to 29c6089 Compare November 18, 2025 05:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.8 chore(deps): update dependency svelte to v5.43.10 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 29c6089 to 8691d64 Compare November 18, 2025 22:37
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.10 chore(deps): update dependency svelte to v5.43.11 Nov 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.11 chore(deps): update dependency svelte to v5.43.12 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 5b85398 to 072cc68 Compare November 20, 2025 17:04
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.12 chore(deps): update dependency svelte to v5.43.13 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 072cc68 to 345d4b6 Compare November 20, 2025 20:40
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.13 chore(deps): update dependency svelte to v5.43.14 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 345d4b6 to b3c18ab Compare November 25, 2025 02:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.14 chore(deps): update dependency svelte to v5.43.15 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b3c18ab to 3cebc55 Compare November 25, 2025 05:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.15 chore(deps): update dependency svelte to v5.44.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 3cebc55 to 6e01c52 Compare November 26, 2025 02:55
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.44.0 chore(deps): update dependency svelte to v5.44.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 6e01c52 to 92e04cb Compare November 26, 2025 20:40
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.44.1 chore(deps): update dependency svelte to v5.45.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 92e04cb to 34bd4dd Compare November 27, 2025 02:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.1 chore(deps): update dependency svelte to v5.45.2 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 34bd4dd to f2874ed Compare December 1, 2025 19:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.2 chore(deps): update dependency svelte to v5.45.3 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f2874ed to 4824633 Compare December 3, 2025 02:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.3 chore(deps): update dependency svelte to v5.45.4 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4824633 to a1c9481 Compare December 3, 2025 19:07
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.4 chore(deps): update dependency svelte to v5.45.5 Dec 3, 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