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.0.0-next.260 #1825

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.0.0-next.240 -> 5.0.0-next.260 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.260

Compare Source

Patch Changes
  • fix: ensure use directives execute in the correct sequence (#​13384)

  • fix: blank CSS contents while migrating (#​13403)

  • fix: avoid migrating slots in custom elements (#​13406)

  • fix: don't consider children of rules when checking whether they are used or not (#​13410)

  • fix: treat <img> alt attribute as content for a11y labelling purposes (#​13411)

  • fix: make ownership widening more robust to userland proxies (#​13377)

  • fix: validation should not fail on anonymous declarations (#​13393)

v5.0.0-next.259

Compare Source

Patch Changes
  • fix: higher fidelity event migration (#​13362)

  • fix: properly remove root anchor node on unmount (#​13381)

  • fix: improve reconciliation of inert each block rows (#​13379)

v5.0.0-next.258

Compare Source

Patch Changes
  • fix: only use getComputedStyle with elements (#​13366)

  • fix: make each items reassignable in legacy mode (#​12257)

v5.0.0-next.257

Compare Source

Patch Changes
  • fix: only set attribute as property if element has setter (#​13341)

v5.0.0-next.256

Compare Source

Patch Changes
  • fix: only warn on context="module" in runes mode (#​13332)

  • feat: deprecate <svelte:self> in runes mode (#​13333)

  • fix: set strings as attributes, non-strings as properties if property exists (#​13327)

v5.0.0-next.255

Compare Source

Patch Changes
  • fix: keep bound inputs in sync in runes mode (#​13328)

  • fix: silence snapshot warnings inside $inspect (#​13334)

v5.0.0-next.254

Compare Source

Patch Changes
  • feat: account for zoom when calculating animation transforms (#​13317)

v5.0.0-next.253

Compare Source

Patch Changes
  • fix: delete transformers shadowed by unreassigned state (#​13316)

  • fix: don't make wheel events passive by default (#​13322)

v5.0.0-next.252

Compare Source

Patch Changes
  • fix: handle $Props interface during migration (#​13305)

  • fix: attach effects-inside-deriveds to the parent of the derived (#​13309)

  • fix: simplify and robustify appending styles (#​13303)

v5.0.0-next.251

Compare Source

Patch Changes
  • fix: improve performance of scheduling effects (#​13300)

v5.0.0-next.250

Compare Source

Patch Changes
  • fix: correctly migrate sequence expressions (#​13291)

  • fix: avoid disconnecting deriveds that are still active (#​13292)

  • feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#​13130)

v5.0.0-next.249

Compare Source

Patch Changes
  • fix: ensure snapshot logs don't affect dependency graph (#​13286)

  • fix: allow custom element styles to be updated in HMR mode (#​13225)

  • fix: inject styles correctly when mounting inside an iframe (#​13225)

v5.0.0-next.248

Compare Source

Patch Changes
  • feat: provide guidance in browser console when logging $state objects (#​13142)

  • fix: ensure correct parent effect is associated with render effects (#​13274)

  • feat: unwrap function expressions where possible, and optimise bindings (#​13269)

v5.0.0-next.247

Compare Source

Patch Changes
  • fix: wait until template strings are complete before sanitizing (#​13262)

  • fix: avoid flushing sync with $inspect (#​13239)

  • fix: separate template_effect for dynamic class/style directive with dynamic attributes (#​13171)

  • fix: treat pure call expressions as potentially reactive if they reference local bindings (#​13264)

  • fix: follow spec for customElement option (#​13247)

  • fix: tighten up `# svelte prefix validation (#​13261)

v5.0.0-next.246

Compare Source

Patch Changes
  • perf: inline module variables into template (#​13075)

  • fix: allow custom element events on slot to bubble inside custom element (#​13222)

  • fix: add missing autocomplete attribute tokens (#​13229)

  • feat: add infinite loop effect callstack (#​13231)

v5.0.0-next.245

Compare Source

Patch Changes
  • fix: visit expression for svelte:component references (#​13151)

  • fix: ensure signal graph is consistent before triggering $inspect signals (#​13153)

  • feat: better types for the autocomplete attribute (#​13201)

  • fix: widen ownership upon property access if necessary (#​13175)

  • fix: don't show state_referenced_locally warning on types (#​13177)

  • fix: ensure locally mutated bindable props persist with spreading props (#​13190)

  • fix: try catch strict_equals to avoid error accessing STATE_SYMBOL (#​13216)

  • fix: ensure types are easier to follow for TypeScript (#​13140)

  • fix: ensure $inspect effects are fine-grain (#​13199)

  • fix: ensure unowned derived signals correctly re-connect to graph (#​13184)

  • fix: ensure inner script tags are properly removed (#​13152)

  • chore: improve ssr parent validation (#​13158)

  • fix: prevent nullish snippet for rendering empty content (#​13083)

  • fix: allow more characters in the unicode range as component identifiers (#​13198)

  • fix: allow for nesting selector in pseudoclasses (#​13209)

  • fix: ensure StyleDirective and ClassDirective are marked as dynamic (#​13205)

v5.0.0-next.244

Compare Source

Patch Changes
  • fix: error on duplicate style and class directive (#​13097)

  • fix: ensure $host rune correctly compiles in variable declarations (#​13127)

  • fix: remove unnecessary update assignments (#​13113)

  • fix: error at compile time on unsupported TypeScript language features (#​12982)

  • fix: Ensure imports are above other statements (#​13132)

v5.0.0-next.243

Compare Source

Patch Changes
  • fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode (#​13059)

  • fix: ensure reactivity system remains consistent with removals (#​13087)

  • fix: render undefined html as the empty string (#​13092)

  • fix: error on incorrect attributes for svelte:body (#​13084)

  • feat: provide AST node types with internal types stripped out (#​12968)

v5.0.0-next.242

Compare Source

Patch Changes
  • fix: insert comment before text in an each block, to prevent glued nodes (#​13073)

  • feat: better generated each block code in SSR mode (#​13060)

v5.0.0-next.241

Compare Source

Patch Changes
  • fix: prevent div/0 when generating transition keyframes (#​13058)

  • fix: error on invalid element name (#​13057)

  • fix: better compile errors for invalid tag names/placement (#​13045)

  • fix: ensure event currentTarget is reset after propagation logic (#​13042)


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 Aug 30, 2024

Deploying cv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 32e687c
Status: ✅  Deploy successful!
Preview URL: https://5efeba6a.cv-9bs.pages.dev
Branch Preview URL: https://renovate-svelte-5-x-lockfile.cv-9bs.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.242 chore(deps): update dependency svelte to v5.0.0-next.243 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.243 chore(deps): update dependency svelte to v5.0.0-next.244 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 5 times, most recently from d4f52d6 to de181db Compare September 12, 2024 06:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.244 chore(deps): update dependency svelte to v5.0.0-next.245 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.245 chore(deps): update dependency svelte to v5.0.0-next.246 Sep 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.246 chore(deps): update dependency svelte to v5.0.0-next.247 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from de181db to e9f72ac Compare September 17, 2024 07:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.247 chore(deps): update dependency svelte to v5.0.0-next.249 Sep 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.249 chore(deps): update dependency svelte to v5.0.0-next.250 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.250 chore(deps): update dependency svelte to v5.0.0-next.251 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.251 chore(deps): update dependency svelte to v5.0.0-next.252 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.252 chore(deps): update dependency svelte to v5.0.0-next.253 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.253 chore(deps): update dependency svelte to v5.0.0-next.254 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.254 chore(deps): update dependency svelte to v5.0.0-next.256 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.256 chore(deps): update dependency svelte to v5.0.0-next.257 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from e9f72ac to 558af38 Compare September 21, 2024 11:14
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.257 chore(deps): update dependency svelte to v5.0.0-next.258 Sep 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.258 chore(deps): update dependency svelte to v5.0.0-next.259 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 558af38 to ce82aee Compare September 26, 2024 18:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.259 chore(deps): update dependency svelte to v5.0.0-next.260 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from ce82aee to 32e687c Compare September 30, 2024 09:05
@spences10 spences10 merged commit af53f92 into main Sep 30, 2024
4 checks passed
@renovate renovate bot deleted the renovate/svelte-5.x-lockfile branch September 30, 2024 09:14
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