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.16.0 #295

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 9, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.16.0

Compare Source

Minor Changes
  • feat: allow class attribute to be an object or array, using clsx (#​14714)
Patch Changes
  • fix: don't include keyframes in global scope in the keyframes to rename (#​14822)

v5.15.0

Compare Source

Minor Changes
  • feat: add "worker" exports condition to better support bundling for worker-based environments (#​14779)

v5.14.6

Compare Source

Patch Changes
  • fix: treeshake $inspect.trace code if unused in modules (#​14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#​14777)

v5.14.5

Compare Source

Patch Changes
  • fix: bump esrap dependency (#​14765)

  • fix: ensure svg namespace for <a> elements is correct (#​14756)

  • fix: treeshake $inspect.trace code if unused (#​14770)

v5.14.4

Compare Source

Patch Changes
  • fix: remove implements from class declarations (#​14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#​14744)

v5.14.3

Compare Source

Patch Changes
  • fix: bump esrap, prevent malformed AST (#​14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#​14738)

v5.14.2

Compare Source

Patch Changes
  • fix: correctly highlight first rerun of $inspect.trace (#​14734)

  • chore: more loose parser improvements (#​14733)

v5.14.1

Compare Source

Patch Changes
  • fix: improve unowned derived performance (#​14724)

v5.14.0

Compare Source

Minor Changes

v5.13.0

Compare Source

Minor Changes
  • feat: add outro option to unmount (#​14540)

  • feat: provide loose parser mode (#​14691)

v5.12.0

Compare Source

Minor Changes
  • feat: expose more AST types from "svelte/compiler" (#​14601)
Patch Changes
  • fix: don't add parenthesis to media query if already present (#​14699)

  • fix: ensure if block paths retain correct template namespacing (#​14685)

v5.11.3

Compare Source

Patch Changes
  • fix: allow unquoted slash in attributes (#​14615)

  • fix: better handle hydration of script/style elements (#​14683)

  • fix: make defaultValue work with spread (#​14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#​14688)

v5.11.2

Compare Source

Patch Changes
  • fix: correctly handle ssr for reactivity/window (#​14681)

v5.11.1

Compare Source

Patch Changes
  • fix: account for global block in is_empty (#​14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#​14663)

v5.11.0

Compare Source

Minor Changes
  • feat: add svelte/reactivity/window module (#​14660)
Patch Changes
  • fix: take into account registration state when setting custom element props (#​14508)

v5.10.1

Compare Source

Patch Changes
  • fix: ensure snippet hoisting works in the correct scope (#​14642)

  • fix: ensure $state.snapshot clones holey arrays correctly (#​14657)

  • fix: restore input binding selection position (#​14649)

  • fix: transform everything that is not a selector inside :global (#​14577)

  • Overwrite Spring.#last_value when using .set() with {instant: true} (#​14656)

  • fix: don't emit assignment warnings for bindings (#​14651)

v5.10.0

Compare Source

Minor Changes
  • feat: provide links to documentation for errors/warnings (#​14629)
Patch Changes
  • fix: allow exports with source from script module even if no bind is present (#​14620)

  • fix: deconflict get_name for literal class properties (#​14607)


Configuration

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

🚦 Automerge: Enabled.

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.

Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
code-snippets ❌ Failed (Inspect) Dec 10, 2024 10:10pm

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: 22e64cf

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

@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 22e64cf to a399b2b Compare December 10, 2024 22:09
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.10.0 chore(deps): update dependency svelte to v5.10.1 Dec 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.10.1 chore(deps): update dependency svelte to v5.11.0 Dec 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.11.0 chore(deps): update dependency svelte to v5.11.2 Dec 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.11.2 chore(deps): update dependency svelte to v5.11.3 Dec 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.11.3 chore(deps): update dependency svelte to v5.12.0 Dec 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.12.0 chore(deps): update dependency svelte to v5.13.0 Dec 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.13.0 chore(deps): update dependency svelte to v5.14.0 Dec 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.0 chore(deps): update dependency svelte to v5.14.1 Dec 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.14.1 chore(deps): update dependency svelte to v5.14.2 Dec 17, 2024
@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 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 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 changed the title chore(deps): update dependency svelte to v5.14.5 chore(deps): update dependency svelte to v5.15.0 Dec 19, 2024
@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
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