build(deps-dev): bump vitest from 4.1.11 to 5.0.0 - #1881
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: beb5cd67bd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "typescript": "^6.0.3", | ||
| "typescript-eslint": "^8.69.0", | ||
| "vitest": "^4.1.11" | ||
| "vitest": "^5.0.0" |
There was a problem hiding this comment.
Retain a test runner that supports Node 20
Vitest 5 declares support only for Node ^22.12.0 || ^24.0.0 || >=26.0.0, while this package still advertises Node >=20.19.0 and .github/workflows/nodejs-test.yml explicitly runs npm run test:vi on Node 20. Consequently the minimum-supported-runtime CI job installs and invokes an unsupported test runner and can fail instead of validating Node 20; either retain Vitest 4 or raise the project engine and remove Node 20 from the matrix.
Useful? React with 👍 / 👎.
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.11 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 dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
beb5cd6 to
b2384b7
Compare
Bumps vitest from 4.1.11 to 5.0.0.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)d46a747fix: treat test.describe as a suite during static collection (#11128)584cf30fix: add a warning if inline project has duplicate plugins due to unexpected ...f08ce4bfix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)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)