Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 15 updates:

Package From To
element-plus 2.9.11 2.10.1
pinia 3.0.2 3.0.3
@eslint/markdown 6.4.0 6.5.0
@types/node 22.15.29 22.15.30
@vitest/coverage-v8 3.1.4 3.2.2
@vitest/ui 3.1.4 3.2.2
eslint-import-resolver-typescript 4.4.2 4.4.3
eslint-plugin-jsdoc 50.7.0 50.7.1
eslint-plugin-n 17.18.0 17.19.0
eslint-plugin-testing-library 7.3.0 7.4.0
eslint-plugin-vue 10.1.0 10.2.0
postcss-preset-env 10.2.0 10.2.1
rollup-plugin-visualizer 6.0.1 6.0.3
typescript-eslint 8.33.0 8.33.1
vitest 3.1.4 3.2.2

Updates element-plus from 2.9.11 to 2.10.1

Release notes

Sourced from element-plus's releases.

2.10.1

2025-06-07

Bug fixes

  • Components [form] the validate function is executed repeatedly (#19345 by @​betavs)
  • Components [splitter-panel] the style file path error (#20948 by @​tolking)

2.10.0

2025-06-06

Features

  • Components [alert] add open and auto-close functionality with delays (#20533 by @​betavs)

Bug fixes

  • Components [config-provider] provide global config function is invalid for message (#20863 by @​betavs)
  • Components [text] the title attribute loses its reactivity (#20875 by @​betavs)
  • Components [cascader] scrolling to active node is inaccurate (#20877 by @​btea)
  • Components [input-number] clear display content after non-numeric input (#19538 by @​DDDDD12138)
  • Components [select-v2] fix default-first-option and allow-create are not effective together (#20872 by @​kooriookami)
  • Components [cascader] placeholder should be blank if pass a empty string (#20896 by @​btea)
  • Components [form-item] cannot be set to div tag for rendering (#20608 by @​betavs)
  • Components [select] display exception when label is 0 or "" (#20905 by @​YiMo1)
  • Components [dialog] drag into view when content is too high (#20595 by @​wNing50)
  • Components [cascader-panel] check if children label are comments (#20899 by @​Dsaquel)
  • Components [dialog] fix dialog zindex should update responsively (#18520 by @​wsVIC)
  • Components [space] correctly render comment nodes (#20922 by @​btea)
  • Theme-chalk [radio] update background color for checked state (#19594 by @​betavs)
  • Components [collapse] resolve space key conflict and improve accessibility (#20529 by @​rhodi2436)

Refactors

Changelog

Sourced from element-plus's changelog.

2.10.1

2025-06-07

Bug fixes

  • Components [form] the validate function is executed repeatedly (#19345 by @​betavs)
  • Components [splitter-panel] the style file path error (#20948 by @​tolking)

2.10.0

2025-06-06

Features

Bug fixes

  • [color-picker] Fix invalid color code clearing (#20832 by @​zhanghaifeng213)
  • Components [config-provider] provide global config function is invalid for message (#20863 by @​betavs)
  • Components [text] the title attribute loses its reactivity (#20875 by @​betavs)
  • Components [cascader] scrolling to active node is inaccurate (#20877 by @​btea)
  • Components [input-number] clear display content after non-numeric input (#19538 by @​DDDDD12138)
  • Components [select-v2] fix default-first-option and allow-create are not effective together (#20872 by @​kooriookami)
  • Components [cascader] placeholder should be blank if pass a empty string (#20896 by @​btea)
  • Components [form-item] cannot be set to div tag for rendering (#20608 by @​betavs)
  • Components [select] display exception when label is 0 or "" (#20905 by @​YiMo1)
  • Components [dialog] drag into view when content is too high (#20595 by @​wNing50)
  • Hooks [use-focus-controller] form-disabled-status not trigger blur (#20891 by @​warmthsea)
  • Components [cascader-panel] check if children label are comments (#20899 by @​Dsaquel)
  • Components [dialog] fix dialog zindex should update responsively (#18520 by @​wsVIC)
  • Components [space] correctly render comment nodes (#20922 by @​btea)
  • Types [menu-item] make index attribute required (#19007 by @​DDDDD12138)
  • Theme-chalk [radio] update background color for checked state (#19594 by @​betavs)
  • Components [space] keep comment nodes (#20930 by @​btea)
  • Components [collapse] resolve space key conflict and improve accessibility (#20529 by @​rhodi2436)

Refactors

Commits
  • bd42da1 D2M (#20949)
  • b3f2a6f Merge pull request #20935 from element-plus/dev
  • eb342b5 chore: Update changelog 2.10.0 (#20937)
  • c043e5f fix(components): [collapse] resolve space key conflict and improve accessibil...
  • 84376be refactor(components): [tooltip-v2] remove ts-nocheck comments (#16928)
  • 8f380ce refactor(components): standardize injection keys (#20616)
  • 6f8e91f refactor(components): [select] modify manuallyRenderSlots execute (#20854)
  • 8098ddc fix(components): [space] keep comment nodes (#20930)
  • 6936245 fix(theme-chalk): [radio] update background color for checked state (#19594)
  • 0680399 fix(types): [menu-item] make index attribute required (#19007)
  • Additional commits viewable in compare view

Updates pinia from 3.0.2 to 3.0.3

Commits

Updates @eslint/markdown from 6.4.0 to 6.5.0

Release notes

Sourced from @​eslint/markdown's releases.

v6.5.0

6.5.0 (2025-06-04)

Features

Bug Fixes

  • no-invalid-label-refs do not report correct position (#366) (ed01747)
  • no-missing-label-refs rule does not respect escaping (#348) (cb6b437)
  • update require-alt-text rule to ignore commented images (#385) (b2fc801)
Changelog

Sourced from @​eslint/markdown's changelog.

6.5.0 (2025-06-04)

Features

Bug Fixes

  • no-invalid-label-refs do not report correct position (#366) (ed01747)
  • no-missing-label-refs rule does not respect escaping (#348) (cb6b437)
  • update require-alt-text rule to ignore commented images (#385) (b2fc801)
Commits

Updates @types/node from 22.15.29 to 22.15.30

Commits

Updates @vitest/coverage-v8 from 3.1.4 to 3.2.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.1

   🐞 Bug Fixes

    View changes on GitHub

v3.2.0

   🚀 Features

... (truncated)

Commits

Updates @vitest/ui from 3.1.4 to 3.2.2

Release notes

Sourced from @​vitest/ui's releases.

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.1

   🐞 Bug Fixes

    View changes on GitHub

v3.2.0

   🚀 Features

... (truncated)

Commits
  • 7ddcd33 chore: release v3.2.2
  • f858f3b chore: release v3.2.1
  • 59200ae chore: release v3.2.0
  • cce98d3 chore(deps): update all non-major dependencies (#8067)
  • b03f209 feat: annotation API (#7953)
  • 3bdf05d fix: ensure errors keep their message and stack after toJSON serialisation ...
  • 910892e chore: simplify working with UI package in dev (#8044)
  • ba87a62 chore: release v3.2.0-beta.3
  • c23b0f7 fix(wdio): don't scale browser in headless mode (#8033)
  • c2106b3 chore(deps): update all non-major dependencies (#8029)
  • Additional commits viewable in compare view

Updates eslint-import-resolver-typescript from 4.4.2 to 4.4.3

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.3

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.3

Patch Changes

Commits

Updates eslint-plugin-jsdoc from 50.7.0 to 50.7.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.7.1

50.7.1 (2025-06-01)

Bug Fixes

Commits

Updates eslint-plugin-n from 17.18.0 to 17.19.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.19.0

17.19.0 (2025-06-02)

🌟 Features

  • add no-top-level-await rule (#440) (a500a48)
  • add support for ignoring sync methods from certain locations (#424) (ef94e49)
Changelog

Sourced from eslint-plugin-n's changelog.

17.19.0 (2025-06-02)

🌟 Features

  • add no-top-level-await rule (#440) (a500a48)
  • add support for ignoring sync methods from certain locations (#424) (ef94e49)
Commits

Updates eslint-plugin-testing-library from 7.3.0 to 7.4.0

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.4.0

7.4.0 (2025-06-05)

Features

Commits

Bumps the all group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [element-plus](https://github.com/element-plus/element-plus) | `2.9.11` | `2.10.1` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.2` | `3.0.3` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `6.4.0` | `6.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `22.15.30` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.4` | `3.2.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `3.1.4` | `3.2.2` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.2` | `4.4.3` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.7.0` | `50.7.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.18.0` | `17.19.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.3.0` | `7.4.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.1.0` | `10.2.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.2.0` | `10.2.1` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `6.0.1` | `6.0.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.33.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.4` | `3.2.2` |


Updates `element-plus` from 2.9.11 to 2.10.1
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](element-plus/element-plus@2.9.11...2.10.1)

Updates `pinia` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.2...v3.0.3)

Updates `@eslint/markdown` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v6.4.0...v6.5.0)

Updates `@types/node` from 22.15.29 to 22.15.30
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 3.1.4 to 3.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.2/packages/coverage-v8)

Updates `@vitest/ui` from 3.1.4 to 3.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.2/packages/ui)

Updates `eslint-import-resolver-typescript` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.4.2...v4.4.3)

Updates `eslint-plugin-jsdoc` from 50.7.0 to 50.7.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.7.0...v50.7.1)

Updates `eslint-plugin-n` from 17.18.0 to 17.19.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.18.0...v17.19.0)

Updates `eslint-plugin-testing-library` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.3.0...v7.4.0)

Updates `eslint-plugin-vue` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.1.0...v10.2.0)

Updates `postcss-preset-env` from 10.2.0 to 10.2.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `rollup-plugin-visualizer` from 6.0.1 to 6.0.3
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v6.0.1...v6.0.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 `vitest` from 3.1.4 to 3.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.2/packages/vitest)

---
updated-dependencies:
- dependency-name: element-plus
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pinia
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@eslint/markdown"
  dependency-version: 6.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 22.15.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vitest/ui"
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 50.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-n
  dependency-version: 17.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-vue
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-preset-env
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rollup-plugin-visualizer
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vitest
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from skyclouds2001 as a code owner June 9, 2025 04:44
@dependabot dependabot bot added this to the development milestone Jun 9, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
Copy link

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

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

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 15, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-master-all-cd1d8f0d1b branch June 15, 2025 18:12
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 merge conflicts size/s system
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant