Skip to content

Bump Vitest to 4.0.8#474

Closed
rockbmb wants to merge 1 commit into
masterfrom
bump-vitest-4-0-6
Closed

Bump Vitest to 4.0.8#474
rockbmb wants to merge 1 commit into
masterfrom
bump-vitest-4-0-6

Conversation

@rockbmb
Copy link
Copy Markdown
Collaborator

@rockbmb rockbmb commented Nov 8, 2025

Supersedes #466 .

@rockbmb rockbmb requested a review from xlc November 8, 2025 22:27
@rockbmb rockbmb self-assigned this Nov 8, 2025
@rockbmb rockbmb added the dependencies Pull requests that update a dependency file label Nov 8, 2025
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

The pull request only updates the @vitest/ui package, but not vitest itself, which can lead to compatibility issues. The vitest package should also be updated if it is a dependency.

Comment thread package.json
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@vitest/ui": "^3.2.4",
"@vitest/ui": "^4.0.8",
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.

This change only bumps the version for @vitest/ui. To avoid potential incompatibilities, the vitest package should also be bumped to the same version (^4.0.8) if it is a dependency in this project. If vitest is not a dependency, consider updating the PR title to reflect that only @vitest/ui is being updated.

@rockbmb
Copy link
Copy Markdown
Collaborator Author

rockbmb commented Nov 8, 2025

Solved the problem with #466, so this is no longer necessary.

@rockbmb rockbmb closed this Nov 8, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant