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.22.6 #2878

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

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)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

v5.19.6

Compare Source

Patch Changes
  • fix: do not prune selectors like :global(.foo):has(.scoped) (#​15140)

  • fix: don't error on slot prop inside block inside other component (#​15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#​15158)

  • fix: silence a11y attribute warnings when spread attributes present (#​15150)

  • fix: prevent false-positive ownership validations due to hot reload (#​15154)

  • fix: widen ownership when calling setContext (#​15153)

v5.19.5

Compare Source

Patch Changes
  • fix: improve derived connection to ownership graph (#​15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#​15106)

v5.19.4

Compare Source

Patch Changes
  • fix: Add bind:focused property to HTMLAttributes type (#​15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#​15129)

  • fix: disallow $state/$derived in const tags (#​15115)

v5.19.3

Compare Source

Patch Changes
  • fix: don't throw for undefined non delegated event handlers (#​15087)

  • fix: consistently set value to blank string when value attribute is undefined (#​15057)

  • fix: optimise || expressions in template (#​15092)

  • fix: correctly handle novalidate attribute casing (#​15083)

  • fix: expand boolean attribute support (#​15095)

  • fix: avoid double deriveds in component props (#​15089)

  • fix: add check for is attribute to correctly detect custom elements (#​15086)

v5.19.2

Compare Source

Patch Changes
  • fix: address regression with untrack (#​15079)

v5.19.1

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.0

Compare Source

Minor Changes
  • feat: Expose ClassValue from svelte/elements (#​15035)
Patch Changes
  • fix: create fewer deriveds for concatenated strings (#​15041)

  • fix: correctly parse leading comments in function binding (#​15020)

v5.18.0

Compare Source

Minor Changes
  • feat: allow <template> elements to contain any child (#​15007)
Patch Changes
  • fix: ensure resume effects are scheduled in topological order (#​15012)

  • fix: bump esrap (#​15015)

  • fix: remove listener on bind_current_time teardown (#​15013)

v5.17.5

Compare Source

Patch Changes
  • feat: allow const tag inside svelte:boundary (#​14993)

  • fix: ensure signal write invalidation within effects is consistent (#​14989)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Jan 14, 2025
@theguild-bot
Copy link
Collaborator

theguild-bot commented Jan 14, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-eslint/eslint-plugin 4.4.0-alpha-20250307183324-f9da000dc8ddf0d2b567314c64b5c97401c2b061 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jan 14, 2025

💻 Website Preview

The latest changes are available as preview in: https://00bd14da.graphql-eslint.pages.dev

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f41fdee to 2654d16 Compare January 15, 2025 04:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.17.5 chore(deps): update dependency svelte to v5.18.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 2654d16 to c21231f Compare January 19, 2025 08:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.18.0 chore(deps): update dependency svelte to v5.19.0 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from c21231f to eafa1ea Compare January 21, 2025 12:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.0 chore(deps): update dependency svelte to v5.19.1 Jan 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.1 chore(deps): update dependency svelte to v5.19.2 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from d03192e to d8c77ff Compare January 26, 2025 08:26
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.2 chore(deps): update dependency svelte to v5.19.3 Jan 26, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.3 chore(deps): update dependency svelte to v5.19.4 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from f03f296 to faf2702 Compare January 29, 2025 17:50
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.4 chore(deps): update dependency svelte to v5.19.5 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from faf2702 to bbfc5c9 Compare January 30, 2025 22:27
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.5 chore(deps): update dependency svelte to v5.19.6 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from bbfc5c9 to 8bd61db Compare February 3, 2025 20:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.6 chore(deps): update dependency svelte to v5.19.7 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 8bd61db to 9be49b7 Compare February 5, 2025 20:55
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.7 chore(deps): update dependency svelte to v5.19.8 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 9be49b7 to cf306f8 Compare February 7, 2025 18:36
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.8 chore(deps): update dependency svelte to v5.19.9 Feb 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.9 chore(deps): update dependency svelte to v5.19.10 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 9598b66 to 553535e Compare February 12, 2025 22:03
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.10 chore(deps): update dependency svelte to v5.20.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 553535e to b4bedb9 Compare February 15, 2025 02:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.0 chore(deps): update dependency svelte to v5.20.1 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from b4bedb9 to 50f302a Compare February 18, 2025 18:52
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.1 chore(deps): update dependency svelte to v5.20.2 Feb 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.2 chore(deps): update dependency svelte to v5.20.4 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from be02347 to f7a0de1 Compare February 27, 2025 11:14
@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 branch from f7a0de1 to 7e06e33 Compare March 3, 2025 17:57
@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 branch from 7e06e33 to 790ab9d Compare March 4, 2025 15:24
@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 branch from 790ab9d to 835b0fb 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 force-pushed the renovate/svelte-5.x branch from 835b0fb to 13d12c6 Compare March 5, 2025 11:36
@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 branch from 13d12c6 to 10c568f Compare March 5, 2025 21:50
@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 10c568f to fa12b8e Compare March 6, 2025 02:21
@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 fa12b8e to f9da000 Compare March 7, 2025 18:32
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant