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.20.0 #150

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

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

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: 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)

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

vercel bot commented Dec 24, 2024

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

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 11:28pm

@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 changed the title chore(deps): update dependency svelte to v5.16.1 chore(deps): update dependency svelte to v5.16.2 Jan 5, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.2 chore(deps): update dependency svelte to v5.16.3 Jan 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.16.3 chore(deps): update dependency svelte to v5.17.0 Jan 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.17.0 chore(deps): update dependency svelte to v5.17.1 Jan 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.17.1 chore(deps): update dependency svelte to v5.17.2 Jan 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.17.2 chore(deps): update dependency svelte to v5.17.3 Jan 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.17.3 chore(deps): update dependency svelte to v5.17.5 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from abebbde to ba156f4 Compare January 14, 2025 17:24
@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-lockfile branch from ba156f4 to 979e89b Compare January 15, 2025 02:38
@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 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 979e89b to 6cebd66 Compare January 17, 2025 17:07
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 6cebd66 to d75ab4e Compare January 21, 2025 12:35
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d75ab4e to d0aca7d Compare January 22, 2025 14:55
@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 changed the title chore(deps): update dependency svelte to v5.19.2 chore(deps): update dependency svelte to v5.19.3 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d0aca7d to b1fda89 Compare January 25, 2025 01:16
@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-lockfile branch from b1fda89 to 030a93b Compare January 28, 2025 14:01
@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-lockfile branch from 030a93b to 7da6eb0 Compare January 29, 2025 14:40
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 7da6eb0 to e168277 Compare February 1, 2025 20:38
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.5 chore(deps): update dependency svelte to v5.19.6 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from e168277 to 044d011 Compare February 3, 2025 17:05
@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-lockfile branch from 044d011 to 9f6aea5 Compare February 3, 2025 22:19
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9f6aea5 to 387c286 Compare February 6, 2025 01:12
@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 6, 2025
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 387c286 to 1d1aee8 Compare February 7, 2025 01:54
@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-lockfile branch from 1d1aee8 to 55bd195 Compare February 11, 2025 19:54
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 55bd195 to 733e7bd Compare February 12, 2025 23:28
@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
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