build(deps): bump @vitest/mocker, @vitest/coverage-istanbul, @vitest/coverage-v8 and vitest in /plugins/ai-assistant/packages/ai-common - #953
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…coverage-v8 and vitest Bumps [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) to 5.0.0 and updates ancestor dependencies [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker), [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) 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 - [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/packages/mocker) Updates `@vitest/coverage-istanbul` from 3.2.7 to 5.0.0 - [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/packages/coverage-istanbul) Updates `@vitest/coverage-v8` from 3.2.7 to 5.0.0 - [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/packages/coverage-v8) Updates `vitest` from 3.2.7 to 5.0.0 - [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/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/mocker" dependency-version: 5.0.0 dependency-type: indirect - dependency-name: "@vitest/coverage-istanbul" dependency-version: 5.0.0 dependency-type: direct:development - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.0 dependency-type: direct:development - dependency-name: vitest dependency-version: 5.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Copilot started reviewing on behalf of
Microsoft Azure (Azure)
September 10, 2026 04:53
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The updated Vitest 5 dependency tree introduces Node.js engine requirements (>=22.18) that conflict with the repo’s current Node 20 configuration, likely breaking installs/tests in CI and local dev.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the @headlamp-k8s/ai-common package’s Vitest-related devDependencies to Vitest 5.x so coverage tooling remains in sync with the Vitest major version.
Changes:
- Bump
vitestto^5.0.0inplugins/ai-assistant/packages/ai-common. - Bump
@vitest/coverage-istanbuland@vitest/coverage-v8to^5.0.0. - Regenerate
package-lock.jsonto reflect the new Vitest 5 dependency tree.
File summaries
| File | Description |
|---|---|
| plugins/ai-assistant/packages/ai-common/package.json | Updates Vitest and coverage devDependencies to 5.x. |
| plugins/ai-assistant/packages/ai-common/package-lock.json | Lockfile updates from the Vitest 5 upgrade (new transitive deps and engine constraints). |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- 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 on lines
+122
to
+124
| "@vitest/coverage-istanbul": "^5.0.0", | ||
| "@vitest/coverage-v8": "^5.0.0", | ||
| "vitest": "^5.0.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @vitest/mocker to 5.0.0 and updates ancestor dependencies @vitest/mocker, @vitest/coverage-istanbul, @vitest/coverage-v8 and vitest. These dependencies need to be updated together.
Updates
@vitest/mockerfrom 3.2.7 to 5.0.0Release notes
Sourced from @vitest/mocker's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)732df2cfix(deps): update all non-major dependencies (#11043)1e9f80eperf(vm): don't prewarm modules the worker never requests (#11033)af83d1bchore: release v5.0.0-rc.2 (#10976)8ff9b9afix(mocker): restrict redirect mocks to the fs allowlist (#10972)65263d7fix(deps): update all non-major dependencies (#10966)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)Updates
@vitest/coverage-istanbulfrom 3.2.7 to 5.0.0Release notes
Sourced from @vitest/coverage-istanbul's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0188c81fix(deps): update all non-major dependencies (#10861)7faa7b0fix(deps): update all non-major dependencies (#9958)b7be731chore: release v5.0.0-beta.7 (#10825)7e7e35cperf(coverage): reduce RPC data and unnecessary serializations (#10781)Updates
@vitest/coverage-v8from 3.2.7 to 5.0.0Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)b7be731chore: release v5.0.0-beta.7 (#10825)Updates
vitestfrom 3.2.7 to 5.0.0Release notes
Sourced from vitest's releases.