Skip to content

chore(deps): update dependency svelte to v5.37.3 #815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.33.1 -> 5.37.3 age confidence
svelte (source) 5.33.4 -> 5.37.3 age confidence

Release Notes

sveltejs/svelte (svelte)

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)

v5.34.7

Compare Source

Patch Changes
  • fix: address css class matching regression (#​16204)

v5.34.6

Compare Source

Patch Changes
  • fix: match class and style directives against attribute selector (#​16179)

v5.34.5

Compare Source

Patch Changes
  • fix: keep spread non-delegated event handlers up to date (#​16180)

  • fix: remove undefined attributes on hydration (#​16178)

  • fix: ensure sources within nested effects still register correctly (#​16193)

  • fix: avoid shadowing a variable in dynamic components (#​16185)

v5.34.4

Compare Source

Patch Changes
  • fix: don't set state withing with_parent in proxy (#​16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#​16100)

v5.34.3

Compare Source

Patch Changes
  • fix: don't eagerly execute deriveds on resume (#​16150)

  • fix: prevent memory leaking signals in legacy mode (#​16145)

  • fix: don't define error.message if it's not configurable (#​16149)

v5.34.2

Compare Source

Patch Changes
  • fix: add missing typings for some dimension bindings (#​16142)

  • fix: prune typescript class field declarations (#​16154)

v5.34.1

Compare Source

Patch Changes
  • fix: correctly tag private class state fields (#​16132)

v5.34.0

Compare Source

Minor Changes
  • feat: add source name logging to $inspect.trace (#​16060)
Patch Changes
  • fix: add command and commandfor to HTMLButtonAttributes (#​16117)

  • fix: better $inspect.trace() output (#​16131)

  • fix: properly hydrate dynamic css props components and remove element removal (#​16118)

v5.33.19

Compare Source

Patch Changes
  • fix: reset is_flushing if flushSync is called and there's no scheduled effect (#​16119)

v5.33.18

Compare Source

Patch Changes

v5.33.17

Compare Source

Patch Changes
  • chore: update acorn parser ecmaVersion to parse import attributes (#​16098)

v5.33.16

Compare Source

Patch Changes
  • fix: visit expression when destructuring state declarations (#​16081)

  • fix: move xmlns attribute from SVGAttributes to to DOMAttributes (#​16080)

v5.33.15

Compare Source

Patch Changes
  • fix: invoke parent boundary of deriveds that throw (#​16091)

v5.33.14

Compare Source

Patch Changes
  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#​16063)

  • fix: destructuring snippet arguments (#​16068)

v5.33.13

Compare Source

Patch Changes
  • fix: avoid recursion error in EachBlock visitor (#​16058)

v5.33.12

Compare Source

Patch Changes
  • fix: correctly transform reassignments to class fields in SSR mode (#​16051)

v5.33.11

Compare Source

Patch Changes
  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#​16038)

v5.33.10

Compare Source

Patch Changes
  • fix: use fill: 'forwards' on transition animations to prevent flicker (#​16035)

v5.33.9

Compare Source

Patch Changes
  • fix: put expressions in effects unless known to be static (#​15792)

v5.33.8

Compare Source

Patch Changes
  • fix: only select_option if 'value' is in next (#​16032)

v5.33.7

Compare Source

Patch Changes
  • fix: bind:value to select with stores (#​16028)

v5.33.6

Compare Source

Patch Changes
  • fix: falsy attachments on components (#​16021)

  • fix: correctly mark elements as selected during SSR (#​16017)

v5.33.5

Compare Source

Patch Changes
  • fix: handle derived destructured iterators (#​16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#​15961)

v5.33.4

Compare Source

Patch Changes
  • fix: narrow defaultChecked to boolean (#​16009)

  • fix: warn when using rest or identifier in custom elements without props option (#​16003)

v5.33.3

Compare Source

Patch Changes
  • fix: allow using typescript in customElement.extend option (#​16001)

  • fix: cleanup event handlers on media elements (#​16005)

v5.33.2

Compare Source

Patch Changes
  • fix: correctly parse escaped unicode characters in css selector (#​15976)

  • fix: don't mark deriveds as clean if updating during teardown (#​15997)


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 these updates 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 branch from ab58cae to c680c8f Compare May 27, 2025 04:03
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.2 chore(deps): update dependency svelte to v5.33.3 May 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from c680c8f to e132c0b Compare May 27, 2025 19:45
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.3 chore(deps): update dependency svelte to v5.33.4 May 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from d986676 to b98c85d Compare May 28, 2025 23:11
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.4 chore(deps): update dependency svelte to v5.33.5 May 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b98c85d to b6089be Compare May 29, 2025 05:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.5 chore(deps): update dependency svelte to v5.33.6 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b6089be to c5cf7c2 Compare May 29, 2025 13:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.6 chore(deps): update dependency svelte to v5.33.7 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from c5cf7c2 to 7be5cb6 Compare May 29, 2025 19:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.7 chore(deps): update dependency svelte to v5.33.10 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 7be5cb6 to 580ab18 Compare May 31, 2025 20:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.10 chore(deps): update dependency svelte to v5.33.11 May 31, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.11 chore(deps): update dependency svelte to v5.33.12 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 1a88eda to 723e3bb Compare June 2, 2025 01:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.12 chore(deps): update dependency svelte to v5.33.13 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 723e3bb to d355712 Compare June 2, 2025 21:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.13 chore(deps): update dependency svelte to v5.33.14 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d355712 to 13f06b2 Compare June 6, 2025 21:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.14 chore(deps): update dependency svelte to v5.33.15 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 13f06b2 to b56c24a Compare June 7, 2025 03:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.15 chore(deps): update dependency svelte to v5.33.16 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b56c24a to 137600e Compare June 7, 2025 13:08
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.16 chore(deps): update dependency svelte to v5.33.17 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 137600e to cc5381c Compare June 8, 2025 12:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.17 chore(deps): update dependency svelte to v5.33.18 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from cc5381c to b2f9160 Compare June 10, 2025 19:12
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.3 chore(deps): update dependency svelte to v5.36.4 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b11ff2f to b11ee42 Compare July 17, 2025 00:24
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.4 chore(deps): update dependency svelte to v5.36.5 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b11ee42 to 01c3181 Compare July 17, 2025 16:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.5 chore(deps): update dependency svelte to v5.36.7 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 01c3181 to 3e1d731 Compare July 18, 2025 16:50
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.7 chore(deps): update dependency svelte to v5.36.8 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 3e1d731 to 590a145 Compare July 20, 2025 01:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.8 chore(deps): update dependency svelte to v5.36.10 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 590a145 to 1f1367a Compare July 21, 2025 02:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.10 chore(deps): update dependency svelte to v5.36.12 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 1f1367a to d29cdf5 Compare July 21, 2025 23:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.12 chore(deps): update dependency svelte to v5.36.13 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d29cdf5 to b911d3e Compare July 23, 2025 19:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.13 chore(deps): update dependency svelte to v5.36.14 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b911d3e to 9a2426c Compare July 24, 2025 13:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.14 chore(deps): update dependency svelte to v5.36.15 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 9a2426c to 6ce1233 Compare July 24, 2025 20:24
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.15 chore(deps): update dependency svelte to v5.36.16 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 6ce1233 to d686468 Compare July 26, 2025 01:05
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.16 chore(deps): update dependency svelte to v5.36.17 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d686468 to ed201c6 Compare July 27, 2025 10:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.36.17 chore(deps): update dependency svelte to v5.37.0 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from ed201c6 to 1636749 Compare July 28, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.37.0 chore(deps): update dependency svelte to v5.37.1 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 1636749 to d155d3d Compare July 31, 2025 23:48
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.37.1 chore(deps): update dependency svelte to v5.37.2 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d155d3d to e34ff1f Compare August 4, 2025 23:11
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.37.2 chore(deps): update dependency svelte to v5.37.3 Aug 4, 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