Skip to content
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

chore(deps): update dependency svelte to v5.25.8 #782

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.19.7 -> 5.25.8 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.25.8

Compare Source

Patch Changes
  • fix: address untracked_writes memory leak (#​15694)

v5.25.7

Compare Source

Patch Changes
  • fix: ensure clearing of old values happens independent of root flushes (#​15664)

v5.25.6

Compare Source

Patch Changes
  • fix: ignore generic type arguments while creating AST (#​15659)

  • fix: better consider component and its snippets during css pruning (#​15630)

v5.25.5

Compare Source

Patch Changes
  • fix: add setters to $derived class properties (#​15628)

  • fix: silence assignment warning on more function bindings (#​15644)

  • fix: make sure CSS is preserved during SSR with bindings (#​15645)

v5.25.4

Compare Source

Patch Changes
  • fix: support TS type assertions (#​15642)

  • fix: ensure undefined class still applies scoping class, if necessary (#​15643)

v5.25.3

Compare Source

Patch Changes
  • fix: prevent state runes from being called with spread (#​15585)

v5.25.2

Compare Source

Patch Changes
  • feat: migrate reassigned deriveds to $derived (#​15581)

v5.25.1

Compare Source

Patch Changes
  • fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (#​15577)

v5.25.0

Compare Source

Minor Changes

v5.24.1

Compare Source

Patch Changes
  • fix: use get in constructor for deriveds (#​15300)

  • fix: ensure toStore root effect is connected to correct parent effect (#​15574)

v5.24.0

Compare Source

Minor Changes
  • feat: allow state created in deriveds/effects to be written/read locally without self-invalidation (#​15553)
Patch Changes
  • fix: check if DOM prototypes are extensible (#​15569)

  • Keep inlined trailing JSDoc comments of properties when running svelte-migrate (#​15567)

  • fix: simplify set calls for proxyable values (#​15548)

  • fix: don't depend on deriveds created inside the current reaction (#​15564)

v5.23.2

Compare Source

Patch Changes
  • fix: don't hoist listeners that access non hoistable snippets (#​15534)

v5.23.1

Compare Source

Patch Changes
  • fix: invalidate parent effects when child effects update parent dependencies (#​15506)

  • fix: correctly match :has() selector during css pruning (#​15277)

  • fix: replace undefined with void 0 to avoid edge case (#​15511)

  • fix: allow global-like pseudo-selectors refinement (#​15313)

  • chore: don't distribute unused types definitions (#​15473)

  • fix: add files and group to HTMLInputAttributes in elements.d.ts (#​15492)

  • fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#​15516)

v5.23.0

Compare Source

Minor Changes
  • fix: make values consistent between effects and their cleanup functions (#​15469)

v5.22.6

Compare Source

Patch Changes
  • fix: skip log_if_contains_state if only logging literals (#​15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#​15458)

  • fix: null and warnings for local handlers (#​15460)

v5.22.5

Compare Source

Patch Changes
  • fix: memoize clsx calls (#​15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#​15443)

  • fix: always use setAttribute when setting style (#​15323)

  • fix: make style: directive and CSS handling more robust (#​15418)

v5.22.4

Compare Source

Patch Changes
  • fix: never deduplicate expressions in templates (#​15451)

v5.22.3

Compare Source

Patch Changes
  • fix: run effect roots in tree order (#​15446)

v5.22.2

Compare Source

Patch Changes
  • fix: correctly set is_updating before flushing root effects (#​15442)

v5.22.1

Compare Source

Patch Changes
  • chore: switch acorn-typescript plugin (#​15393)

v5.22.0

Compare Source

Minor Changes
  • feat: Add idPrefix option to render (#​15428)
Patch Changes
  • fix: make dialog element and role interactive (#​15429)

v5.21.0

Compare Source

Minor Changes
  • chore: Reduce hydration comment for {:else if} (#​15250)
Patch Changes
  • fix: disallow bind:group to snippet parameters (#​15401)

v5.20.5

Compare Source

Patch Changes
  • fix: allow double hyphen css selector names (#​15384)

  • fix: class:directive not working with $restProps #​15386 (#​15389)
    fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#​15369)

  • fix: allow for duplicate var declarations (#​15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#​15396)

v5.20.4

Compare Source

Patch Changes
  • fix: update types and inline docs for flushSync (#​15348)

v5.20.3

Compare Source

Patch Changes
  • fix: allow @const inside #key (#​15377)

  • fix: remove unnecessary ?? '' on some expressions (#​15287)

  • fix: correctly override class attributes with class directives (#​15352)

v5.20.2

Compare Source

Patch Changes
  • chore: remove unused options.uid in render (#​15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#​15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#​15283)

  • fix: muted reactive without bind and select/autofocus attributes working with function calls (#​15326)

  • fix: ensure input elements and elements with dir attribute are marked as non-static (#​15259)

  • fix: fire delegated events on target even it was disabled in the meantime (#​15319)

v5.20.1

Compare Source

Patch Changes
  • fix: ensure AST analysis on svelte.js modules succeeds (#​15297)

  • fix: ignore typescript abstract methods (#​15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#​15291)

v5.20.0

Compare Source

Minor Changes
  • feat: SSR-safe ID generation with $props.id() (#​15185)
Patch Changes
  • fix: take private and public into account for constant_assignment of derived state (#​15276)

  • fix: value/checked not correctly set using spread (#​15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#​15275)

  • fix: use importNode to clone templates for Firefox (#​15272)

  • fix: recurse into $derived for ownership validation (#​15166)

v5.19.10

Compare Source

Patch Changes
  • fix: when re-connecting unowned deriveds, remove their unowned flag (#​15255)

  • fix: allow mutation of private derived state (#​15228)

v5.19.9

Compare Source

Patch Changes
  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#​15232)

  • fix: hydrate href that is part of spread attributes (#​15226)

v5.19.8

Compare Source

Patch Changes
  • fix: properly set value property of custom elements (#​15206)

  • fix: ensure custom element updates don't run in hydration mode (#​15217)

  • fix: ensure tracking returns true, even if in unowned (#​15214)


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.

Copy link

cloudflare-workers-and-pages bot commented Dec 17, 2024

Deploying sveltekit-embed with  Cloudflare Pages  Cloudflare Pages

Latest commit: 774fe29
Status: ✅  Deploy successful!
Preview URL: https://6cf4b1b8.sveltekit-embed.pages.dev
Branch Preview URL: https://renovate-svelte-5-x.sveltekit-embed.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.2 chore(deps): update dependency svelte to v5.14.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 4dee408 to 3754c53 Compare December 18, 2024 04:26
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.3 chore(deps): update dependency svelte to v5.14.4 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 3754c53 to 774fe29 Compare December 18, 2024 13:03
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.4 chore(deps): update dependency svelte to v5.14.5 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 904cf20 to fbf1f20 Compare December 19, 2024 22:20
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.5 chore(deps): update dependency svelte to v5.14.6 Dec 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.6 chore(deps): update dependency svelte to v5.15.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from fbf1f20 to d22082d Compare December 20, 2024 01:54
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.15.0 chore(deps): update dependency svelte to v5.15.0 - autoclosed Dec 22, 2024
@renovate renovate bot closed this Dec 22, 2024
@renovate renovate bot deleted the renovate/svelte-5.x branch December 22, 2024 08:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.15.0 - autoclosed chore(deps): update dependency svelte to v5.15.0 Dec 24, 2024
@renovate renovate bot reopened this Dec 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 213913c to d22082d Compare December 24, 2024 16:08
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.15.0 chore(deps): update dependency svelte to v5.16.0 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d22082d to d4ee910 Compare December 24, 2024 18:08
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d4ee910 to f3778f7 Compare January 1, 2025 12:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.0 chore(deps): update dependency svelte to v5.16.1 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f3778f7 to c337f1e Compare January 2, 2025 19:05
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.1 chore(deps): update dependency svelte to v5.16.2 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from c7f1e31 to 394649e Compare January 6, 2025 21:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.2 chore(deps): update dependency svelte to v5.16.3 Jan 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.3 chore(deps): update dependency svelte to v5.16.5 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 394649e to 62882a8 Compare January 7, 2025 00:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.5 chore(deps): update dependency svelte to v5.17.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 62882a8 to 2e3c010 Compare January 8, 2025 13:21
@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 branch from 52a74ac to ea42e02 Compare March 6, 2025 02:57
@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 branch from ea42e02 to 9c88166 Compare March 7, 2025 19:37
@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 branch from 9c88166 to c6573f9 Compare March 11, 2025 19:14
@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 branch from c6573f9 to f89f168 Compare March 17, 2025 03:33
@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 branch from f89f168 to 3301f71 Compare March 18, 2025 19:50
@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 branch from 3301f71 to d4b203f Compare March 21, 2025 16:05
@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 changed the title chore(deps): update dependency svelte to v5.24.1 chore(deps): update dependency svelte to v5.25.0 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 2265cd0 to 06dac1e Compare March 21, 2025 22:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.0 chore(deps): update dependency svelte to v5.25.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 06dac1e to c410df2 Compare March 22, 2025 01:26
@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 branch from c410df2 to d18ce58 Compare March 23, 2025 14:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.2 chore(deps): update dependency svelte to v5.25.3 Mar 23, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d18ce58 to f1c8c2e Compare March 31, 2025 22:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.3 chore(deps): update dependency svelte to v5.25.5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f1c8c2e to 78884ef Compare April 1, 2025 16:44
@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 branch from 78884ef to 1061d3a Compare April 5, 2025 18:23
@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 branch from 1061d3a to 1842630 Compare April 7, 2025 19:21
@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
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