Skip to content
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

feat: Support Cypress 7 and 8 #104

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

camillef
Copy link
Contributor

@camillef camillef commented Aug 5, 2021

Resolves #90
Resolves #96

The lastest Cypress release is now v8.2.0 so this PR bumps the devDependency to 8.2.0 and allows Cypress 7 and 8 in peer dependencies

This also supersedes #91

@@ -30,14 +30,14 @@
"dependencies": {},
"peerDependencies": {
"axe-core": "^3 || ^4",
"cypress": "^3 || ^4 || ^5 || ^6"
"cypress": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, this could be >= 3 but I didn't want to jump to this without contributor feedback

@sapegin sapegin merged commit 55c3262 into component-driven:master Aug 9, 2021
@github-actions
Copy link

github-actions bot commented Aug 9, 2021

🎉 This PR is included in version 0.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@camillef camillef deleted the support-cypress-8 branch August 9, 2021 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update to support Cypress 7 Cypress 7
2 participants