Skip to content

Bump vitest and @vitest/ui in /src/App - #1153

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/App/multi-170fc8f861
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/App/multi-170fc8f861

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vitest and @vitest/ui. These dependencies needed to be updated together.
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

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

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](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui). These dependencies needed to be updated together.

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)

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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@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 @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1154.

@dependabot dependabot Bot closed this Sep 8, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/src/App/multi-170fc8f861 branch September 8, 2026 20:57

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

Vitest 5 RC introduces a Node engine requirement (>=22.12) that conflicts with the project’s current Node 20 runtime (e.g., Dockerfile), and there is also an override/version-range mismatch (picomatch) introduced by the upgrade.

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

Pull request overview

This PR updates the frontend app’s test tooling by bumping vitest and @vitest/ui together in src/App to the 5.0.0-rc.4 release candidate.

Changes:

  • Bump vitest from ^3.2.6 to ^5.0.0-rc.4
  • Bump @vitest/ui from ^3.2.6 to ^5.0.0-rc.4
  • Refresh package-lock.json to reflect the new Vitest dependency graph
File summaries
File Description
src/App/package.json Updates devDependencies to Vitest 5 RC and related UI package.
src/App/package-lock.json Updates the resolved dependency tree and metadata for the Vitest 5 RC upgrade.
Review details

Files not reviewed (1)

  • src/App/package-lock.json: Generated file

Suppressed comments (1)

src/App/package.json:76

  • vitest@5 depends on picomatch: ^4.0.7 (see package-lock.json), but this package.json forces picomatch to 4.0.4 via overrides, which is outside that range. This can lead to dependency resolution warnings and potential runtime issues if Vitest relies on changes added in 4.0.7+. Either update the override to a compatible version or remove it if it’s no longer needed.
    "vitest": "^5.0.0-rc.4"
  },
  "overrides": {
    "minimatch": "3.1.5",
    "vite": "7.3.5",
  • Files reviewed: 1/2 changed files
  • Comments generated: 2
  • 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 70 to +72
"typescript": "^5.8.3",
"vite": "7.3.5",
"vitest": "^3.2.6"
"vitest": "^5.0.0-rc.4"
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