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.2 #151

Open
wants to merge 1 commit into
base: the-one
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.16.2

Compare Source

Patch Changes
  • fix: ensure disconnected deriveds correctly connect again (#​14899)

  • fix: correctly highlight sources reassigned inside trace (#​14811)

v5.16.1

Compare Source

Patch Changes
  • fix: ensure unowned deriveds correctly get re-linked to the graph (#​14855)

  • fix: ensure $inspect.trace works correctly with null values (#​14853)

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)

v5.9.1

Compare Source

Patch Changes
  • fix: mark subtree dynamic for bind with sequence expressions (#​14626)

v5.9.0

Compare Source

Minor Changes
  • feat: add support for bind getters/setters (#​14307)
Patch Changes
  • fix: always run if block code the first time (#​14597)

v5.8.1

Compare Source

Patch Changes
  • fix: reinstate missing prefersReducedMotion export (#​14586)

v5.8.0

Compare Source

Minor Changes
  • feat: add Spring and Tween classes to svelte/motion (#​11519)

v5.7.1

Compare Source

Patch Changes
  • fix: ensure bindings always take precedence over spreads (#​14575)

v5.7.0

Compare Source

Minor Changes
  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#​14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#​14422)

Patch Changes
  • fix: treat undefined and null the same for the initial input value (#​14562)

v5.6.2

Compare Source

Patch Changes
  • chore: make if blocks tree-shakable (#​14549)

v5.6.1

Compare Source

Patch Changes
  • fix: handle static form values in combination with default values (#​14555)

v5.6.0

Compare Source

Minor Changes
  • feat: support defaultValue/defaultChecked for inputs (#​14289)

v5.5.4

Compare Source

Patch Changes
  • fix: better error messages for invalid HTML trees (#​14445)

  • fix: remove spreaded event handlers when they become nullish (#​14546)

  • fix: respect the unidirectional nature of time (#​14541)

v5.5.3

Compare Source

Patch Changes
  • fix: don't try to add owners to non-$state class fields (#​14533)

  • fix: capture infinite_loop_guard in error boundary (#​14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#​14273)

v5.5.2

Compare Source

Patch Changes
  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#​14525)

v5.5.0

Compare Source

Minor Changes
  • feat: allow snippets to be exported from module scripts (#​14315)
Patch Changes
  • fix: ignore TypeScript generics on variables (#​14509)

v5.4.0

Compare Source

Minor Changes

v5.3.2

Compare Source

Patch Changes
  • fix: correctly prune CSS for elements inside snippets (#​14494)

  • fix: render attributes during SSR regardless of case (#​14492)

v5.3.1

Compare Source

Patch Changes
  • fix: treat spread elements the same as call expressions (#​14488)

  • fix: correctly increment/decrement bigints (#​14485)

v5.3.0

Compare Source

Minor Changes
  • feat: add error boundaries with <svelte:boundary> (#​14211)

v5.2.12

Compare Source

Patch Changes
  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#​14470)

  • fix: prevent infinite loops when pruning CSS (#​14474)

  • fix: generate correct code when encountering object expression statement (#​14480)

v5.2.11

Compare Source

Patch Changes
  • fix: ignore text and expressions outside the template when validating HTML (#​14468)

  • fix: better account for render tags when pruning CSS (#​14456)

v5.2.10

Compare Source

Patch Changes
  • fix: correctly remove unused selectors in middle of selector lists (#​14448)

  • chore: upgrade esm-env for Vite 6 support (#​14460)

  • fix: strip exported TypeScript function overloads (#​14458)

v5.2.9

Compare Source

Patch Changes
  • fix: show :then block for null/undefined value (#​14440)

  • fix: relax html parent validation (#​14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#​14443)

  • fix: disregard TypeScript nodes when pruning CSS (#​14446)

v5.2.8

Compare Source

Patch Changes
  • fix: correctly prune each blocks (#​14403)

  • fix: provide temporary LegacyComponentType (#​14257)

  • fix: attach spread attribute events synchronously (#​14387)

  • fix: ensure last empty text node correctly hydrates (#​14425)

  • fix: correctly prune key blocks (#​14403)

v5.2.7

Compare Source

Patch Changes
  • fix: always use set for private identifiers (#​14378)

v5.2.6

Compare Source

Patch Changes
  • fix: remove template expression inlining (#​14374)

v5.2.5

Compare Source

Patch Changes
  • fix: correctly handle srcObject attribute on video elements (#​14369)

  • add contentvisibilityautostatechange event to element definitions (#​14373)

  • fix: tighten up export default validation (#​14368)

  • fix: include method definitions in class private fields (#​14365)

v5.2.4

Compare Source

Patch Changes
  • fix: ensure internal cloning can work circular values (#​14347)

  • fix: correctly update dynamic member expressions (#​14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#​14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#​14349)

v5.2.3

Compare Source

Patch Changes
  • fix: ensure dynamic call expressions correctly generate output (#​14345)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

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

coderabbitai bot commented Nov 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.2 chore(deps): update dependency svelte to v5.2.3 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 59fe495 to 982bfba Compare November 18, 2024 16:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.3 chore(deps): update dependency svelte to v5.2.4 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 982bfba to 8a82efd Compare November 19, 2024 19:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.4 chore(deps): update dependency svelte to v5.2.5 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8a82efd to 0bda1c2 Compare November 20, 2024 16:20
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.5 chore(deps): update dependency svelte to v5.2.6 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 0bda1c2 to 52f43f7 Compare November 20, 2024 20:40
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.6 chore(deps): update dependency svelte to v5.2.7 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 52f43f7 to a5e51ef Compare November 20, 2024 23:06
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.7 chore(deps): update dependency svelte to v5.2.8 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a5e51ef to cb1d838 Compare November 25, 2024 19:49
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.8 chore(deps): update dependency svelte to v5.2.9 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from cb1d838 to 4d0c5c7 Compare November 27, 2024 14:55
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.9 chore(deps): update dependency svelte to v5.2.10 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from c0a1bb8 to 9b38854 Compare November 29, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.10 chore(deps): update dependency svelte to v5.2.11 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9b38854 to 6230655 Compare November 30, 2024 20:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.11 chore(deps): update dependency svelte to v5.2.12 Nov 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.2.12 chore(deps): update dependency svelte to v5.3.0 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 15b3a0a to 1bb6e0e Compare December 2, 2024 01:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.3.0 chore(deps): update dependency svelte to v5.3.1 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1bb6e0e to f1cf99d Compare December 2, 2024 14:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.3.1 chore(deps): update dependency svelte to v5.4.0 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.4.0 chore(deps): update dependency svelte to v5.5.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from a3b6d74 to 3619800 Compare December 3, 2024 22:00
@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 force-pushed the renovate/svelte-5.x-lockfile branch from b7000c2 to 6acbee2 Compare December 12, 2024 00:50
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 6acbee2 to a762b38 Compare December 12, 2024 22:01
@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 force-pushed the renovate/svelte-5.x-lockfile branch from a762b38 to e5d55db Compare December 13, 2024 02:05
@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 force-pushed the renovate/svelte-5.x-lockfile branch from e5d55db to e64238c Compare December 14, 2024 16:03
@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 force-pushed the renovate/svelte-5.x-lockfile branch from e64238c to 5d897d4 Compare December 15, 2024 15:49
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 5d897d4 to 8892e14 Compare December 16, 2024 23:54
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 8892e14 to 095be48 Compare December 17, 2024 17:00
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 095be48 to c07e053 Compare December 18, 2024 02:31
@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 force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 10dbb20 to 10c9859 Compare December 19, 2024 17:40
@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-lockfile branch from 10c9859 to 1ecf1ef Compare December 20, 2024 01:14
@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 20, 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
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1ecf1ef to a12dbc0 Compare December 24, 2024 19:03
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a12dbc0 to 7351fa0 Compare January 2, 2025 19:02
@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-lockfile branch from 7351fa0 to eb2b982 Compare January 5, 2025 21:33
@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
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