Skip to content

build(deps-dev): bump the vitest group with 3 updates and fix Cypress prepare cache fallback#637

Merged
pethers merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vitest-ca16b84b2b
Jun 1, 2026
Merged

build(deps-dev): bump the vitest group with 3 updates and fix Cypress prepare cache fallback#637
pethers merged 3 commits into
mainfrom
dependabot/npm_and_yarn/vitest-ca16b84b2b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the vitest group with 3 updates: @vitest/coverage-v8, @vitest/ui and vitest.

Updates @vitest/coverage-v8 from 4.1.7 to 4.1.8


Updates @vitest/ui from 4.1.7 to 4.1.8


Updates vitest from 4.1.7 to 4.1.8


Additional fix from PR feedback: updates .github/workflows/test-and-report.yml so Cypress is installed when cache restore is non-exact (cache-hit != 'true') before running npx cypress verify, preventing prepare job timeouts on cache fallback restores.

Also resolves merge conflicts with main in package.json and package-lock.json while keeping the intended dependency versions.


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>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Jun 1, 2026
@github-actions github-actions Bot added the infrastructure CI/CD and build infrastructure label Jun 1, 2026
@pethers
Copy link
Copy Markdown
Member

pethers commented Jun 1, 2026

@copilot analyse and improve Test and Report / prepare (pull_request)
Test and Report / prepare (pull_request)Failing after 3m

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 1, 2026

@copilot analyse and improve Test and Report / prepare (pull_request)
Test and Report / prepare (pull_request)Failing...

I analyzed the failing prepare job logs and fixed the CI issue in commit 1910476.

Change made: in .github/workflows/test-and-report.yml, the Cypress cache step now has an id and we install Cypress when the cache restore is non-exact (cache-hit != 'true') before running npx cypress verify. This addresses the timeout seen after restore-key cache fallback.

Copilot AI requested a review from pethers June 1, 2026 10:27
@pethers
Copy link
Copy Markdown
Member

pethers commented Jun 1, 2026

@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>
Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 1, 2026

@copilot resolve the merge conflicts in this pull request

Resolved. I merged origin/main into this PR branch and fixed the conflicts in package.json and package-lock.json in commit 337c8fa.

Copilot AI changed the title build(deps-dev): bump the vitest group with 3 updates build(deps-dev): bump the vitest group with 3 updates and fix Cypress prepare cache fallback Jun 1, 2026
@pethers pethers merged commit 30e69f3 into main Jun 1, 2026
18 checks passed
@pethers pethers deleted the dependabot/npm_and_yarn/vitest-ca16b84b2b branch June 1, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates infrastructure CI/CD and build infrastructure javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants