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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ESLint 7.x #568

Closed
Tracked by #190
MichaelDeBoey opened this issue May 8, 2020 · 5 comments 路 Fixed by #572
Closed
Tracked by #190

Support ESLint 7.x #568

MichaelDeBoey opened this issue May 8, 2020 · 5 comments 路 Fixed by #572
Labels

Comments

@MichaelDeBoey
Copy link
Contributor

ESLint v7.0.0 is released 馃帀

It would be awesome to have official ESLint 7 support. 馃憡
I'm happy to help where I can of course 馃檪

@G-Rath
Copy link
Collaborator

G-Rath commented May 9, 2020

That's perfect timing actually: this will require a new major as it drops support for node 8, which Jest 26 did as well.

@SimenB I've just merged #564 - is there anything else we want before cutting a new major?

@G-Rath
Copy link
Collaborator

G-Rath commented May 9, 2020

Actually @MichaelDeBoey I just realised we already support eslint@7 since we have a peer dependency on >= 6 for eslint.

If there's a specific problem you're having let me know, but other I'll close this off since it's already supported :)

@MichaelDeBoey
Copy link
Contributor Author

According to peerDependencies, we indeed do, but it's not tested (yet) so not really officially supported

@G-Rath
Copy link
Collaborator

G-Rath commented May 9, 2020

I've adjusted our test suite to run against eslint 7, so you can consider it officially supported now :)

(on an aside: I'm very much liking github actions 馃槃)

@github-actions
Copy link

馃帀 This issue has been resolved in version 23.11.0 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants