Skip to content

Bump @vitest/mocker, @vitest/ui and vitest in /src/App - #1154

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/App/multi-936ddd8c4a
Open

Bump @vitest/mocker, @vitest/ui and vitest in /src/App#1154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/App/multi-936ddd8c4a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @vitest/mocker to 5.0.0-rc.4 and updates ancestor dependencies @vitest/mocker, @vitest/ui and vitest. These dependencies need to be updated together.

Updates @vitest/mocker from 3.2.7 to 5.0.0-rc.4

Release notes

Sourced from @​vitest/mocker's releases.

v5.0.0-rc.4

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.0-rc.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @vitest/ui from 3.2.7 to 5.0.0-rc.4

Release notes

Sourced from @​vitest/ui's releases.

v5.0.0-rc.4

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.0-rc.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates vitest from 3.2.7 to 5.0.0-rc.4

Release notes

Sourced from vitest's releases.

v5.0.0-rc.4

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.0-rc.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) to 5.0.0-rc.4 and updates ancestor dependencies [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together.


Updates `@vitest/mocker` from 3.2.7 to 5.0.0-rc.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0-rc.4/packages/mocker)

Updates `@vitest/ui` from 3.2.7 to 5.0.0-rc.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0-rc.4/packages/ui)

Updates `vitest` from 3.2.7 to 5.0.0-rc.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0-rc.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/mocker"
  dependency-version: 5.0.0-rc.4
  dependency-type: indirect
- dependency-name: "@vitest/ui"
  dependency-version: 5.0.0-rc.4
  dependency-type: direct:development
- dependency-name: vitest
  dependency-version: 5.0.0-rc.4
  dependency-type: direct:development
...

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 Sep 8, 2026
Copilot AI lite review requested due to automatic review settings September 8, 2026 20:57
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 8, 2026
@dependabot
dependabot Bot requested a review from dgp10801 as a code owner September 8, 2026 20:57
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The Vitest 5 RC bump introduces confirmed dependency/override incompatibilities (and a major Node runtime requirement increase) that should be reconciled before merging.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the frontend app’s Vitest toolchain to 5.0.0-rc.4 (along with related packages) and refreshes the lockfile to match the new dependency graph.

Changes:

  • Bump vitest and @vitest/ui to ^5.0.0-rc.4 in src/App/package.json.
  • Update src/App/package-lock.json to reflect the Vitest 5 RC dependency tree and metadata.
File summaries
File Description
src/App/package.json Updates Vitest/UI versions and retains npm overrides relevant to dependency resolution.
src/App/package-lock.json Regenerates the lockfile for the new Vitest 5 RC dependency set (including updated engines/peer metadata).
Review details

Files not reviewed (1)

  • src/App/package-lock.json: Generated file
  • Files reviewed: 1/2 changed files
  • Comments generated: 3
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/App/package-lock.json
Comment on lines 9968 to 9970
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
},
Comment thread src/App/package.json
Comment on lines 59 to +64
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/ui": "^3.2.6",
"@vitest/ui": "^5.0.0-rc.4",
Comment thread src/App/package.json
Comment on lines 70 to 74
"typescript": "^5.8.3",
"vite": "7.3.5",
"vitest": "^3.2.6"
"vitest": "^5.0.0-rc.4"
},
"overrides": {
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