Bump @vitest/mocker, @vitest/ui and vitest in /src/App - #1154
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump @vitest/mocker, @vitest/ui and vitest in /src/App#1154dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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]>
Contributor
There was a problem hiding this comment.
🟡 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
vitestand@vitest/uito^5.0.0-rc.4insrc/App/package.json. - Update
src/App/package-lock.jsonto 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 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 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 on lines
70
to
74
| "typescript": "^5.8.3", | ||
| "vite": "7.3.5", | ||
| "vitest": "^3.2.6" | ||
| "vitest": "^5.0.0-rc.4" | ||
| }, | ||
| "overrides": { |
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-rc.4 and updates ancestor dependencies @vitest/mocker, @vitest/ui and vitest. These dependencies need to be updated together.
Updates
@vitest/mockerfrom 3.2.7 to 5.0.0-rc.4Release notes
Sourced from @vitest/mocker's releases.
... (truncated)
Commits
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)7faa7b0fix(deps): update all non-major dependencies (#9958)Updates
@vitest/uifrom 3.2.7 to 5.0.0-rc.4Release notes
Sourced from @vitest/ui's releases.
... (truncated)
Commits
897f51fchore: release v5.0.0-rc.4 (#11107)1339b06chore(deps): update all non-major dependencies (#11104)58f02aefeat(ui): add link to open playwright trace (#11059)602d215fix(ui): add suite level report view (#11038)7db80dcchore: release v5.0.0-rc.3 (#11089)3cd019afix(ui): persist trace step-iframe split pane sizes (#11027)732df2cfix(deps): update all non-major dependencies (#11043)cd63e9efeat(ui): toggle trace target highlight (#11049)3069e59feat(ui): persist trace view selection in URL (#10981)1bbc278fix(browser): preserve trace popover state (fix #10906) (#11021)Updates
vitestfrom 3.2.7 to 5.0.0-rc.4Release notes
Sourced from vitest's releases.
... (truncated)
Commits
897f51fchore: release v5.0.0-rc.4 (#11107)1339b06chore(deps): update all non-major dependencies (#11104)51e9494feat!: parse files statically in vitest list by default (#11088)2122ffdfix: propagate --maxWorkers to projects (#11102)dc10f5ffix(browser): report the action error when a task times out (#11101)d4fe198feat: promote clearCache out of experimental (#11086)3f2ddc2fix(vm): link module graphs one at a time (#11096)848d724fix: don't duplicteoxc.targetif user provides a custom array (#11095)7db80dcchore: release v5.0.0-rc.3 (#11089)b628cb6feat: promote parseSpecifications out of experimental (#11087)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.