build(deps-dev): bump the vitest group with 3 updates and fix Cypress prepare cache fallback#637
Conversation
Bumps the vitest group with 3 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.7 to 4.1.8 - [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/v4.1.8/packages/coverage-v8) Updates `@vitest/ui` from 4.1.7 to 4.1.8 - [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/v4.1.8/packages/ui) Updates `vitest` from 4.1.7 to 4.1.8 - [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/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: "@vitest/ui" dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest ... Signed-off-by: dependabot[bot] <support@github.com>
|
@copilot analyse and improve Test and Report / prepare (pull_request) |
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
I analyzed the failing Change made: in |
|
@copilot resolve the merge conflicts in this pull request |
…rn/vitest-ca16b84b2b # Conflicts: # package-lock.json # package.json Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Resolved. I merged |
Bumps the vitest group with 3 updates: @vitest/coverage-v8, @vitest/ui and vitest.
Updates
@vitest/coverage-v8from 4.1.7 to 4.1.8Updates
@vitest/uifrom 4.1.7 to 4.1.8Updates
vitestfrom 4.1.7 to 4.1.8Additional fix from PR feedback: updates
.github/workflows/test-and-report.ymlso Cypress is installed when cache restore is non-exact (cache-hit != 'true') before runningnpx cypress verify, preventingpreparejob timeouts on cache fallback restores.Also resolves merge conflicts with
maininpackage.jsonandpackage-lock.jsonwhile keeping the intended dependency versions.