testing-library / cypress-testing-library

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.
http://npm.im/@testing-library/cypress
MIT License
1.8k stars 152 forks source link

Add Cypress ^10.0.0 as peer dependency #223

Closed marktnoonan closed 2 years ago

marktnoonan commented 2 years ago

10.0 has been released, and Cypress Testing Library works great with it ❤️

What: Update peerDependencies in package.json

Why: To avoid Could not resolve dependency warnings when Cypress Testing Library users install Cypress 10

How: Added 10.0.0 to existing list with other Cypress versions

Checklist:

tlakomy commented 2 years ago

I'd love to see this merged as otherwise we'd be forced to use --legacy-peer-deps in our npm ci and I'd like to avoid that if necessary 👀

elevatebart commented 2 years ago

Help us @afontcu, you are our only hope 😸

afontcu commented 2 years ago

running CI as we speak! thanks for the ping, this went under my radar :)

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 8.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

afontcu commented 2 years ago

There you go folks, v8.0.3 should allow using CTL with Cypress v10

cc @elevatebart @tlakomy (sorry Tomasz jquery-testing-library isn't ready yet 😉)

tlakomy commented 2 years ago

Thank you @afontcu, npm installing it now!