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.8.0 #309

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

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)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

v5.2.0

Compare Source

Minor Changes
  • feat: better inlining of static attributes (#​14269)

v5.1.17

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

v5.1.16

Compare Source

Patch Changes
  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#​14267)

  • fix: bail on named slots with that have reserved keywords during migration (#​14278)

v5.1.15

Compare Source

Patch Changes
  • fix: consider static attributes that are inlined in the template (#​14249)

v5.1.14

Compare Source

Patch Changes
  • fix: migration script messing with attributes (#​14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#​14236)

  • fix: account for mutations in script module in ownership check (#​14253)

  • fix: consider img with loading attribute not static (#​14237)

v5.1.13

Compare Source

Patch Changes
  • fix: add migration task when there's a variable named that would conflict with a rune (#​14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#​14227)

  • fix: handle sibling combinators within :has (#​14213)

  • fix: consider variables with synthetic store sub as state (#​14195)

  • fix: read index as a source in legacy keyed each block (#​14208)

  • fix: account for shadowing children slot during migration (#​14224)

  • fix: ensure explicit nesting selector is always applied (#​14193)

  • fix: add lang="ts" attribute during migration if needed (#​14222)

v5.1.12

Compare Source

Patch Changes
  • fix: ignore as type expressions on property definitions (#​14181)

  • fix: restore active reaction if then block throws (#​14191)

  • chore: adds legacy mode flag reducing bundle size in runes mode only apps (#​14180)

v5.1.11

Compare Source

Patch Changes
  • fix: error on TypeScript's readonly modifier (#​14153)

  • fix: remove scoping for :not selectors (#​14177)

v5.1.10

Compare Source

Patch Changes
  • fix: ensure non-matching elements are scoped for :not(...) selector (#​13999)

  • fix: ensure video elements autoplay in safari (#​14095)

  • fix: ensure trailing multiline comments on props produce correct code (#​14143#issuecomment-2455702689) (#​14143)

  • fix: correctly infer <a> tag namespace (#​14134)

  • fix: check options namespace for top level svelte:elements (#​14101)

  • fix: ensure migrate keeps inline/trailing comments in $props type definition (#​14143)

  • fix: update links in JSDoc (#​14165)

  • fix: ensure SvelteMap and SvelteSet work with generators in dev (#​14103)

  • fix: only output the key for each_key_duplicate (#​14147)

  • fix: prevent migrated snippet from shadow snippet prop (#​14127)

  • fix: pass along anchor in legacy class wrappers (#​14100)

  • fix: recognize all custom element prop definitions (#​14084)

  • fix: migrate multiple declarations with only some exported correctly (#​14126)


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

cloudflare-workers-and-pages bot commented Oct 8, 2024

Deploying svead with  Cloudflare Pages  Cloudflare Pages

Latest commit: 447933f
Status: ✅  Deploy successful!
Preview URL: https://b651665d.svead.pages.dev
Branch Preview URL: https://renovate-svelte-5-x.svead.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 426fc20 to 9b802c6 Compare October 9, 2024 08:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.263 chore(deps): update dependency svelte to v5.0.0-next.264 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 189c0f4 to 68bb48e Compare October 14, 2024 20:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.264 chore(deps): update dependency svelte to v5.0.0-next.265 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 68bb48e to d56ca28 Compare October 15, 2024 20:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.265 chore(deps): update dependency svelte to v5.0.0-next.266 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 1e2b4e9 to 8318f89 Compare October 16, 2024 15:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.266 chore(deps): update dependency svelte to v5.0.0-next.268 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 8318f89 to e4c0626 Compare October 17, 2024 17:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.268 chore(deps): update dependency svelte to v5.0.0-next.269 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from e4c0626 to 28175e0 Compare October 19, 2024 01:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.269 chore(deps): update dependency svelte to v5.0.0-next.270 Oct 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.270 chore(deps): update dependency svelte to v5.0.0-next.272 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 28175e0 to 08d2341 Compare October 19, 2024 13:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.272 chore(deps): update dependency svelte to v5.0.0 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 4d91d5c to 227b097 Compare October 19, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0 chore(deps): update dependency svelte to v5.0.2 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 227b097 to 5c6505a Compare October 20, 2024 13:25
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.2 chore(deps): update dependency svelte to v5.0.3 Oct 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.3 chore(deps): update dependency svelte to v5.0.3 - autoclosed Oct 20, 2024
@renovate renovate bot closed this Oct 20, 2024
@renovate renovate bot deleted the renovate/svelte-5.x branch October 20, 2024 18:05
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.3 - autoclosed chore(deps): update dependency svelte to v5.0.3 Oct 21, 2024
@renovate renovate bot reopened this Oct 21, 2024
@renovate renovate bot restored the renovate/svelte-5.x branch October 21, 2024 12:31
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 5c6505a to 8f90911 Compare October 21, 2024 12:31
@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 branch 2 times, most recently from e409112 to b688094 Compare November 30, 2024 19:52
@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 force-pushed the renovate/svelte-5.x branch from b688094 to db4a0f8 Compare December 1, 2024 16:28
@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 branch from db4a0f8 to 9da7a6f Compare December 1, 2024 22:46
@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 1, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 9da7a6f to 8868ddb Compare December 2, 2024 14:14
@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 force-pushed the renovate/svelte-5.x branch from 8868ddb to 2e0b608 Compare December 3, 2024 16:54
@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 branch from 2e0b608 to cf6668f Compare December 3, 2024 22:37
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.5.0 chore(deps): update dependency svelte to v5.5.2 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from cf6668f to 1122827 Compare December 4, 2024 00:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.5.2 chore(deps): update dependency svelte to v5.5.3 Dec 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.5.3 chore(deps): update dependency svelte to v5.6.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from cad899b to 434557c Compare December 4, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.6.0 chore(deps): update dependency svelte to v5.6.2 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 434557c to 2eb0bf8 Compare December 5, 2024 17:38
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.6.2 chore(deps): update dependency svelte to v5.7.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 2eb0bf8 to f2d5781 Compare December 5, 2024 21:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.7.0 chore(deps): update dependency svelte to v5.7.1 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f2d5781 to f692ebc Compare December 5, 2024 21:35
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f692ebc to 447933f Compare December 6, 2024 17:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.7.1 chore(deps): update dependency svelte to v5.8.0 Dec 6, 2024
@spences10 spences10 merged commit 8215590 into main Dec 6, 2024
3 checks passed
@spences10 spences10 deleted the renovate/svelte-5.x branch December 6, 2024 21:17
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.

1 participant