You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
quasar-app-extension-testing-e2e-cypress just installs eslint-plugin-cypress when the AE gets installed. So, it shouldn't be a peer dependency in the first place.
As for your case, you should be able to safely upgrade eslint-plugin-cypress version and ignore the peer dependency warning, or suppress it if it's an error, depending on your package manager configuration.
Just a heads up, eslint-plugin-cypress doesn't support ESLint v8. So, you might want to stay with 3.x until you upgrade to ESLint v9, if you haven't already.
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: