Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.34.7 -> 5.39.6 age confidence

Release Notes

sveltejs/svelte (svelte)

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: issue state_proxy_unmount warning when unmounting a state proxy (#​16747)

  • fix: add then to class component render output (#​16783)

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)

v5.35.6

Compare Source

Patch Changes
  • chore: simplify reaction/source ownership tracking (#​16333)

  • chore: simplify internal component pop() (#​16331)

v5.35.5

Compare Source

Patch Changes
  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#​16325)

  • fix: re-evaluate derived props during teardown (#​16278)

v5.35.4

Compare Source

Patch Changes
  • fix: abort and reschedule effect processing after state change in user effect (#​16280)

v5.35.3

Compare Source

Patch Changes
  • fix: account for mounting when select_option in attribute_effect (#​16309)

  • fix: do not proxify the value assigned to a derived (#​16302)

v5.35.2

Compare Source

Patch Changes

v5.35.1

Compare Source

Patch Changes
  • feat: add parent hierarchy to __svelte_meta objects (#​16255)

v5.35.0

Compare Source

Minor Changes
Patch Changes

v5.34.9

Compare Source

Patch Changes
  • fix: ensure unowned deriveds can add themselves as reactions while connected (#​16249)

v5.34.8

Compare Source

Patch Changes
  • fix: untrack $inspect.with and add check for unsafe mutation (#​16209)

  • fix: use fine grained for template if the component is not explicitly in legacy mode (#​16232)

  • lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#​16221)


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.34.4 chore(deps): update dependency svelte to v5.34.5 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from beb1494 to 03d6b02 Compare June 18, 2025 03:25
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.5 chore(deps): update dependency svelte to v5.34.6 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 03d6b02 to 77399f9 Compare June 18, 2025 19:55
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.6 chore(deps): update dependency svelte to v5.34.7 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 77399f9 to 70ca62d Compare June 19, 2025 15:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.7 chore(deps): update dependency svelte to v5.34.7 - autoclosed Jun 19, 2025
@renovate renovate bot closed this Jun 19, 2025
@renovate renovate bot deleted the renovate/svelte-5.x-lockfile branch June 19, 2025 18:25
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.7 - autoclosed chore(deps): update dependency svelte to v5.34.7 Jun 25, 2025
@renovate renovate bot reopened this Jun 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 47eab77 to 70ca62d Compare June 25, 2025 11:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.7 chore(deps): update dependency svelte to v5.34.8 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 70ca62d to 1e02c79 Compare June 25, 2025 18:03
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.8 chore(deps): update dependency svelte to v5.34.9 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from b04e742 to f3bdede Compare July 2, 2025 15:12
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.34.9 chore(deps): update dependency svelte to v5.35.0 Jul 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.0 chore(deps): update dependency svelte to v5.35.1 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f3bdede to ce90986 Compare July 2, 2025 22:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.1 chore(deps): update dependency svelte to v5.35.2 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 1de3707 to e7fb434 Compare July 7, 2025 19:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.2 chore(deps): update dependency svelte to v5.35.4 Jul 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.4 chore(deps): update dependency svelte to v5.35.5 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 96c6911 to dd27469 Compare July 11, 2025 04:09
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.5 chore(deps): update dependency svelte to v5.35.6 Jul 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.35.6 chore(deps): update dependency svelte to v5.36.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from dd27469 to 3080fe2 Compare July 14, 2025 20:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.2 chore(deps): update dependency svelte to v5.38.3 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 62ed86f to 3bb3740 Compare August 26, 2025 21:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.3 chore(deps): update dependency svelte to v5.38.5 Aug 26, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.5 chore(deps): update dependency svelte to v5.38.6 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 719066b to 61c7096 Compare August 31, 2025 10:57
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from f11e2dd to e657061 Compare September 4, 2025 22:14
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.6 chore(deps): update dependency svelte to v5.38.7 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 0ac2843 to aad102f Compare September 9, 2025 17:06
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.7 chore(deps): update dependency svelte to v5.38.8 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from aad102f to 43234b8 Compare September 11, 2025 04:40
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.8 chore(deps): update dependency svelte to v5.38.9 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 43234b8 to 4d8ec24 Compare September 13, 2025 01:10
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.9 chore(deps): update dependency svelte to v5.38.10 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4d8ec24 to 355bf42 Compare September 18, 2025 02:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.38.10 chore(deps): update dependency svelte to v5.39.1 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 355bf42 to a8eceea Compare September 18, 2025 04:36
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.39.1 chore(deps): update dependency svelte to v5.39.2 Sep 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.39.2 chore(deps): update dependency svelte to v5.39.3 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 9bf240a to a7fe439 Compare September 22, 2025 01:51
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.39.3 chore(deps): update dependency svelte to v5.39.4 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a7fe439 to c1d6d45 Compare September 23, 2025 13:05
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.39.4 chore(deps): update dependency svelte to v5.39.5 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c1d6d45 to 6556313 Compare September 24, 2025 18:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.39.5 chore(deps): update dependency svelte to v5.39.6 Sep 24, 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.

0 participants