-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
breaking: drop eslint < 7 & node.js < 10 #95
Conversation
BREAKING CHANGE: Requires Node@^10.12.x || 12.x BREAKING CHANGE: Requires ESLint@^7.x
0f1431a
to
9249181
Compare
@not-an-aardvark Since all tests are green for ESLint 7.x, I think we can merge this one without mysticatea/eslint-plugin-node#224 being merged 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@aladdin-add Any idea when this can be merged and released? |
By this weekend?
…On Wed, Apr 7, 2021 at 9:20 AM Michaël De Boey ***@***.***> wrote:
@aladdin-add <https://github.com/aladdin-add> Any idea when this can be
merged and released?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB4C7ZD3DYC5FR5HCVKLILTHSA4JANCNFSM4M4RDZQQ>
.
|
will have to wait @not-an-aardvark to do a new release, I don't have the access to publish to npm:) it was written "eslint": ">=5.0.0", so the latest |
I've reedited the title, as it is a breaking change. :) |
@aladdin-add I just gave you publish access on npm, feel free to publish when you think it's appropriate. |
Dropping eslint < 7 is very unfortunate, since it means eslint plugins (which often depend on multiple versions of eslint, including the previous major) can't use it without getting npm7 peer deps. eslint-plugin-react is stuck on v2 of this plugin for effectively ever, unless eslint 6 compat, at least, can be restored. |
a workaround is to use the oc, it seems no harm to restore the eslint v6 compat. will try to release a new version later.👍 |
Yes, that is indeed what I'm using :-) and thank you, that would be most helpful. |
* Fix: support eslint v6 refs: #95 (comment) * chore: simplify eslint config
released in v3.5.2. 😄 |
ESLint v7.0.0 is released 🎉
devDependencies should be compatible with ESLint 7 too before we can merge this one:
eslint-plugin-node
(Support ESLint 7.x mysticatea/eslint-plugin-node#223)BREAKING CHANGE: Requires Node@^10.12.x || 12.x
BREAKING CHANGE: Requires ESLint@^7.x
Closes #94