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](https://coderabbit.ai):
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
- `I pushed a fix in commit .`
- `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 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 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](https://docs.coderabbit.ai/guides/configure-coderabbit) 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](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit.
- Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.
- Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
Bumps the non-majors group with 9 updates in the /web-frontend directory:
8.2.7
8.3.0
8.2.7
8.3.0
1.7.4
1.7.7
3.4.38
3.5.3
5.1.2
5.1.3
15.0.0
15.7.3
5.4.2
5.4.3
4.21.0
4.21.2
4.21.0
4.21.2
Updates
@ionic/vue
from 8.2.7 to 8.3.0Release notes
Sourced from
@ionic/vue
's releases.Changelog
Sourced from
@ionic/vue
's changelog.Commits
ce7754b
v8.3.0d052126
refactor(react): use correct import5efefe1
Merge branch 'main' into feature-8.3b6b92ec
merge release-8.2.8 (#29834)5962f95
chore(): update package lock files981c116
v8.2.87623ae4
chore(deps): update dependency@stencil/core
to v4.21.0 (#29817)61a97f2
chore(deps): update playwright (#29818)6a3d7c7
fix(range): emit correct value when knob is at start of bar (#29820)95dd336
chore(): add Tanner to issue assignees (#29819)Updates
@ionic/vue-router
from 8.2.7 to 8.3.0Release notes
Sourced from
@ionic/vue-router
's releases.Changelog
Sourced from
@ionic/vue-router
's changelog.Commits
ce7754b
v8.3.0d052126
refactor(react): use correct import5efefe1
Merge branch 'main' into feature-8.3b6b92ec
merge release-8.2.8 (#29834)5962f95
chore(): update package lock files981c116
v8.2.87623ae4
chore(deps): update dependency@stencil/core
to v4.21.0 (#29817)61a97f2
chore(deps): update playwright (#29818)6a3d7c7
fix(range): emit correct value when knob is at start of bar (#29820)95dd336
chore(): add Tanner to issue assignees (#29819)Updates
axios
from 1.7.4 to 1.7.7Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
vue
from 3.4.38 to 3.5.3Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
632e163
release: v3.5.3bf3d9a2
fix(ssr): respect app.config.warnHandler during ssr8e6c337
fix(hydration): check __asyncHydrate presence for vue3-lazy-hydration compat ...6b7901d
fix(Transition): handle KeepAlive child unmount in Transition out-in mode (#1...7e3b3bb
fix: Revert "fix(Transition): handle KeepAlive child unmount in Transition ou...35c760f
fix: Revert "fix(reactivity): self-referencing computed should refresh"babfb4c
fix(useId): make generated IDs selector compatible72263fa
release: v3.5.23f13203
feat(compiler-core): parse modifiers as expression to provide location data (...7a64b67
types(internal): provide internal options for using$el
type in language to...Updates
@vitejs/plugin-vue
from 5.1.2 to 5.1.3Release notes
Sourced from
@vitejs/plugin-vue
's releases.Changelog
Sourced from
@vitejs/plugin-vue
's changelog.Commits
3ef2b6e
release: plugin-vue@5.1.3b75a46f
chore(deps): update upstream (#436)acb57c9
fix(plugin-vue): default value for__VUE_OPTIONS_API__
e3a7fec
fix(deps): update all non-major dependencies (#421)236a40f
chore: upgrade to eslint 937c9073
chore(deps): update dependency rollup to ^4.20.0 (#433)0735e18
chore: use pnpm catalog for shared depsUpdates
happy-dom
from 15.0.0 to 15.7.3Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
afc3692
fix: #1526 Handles scenario where a symbol property doesn't exist on HTMLSe...20b520a
fix: #1527 Fixes problem where it is not possible to observe again after di...07a424a
chore: [1] Add vitest extensions (#1523)d0c8ab5
fix: #1507 Fixes selector validation, so that it converts values to string ...9bde659
feat: #1373 Adds support for the :has pseudo selector (#1521)2c52052
chore: #1213 Replaces rm rf with a windows compatible script when building ...86748db
fix: #1489 Include Access-Control, Origin headers for cross-origin requests...71d243a
feat: #1515 Adds support for the selectors :focus and :focus-visible (#1520)2b20cc3
fix: #1487 Changes wrong property name inputmode to inputMode in HTMLInputE...48dc929
chore: #1504 Upgrades Vitest (#1504)Updates
vite
from 5.4.2 to 5.4.3Changelog
Sourced from vite's changelog.
Commits
ccbfc1a
release: v5.4.39b001ba
fix(css): fix directory index import in sass modern api (#17960)5c5f82c
fix: improve CJS warning trace information (#17926)15871c7
fix(preload): add crossorigin attribute in CSS link tags (#17930)413c86a
fix(html): rewrite assets url in <template> (#17988)dc3c14f
fix: cjs warning respect the logLevel flag (#17993)0ca53cf
chore(deps): update all non-major dependencies (#17991)ebfaa7e
fix: only remove entry assets handled by Vite core (#17916)d428e7e
fix(css): fix sass modern source map (#17938)ad13760
fix: waitForRequestIdle locked (#17982)Updates
@rollup/rollup-linux-x64-gnu
from 4.21.0 to 4.21.2Release notes
Sourced from
@rollup/rollup-linux-x64-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-x64-gnu
's changelog.Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit