Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.25.1 -> ^9.26.0 age adoption passing confidence
@lucide/svelte (source) ^0.503.0 -> ^0.507.0 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.7.0 -> ^5.7.1 age adoption passing confidence
@sveltejs/kit (source) ^2.20.7 -> ^2.20.8 age adoption passing confidence
@types/node (source) ^22.15.2 -> ^22.15.3 age adoption passing confidence
bits-ui ^1.3.19 -> ^1.4.4 age adoption passing confidence
eslint (source) ^9.25.1 -> ^9.26.0 age adoption passing confidence
mode-watcher (source) ^1.0.2 -> ^1.0.6 age adoption passing confidence
pnpm (source) 10.9.0 -> 10.10.0 age adoption passing confidence
posthog-js (source) ^1.236.7 -> ^1.239.1 age adoption passing confidence
posthog-node (source) ^4.14.0 -> ^4.17.1 age adoption passing confidence
svelte-check ^4.1.6 -> ^4.1.7 age adoption passing confidence
svelte-exmarkdown (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
tw-animate-css ^1.2.8 -> ^1.2.9 age adoption passing confidence
typescript-eslint (source) ^8.31.0 -> ^8.31.1 age adoption passing confidence
vite (source) ^6.3.3 -> ^6.3.4 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.26.0

Compare Source

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

v0.507.0: Version 0.507.0

Compare Source

What's Changed

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

v0.506.0: Version 0.506.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.505.0...0.506.0

v0.505.0: Version 0.505.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.504.0...0.505.0

v0.504.0: Version 0.504.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.503.0...0.504.0

sveltejs/kit (@​sveltejs/adapter-vercel)

v5.7.1

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.20.8

Compare Source

Patch Changes
  • fix: ensure that ssr and csr page options apply to error pages rendered as a result of a load function error on the server (#​13695)
huntabyte/bits-ui (bits-ui)

v1.4.4

Compare Source

Patch Changes
  • fix(Dialog): ensure role="heading" exists on title (#​1420)

v1.4.3

Compare Source

Patch Changes
  • fix(DateRangeField): do not update start date automatically (#​1406)

  • fix(DateRangePicker): do not update start date automatically (#​1406)

v1.4.2

Compare Source

Patch Changes
  • fix(Dialog): ensure conditional content doesn't break nested focus (#​1410)

  • fix(Command): ensure asynchronously loaded items register properly (#​1405)

  • fix(Command): list restoration after empty state (#​1405)

v1.4.1

Compare Source

Patch Changes
  • fix(Multiple Components): ensure default values are set if entire spread props object is reassigned outside the component (#​1401)

  • fix(Command): ensure onValueChange only fires when the value changes (#​1403)

  • fix(Select): ensure typeahead ignores leading and trailing spaces (#​1399)

  • fix(Select): disabled items should not be highlighted (#​1399)

v1.4.0

Compare Source

Minor Changes
  • feat(Combobox): add delay prop to scroll buttons for custom scroll delay (#​1395)

  • feat(Select): add delay prop to scroll buttons for custom scroll delay (#​1395)

Patch Changes
  • fix(Slider): update tick position calculation for consistent scaling (#​1375)

  • chore(Popover): export PopoverPortalPropsWithoutHTML from Popover types (#​1397)

  • fix(FocusScope): safely call onCloseAutoFocus handler if defined (#​1366)

  • fix(Select): ensure scrollAlignment prop is used (if provided) when scrolling (#​1390)

eslint/eslint (eslint)

v9.26.0

Compare Source

svecosystem/mode-watcher (mode-watcher)

v1.0.6

Compare Source

Patch Changes
  • perf: prevent running withoutTransition on initial load as there is nothing to transition from (#​136)

v1.0.5

Compare Source

Patch Changes
  • fix: prevent passing an empty token to classList.add/remove (#​134)

v1.0.4

Compare Source

Patch Changes
  • change: mark generateSetInitialModeExpression as deprecated in favor of createInitialModeExpression (#​132)

v1.0.3

Compare Source

Patch Changes
  • fix: ensure to always use custom storage keys if provided (#​130)
pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.
PostHog/posthog-js (posthog-js)

v1.239.1

Compare Source

  • fix: dont mangle some surveys properties (#​1934)
  • docs: use history_change option on SPA playgrounds (#​1929)

v1.239.0

Compare Source

  • feat: Avoid tracking pageview from prerenders (#​1910)

v1.238.0

Compare Source

  • feat: allow ANY or ALL matches for triggers (#​1875)

v1.237.1

Compare Source

  • chore: use getConstratingColor and add question-container (#​1926)

v1.237.0

Compare Source

  • fix: prevent survey events to affect multiple surveys (#​1924)
  • chore: Add homepage fields and copy LICENSE to posthog-js-react (#​1928)
  • feat: Allow mangling of storage function names (#​1927)

v1.236.8

Compare Source

  • feat: Reduce bundle size with property mangling (#​1902)
  • Make the flags demo runnable (#​1919)
  • chore(err): add nuxtjs example (#​1917)
PostHog/posthog-js-lite (posthog-node)

v4.17.1

Compare Source

  1. fix: fix imports for old node.js version

v4.17.0

Compare Source

  1. fix: specific exports for edge environments

v4.16.0

Compare Source

  1. chore: improve flush event

v4.15.0

Compare Source

  1. chore: add immediate-mode
  2. chore: better error logging when flushing events
sveltejs/language-tools (svelte-check)

v4.1.7

Compare Source

  • fix: robustify hoisting logic around prop types (#​2740)
  • fix: ensure typed exports are marked as used (#​2746)
  • chore: bump vscode-html/css-language-service (#​2752)
  • fix: ensure eligible snippets can be referenced in module script (#​2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#​2750)
ssssota/svelte-exmarkdown (svelte-exmarkdown)

v5.0.1

Compare Source

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

v1.2.9

Compare Source

Changelog

  • d8c3cf6: fix(ci): remove unnecessary CI commands
  • df3ebb6: chore: update dependencies
  • 47c17d7: feat: add support for Reka UI in accordion and collapsible animations. Closes #​30
  • 289d30d: docs: update transform documentation to include animate-in and animate-out notes
  • 30b0542: chore: bump version to 1.2.9 and update package manager version
typescript-eslint/typescript-eslint (typescript-eslint)

v8.31.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.

vitejs/vite (vite)

v6.3.4

Compare Source


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 Apr 28, 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 4, 2025 9:55pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Apr 28, 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.
    • 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.

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 changed the title chore(deps): update pnpm to v10.10.0 chore(deps): update npm Apr 28, 2025
@renovate renovate bot force-pushed the renovate/npm branch from 6033205 to ddacc45 Compare May 1, 2025 11:20
@renovate renovate bot force-pushed the renovate/npm branch from ddacc45 to 123c16f Compare May 1, 2025 15:34
@renovate renovate bot force-pushed the renovate/npm branch from 123c16f to 91aa4f6 Compare May 2, 2025 05:41
@renovate renovate bot force-pushed the renovate/npm branch from 91aa4f6 to aa56750 Compare May 2, 2025 09:17
@renovate renovate bot force-pushed the renovate/npm branch from 4b28494 to 4367971 Compare May 4, 2025 21:54
@WarningImHack3r WarningImHack3r merged commit 572b3ed into main May 4, 2025
4 of 5 checks passed
@WarningImHack3r WarningImHack3r deleted the renovate/npm branch May 4, 2025 22:01
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