Skip to content

chore(deps-dev): bump the prod-dependencies group across 1 directory with 10 updates#267

Merged
kmendell merged 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-54fc505d6d
Jun 4, 2025
Merged

chore(deps-dev): bump the prod-dependencies group across 1 directory with 10 updates#267
kmendell merged 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-54fc505d6d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2025

Bumps the prod-dependencies group with 9 updates in the / directory:

Package From To
@lucide/svelte 0.511.0 0.512.0
@sveltejs/kit 2.21.1 2.21.2
@sveltejs/vite-plugin-svelte 5.0.3 5.1.0
@tailwindcss/vite 4.1.7 4.1.8
svelte 5.33.4 5.33.14
svelte-sonner 1.0.3 1.0.4
tw-animate-css 1.3.0 1.3.3
typescript-eslint 8.33.0 8.33.1
zod 3.25.32 3.25.50

Updates @lucide/svelte from 0.511.0 to 0.512.0

Release notes

Sourced from @​lucide/svelte's releases.

Version 0.512.0

What's Changed

New Contributors

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

Commits

Updates @sveltejs/kit from 2.21.1 to 2.21.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.21.2

Patch Changes

  • fix: omit stack when logging 404 errors (#13848)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.21.2

Patch Changes

  • fix: omit stack when logging 404 errors (#13848)
Commits

Updates @sveltejs/vite-plugin-svelte from 5.0.3 to 5.1.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​5.1.0

Minor Changes

  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)

Patch Changes

  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

5.1.0

Minor Changes

  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)

Patch Changes

  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Commits

Updates @tailwindcss/vite from 4.1.7 to 4.1.8

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.8] - 2025-05-27

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)
Commits

Updates svelte from 5.33.4 to 5.33.14

Release notes

Sourced from svelte's releases.

svelte@5.33.14

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

svelte@5.33.13

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

svelte@5.33.12

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

svelte@5.33.11

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

svelte@5.33.10

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

svelte@5.33.9

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

svelte@5.33.8

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

svelte@5.33.7

Patch Changes

  • fix: bind:value to select with stores (#16028)

svelte@5.33.6

Patch Changes

  • fix: falsy attachments on components (#16021)

  • fix: correctly mark elements as selected during SSR (#16017)

svelte@5.33.5

... (truncated)

Changelog

Sourced from svelte's changelog.

5.33.14

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

5.33.13

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

5.33.12

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

5.33.11

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

5.33.10

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

5.33.9

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

5.33.8

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

5.33.7

Patch Changes

  • fix: bind:value to select with stores (#16028)

... (truncated)

Commits

Updates svelte-sonner from 1.0.3 to 1.0.4

Release notes

Sourced from svelte-sonner's releases.

v1.0.4

Patch Changes

  • 1a718f6: - Remove lift interaction and ensure onDismiss fires correctly
  • 61e932d: fix: increase specificity of toast styles by removing :where() to resolve issues with richColors
Changelog

Sourced from svelte-sonner's changelog.

1.0.4

Patch Changes

  • 1a718f6: - Remove lift interaction
    • Ensure onDismiss fires correctly
  • 61e932d: fix: increase specificity of toast styles by removing :where() to resolve issues with richColors
Commits
  • 601521b Merge pull request #161 from wobsoriano/changeset-release/main
  • ce2e4ff Version Packages
  • 6192988 Merge pull request #150 from shyakadavis/fix/icon-colors
  • 8050451 Merge branch 'main' into fix/icon-colors
  • 1a718f6 chore: add changeset
  • 14135b1 fix: Remove lift interaction
  • aaaff7c fix: Ensure onDismiss fires correctly
  • 61e932d add changeset
  • 267c748 fix: Increase specificity of toast styles by removing :where()
  • See full diff in compare view

Updates tailwindcss from 4.1.7 to 4.1.8

Release notes

Sourced from tailwindcss's releases.

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)
Changelog

Sourced from tailwindcss's changelog.

[4.1.8] - 2025-05-27

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)
Commits

Updates tw-animate-css from 1.3.0 to 1.3.3

Release notes

Sourced from tw-animate-css's releases.

v1.3.3

Changelog

  • ccfe1ec: feat: add support for Kobalte UI variables to accordion and collapsible animations #37
  • 919999e: fix: add CSS variables for animation utilities #40
  • ffce555: chore: bump version to 1.3.3

Issues fixed

  • #34: Setting fill-mode-* has no effect
  • #36 (partially): Support Arbitrary Custom Properties for Accordion Animations

v1.3.2

Changelog

  • 493b3aa: fix: duration not applied due to property initial value
  • e7b4aac: chore: bump version to 1.3.2

v1.3.1

Changelog

  • e59dfed: fix: add @‌property declarations for animation variables to enhance inheritance control #33 (thanks @​jinyongp)
  • 28156a2: fix: move @‌property declarations to the :root level
  • 6c0f52e: chore: bump version to 1.3.1 and update dependencies

Issues fixed

  • #32: Animation on parent element unexpectedly inherits to all child elements
Commits
  • ffce555 chore: bump version to 1.3.3
  • 919999e fix: add CSS variables for animation utilities (#40)
  • ccfe1ec feat: add support for Kobalte UI variables to accordion and collapsible anima...
  • e7b4aac chore: bump version to 1.3.2
  • 493b3aa fix: duration not applied due to property initial value
  • 6c0f52e chore: bump version to 1.3.1 and update dependencies
  • 28156a2 fix: move @​property declarations to the :root level
  • e59dfed fix: add @​property declarations for animation variables to enhance inheritanc...
  • See full diff in compare view

Updates typescript-eslint from 8.33.0 to 8.33.1

Release notes

Sourced from typescript-eslint's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

Sourced from typescript-eslint's changelog.

8.33.1 (2025-06-02)

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.

Commits

Updates zod from 3.25.32 to 3.25.50

Release notes

Sourced from zod's releases.

v3.25.50

Commits:

  • 5fdece94bf1ada76e5742f2755d45d3711a8e962 fix(v4): reflect inclusive boundaries in minLength/maxLength issue objects (#4591)
  • 4897269451f0b0afeb2313389d20ffa1f22ce8b1 Restructure: mitigate excessively deep errors (#4599)
  • a88a080f0b9782a87b5732cb9cd96fc2b1a71794 Improve prototype tests
  • c7833356a3211d32ae322739a7a6f66dce52ed5f 3.25.50

v3.25.49

Commits:

  • 74458e9ccec6d0d4a7af02f66e463a07ee5cad91 docs: updated name and link of regle library (#4601)
  • 5cc04f3685903c0e66a65b91f758115cfcead83d docs: fix some typos on the "Defining schemas" page (#4595)
  • 9a81173ba28d70d856d8db2e5fe6daedc9241fa4 Add includes position regex (#4602)
  • fa7bee41ae5330aeb90b70a2b5aab228b2faa8ae fix(docs): remove z.literal(Symbol) (#4587)
  • df73cb08bc3362cd298be0873cec7c42310a89a1 Make z.custom issues fatal
  • 78e0eae30181cd75c987bcee98cceaf51dc62979 fix: add type to literal enum (#4590)
  • a73a3b3009735c6f82531393e65a82cad6b62e05 3.25.49

v3.25.48

Commits:

  • a1276395e53df7a77219ac1a59f20e3f9c710f67 rm console.dir from $ZodDiscriminatedUnion (#4593)
  • 343bd590278c68f86208395ab5da6c213ccc88f3 3.25.48

v3.25.47

Commits:

  • 98cd8b33e0e1b85dfe26227a05e77bbf5fc3f014 Fix more excessively deep
  • 7bfc8af0f805453ac06d0d11bce7e76b01fd3240 3.25.47

v3.25.46

Commits:

  • 52808166ec4ee89ed04d0da6b86c42134f6b07e4 Improve disc union error messaging
  • 4a3baf76f30048a89719018f4c5134f252debf94 Fix lint
  • aff9561126e591cd9e05beda2d1c69d302bce79e Fix branded types in record
  • 50e9afb5606018ecacd6c64aee90f4f8006d851b 3.25.46

v3.25.45

Commits:

  • dc2c0b0fccd893a08306ccadc8baa821b1b06a5b minor grammar typo fix (#4584)
  • 6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050 fix(JSONSchema): add type for enum (#4577)
  • 6be478b98c6a36895e28ab0d8b214880dc645d88 Fix ZodType assignability issues
  • 69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc 3.25.45

v3.25.44

Commits:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…with 10 updates

Bumps the prod-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lucide/svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/svelte) | `0.511.0` | `0.512.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.21.1` | `2.21.2` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `5.0.3` | `5.1.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.7` | `4.1.8` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.33.4` | `5.33.14` |
| [svelte-sonner](https://github.com/wobsoriano/svelte-sonner) | `1.0.3` | `1.0.4` |
| [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) | `1.3.0` | `1.3.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.33.1` |
| [zod](https://github.com/colinhacks/zod) | `3.25.32` | `3.25.50` |



Updates `@lucide/svelte` from 0.511.0 to 0.512.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.512.0/packages/svelte)

Updates `@sveltejs/kit` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.21.2/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@5.1.0/packages/vite-plugin-svelte)

Updates `@tailwindcss/vite` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.8/packages/@tailwindcss-vite)

Updates `svelte` from 5.33.4 to 5.33.14
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.33.14/packages/svelte)

Updates `svelte-sonner` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/wobsoriano/svelte-sonner/releases)
- [Changelog](https://github.com/wobsoriano/svelte-sonner/blob/main/CHANGELOG.md)
- [Commits](wobsoriano/svelte-sonner@v1.0.3...v1.0.4)

Updates `tailwindcss` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.8/packages/tailwindcss)

Updates `tw-animate-css` from 1.3.0 to 1.3.3
- [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases)
- [Commits](Wombosvideo/tw-animate-css@v1.3.0...v1.3.3)

Updates `typescript-eslint` from 8.33.0 to 8.33.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/typescript-eslint)

Updates `zod` from 3.25.32 to 3.25.50
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.32...v3.25.50)

---
updated-dependencies:
- dependency-name: "@lucide/svelte"
  dependency-version: 0.512.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.21.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: svelte
  dependency-version: 5.33.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: svelte-sonner
  dependency-version: 1.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: tw-animate-css
  dependency-version: 1.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: zod
  dependency-version: 3.25.50
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jun 4, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 4, 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.

@kmendell kmendell merged commit 9bc5e5c into main Jun 4, 2025
6 checks passed
@kmendell kmendell deleted the dependabot/npm_and_yarn/prod-dependencies-54fc505d6d branch June 4, 2025 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant