chore(deps-dev): bump vitest from 4.1.11 to 5.0.0 - #265
Conversation
7e7ca29 to
a93cf84
Compare
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>
The vitest bump alone did not install. @vitest/coverage-v8 declares an exact peer on vitest, so holding it at 4.1.11 while vitest went to 5.0.0 made npm ci fail with ERESOLVE, which is what broke both the test job and the docker build inside verify rather than any test failure. Move the two together and regenerate the lockfile on top of current main. The lockfile churn is confined to the vitest packages and the istanbul reporters that coverage-v8 pulls in.
a93cf84 to
1c17d6e
Compare
|
The bump alone could not install. Pushed two changes on top:
Lockfile churn is confined to the vitest packages and the istanbul reporters coverage-v8 pulls in. Verified locally on the rebased branch: Since the branch now carries a non-dependabot commit, dependabot will stop updating it. |
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)