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

eslint-plugin-ava requires eslint ^6.2.0 but xo requires ^7.1.0 #486

Closed
spl opened this issue Jun 12, 2020 · 0 comments
Closed

eslint-plugin-ava requires eslint ^6.2.0 but xo requires ^7.1.0 #486

spl opened this issue Jun 12, 2020 · 0 comments

Comments

@spl
Copy link

spl commented Jun 12, 2020

There seems to be a version inconsistency with peerDepencies in eslint-plugin-ava.

eslint-plugin-ava@10.3.0/package.json:

"peerDependencies": {
  "eslint": "^6.2.0"
},

xo@0.32.0/package.json:

"dependencies": {
  "eslint": "^7.1.0"
},

This is the result of npx check-peer-dependencies:

  ❌  eslint-plugin-ava@10.3.0 requires eslint ^6.2.0 (7.2.0 is installed)

Searching for solutions...

  ❌  Unable to find a version of eslint that satisfies the following peerDependencies:
^5.0.0 || ^6.0.0 || ^7.0.0 and * and >=3.14.1 and >=6 and >=6.6.0 and >=7 and
^6.2.0 and >=4.19.1 and ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 and
>=5.16.0 and >= 5.0.0 and ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 and
^3 || ^4 || ^5 || ^6 || ^7 and >=7.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant