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

Support eslint@8.0.0 #141

Closed
madhead opened this issue Oct 11, 2021 · 0 comments · Fixed by #143
Closed

Support eslint@8.0.0 #141

madhead opened this issue Oct 11, 2021 · 0 comments · Fixed by #143

Comments

@madhead
Copy link

madhead commented Oct 11, 2021

Upgrading to eslint@8.0.0 is blocked by this plugin:

┌[madhead@millennium-falcon:~/Projects/semver-utils]
└─$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: semver-utils@1.5.0
npm ERR! Found: eslint@8.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^8.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.23.0" from eslint-plugin-github@4.3.2
npm ERR! node_modules/eslint-plugin-github
npm ERR!   dev eslint-plugin-github@"^4.3.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /home/madhead/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/madhead/.npm/_logs/2021-10-11T23_06_39_942Z-debug.log

Maybe because of this:

"eslint": "^7.32.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

Successfully merging a pull request may close this issue.

1 participant