Skip to content

fix(deps): update @cypress/code-coverage to 3.14.5 #1649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MikeMcC399
Copy link
Contributor

Situation

Executing yarn shows peer dependency warnings from @cypress/code-coverage:

warning " > @cypress/[email protected]" has unmet peer dependency "@babel/preset-env@^7.0.0".
warning " > @cypress/[email protected]" has unmet peer dependency "babel-loader@^8.3 || ^9".
warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "@babel/preset-env@^7.0.0".
warning "@cypress/code-coverage > @cypress/[email protected]" has unmet peer dependency "babel-loader@^8.3 || ^9".

Change

Verification

Execute:

yarn
yarn predev
yarn dev:coverage

Wait for "Backend server running" message

In a separate terminal, execute:

yarn cypress:run --env coverage=true

When tests complete, view coverage/index.html

Execute:

npx nyc report --reporter=text

and confirm success.

update @babel/core to 7.28.0
add @babel/preset-env 7.28.0
add babel-loader 10.0.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 20, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@cypress/code-coverage peer dependency warnings
2 participants