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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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.0.0-next.222 -> ^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)

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)

v5.0.0-next.223

Compare Source

Patch Changes
  • fix: treat module-level imports as non-reactive in legacy mode (#​12845)

  • breaking: remove foreign namespace (#​12869)

  • feat: more efficient text-only fragments (#​12864)

  • fix: ensure outro animation is not prematurely aborted (#​12865)

  • chore: improve performance of DOM traversal operations (#​12863)

  • feat: better destructuring assignments (#​12872)

  • fix: stricter crossorigin and wrap attributes types (#​12858)


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 Sep 29, 2024 3:11pm

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.


🪧 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 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 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 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 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 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 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 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.0.0-next.251 chore(deps): update dependency svelte to ^5.0.0-next.252 Sep 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.252 chore(deps): update dependency svelte to ^5.0.0-next.254 Sep 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.254 chore(deps): update dependency svelte to ^5.0.0-next.256 Sep 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.256 chore(deps): update dependency svelte to ^5.0.0-next.257 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from 1531bd9 to 3156b61 Compare September 25, 2024 20:11
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.257 chore(deps): update dependency svelte to ^5.0.0-next.258 Sep 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.258 chore(deps): update dependency svelte to ^5.0.0-next.259 Sep 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to ^5.0.0-next.259 chore(deps): update dependency svelte to ^5.0.0-next.260 Sep 29, 2024
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.

0 participants