unplugin-typia icon indicating copy to clipboard operation
unplugin-typia copied to clipboard

chore(deps): update dependency svelte to ^5.0.0-next.264

Open renovate[bot] opened this issue 1 year ago โ€ข 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) ^5.0.0-next.222 -> ^5.0.0-next.264 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.264

Compare Source

Patch Changes
  • fix: exclude custom elements from HTML tree validation (#โ€‹13540)

  • fix: apply class/style directives after attributes (#โ€‹13535)

  • fix: make immutable option work more correctly (#โ€‹13526)

  • breaking: use <svelte-css-wrapper> instead of <div> for style props (#โ€‹13499)

  • fix: mark custom element with virtual class attribute as dynamic (#โ€‹13435)

  • fix: ensure set_text applies coercion to objects before diff (#โ€‹13542)

v5.0.0-next.263

Compare Source

Patch Changes
  • fix: add media listeners immediately when using bind:paused (#โ€‹13502)

  • fix: further improve reconciliation of inert each block rows (#โ€‹13527)

  • feat: add types for the search element (#โ€‹13489)

  • feat: support migrating svelte:self (#โ€‹13504)

  • feat: support migration of single assignment labeled statements (#โ€‹13461)

  • fix: correctly migrate $slots with bracket member expressions & slots with static props (#โ€‹13468)

  • feat: migrate slot usages (#โ€‹13500)

  • fix: recreate SvelteDate methods deriveds if they are destroyed (#โ€‹13515)

  • fix: allow imports from svelte/legacy in SSR (#โ€‹13523)

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

v5.0.0-next.258

Compare Source

Patch Changes

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

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

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

v5.0.0-next.239

Compare Source

Patch Changes

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

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

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

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

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.

renovate[bot] avatar Sep 02 '24 07:09 renovate[bot]

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 Jan 27, 2025 2:52am

vercel[bot] avatar Sep 02 '24 07:09 vercel[bot]

[!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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

โค๏ธ Share
๐Ÿชง 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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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.

coderabbitai[bot] avatar Sep 02 '24 07:09 coderabbitai[bot]

๐Ÿ‘ Dependency issues cleared. Learn more about Socket for GitHub โ†—๏ธŽ

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full reportโ†—๏ธŽ

socket-security[bot] avatar Nov 22 '24 23:11 socket-security[bot]

Deployment failed with the following error:

Resource is limited - try again in 9 minutes (more than 100, code: "api-deployments-free-per-day").

vercel[bot] avatar Dec 13 '24 17:12 vercel[bot]

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

vercel[bot] avatar Jan 17 '25 06:01 vercel[bot]

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 56.2 kB oxalorg
npm/[email protected] None +43 13.3 MB antfu, octref, orta, ...1 more
npm/[email protected] Transitive: environment, filesystem +9 5.48 MB dummdidumm, orta, svelte-language-tools-deploy
npm/[email protected] None +18 4.94 MB conduitry, rich_harris, svelte-admin

๐Ÿšฎ Removed packages: npm/[email protected]

View full reportโ†—๏ธŽ

socket-security[bot] avatar Jan 24 '25 14:01 socket-security[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^5.19.3). 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[bot] avatar Jan 27 '25 12:01 renovate[bot]

Open in Stackblitz

npm i https://pkg.pr.new/ryoppippi/unplugin-typia/@ryoppippi/unplugin-typia@319

commit: e05b480

pkg-pr-new[bot] avatar Mar 24 '25 00:03 pkg-pr-new[bot]