-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
v4.0.0 dropped ESLint v8 support #89
Comments
Yep, can no longer install it on v8:
|
- Update all JS and PY dependencies minus `eslint-plugin-eslint-comments` (because of eslint-community/eslint-plugin-eslint-comments#89) - Regenerate SVGs - Remove depreacted eslint rule - Tested mermaid and swagger
@MichaelDeBoey This is the effect of change #18. |
@aarongoldenthal @silverwind ESLint v8 was never officially supported (we had no tests for it), but indeed something that we should support asap as technically there are no changes needed to support it |
🎉 This issue has been resolved in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
In #18, support for ESLint v4 and v5 was dropped (the intent per the PR). The change leaves only
"peerDependencies": { "eslint": "^6.0.0 || ^7.0.0" }
, so also dropped ESLint v8 support.The text was updated successfully, but these errors were encountered: