-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
feat: Support ESLint 7.x #684
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Anyway to get this PR progressing? Love to use this plugin with ESLint 7 :) |
Another ping. This is holding up the v4 release of react-scripts so I'm happy to pitch in as needed. |
@kentcdodds This one's currently waiting for |
I'm not convinced it actually needs the jsx-ast-utils update, but eslint-config-airbnb-base certainly. That will be coming soon. |
@MichaelDeBoey thank you so much for this contribution. We'll get this in as soon as it is ready. |
…rm-flow-types`, `babel-eslint`, `babel-jest`, `coveralls`, `eslint-config-airbnb-base`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `estraverse`, `in-publish`, `jest`, `minimist`, `rimraf`, `safe-publish-latest`
|
a167357
to
53493fd
Compare
rebased again with the latest jsx-ast-utils published |
…ct-query`, `damerau-levenshtein`, `jsx-ast-utils`
3000cca
to
c93467a
Compare
It's failing because jsx-ast-utils is still using |
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.
Thanks for the PRs and for bearing with the delays :-)
@jessebeach are you working on a release soon, or should i cut one? |
Can we please have a release? |
@kentcdodds & @danez yes, I'll have one out this week. Aiming for tomorrow, June 17th, 2020 cc/ @evcohen who I'll need for the NPM dance when the time comes. |
@jessebeach i can get you any npm privileges you need; lmk if there's an issue. |
ESLint v7.0.0 is released 🎉
(dev)Dependencies should be compatible with ESLint 7 too before we can merge this one:
jsx-ast-utils
eslint-config-airbnb-base
eslint-plugin-flowtype
eslint-plugin-import
Closes #683