Skip to content
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

build(deps): bump the npm_and_yarn group with 19 updates #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps the npm_and_yarn group with 19 updates:

Package From To
next 12.2.5 14.1.1
@babel/traverse 7.18.11 removed
interchain 1.3.0 1.10.4
axios 0.21.1 1.7.2
@cosmjs/cosmwasm-stargate 0.29.5 0.32.4
@cosmjs/stargate 0.29.5 0.32.4
@cosmos-kit/core 1.3.4 2.13.1
@cosmos-kit/cosmostation 0.15.17 2.11.2
@cosmos-kit/keplr 0.33.18 2.12.2
@cosmos-kit/leap 0.14.16 2.12.2
@cosmos-kit/react 1.3.15 2.17.2
braces 3.0.2 3.0.3
crypto-js 4.1.1 4.2.0
follow-redirects 1.15.2 1.15.6
postcss 8.4.14 8.4.31
protobufjs 6.11.3 6.11.4
semver 6.3.0 6.3.1
word-wrap 1.2.3 1.2.5
ws 7.5.9 7.5.10

Updates next from 12.2.5 to 14.1.1

Commits

Removes @babel/traverse

Updates interchain from 1.3.0 to 1.10.4

Commits
Maintainer changes

This version was pushed to npm by zetazz, a new releaser for interchain since your current version.


Updates axios from 0.21.1 to 1.7.2

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates @cosmjs/cosmwasm-stargate from 0.29.5 to 0.32.4

Changelog

Sourced from @​cosmjs/cosmwasm-stargate's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)

[0.32.3] - 2024-03-08

Changed

  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same implementation in all those imports:

    import { parseCoins } from "@cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@cosmjs/stargate";
    // equals
    import { parseCoins } from "@cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better support Cosmos SDK 0.50 inputs. (#1564)

#1564: cosmos/cosmjs#1564

Fixed

  • @​cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. (#1570)
  • @​cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive information in SigningCosmWasmClient. This is required to support Cosmos SDK 0.50+ where the rawLog field is empty. (#1564)

#1564: cosmos/cosmjs#1564 #1570: cosmos/cosmjs#1570

... (truncated)

Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/stargate from 0.29.5 to 0.32.4

Changelog

Sourced from @​cosmjs/stargate's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)

[0.32.3] - 2024-03-08

Changed

  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same implementation in all those imports:

    import { parseCoins } from "@cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@cosmjs/stargate";
    // equals
    import { parseCoins } from "@cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better support Cosmos SDK 0.50 inputs. (#1564)

#1564: cosmos/cosmjs#1564

Fixed

  • @​cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. (#1570)
  • @​cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive information in SigningCosmWasmClient. This is required to support Cosmos SDK 0.50+ where the rawLog field is empty. (#1564)

#1564: cosmos/cosmjs#1564 #1570: cosmos/cosmjs#1570

... (truncated)

Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmos-kit/core from 1.3.4 to 2.13.1

Commits

Updates @cosmos-kit/cosmostation from 0.15.17 to 2.11.2

Commits

Updates @cosmos-kit/keplr from 0.33.18 to 2.12.2

Commits

Updates @cosmos-kit/leap from 0.14.16 to 2.12.2

Commits

Updates @cosmos-kit/react from 1.3.15 to 2.17.2

Commits

Updates braces from 3.0.2 to 3.0.3

Commits

Updates crypto-js from 4.1.1 to 4.2.0

Commits

Updates follow-redirects from 1.15.2 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view

Updates postcss from 8.4.14 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

Updates protobufjs from 6.11.3 to 6.11.4

Commits

Updates semver from 6.3.0 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates word-wrap from 1.2.3 to 1.2.5

Release notes

Sourced from word-wrap's releases.

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: jonschlinkert/word-wrap@1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Updates ws from 7.5.9 to 7.5.10

Release notes

Sourced from ws's releases.

7.5.10

Bug fixes

  • Backported e55e5106 to the 7.x release line (22c28763).
Commits

You can trigger a rebase of this PR 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the npm_and_yarn group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `12.2.5` | `14.1.1` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.18.11` | `removed` |
| [interchain](https://github.com/cosmology-tech/interchain) | `1.3.0` | `1.10.4` |
| [axios](https://github.com/axios/axios) | `0.21.1` | `1.7.2` |
| [@cosmjs/cosmwasm-stargate](https://github.com/cosmos/cosmjs) | `0.29.5` | `0.32.4` |
| [@cosmjs/stargate](https://github.com/cosmos/cosmjs) | `0.29.5` | `0.32.4` |
| [@cosmos-kit/core](https://github.com/cosmology-tech/cosmos-kit) | `1.3.4` | `2.13.1` |
| [@cosmos-kit/cosmostation](https://github.com/cosmology-tech/cosmos-kit) | `0.15.17` | `2.11.2` |
| [@cosmos-kit/keplr](https://github.com/cosmology-tech/cosmos-kit) | `0.33.18` | `2.12.2` |
| [@cosmos-kit/leap](https://github.com/cosmology-tech/cosmos-kit) | `0.14.16` | `2.12.2` |
| [@cosmos-kit/react](https://github.com/cosmology-tech/cosmos-kit) | `1.3.15` | `2.17.2` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [crypto-js](https://github.com/brix/crypto-js) | `4.1.1` | `4.2.0` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.6` |
| [postcss](https://github.com/postcss/postcss) | `8.4.14` | `8.4.31` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.11.3` | `6.11.4` |
| [semver](https://github.com/npm/node-semver) | `6.3.0` | `6.3.1` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |
| [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` |


Updates `next` from 12.2.5 to 14.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.2.5...v14.1.1)

Removes `@babel/traverse`

Updates `interchain` from 1.3.0 to 1.10.4
- [Commits](https://github.com/cosmology-tech/interchain/commits)

Updates `axios` from 0.21.1 to 1.7.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v1.7.2)

Updates `@cosmjs/cosmwasm-stargate` from 0.29.5 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.5...v0.32.4)

Updates `@cosmjs/stargate` from 0.29.5 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.5...v0.32.4)

Updates `@cosmos-kit/core` from 1.3.4 to 2.13.1
- [Commits](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/core@1.3.4...@cosmos-kit/core@2.13.1)

Updates `@cosmos-kit/cosmostation` from 0.15.17 to 2.11.2
- [Commits](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/cosmostation@0.15.17...@cosmos-kit/cosmostation@2.11.2)

Updates `@cosmos-kit/keplr` from 0.33.18 to 2.12.2
- [Commits](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/keplr@0.33.18...@cosmos-kit/keplr@2.12.2)

Updates `@cosmos-kit/leap` from 0.14.16 to 2.12.2
- [Commits](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/leap@0.14.16...@cosmos-kit/leap@2.12.2)

Updates `@cosmos-kit/react` from 1.3.15 to 2.17.2
- [Commits](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/react@1.3.15...@cosmos-kit/react@2.17.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `crypto-js` from 4.1.1 to 4.2.0
- [Commits](brix/crypto-js@4.1.1...4.2.0)

Updates `follow-redirects` from 1.15.2 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)

Updates `postcss` from 8.4.14 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.14...8.4.31)

Updates `protobufjs` from 6.11.3 to 6.11.4
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

Updates `semver` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

Updates `ws` from 7.5.9 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: interchain
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@cosmjs/cosmwasm-stargate"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmjs/stargate"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmos-kit/core"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmos-kit/cosmostation"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmos-kit/keplr"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmos-kit/leap"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@cosmos-kit/react"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: crypto-js
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: protobufjs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
Copy link

coderabbitai bot commented Jul 2, 2024

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

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.

0 participants