Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
@lucide/svelte (source) ^0.507.0 -> ^0.511.0 age adoption passing confidence
@shikijs/langs (source) ^3.4.0 -> ^3.4.2 age adoption passing confidence
@shikijs/rehype (source) ^3.4.0 -> ^3.4.2 age adoption passing confidence
@shikijs/themes (source) ^3.4.0 -> ^3.4.2 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.7.1 -> ^5.7.2 age adoption passing confidence
@sveltejs/kit (source) ^2.20.8 -> ^2.21.0 age adoption passing confidence
@tailwindcss/vite (source) ^4.1.5 -> ^4.1.7 age adoption passing confidence
@types/node (source) ^22.15.14 -> ^22.15.18 age adoption passing confidence
bits-ui ^1.4.6 -> ^1.4.8 age adoption passing confidence
eslint (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence
eslint-config-prettier ^10.1.2 -> ^10.1.5 age adoption passing confidence
feed ^5.0.0 -> ^5.0.1 age adoption passing confidence
globals ^16.0.0 -> ^16.1.0 age adoption passing confidence
mode-watcher (source) ^1.0.6 -> ^1.0.7 age adoption passing confidence
posthog-js (source) ^1.240.0 -> ^1.242.2 age adoption passing confidence
runed (source) ^0.26.0 -> ^0.28.0 age adoption passing confidence
semver ^7.7.1 -> ^7.7.2 age adoption passing confidence
shiki (source) ^3.4.0 -> ^3.4.2 age adoption passing confidence
svelte-meta-tags (source) ^4.2.0 -> ^4.3.0 age adoption passing confidence
tailwind-merge ^3.2.0 -> ^3.3.0 age adoption passing confidence
tailwindcss (source) ^4.1.5 -> ^4.1.7 age adoption passing confidence
tw-animate-css ^1.2.9 -> ^1.3.0 age adoption passing confidence
typescript-eslint (source) ^8.32.0 -> ^8.32.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.27.0

Compare Source

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

v0.511.0: Version 0.511.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.510.0...0.511.0

v0.510.0: Version 0.510.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.509.0...0.510.0

v0.509.0: Version 0.509.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.508.0...0.509.0

v0.508.0: Version 0.508.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.507.0...0.508.0

shikijs/shiki (@​shikijs/langs)

v3.4.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.4.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
sveltejs/kit (@​sveltejs/adapter-vercel)

v5.7.2

Compare Source

Patch Changes
  • chore(deps): upgrade to esbuild 0.25.4 (#​13770)
sveltejs/kit (@​sveltejs/kit)

v2.21.0

Compare Source

Minor Changes
  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#​13684)
Patch Changes
  • chore: remove import-meta-resolve dependency (#​13629)

  • fix: remove component code from server nodes that are never used for SSR (#​13684)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)
huntabyte/bits-ui (bits-ui)

v1.4.8

Compare Source

Patch Changes
  • fix(Checkbox): ensure Checkbox.Group value setter is called (#​1440)

v1.4.7

Compare Source

Patch Changes
  • fix(Multiple): ensure preventOverflowTextSelection prop is applied (#​1435)
eslint/eslint (eslint)

v9.27.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes
jpmonette/feed (feed)

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: jpmonette/feed@5.0.0...5.0.1

sindresorhus/globals (globals)

v16.1.0

Compare Source


svecosystem/mode-watcher (mode-watcher)

v1.0.7

Compare Source

Patch Changes
  • fix: ensure window.matchMedia is defined as function before calling (#​138)
PostHog/posthog-js (posthog-js)

v1.242.2

Compare Source

  • fix: center positioning for surveys (#​1959)
  • chore: escape quotation marks on elements string handling (#​1943)

v1.242.1

Compare Source

  • fix: retrieve survey shadow should include posthog ref (#​1955)

v1.242.0

Compare Source

  • feat: use css files for survey styles (#​1950)

v1.241.1

Compare Source

  • fix: Remove initial person info from event payload (#​1953)

v1.241.0

Compare Source

  • feat: Add calculateEventProperties to public API (#​1951)

v1.240.6

Compare Source

  • feat: use css files for survey widget styles (#​1948)

v1.240.5

Compare Source

  • fix: padding on cancel button (#​1946)
  • chore: make rollup able to bundle CSS files (#​1945)

v1.240.4

Compare Source

  • chore: include response within the survey_quesiton property (#​1942)

v1.240.3

Compare Source

  • fix: false flag should not trigger linked flags (#​1944)

v1.240.2

Compare Source

  • fix: conflict between event based vs feedback button surveys (#​1941)

v1.240.1

Compare Source

  • fix: getRenderSurvey behavior (#​1939)
  • chore: make internal vars private (#​1938)
svecosystem/runed (runed)

v0.28.0

Compare Source

Minor Changes
  • breaking: remove initialSize and calculate size before first resize
    (#​262)
Patch Changes
  • fix: use createSubscriber for ElementSize util
    (#​254)

v0.27.0

Compare Source

Minor Changes
  • New utility: TextareaAutosize (#​233)

  • New utility: extract (#​233)

  • New utility: ScrollState (#​233)

  • feat: export Getter and MaybeGetter types
    (#​233)

Patch Changes
npm/node-semver (semver)

v7.7.2

Compare Source

Bug Fixes
Chores
oekazuma/svelte-meta-tags (svelte-meta-tags)

v4.3.0

Compare Source

Minor Changes
  • ca545c2: Allow nullable values in deepMerge
dcastil/tailwind-merge (tailwind-merge)

v3.3.0

Compare Source

New Features

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

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

Wombosvideo/tw-animate-css (tw-animate-css)

v1.3.0

Compare Source

Changelog

  • 6dba4b0: fix: align syntax with Tailwind CSS syntax
  • c82b41c: docs: add tree-shaking note
  • 33b4e50: feat: add animation-duration-* utility
  • a6fcd13: chore: bump version to 1.3.0 and update dependencies
New features

I've decided to add a animation-duration-* utility which should be used to define animation durations in the future. For now, duration-* is still supported to remain compatible with tailwindcss-animate.

This utility was added so you can define different durations for transitions and animations. Probably not something many people have a use case for, but I didn't want to define an own duration-* utility to actually set animation-duration. Please open an issue if you prefer to keep using duration-* instead of animation-duration-*.

Breaking Change

zoom-in-* and zoom-out-* utilities now require ratios to be specified differently:

- zoom-in-[1/2]
+ zoom-in-1/2

I don't expect this to affect many people, which is why this is not a major release. If you are affected by this, let me know.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 May 7, 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 May 16, 2025 11:06pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 7, 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 51c3d1a to c0e3f9e Compare May 7, 2025 17:10
@renovate renovate bot force-pushed the renovate/npm branch from c0e3f9e to ae73e28 Compare May 7, 2025 22:50
@renovate renovate bot force-pushed the renovate/npm branch from ae73e28 to bb41e73 Compare May 8, 2025 07:07
@renovate renovate bot force-pushed the renovate/npm branch from bb41e73 to bef6b60 Compare May 8, 2025 16:50
@renovate renovate bot force-pushed the renovate/npm branch from bef6b60 to 79ad5f6 Compare May 9, 2025 03:43
@renovate renovate bot force-pushed the renovate/npm branch from 79ad5f6 to 7872e2e Compare May 9, 2025 07:00
@renovate renovate bot force-pushed the renovate/npm branch from 7872e2e to bbeaee6 Compare May 9, 2025 11:36
@renovate renovate bot force-pushed the renovate/npm branch from bbeaee6 to 1e8d0d9 Compare May 9, 2025 16:34
@renovate renovate bot force-pushed the renovate/npm branch from 1e8d0d9 to 35f8791 Compare May 10, 2025 06:32
@renovate renovate bot force-pushed the renovate/npm branch from 35f8791 to 1677217 Compare May 10, 2025 21:49
@renovate renovate bot force-pushed the renovate/npm branch from 1677217 to 0686f68 Compare May 11, 2025 21:45
@renovate renovate bot force-pushed the renovate/npm branch from 0686f68 to 1e85de3 Compare May 12, 2025 03:03
@renovate renovate bot force-pushed the renovate/npm branch from 1e85de3 to 9ecfc5b Compare May 12, 2025 13:18
@renovate renovate bot force-pushed the renovate/npm branch from 0904898 to 2bcb238 Compare May 13, 2025 11:14
@renovate renovate bot force-pushed the renovate/npm branch from 2bcb238 to 9351521 Compare May 13, 2025 16:41
@renovate renovate bot force-pushed the renovate/npm branch from 9351521 to 05cfd8c Compare May 13, 2025 22:41
@renovate renovate bot force-pushed the renovate/npm branch from 05cfd8c to 5e79b6e Compare May 14, 2025 06:22
@renovate renovate bot force-pushed the renovate/npm branch from 5e79b6e to 76ba855 Compare May 14, 2025 11:06
@renovate renovate bot force-pushed the renovate/npm branch from 76ba855 to a08086f Compare May 14, 2025 17:20
@renovate renovate bot force-pushed the renovate/npm branch from a08086f to 24cac60 Compare May 14, 2025 22:28
@renovate renovate bot force-pushed the renovate/npm branch from 24cac60 to 3b9d9f5 Compare May 14, 2025 22:35
@renovate renovate bot force-pushed the renovate/npm branch from 3b9d9f5 to 5b64480 Compare May 15, 2025 17:07
@renovate renovate bot force-pushed the renovate/npm branch from 5b64480 to e165411 Compare May 16, 2025 03:59
@renovate renovate bot force-pushed the renovate/npm branch from e165411 to f3c4974 Compare May 16, 2025 16:28
@renovate renovate bot force-pushed the renovate/npm branch from f3c4974 to ef19fed Compare May 16, 2025 22:43
@renovate renovate bot force-pushed the renovate/npm branch from ef19fed to fcac233 Compare May 16, 2025 23:05
@WarningImHack3r WarningImHack3r merged commit 977fce6 into main May 16, 2025
5 checks passed
@WarningImHack3r WarningImHack3r deleted the renovate/npm branch May 16, 2025 23:09
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