Skip to content

chore(deps): update dependency svelte to v5.28.2 #563

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 Mar 5, 2025

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.28.2

Compare Source

Patch Changes
  • fix: don't mark selector lists inside :global with multiple items as unused (#​15817)

v5.28.1

Compare Source

Patch Changes
  • fix: ensure <svelte:boundary> properly removes error content in production mode (#​15793)

  • fix: update_version after delete if source is undefined and prop in target (#​15796)

  • fix: emit error on wrong placement of the :global block selector (#​15794)

v5.28.0

Compare Source

Minor Changes
  • feat: partially evaluate more expressions (#​15781)

v5.27.3

Compare Source

Patch Changes
  • fix: use function declaration for snippets in server output to avoid TDZ violation (#​15789)

v5.27.2

Compare Source

Patch Changes
  • chore: use pkg.imports for common modules (#​15787)

v5.27.1

Compare Source

Patch Changes
  • chore: default params for html blocks (#​15778)

  • fix: correct suggested type for custom events without detail (#​15763)

  • fix: Throw on unrendered snippets in dev (#​15766)

  • fix: avoid unnecessary read version increments (#​15777)

v5.27.0

Compare Source

Minor Changes
  • feat: partially evaluate certain expressions (#​15494)
Patch Changes
  • fix: relax :global selector list validation (#​15762)

v5.26.3

Compare Source

Patch Changes
  • fix: correctly validate head snippets on the server (#​15755)

  • fix: ignore mutation validation for props that are not proxies in more cases (#​15759)

  • fix: allow self-closing tags within math namespace (#​15761)

v5.26.2

Compare Source

Patch Changes
  • fix: correctly validate undefined snippet params with default value (#​15750)

v5.26.1

Compare Source

Patch Changes
  • fix: update state_referenced_locally message (#​15733)

v5.26.0

Compare Source

Minor Changes
  • feat: add css.hasGlobal to compile output (#​15450)
Patch Changes
  • fix: add snippet argument validation in dev (#​15521)

v5.25.12

Compare Source

Patch Changes
  • fix: improve internal_set versioning mechanic (#​15724)

  • fix: don't transform reassigned state in labeled statement in $derived (#​15725)

v5.25.11

Compare Source

Patch Changes
  • fix: handle hydration mismatches in await blocks (#​15708)

  • fix: prevent ownership warnings if the fallback of a bindable is used (#​15720)

v5.25.10

Compare Source

Patch Changes
  • fix: set deriveds as CLEAN if they are assigned to (#​15592)

  • fix: better scope :global() with nesting selector & (#​15671)

v5.25.9

Compare Source

Patch Changes
  • fix: allow $.state and $.derived to be treeshaken (#​15702)

  • fix: rework binding ownership validation (#​15678)

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)


Configuration

📅 Schedule: Branch creation - "after 1am and before 5am" in timezone EST, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 label Mar 5, 2025
Copy link

stackblitz bot commented Mar 5, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: 3ba8054

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

Copy link

pkg-pr-new bot commented Mar 5, 2025

Open in StackBlitz

npm i https://pkg.pr.new/svelte-ux@563

commit: 3ba8054

Copy link
Contributor

github-actions bot commented Mar 5, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
svelte-ux ✅ Ready (View Log) Visit Preview 3ba8054

@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 branch from 32a4c65 to 95285d1 Compare March 5, 2025 12:04
@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 branch from 95285d1 to 4edb808 Compare March 5, 2025 16:53
@renovate renovate bot force-pushed the renovate/svelte branch from 4edb808 to fc73cdf Compare March 5, 2025 16:59
@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 branch from fc73cdf to 25e906f Compare March 6, 2025 06:06
@renovate renovate bot force-pushed the renovate/svelte branch from 25e906f to 5f2851f Compare March 6, 2025 18:55
@renovate renovate bot force-pushed the renovate/svelte branch from 5f2851f to 24d6de1 Compare March 6, 2025 19:21
@renovate renovate bot force-pushed the renovate/svelte branch from 24d6de1 to a43a261 Compare March 7, 2025 19:03
@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 branch from a43a261 to 0a39f4a Compare March 10, 2025 14:52
@renovate renovate bot force-pushed the renovate/svelte branch from 0a39f4a to f0cce7e Compare March 10, 2025 19:25
@renovate renovate bot force-pushed the renovate/svelte branch from f0cce7e to 22d1ff9 Compare March 10, 2025 19:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.25.11 chore(deps): update dependency svelte to v5.25.12 Apr 11, 2025
@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 force-pushed the renovate/svelte branch from cb3e77b to 46b7542 Compare April 11, 2025 23:28
@renovate renovate bot force-pushed the renovate/svelte branch from 46b7542 to a7eaea4 Compare April 12, 2025 19:07
@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 branch from a7eaea4 to 0d87cc8 Compare April 14, 2025 16:44
@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 branch from 0d87cc8 to 97acfd4 Compare April 15, 2025 07:26
@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 branch from 97acfd4 to d0f15c6 Compare April 17, 2025 16:30
@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 branch from d0f15c6 to 5c23f12 Compare April 17, 2025 23:32
@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 branch from 5c23f12 to d4d687c Compare April 18, 2025 03:26
@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 branch from d4d687c to c3fe15a Compare April 18, 2025 19:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.27.3 chore(deps): update dependency svelte to v5.28.1 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/svelte branch from c3fe15a to 3ba8054 Compare April 22, 2025 11:10
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.28.1 chore(deps): update dependency svelte to v5.28.2 Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants