Skip to content

chore(deps): bump the non-breaking-changes group with 17 updates #6139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps the non-breaking-changes group with 17 updates:

Package From To
@changesets/cli 2.29.2 2.29.3
@iconify/json 2.2.334 2.2.335
@tanstack/vue-query 5.75.1 5.75.4
@typescript-eslint/eslint-plugin 8.31.1 8.32.0
@typescript-eslint/parser 8.31.1 8.32.0
cssnano 7.0.6 7.0.7
eslint-config-turbo 2.5.2 2.5.3
eslint-plugin-prettier 5.2.6 5.4.0
eslint-plugin-unicorn 59.0.0 59.0.1
stylelint-scss 6.11.1 6.12.0
turbo 2.5.2 2.5.3
typescript 5.8.2 5.8.3
vitest 3.1.2 3.1.3
vxe-pc-ui 4.5.35 4.5.36
vxe-table 4.13.16 4.13.18
watermark-js-plus 1.6.0 1.6.1
zod 3.24.3 3.24.4

Updates @changesets/cli from 2.29.2 to 2.29.3

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.3

Patch Changes

Commits
  • d23598a Version Packages (#1641)
  • de8bebc Fixed a crash in prerelease mode when a package misses the version field in i...
  • f15b0d0 docs: adds spectrum css and spectrum web components (#1627)
  • c1e8a78 Support ../ in publishConfig.directory when publishing packages (#1619)
  • 6dcc237 docs: fix examples (#1630)
  • See full diff in compare view

Updates @iconify/json from 2.2.334 to 2.2.335

Commits

Updates @tanstack/vue-query from 5.75.1 to 5.75.4

Release notes

Sourced from @​tanstack/vue-query's releases.

v5.75.4

Version 5.75.4 - 5/6/25, 7:29 AM

Changes

Fix

  • types: useSuspenseQuery should type-narrow the Error field (#9105) (5c7927d) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.75.4
  • @​tanstack/react-query@​5.75.4
  • @​tanstack/vue-query@​5.75.4
  • @​tanstack/query-broadcast-client-experimental@​5.75.4
  • @​tanstack/query-persist-client-core@​5.75.4
  • @​tanstack/query-sync-storage-persister@​5.75.4
  • @​tanstack/react-query-devtools@​5.75.4
  • @​tanstack/react-query-persist-client@​5.75.4
  • @​tanstack/react-query-next-experimental@​5.75.4
  • @​tanstack/solid-query@​5.75.4
  • @​tanstack/solid-query-devtools@​5.75.4
  • @​tanstack/solid-query-persist-client@​5.75.4
  • @​tanstack/svelte-query@​5.75.4
  • @​tanstack/svelte-query-devtools@​5.75.4
  • @​tanstack/svelte-query-persist-client@​5.75.4
  • @​tanstack/vue-query-devtools@​5.75.4
  • @​tanstack/angular-query-experimental@​5.75.4
  • @​tanstack/query-async-storage-persister@​5.75.4
  • @​tanstack/angular-query-devtools-experimental@​5.75.4

v5.75.3

Version 5.75.3 - 5/5/25, 6:47 PM

Changes

Refactor

  • angular-query: use factory for IS_RESTORING default value (#9107) (d82fb69) by Arnoud

Chore

  • nextJs versions (#9103) (2121836) by Dominik Dorfmeister

Packages

  • @​tanstack/react-query-next-experimental@​5.75.3
  • @​tanstack/angular-query-experimental@​5.75.3
  • @​tanstack/angular-query-devtools-experimental@​5.75.3

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)

❤️ Thank You

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

Commits
  • 819a03f chore(release): publish 8.32.0
  • 3d2409d chore(deps): update dependency marked to v15 (#11145)
  • d450585 test: correct out-of-date .shot files (#11141)
  • cfd9cd1 chore: correct deprecated tsutils usage in no-unnecessary-type-conversion
  • 63ab002 chore(deps): update dependency ts-api-utils to v2.1.0 (#11003)
  • 29ea555 feat(eslint-plugin): [only-throw-error] add option allowRethrowing (#11075)
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • ccbfcdc feat(eslint-plugin): [no-unnecessary-type-conversion] add rule (#10182)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • 9d6a6d0 fix(eslint-plugin): [prefer-nullish-coalescing] fix parenthesization bug in s...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.31.1 to 8.32.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correct TSImportType property name when assert (#11115)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.32.0 (2025-05-05)

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

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

Commits
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues from vitest migration (#11100)
  • a9c9251 chore: revert vitest related changes in tsconfig files (#11124)
  • See full diff in compare view

Updates cssnano from 7.0.6 to 7.0.7

Release notes

Sourced from cssnano's releases.

[email protected]

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.7

Commits
  • fcd4d1d Publish cssnano 7.0.7
  • eff4d88 chore: update development deps
  • 171b669 chore: update dependencies to latest minor version
  • e3211fa fix(postcss-convert-values): preserve percent sign in percentage values in at...
  • 70cffd5 chore: regenerate types
  • bdd3edb chore: update development dependencies
  • 9e9e111 chore: update postcss-calc (#1692)
  • 2e5a24f Add support for selector order preservation to postcss-minify-selectors (#1688)
  • a702d25 perf: load default preset in startup
  • 9897eac chore: update TypeScript to 5.8.2
  • Additional commits viewable in compare view

Updates eslint-config-turbo from 2.5.2 to 2.5.3

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.5.3

What's Changed

Docs

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates eslint-plugin-prettier from 5.2.6 to 5.4.0

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.4.0

Minor Changes

v5.3.1

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.3.0...v5.3.1

v5.3.0

Minor Changes

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.6...v5.3.0

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.4.0

Minor Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

Commits

Updates eslint-plugin-unicorn from 59.0.0 to 59.0.1

Release notes

Sourced from eslint-plugin-unicorn's releases.

v59.0.1

  • prefer-single-call: Fix crash on CallExpression followed by FunctionDeclaration (#2639) 3114dd9

sindresorhus/eslint-plugin-unicorn@v59.0.0...v59.0.1

Commits
  • 26089c0 59.0.1
  • 3114dd9 prefer-single-call: Fix crash on CallExpression followed by `FunctionDecl...
  • See full diff in compare view

Updates stylelint-scss from 6.11.1 to 6.12.0

Release notes

Sourced from stylelint-scss's releases.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Changelog

Sourced from stylelint-scss's changelog.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Commits
  • d1deb4f 6.12.0
  • 2ceffc2 Prepare version 6.12.0
  • 9ec5456 double-slash-comment-whitespace-inside: add autofix to README
  • d586476 Update contributors list
  • e4b8fd4 build(deps): bump known-css-properties from 0.35.0 to 0.36.0 (#1148)
  • 474af23 build(deps-dev): bump jest-preset-stylelint from 7.2.0 to 7.3.0 (#1138)
  • a68c5ab operator-no-unspaced: don't check Tailwind Directives (#1147)
  • 762387a Improve double-slash-comment-whitespace-inside (#1146)
  • 9d9f088 build(deps-dev): bump stylelint from 16.16.0 to 16.19.1 (#1143)
  • bdfa665 declaration-property-value-no-unknown support for nested properties with shor...
  • Additional commits viewable in compare view

Updates turbo from 2.5.2 to 2.5.3

Release notes

Sourced from turbo's releases.

Turborepo v2.5.3

What's Changed

Docs

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates typescript from 5.8.2 to 5.8.3

Release notes

Sourced from typescript's releases.

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group ...

    Description has been truncated

Bumps the non-breaking-changes group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.2` | `2.29.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.334` | `2.2.335` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.75.1` | `5.75.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.1` | `8.32.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.1` | `8.32.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.6` | `7.0.7` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.5.2` | `2.5.3` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.4.0` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `59.0.0` | `59.0.1` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.11.1` | `6.12.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.5.2` | `2.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.2` | `3.1.3` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.5.35` | `4.5.36` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.13.16` | `4.13.18` |
| [watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus) | `1.6.0` | `1.6.1` |
| [zod](https://github.com/colinhacks/zod) | `3.24.3` | `3.24.4` |


Updates `@changesets/cli` from 2.29.2 to 2.29.3
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `@iconify/json` from 2.2.334 to 2.2.335
- [Commits](iconify/icon-sets@2.2.334...2.2.335)

Updates `@tanstack/vue-query` from 5.75.1 to 5.75.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.75.4/packages/vue-query)

Updates `@typescript-eslint/eslint-plugin` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.31.1 to 8.32.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/parser)

Updates `cssnano` from 7.0.6 to 7.0.7
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.7)

Updates `eslint-config-turbo` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.5.3/packages/eslint-config-turbo)

Updates `eslint-plugin-prettier` from 5.2.6 to 5.4.0
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.6...v5.4.0)

Updates `eslint-plugin-unicorn` from 59.0.0 to 59.0.1
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v59.0.0...v59.0.1)

Updates `stylelint-scss` from 6.11.1 to 6.12.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.11.1...v6.12.0)

Updates `turbo` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.5.2...v2.5.3)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

Updates `vitest` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/vitest)

Updates `vxe-pc-ui` from 4.5.35 to 4.5.36
- [Release notes](https://github.com/x-extends/vxe-pc-ui/releases)
- [Commits](https://github.com/x-extends/vxe-pc-ui/commits)

Updates `vxe-table` from 4.13.16 to 4.13.18
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](x-extends/vxe-table@4.13.16...4.13.18)

Updates `watermark-js-plus` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/zhensherlock/watermark-js-plus/releases)
- [Changelog](https://github.com/zhensherlock/watermark-js-plus/blob/main/CHANGELOG.md)
- [Commits](zhensherlock/watermark-js-plus@v1.6.0...v1.6.1)

Updates `zod` from 3.24.3 to 3.24.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.24.3...v3.24.4)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
  dependency-version: 2.2.335
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.75.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: cssnano
  dependency-version: 7.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-unicorn
  dependency-version: 59.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: stylelint-scss
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: turbo
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vitest
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-version: 4.5.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-version: 4.13.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: watermark-js-plus
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: zod
  dependency-version: 3.24.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2025
Copy link

changeset-bot bot commented May 7, 2025

⚠️ No Changeset found

Latest commit: c950493

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.
    • 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.

@anncwb anncwb closed this May 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-changes-09bde76670 branch May 8, 2025 05:43
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant