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.262 #276

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.262

Compare Source

Patch Changes
  • feat: enable snippets to fill slots (#​13427)

  • fix: strip internal properties from rest props during SSR (#​13492)

  • fix: allow combinator at start of nested CSS selector (#​13440)

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)

v5.0.0-next.240

Compare Source

Patch Changes
  • fix: use WAAPI to control timing of JS-based animations (#​13018)

  • fix: prevent binding to imports (#​13035)

  • fix: never abort bidirectional transitions (#​13018)

v5.0.0-next.239

Compare Source

Patch Changes
  • fix: properly handle proxied array length mutations (#​13026)

  • fix: repair href attribute mismatches (#​13032)

v5.0.0-next.238

Compare Source

Patch Changes
  • fix: always return true from deleteProperty trap (#​13008)

  • fix: handle deletions of previously-unread state proxy properties (#​13008)

  • fix: make internal sources ownerless (#​13013)

  • fix: join text nodes separated by comments (#​13009)

v5.0.0-next.237

Compare Source

Patch Changes
  • breaking: throw error if derived creates state and then depends on it (#​12985)

  • fix: ensure assignments to state field inside constructor trigger effects (#​12985)

  • fix: ensure $inspect works with SvelteMap and SvelteSet (#​12994)

  • chore: default options.filename to "(unknown)" (#​12997)

  • feat: allow non-synchronous legacy component instantiation (#​12970)

v5.0.0-next.236

Compare Source

Patch Changes
  • fix: properly transform destructured $derived.by declarations (#​12984)

v5.0.0-next.235

Compare Source

Patch Changes
  • chore: update client check for smaller bundle size (#​12975)

  • fix: correctly hydrate empty raw blocks (#​12979)

v5.0.0-next.234

Compare Source

Patch Changes
  • fix: allow deleting non-existent $restProps properties (#​12971)

  • feat: only traverse trailing static nodes during hydration (#​12935)

v5.0.0-next.233

Compare Source

Patch Changes
  • fix: more robust handling of var declarations (#​12949)

  • fix: remove buggy validate_dynamic_component check (#​12960)

v5.0.0-next.232

Compare Source

Patch Changes
  • breaking: remove $state.link rune pending further design work (#​12943)

  • fix: ensure $store reads are properly transformed (#​12952)

  • breaking: deprecate context="module" in favor of module (#​12948)

v5.0.0-next.231

Compare Source

Patch Changes
  • breaking: remove callback from $state.link (#​12942)

v5.0.0-next.230

Compare Source

Patch Changes
  • fix: align list of passive events with browser defaults (#​12933)

  • fix: ensure {#await} scope shadowing is computed in the correct order (#​12945)

  • fix: don't skip custom elements with attributes (#​12939)

v5.0.0-next.229

Compare Source

Patch Changes
  • feat: add $state.link rune (#​12545)

  • fix: allow mixing slots and snippets in custom elements mode (#​12929)

  • fix: small legibility improvement in Snippet type hint (#​12928)

  • feat: support HMR with custom elements (#​12926)

  • feat: error on invalid component name (#​12821)

v5.0.0-next.228

Compare Source

Patch Changes
  • feat: skip over static nodes in compiled client code (#​12914)

v5.0.0-next.227

Compare Source

Patch Changes
  • breaking: disallow Object.defineProperty on state proxies with non-basic descriptors (#​12916)

  • breaking: allow frozen objects to be proxied (#​12916)

  • breaking: avoid mutations to underlying proxied object with $state (#​12916)

  • breaking: remove $state.is rune (#​12916)

v5.0.0-next.226

Compare Source

Patch Changes
  • fix: ensure typings for <svelte:options> are picked up (#​12903)

  • fix: exclude local declarations from non-reactive property warnings (#​12909)

v5.0.0-next.225

Compare Source

Patch Changes
  • chore: improve the performance of set_text for single expressions (#​12893)

  • fix: add cleanup function signature to createRawSnippet (#​12894)

  • feat: more efficient checking for missing SSR text node (#​12891)

  • fix: ensure nullish expressions render empty text (#​12898)

v5.0.0-next.224

Compare Source

Patch Changes
  • chore: inline start and end node properties into effect (#​12878)

  • fix: correctly ensure prop bindings are reactive when bound (#​12879)

  • fix: remove sapper bindings (#​12875)

  • chore: refactor internal signal dependency heuristic (#​12881)

  • fix: allow store as initial value for props in ssr (#​12885)


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 8a9e399 to c1ee91b Compare August 20, 2024 17:02
Copy link

cloudflare-workers-and-pages bot commented Aug 20, 2024

Deploying vim-jp-radio-lp with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7aebb6a
Status: ✅  Deploy successful!
Preview URL: https://bc5543ca.lp-d1f.pages.dev
Branch Preview URL: https://renovate-svelte-5-x.lp-d1f.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/svelte-5.x branch 3 times, most recently from b463743 to 5785b04 Compare August 20, 2024 17:11
@ryoppippi
Copy link
Member

表示されてないやんけ

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 5785b04 to f42dd9a Compare August 20, 2024 23:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.228 chore(deps): update dependency svelte to v5.0.0-next.229 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f42dd9a to 828e4fc Compare August 21, 2024 05:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.229 chore(deps): update dependency svelte to v5.0.0-next.230 Aug 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.230 chore(deps): update dependency svelte to v5.0.0-next.231 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 16e0dc8 to dd8ce6e Compare August 21, 2024 20:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.231 chore(deps): update dependency svelte to v5.0.0-next.232 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 416902e to 665689b Compare August 22, 2024 01:56
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.232 chore(deps): update dependency svelte to v5.0.0-next.233 Aug 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.233 chore(deps): update dependency svelte to v5.0.0-next.234 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from c6eff4a to f421067 Compare August 23, 2024 01:09
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.234 chore(deps): update dependency svelte to v5.0.0-next.235 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 4 times, most recently from 8c95a3a to 8fb111f Compare August 23, 2024 20:12
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.235 chore(deps): update dependency svelte to v5.0.0-next.236 Aug 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.236 chore(deps): update dependency svelte to v5.0.0-next.237 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from b8c58e7 to 6e61187 Compare August 24, 2024 22:19
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.237 chore(deps): update dependency svelte to v5.0.0-next.238 Aug 24, 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 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch from 7df3e32 to 4f03745 Compare September 19, 2024 13:57
@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 force-pushed the renovate/svelte-5.x branch 2 times, most recently from e27dbb7 to 913b4b1 Compare September 19, 2024 21:45
@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 force-pushed the renovate/svelte-5.x branch from 913b4b1 to 827fe1d Compare September 20, 2024 00:44
@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 branch 8 times, most recently from 5219731 to 8f4dd49 Compare September 23, 2024 20:34
@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 force-pushed the renovate/svelte-5.x branch from 8f4dd49 to 91ebec7 Compare September 24, 2024 18:38
@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 branch 2 times, most recently from d0fc1b9 to f5ce073 Compare September 27, 2024 16:29
@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 branch from f5ce073 to 7aebb6a Compare October 4, 2024 03:35
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.260 chore(deps): update dependency svelte to v5.0.0-next.262 Oct 4, 2024
@ryoppippi ryoppippi closed this Oct 5, 2024
Copy link
Contributor Author

renovate bot commented Oct 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.0.0-next.262). 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.

@renovate renovate bot deleted the renovate/svelte-5.x branch October 5, 2024 19:29
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