We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cypress-testing-library
v5.2.1
node
v10.19.0
npm
yarn
v6.13.4
Relevant code or config
cypress-testing-library/package.json
Line 54 in 5664b09
What you did:
installed v4.0.0 of cypress and ran npm ls
v4.0.0
npm ls
What happened:
slightly different versions in this project, but was the first i found with public logs: https://travis-ci.com/travi-org/theme-components/builds/147829710#L301-L313
Reproduction repository:
travi-org/theme-components#4
Problem description:
the peer ranges defined as compatible for cypress do not include v4.0.0 that was released today: https://docs.cypress.io/guides/references/changelog.html#4-0-0
Suggested solution:
add ^4.0.0 to the allowed peer ranges:
^4.0.0
"cypress": "^2.1.0 || ^3.0.0"
The text was updated successfully, but these errors were encountered:
fix: allowed cypress v4 as a valid peer
67b8dfc
closes testing-library#118
43df7ea
feat: allowed cypress v4 as a valid peer (#119)
e052ece
closes #118
🎉 This issue has been resolved in version 5.3.0 🎉
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
cypress-testing-library
version:v5.2.1
node
version:v10.19.0
npm
(oryarn
) version:v6.13.4
Relevant code or config
cypress-testing-library/package.json
Line 54 in 5664b09
What you did:
installed
v4.0.0
of cypress and rannpm ls
What happened:
slightly different versions in this project, but was the first i found with public logs: https://travis-ci.com/travi-org/theme-components/builds/147829710#L301-L313
Reproduction repository:
travi-org/theme-components#4
Problem description:
the peer ranges defined as compatible for cypress do not include
v4.0.0
that was released today: https://docs.cypress.io/guides/references/changelog.html#4-0-0Suggested solution:
add
^4.0.0
to the allowed peer ranges:The text was updated successfully, but these errors were encountered: