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 ^5.19.3 #319

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) ^5.4.0 -> ^5.19.3 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

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: omit unnecessary nullish coallescing in template expressions (#​15056)

  • fix: more efficient template effect grouping (#​15050)

  • fix: ensure untrack correctly retains the active reaction (#​15065)

  • fix: initialize files bind on hydration (#​15059)

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)

v5.17.4

Compare Source

Patch Changes
  • fix: never consider inert boundary effects (#​14999)

  • fix: store access on component destroy (#​14968)

  • fix: correctly transform pre with no content (#​14973)

  • fix: wrap each block expression in derived to encapsulate effects (#​14967)

v5.17.3

Compare Source

Patch Changes
  • fix: reset dependency read versions after reaction execution (#​14964)

v5.17.2

Compare Source

Patch Changes
  • fix: account for parent scale when animating elements (#​14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#​14930)

  • fix: properly add owners to function bindings (#​14962)

v5.17.1

Compare Source

Patch Changes
  • fix: remove bindable prop validation (#​14946)

  • chore: tweak "invalid assignment" compiler error message (#​14955)

  • fix: silence false-positive stale value warning (#​14958)

v5.17.0

Compare Source

Minor Changes
  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#​14941)
Patch Changes
  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#​14554)

  • fix: account for min-width/height in slide transition (#​14942)

  • fix: prevent long delays causing erratic spring behaviour (#​14940)

  • feat: warn on using slide transition with table elements (#​14936)

  • chore: improve signal performance by reducing duplicate deps (#​14945)

v5.16.6

Compare Source

Patch Changes
  • fix: Make Tween duration 0 set current to target immediately (#​14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#​14933)

  • fix: treat inert as a boolean attribute (#​14935)

  • fix: remove leading newline from <pre> contents (#​14922)

v5.16.5

Compare Source

Patch Changes
  • fix: inherit correct namespace for <title> elements (#​14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#​14813)

v5.16.4

Compare Source

Patch Changes
  • fix: use cached indexOf array prototype method internally (#​14912)

  • fix: make Tween work with continuous target changes (#​14895)

v5.16.3

Compare Source

Patch Changes
  • fix: correctly parse each with loose parser (#​14887)

  • fix: apply clsx logic to custom element class attributes (#​14907)

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)

Configuration

📅 Schedule: Branch creation - "before 2pm on Monday" in timezone Europe/London, 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 Sep 2, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unplugin-typia-nextjs ⬜️ Ignored (Inspect) Visit Preview Jan 27, 2025 2:52am

Copy link

coderabbitai bot commented Sep 2, 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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • 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.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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 force-pushed the renovate/svelte-5.x branch from 72ae94e to 4e76eb9 Compare September 4, 2024 15:02
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.242 chore(deps): update dependency svelte to ^5.0.0-next.243 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 4e76eb9 to 6cda1f2 Compare September 7, 2024 13:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.243 chore(deps): update dependency svelte to ^5.0.0-next.244 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 4 times, most recently from 8dcbe8d to f57729b Compare September 14, 2024 18:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.244 chore(deps): update dependency svelte to ^5.0.0-next.245 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f57729b to f391271 Compare September 15, 2024 19:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.245 chore(deps): update dependency svelte to ^5.0.0-next.246 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f391271 to fa08bff Compare September 18, 2024 22:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.246 chore(deps): update dependency svelte to ^5.0.0-next.247 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 3 times, most recently from a2a85dd to 77c06d0 Compare September 19, 2024 14:55
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.247 chore(deps): update dependency svelte to ^5.0.0-next.248 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 77c06d0 to 3b8d8fe Compare September 19, 2024 16:20
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.248 chore(deps): update dependency svelte to ^5.0.0-next.249 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 3 times, most recently from edcf4e2 to df73ae5 Compare September 20, 2024 00:04
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.249 chore(deps): update dependency svelte to ^5.0.0-next.250 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from df73ae5 to 6488edf Compare September 20, 2024 12:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.250 chore(deps): update dependency svelte to ^5.0.0-next.251 Sep 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.16.6 chore(deps): update dependency svelte to ^5.17.0 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 3aa57af to 016369c Compare January 10, 2025 20:17
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.17.0 chore(deps): update dependency svelte to ^5.17.1 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 016369c to 475c638 Compare January 11, 2025 17:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.17.1 chore(deps): update dependency svelte to ^5.17.3 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 475c638 to e57fcdc Compare January 15, 2025 22:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.17.3 chore(deps): update dependency svelte to ^5.17.4 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from e57fcdc to 8afe333 Compare January 16, 2025 16:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.17.4 chore(deps): update dependency svelte to ^5.17.5 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from c020f50 to c3b002c Compare January 17, 2025 06:10
Copy link

vercel bot commented Jan 17, 2025

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.17.5 chore(deps): update dependency svelte to ^5.18.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 3 times, most recently from c63432f to 5e24f5d Compare January 18, 2025 17:46
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from c48f800 to 1603c4d Compare January 19, 2025 18:18
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.18.0 chore(deps): update dependency svelte to ^5.19.0 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 1603c4d to d22d7f7 Compare January 23, 2025 11:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.19.0 chore(deps): update dependency svelte to ^5.19.1 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from d22d7f7 to 95b0978 Compare January 24, 2025 14:45
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.19.1 chore(deps): update dependency svelte to ^5.19.2 Jan 24, 2025
Copy link

socket-security bot commented Jan 24, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 56.2 kB oxalorg
npm/[email protected] None +43 13.3 MB antfu, octref, orta, ...1 more
npm/[email protected] Transitive: environment, filesystem +9 5.48 MB dummdidumm, orta, svelte-language-tools-deploy
npm/[email protected] None +18 4.94 MB conduitry, rich_harris, svelte-admin

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 95b0978 to f013560 Compare January 27, 2025 02:52
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.19.2 chore(deps): update dependency svelte to ^5.19.3 Jan 27, 2025
@ryoppippi ryoppippi closed this Jan 27, 2025
Copy link
Contributor Author

renovate bot commented Jan 27, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^5.19.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant