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

chore(deps): bump the non-breaking-changes group with 12 updates #4165

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

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

Package From To
turbo 2.0.13 2.0.14
vite 5.4.0 5.4.1
vue 3.4.37 3.4.38
execa 9.3.0 9.3.1
eslint-config-turbo 2.0.13 2.0.14
eslint-plugin-no-only-tests 3.1.0 3.3.0
eslint-plugin-perfectionist 3.1.3 3.2.0
stylelint 16.8.1 16.8.2
pinia 2.2.1 2.2.2
@vue/shared 3.4.37 3.4.38
watermark-js-plus 1.5.2 1.5.3
publint 0.2.9 0.2.10

Updates turbo from 2.0.13 to 2.0.14

Release notes

Sourced from turbo's releases.

Turborepo v2.0.14

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.0.13...v2.0.14

Commits

Updates vite from 5.4.0 to 5.4.1

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • Additional commits viewable in compare view

Updates vue from 3.4.37 to 3.4.38

Release notes

Sourced from vue's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)
Commits
  • 56e658e release: v3.4.38
  • 0bdb2a3 workflow: move private packages to separate directory
  • 74d26db fix(compiler-sfc): handle keyof operator with index object (#11581)
  • 236cac3 fix(compiler-core): use ast-based check for function expressions when possible
  • b27d900 chore: update changelog regarding inject behavior change
  • f349af7 fix(build): revert entities to 4.5 to avoid runtime resolution errors
  • 4db0085 fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
  • See full diff in compare view

Updates execa from 9.3.0 to 9.3.1

Release notes

Sourced from execa's releases.

v9.3.1

Thanks @​holic and @​jimhigson for your contributions!

Bugs

Bugs (types)

  • Fix type of the env option. It was currently failing for Remix or Next.js users. (by @​holic) (#1141)

Documentation

Commits

Updates eslint-config-turbo from 2.0.13 to 2.0.14

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.0.14

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.0.13...v2.0.14

Commits

Updates eslint-plugin-no-only-tests from 3.1.0 to 3.3.0

Release notes

Sourced from eslint-plugin-no-only-tests's releases.

v3.3.0

What's Changed

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

v3.2.0

What's Changed

Development Changes

New Contributors

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

Commits
  • ffda178 v3.3.0
  • 8416d33 Merge pull request #45 from levibuzolic/support-eslint-v9
  • 1daa41b Update formatting following Biomes rules
  • 2944a6d Bump version to 4.0.0 for breaking change with Node 18+ being the new target
  • 45d98b4 Update tests to target Node v18+
  • a03eb2a Bump version to v3.3.0
  • 6084aa0 Add support for ESLint v9 flat config
  • 8fb57fc Set version to 3.2.0
  • 424419a Add test case for functions
  • 21613b2 Merge pull request #44 from sualko/feature/fit
  • Additional commits viewable in compare view

Updates eslint-plugin-perfectionist from 3.1.3 to 3.2.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v3.2.0

   🚀 Features

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v3.2.0

compare changes

🚀 Features

  • Use dynamic group generation in sort-classes (baa701d)
  • Support for sorting by enum value (285a451)
  • Improve group order error messages in sort-classes (b02d626)
  • Allow specifying cross-rule settings (8e15730)
  • Add property-function groups in sort-class rule (41b92d3)

❤️ Contributors

Commits
  • 4f3da85 build: publish v3.2.0
  • 41b92d3 feat: add property-function groups in sort-class rule
  • 8e15730 feat: allow specifying cross-rule settings
  • b02d626 feat: improve group order error messages in sort-classes
  • 105f096 chore: update dependencies
  • 285a451 feat: support for sorting by enum value
  • baa701d feat: use dynamic group generation in sort-classes
  • See full diff in compare view

Updates stylelint from 16.8.1 to 16.8.2

Release notes

Sourced from stylelint's releases.

16.8.2

Changelog

Sourced from stylelint's changelog.

16.8.2

Commits
  • 860acdc 16.8.2
  • 7f09106 Prepare 16.8.2 (#7902)
  • 2b13454 Fix keyframe-block-no-duplicate-selectors reported ranges (#7932)
  • c3829d5 Refactor to add isVarFunction utility and rename isIgnoredFunction to `is...
  • 197400e Fix selector-max-type reported ranges (#7916)
  • b4c61d7 Add details on keys used for --cache option in documentation (#7926)
  • 108af69 Bump ignore from 5.3.1 to 5.3.2 (#7930)
  • ac83f35 Bump lint-staged from 15.2.8 to 15.2.9 (#7929)
  • 47f0a0c Bump postcss-selector-parser from 6.1.1 to 6.1.2 in the postcss group (#7928)
  • f0992a5 Fix .cjs files clean up (#7922)
  • Additional commits viewable in compare view

Updates pinia from 2.2.1 to 2.2.2

Release notes

Sourced from pinia's releases.

pinia@2.2.2

Please refer to CHANGELOG.md for details.

Commits

Updates @vue/shared from 3.4.37 to 3.4.38

Release notes

Sourced from @​vue/shared's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/shared's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)
Commits

Updates watermark-js-plus from 1.5.2 to 1.5.3

Release notes

Sourced from watermark-js-plus's releases.

v1.5.3

✨ Features | 新功能

🎫 Chores | 其他更新

  • add parent element validation tip (9bf4c2f)
  • update dependencies

🐛 Bug Fixes | Bug 修复

  • the create method executed multiple times (#815) (00f2fc5)
  • 修复富文本元素宽高不正确的问题 (ac21394)

✅ Tests | 测试

  • add create BlindWatermark test (a430f69)
  • add create Watermark test (c0cfdcc)
  • add image watermark test (c132c74)
  • add jest (b2c5869)
  • add jest image transformer (1b75aec)
  • update create BlindWatermark test (bd599f2)
  • update image watermark test (9185222)
  • update jest image transformer (5e9549d)
  • update watermark test (46f8d66)
Changelog

Sourced from watermark-js-plus's changelog.

1.5.3 (2024-08-15)

✅ Tests | 测试

  • add create BlindWatermark test (a430f69)
  • add create Watermark test (c0cfdcc)
  • add image watermark test (c132c74)
  • add jest (b2c5869)
  • add jest image transformer (1b75aec)
  • add jest image transformer (2fabc30)
  • update create BlindWatermark test (bd599f2)
  • update create BlindWatermark test (50ece22)
  • update image watermark test (9185222)
  • update image watermark test (69727f3)
  • update image watermark test (013eea4)
  • update image watermark test (940a6ba)
  • update image watermark test (a0c8f95)
  • update jest image transformer (5e9549d)
  • update watermark test (46f8d66)
  • update watermark test (2e138af)
  • update watermark test (c282dde)
  • update watermark test (70fb32a)
  • update watermark test (067fb0a)
  • update watermark test (b88bb84)
  • update watermark test (337a953)

✨ Features | 新功能

🎫 Chores | 其他更新

  • add parent element validation tip (9bf4c2f)
  • deps: update babel monorepo to v7.24.7 (48599e3)
  • deps: update babel monorepo to v7.24.8 (36fca82)
  • deps: update babel monorepo to v7.25.0 (f8e294a)
  • deps: update babel monorepo to v7.25.2 (54096a6)
  • deps: update dependency @​babel/core to v7.24.9 (c2f0464)
  • deps: update dependency @​babel/eslint-parser to v7.25.1 (0446383)
  • deps: update dependency @​babel/preset-env to v7.25.3 (12c11aa)
  • deps: update dependency @​commitlint/cli to v19.4.0 (c84f305)
  • deps: update dependency @​rollup/plugin-commonjs to v26 (1f36c7c)
  • deps: update dependency @​rollup/plugin-commonjs to v26 (150a32e)
  • deps: update dependency @​rollup/plugin-replace to v5.0.7 (4897dcd)
  • deps: update dependency @​types/markdown-it to v14.1.2 (e5c917a)
  • deps: update dependency @​typescript-eslint/parser to v7.13.0 (7e58c59)
  • deps: update dependency @​typescript-eslint/parser to v7.13.1 (68d5173)

... (truncated)

Commits

Updates publint from 0.2.9 to 0.2.10

Release notes

Sourced from publint's releases.

v0.2.10

Features

  • Adds a new rule that validates the "repository" field (bluwy/publint#106)
    • If "repository" is a string, it must be one of the supported shorthand strings from the docs.
    • If "repository" is an object with "type": "git", the "url" must be a valid git URL and can be parsed by npm.
    • The git:// protocol for GitHub repos should not be used due security concerns.
    • GitHub or GitLab links should be prefixed with git+ and postfixed with .git. (This is also warned by npm when publishing a package).

New Contributors

Full Changelog: publint/publint@v0.2.9...v0.2.10

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

Summary by CodeRabbit

  • New Features

    • Updated various dependencies across multiple packages, including vue, pinia, turbo, and vite, to their latest versions, which may include performance improvements and bug fixes.
  • Bug Fixes

    • Minor version updates for vue dependencies across various packages, which may enhance stability and functionality.
  • Chores

    • Updated dependency versions in configuration files to maintain compatibility and take advantage of improvements in third-party libraries.

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

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.0.13` | `2.0.14` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` |
| [vue](https://github.com/vuejs/core) | `3.4.37` | `3.4.38` |
| [execa](https://github.com/sindresorhus/execa) | `9.3.0` | `9.3.1` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.0.13` | `2.0.14` |
| [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) | `3.1.0` | `3.3.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.1.3` | `3.2.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.8.1` | `16.8.2` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.1` | `2.2.2` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.4.37` | `3.4.38` |
| [watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus) | `1.5.2` | `1.5.3` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.9` | `0.2.10` |


Updates `turbo` from 2.0.13 to 2.0.14
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.13...v2.0.14)

Updates `vite` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite)

Updates `vue` from 3.4.37 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.37...v3.4.38)

Updates `execa` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v9.3.0...v9.3.1)

Updates `eslint-config-turbo` from 2.0.13 to 2.0.14
- [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.0.14/packages/eslint-config-turbo)

Updates `eslint-plugin-no-only-tests` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases)
- [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md)
- [Commits](levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.3.0)

Updates `eslint-plugin-perfectionist` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.1.3...v3.2.0)

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

Updates `pinia` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2)

Updates `@vue/shared` from 3.4.37 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.38/packages/shared)

Updates `watermark-js-plus` from 1.5.2 to 1.5.3
- [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.5.2...v1.5.3)

Updates `publint` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/bluwy/publint/releases)
- [Commits](https://github.com/bluwy/publint/commits/v0.2.10/pkg)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-no-only-tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: watermark-js-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: publint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2024
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2024 19:34
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Aug 15, 2024
Copy link

changeset-bot bot commented Aug 15, 2024

⚠️ No Changeset found

Latest commit: 2ee1761

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 Aug 15, 2024

Walkthrough

The recent changes involve minor updates to various package.json files across multiple projects. Key dependencies such as vue and pinia were incremented to enhance performance and stability. Additionally, several ESLint-related packages received updates, indicating improvements in coding standards compliance. These adjustments aim to ensure a more robust development environment while potentially fixing bugs and introducing small enhancements.

Changes

Files/Paths Change Summary
apps/.../package.json Updated pinia from 2.2.1 to 2.2.2, vue from ^3.4.37 to ^3.4.38 across three apps.
docs/package.json Updated vue from ^3.4.37 to ^3.4.38.
internal/lint-configs/.../package.json Updated ESLint packages, including eslint-config-turbo and others.
internal/node-utils/package.json Updated execa from ^9.3.0 to ^9.3.1.
internal/tsconfig/package.json Updated vite from ^5.4.0 to ^5.4.1.
package.json Updated turbo from ^2.0.13 to ^2.0.14, vite from ^5.4.0 to ^5.4.1, vue from ^3.4.37 to ^3.4.38.
packages/@core/.../package.json Updated vue from ^3.4.37 to ^3.4.38 across multiple core packages.
packages/effects/.../package.json Updated vue from ^3.4.37 to ^3.4.38 across multiple effects packages.
packages/locales/package.json Updated vue from ^3.4.37 to ^3.4.38.
packages/stores/package.json Updated pinia from 2.2.1 to 2.2.2, vue from ^3.4.37 to ^3.4.38.
packages/types/package.json Updated vue from ^3.4.37 to ^3.4.38.
playground/package.json Updated pinia from 2.2.1 to 2.2.2, vue from ^3.4.37 to ^3.4.38.
scripts/vsh/package.json Updated publint from ^0.2.9 to ^0.2.10.

Sequence Diagram(s)

sequenceDiagram
    participant Dev as Developer
    participant CI as CI/CD Pipeline
    participant Repo as Repository
    participant App as Application

    Dev->>Repo: Update package.json
    Repo->>CI: Trigger build
    CI->>App: Install updated dependencies
    App->>CI: Run tests
    CI-->>Dev: Notify success/failure
Loading

🐰 In the meadow, changes bloom,
New versions chase away the gloom.
With pinia and vue, we leap and play,
Our code now dances, hip-hip-hooray!
Bugs retreat, in fear they hide,
As updates bring a joyful ride! 🌼


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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d71a20a and 2ee1761.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (29)
  • apps/web-antd/package.json (1 hunks)
  • apps/web-ele/package.json (1 hunks)
  • apps/web-naive/package.json (1 hunks)
  • docs/package.json (1 hunks)
  • internal/lint-configs/eslint-config/package.json (2 hunks)
  • internal/lint-configs/stylelint-config/package.json (1 hunks)
  • internal/node-utils/package.json (1 hunks)
  • internal/tsconfig/package.json (1 hunks)
  • internal/vite-config/package.json (1 hunks)
  • package.json (1 hunks)
  • packages/@core/base/icons/package.json (1 hunks)
  • packages/@core/base/shared/package.json (1 hunks)
  • packages/@core/base/typings/package.json (1 hunks)
  • packages/@core/composables/package.json (1 hunks)
  • packages/@core/preferences/package.json (1 hunks)
  • packages/@core/ui-kit/layout-ui/package.json (1 hunks)
  • packages/@core/ui-kit/menu-ui/package.json (1 hunks)
  • packages/@core/ui-kit/shadcn-ui/package.json (1 hunks)
  • packages/@core/ui-kit/tabs-ui/package.json (1 hunks)
  • packages/effects/access/package.json (1 hunks)
  • packages/effects/chart-ui/package.json (1 hunks)
  • packages/effects/common-ui/package.json (1 hunks)
  • packages/effects/hooks/package.json (1 hunks)
  • packages/effects/layouts/package.json (1 hunks)
  • packages/locales/package.json (1 hunks)
  • packages/stores/package.json (1 hunks)
  • packages/types/package.json (1 hunks)
  • playground/package.json (1 hunks)
  • scripts/vsh/package.json (1 hunks)
Files skipped from review due to trivial changes (29)
  • apps/web-antd/package.json
  • apps/web-ele/package.json
  • apps/web-naive/package.json
  • docs/package.json
  • internal/lint-configs/eslint-config/package.json
  • internal/lint-configs/stylelint-config/package.json
  • internal/node-utils/package.json
  • internal/tsconfig/package.json
  • internal/vite-config/package.json
  • package.json
  • packages/@core/base/icons/package.json
  • packages/@core/base/shared/package.json
  • packages/@core/base/typings/package.json
  • packages/@core/composables/package.json
  • packages/@core/preferences/package.json
  • packages/@core/ui-kit/layout-ui/package.json
  • packages/@core/ui-kit/menu-ui/package.json
  • packages/@core/ui-kit/shadcn-ui/package.json
  • packages/@core/ui-kit/tabs-ui/package.json
  • packages/effects/access/package.json
  • packages/effects/chart-ui/package.json
  • packages/effects/common-ui/package.json
  • packages/effects/hooks/package.json
  • packages/effects/layouts/package.json
  • packages/locales/package.json
  • packages/stores/package.json
  • packages/types/package.json
  • playground/package.json
  • scripts/vsh/package.json

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2ee1761 and 0e5d542.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (2 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@vince292007 vince292007 merged commit 8987067 into main Aug 16, 2024
16 checks passed
@vince292007 vince292007 deleted the dependabot/npm_and_yarn/non-breaking-changes-8b5ec767ad branch August 16, 2024 01:47
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants