-
Notifications
You must be signed in to change notification settings - Fork 65
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 8.x #119
Conversation
8bac4e9
to
f193ac8
Compare
3c756ea
to
d575256
Compare
b94c0d0
to
fa304c4
Compare
fa304c4
to
1575f46
Compare
1575f46
to
54bc910
Compare
Are we still waiting on testing-library/eslint-plugin-jest-dom#200? |
@kentcdodds We only need to merge those other PRs in the Once that's done, we can merge |
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 👍
54bc910
to
5c9fc22
Compare
BREAKING CHANGE: Requires ESLint@^8.0.0
5c9fc22
to
db9965a
Compare
🎉 This PR is included in version 20.0.0-alpha.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 20.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ESLint v8.0.0 is released 🎉
Dependencies should be compatible with ESLint 8 too before we can merge this one:
@babel/eslint-parser
(Support ESLint 8.x babel/babel#13712)@babel/eslint-parser
babel/babel#13782v7.16.0
@babel/eslint-plugin
(Support ESLint 8.x babel/babel#13712)PRRelease@typescript-eslint/eslint-plugin
(Support for ESLint v8 typescript-eslint/typescript-eslint#3738)meta.docs.category
from rules typescript-eslint/typescript-eslint#3800PrivateIdentifier
typescript-eslint/typescript-eslint#3808v5.0.0
@typescript-eslint/parser
(Support for ESLint v8 typescript-eslint/typescript-eslint#3738)meta.docs.category
from rules typescript-eslint/typescript-eslint#3800PrivateIdentifier
typescript-eslint/typescript-eslint#3808v5.0.0
eslint-plugin-prettier
(Support ESLint 8.x prettier/eslint-plugin-prettier#427)Releaseeslint-plugin-import
(Support ESLint 8.x import-js/eslint-plugin-import#2211)v2.25.0
eslint-plugin-jest
(Support ESLint 8.x jest-community/eslint-plugin-jest#881)hasSuggestion
for ESLint v8 jest-community/eslint-plugin-jest#898hasSuggestions
rather thanhasSuggestion
jest-community/eslint-plugin-jest#899eslint@8
jest-community/eslint-plugin-jest#940@typescript-eslint/experimental-utils
to v5 jest-community/eslint-plugin-jest#941@typescript-eslint/eslint-plugin@5
jest-community/eslint-plugin-jest#942v24.4.1
v24.4.2
v25.0.0
v25.0.4
v25.0.5
v25.1.0
eslint-plugin-jest-dom
(Support ESLint 8.x testing-library/eslint-plugin-jest-dom#190)v4.1.0
eslint-plugin-jsx-a11y
(Support ESLint 8.x jsx-eslint/eslint-plugin-jsx-a11y#809)v6.5.0
eslint-plugin-react
(Support ESLint 8.x jsx-eslint/eslint-plugin-react#3055)v7.27.0
eslint-plugin-react-hooks
([eslint-plugin-react-hooks] Support ESLint 8.x facebook/react#22246)v4.3.0
eslint-plugin-testing-library
(Support ESLint 8.x testing-library/eslint-plugin-testing-library#462)v5.0.0
devDependency compatibility with ESLint 8:
eslint-find-rules
(Support ESLint 8.x sarbbottam/eslint-find-rules#336)v4.0.0
BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
Closes #117
This branch is dependent on #122, #123, #124, #125 & #126