Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
@lucide/svelte (source) ^0.514.0 -> ^0.515.0 age adoption passing confidence
@sveltejs/kit (source) ^2.21.4 -> ^2.21.5 age adoption passing confidence
@tailwindcss/vite (source) ^4.1.8 -> ^4.1.10 age adoption passing confidence
@types/node (source) ^24.0.0 -> ^24.0.1 age adoption passing confidence
bits-ui ^2.5.0 -> ^2.8.0 age adoption passing confidence
eslint (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
posthog-js (source) ^1.250.1 -> ^1.252.1 age adoption passing confidence
posthog-node (source) ^5.0.0 -> ^5.1.0 age adoption passing confidence
svelte (source) ^5.33.19 -> ^5.34.3 age adoption passing confidence
svelte-sonner ^1.0.4 -> ^1.0.5 age adoption passing confidence
tailwind-merge ^3.3.0 -> ^3.3.1 age adoption passing confidence
tailwindcss (source) ^4.1.8 -> ^4.1.10 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.29.0

Compare Source

lucide-icons/lucide (@​lucide/svelte)

v0.515.0: Version 0.515.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.514.0...0.515.0

sveltejs/kit (@​sveltejs/kit)

v2.21.5

Compare Source

Patch Changes
  • fix: correctly set the sequential focus navigation point when using hash routing (#​13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#​13884)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.10

Compare Source

Fixed
  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc, e.g.: w-[calc(100%-var(--offset))] (#​18289)

v4.1.9

Compare Source

Fixed
  • Correctly parse custom properties with strings containing semicolons (#​18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#​18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#​18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#​18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#​18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#​18220)
huntabyte/bits-ui (bits-ui)

v2.8.0

Compare Source

Minor Changes
  • feat(ContextMenu): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Combobox): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(AlertDialog): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Collapsible): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Select): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(LinkPreview): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Dialog): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DateRangePicker): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DatePicker): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Popover): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DropdownMenu): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Tooltip): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

Patch Changes
  • perf: simplify/optimize internals (#​1586)

v2.7.0

Compare Source

Minor Changes
  • feat(RadioGroup): add readonly prop to make the RadioGroup readonly (#​1579)
Patch Changes
  • fix(Select): ensure the disabled prop is respect for touch events (#​1582)

v2.6.2

Compare Source

Patch Changes
  • fix: ensure body styles aren't touched when preventScroll={false} (#​1577)

v2.6.1

Compare Source

Patch Changes
  • fix: Expose data-orientation on Tabs.Content (#​1571)

v2.6.0

Compare Source

Minor Changes
  • feat(Command): add disableInitialScroll prop to Command.Root to prevent undesired scrolling on initial mount (#​1548)

  • feat(command): Add columns prop for grid functionality (#​1548)

eslint/eslint (eslint)

v9.29.0

Compare Source

PostHog/posthog-js (posthog-js)

v1.252.1

Compare Source

  • Fix crash when config has circular references (#​2015)

v1.252.0

Compare Source

v1.251.1

Compare Source

  • fix: Add warning for when the user tries to identify using the cookieless sentinel distinct ID (#​2013)

v1.251.0

Compare Source

  • feat: improve surveys accessibility (#​1999)

v1.250.2

Compare Source

  • fix: stop feedback surveys to re-render every second (#​2006)
PostHog/posthog-js-lite (posthog-node)

v5.1.0

Compare Source

  1. chore: use /flags?v=2&config=true instead of /decide?v=4 for the flag evaluation backend
sveltejs/svelte (svelte)

v5.34.3

Compare Source

Patch Changes
  • fix: don't eagerly execute deriveds on resume (#​16150)

  • fix: prevent memory leaking signals in legacy mode (#​16145)

  • fix: don't define error.message if it's not configurable (#​16149)

v5.34.2

Compare Source

Patch Changes
  • fix: add missing typings for some dimension bindings (#​16142)

  • fix: prune typescript class field declarations (#​16154)

v5.34.1

Compare Source

Patch Changes
  • fix: correctly tag private class state fields (#​16132)

v5.34.0

Compare Source

Minor Changes
  • feat: add source name logging to $inspect.trace (#​16060)
Patch Changes
  • fix: add command and commandfor to HTMLButtonAttributes (#​16117)

  • fix: better $inspect.trace() output (#​16131)

  • fix: properly hydrate dynamic css props components and remove element removal (#​16118)

wobsoriano/svelte-sonner (svelte-sonner)

v1.0.5

Compare Source

Patch Changes
  • e441e34: perf: don't unnecessarily run expensive getDocumentDirection
  • e441e34: fix: allow event handlers to be passed as props and call them before the internal ones
dcastil/tailwind-merge (tailwind-merge)

v3.3.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.3.0...v3.3.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor, @​block and @​shawt3000 for sponsoring tailwind-merge! ❤️


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2025 2:29pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 8, 2025

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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 sequence diagram to generate a sequence diagram of the changes in this 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 force-pushed the renovate/npm branch from 4d8fe9c to 7652bf6 Compare June 9, 2025 06:01
@renovate renovate bot changed the title chore(deps): update pnpm to v10.12.1 chore(deps): update npm Jun 9, 2025
@renovate renovate bot force-pushed the renovate/npm branch from 7652bf6 to ca9f6b9 Compare June 9, 2025 15:36
@renovate renovate bot force-pushed the renovate/npm branch from ca9f6b9 to 755d19f Compare June 9, 2025 18:36
@renovate renovate bot changed the title chore(deps): update npm chore(deps): update npm - autoclosed Jun 10, 2025
@renovate renovate bot closed this Jun 10, 2025
@renovate renovate bot deleted the renovate/npm branch June 10, 2025 19:08
@renovate renovate bot changed the title chore(deps): update npm - autoclosed chore(deps): update npm Jun 10, 2025
@renovate renovate bot reopened this Jun 10, 2025
@renovate renovate bot changed the title chore(deps): update npm chore(deps): update dependency tailwind-merge to ^3.3.1 Jun 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency tailwind-merge to ^3.3.1 chore(deps): update npm Jun 11, 2025
@WarningImHack3r WarningImHack3r merged commit b2c5711 into main Jun 15, 2025
5 checks passed
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.

2 participants