-
Notifications
You must be signed in to change notification settings - Fork 67
Support eslint-plugin-cypress: ^4.0.0
for quasar-app-extension-testing-e2e-cypress
#386
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
Comments
As for your case, you should be able to safely upgrade Just a heads up, |
@yusufkandemir so based on what you said I can in theory upgrade to v3. However, when you run first install, you run into a peer dependency issue BUT as you stated, you can ignore the warning or suppress the error. So just to confirm, in the following case, I can just force it through via the |
I bypassed the problem by adding this to "overrides": {
"eslint-plugin-cypress": "^4.0.0"
}, You can replace |
This has been solved in v6.2.0 |
Thanks a lot ! |
Currently,
quasar-app-extension-testing-e2e-cypress
has a peerDepency to"eslint-plugin-cypress": "^2.12.1"
I'd like to bump
eslint-plugin-cypress
to 4.0.0 :/The text was updated successfully, but these errors were encountered: