feat: support ESLint 8.x#119
Merged
MichaelDeBoey merged 1 commit intokentcdodds:alphafrom Jan 7, 2022
Merged
Conversation
8bac4e9 to
f193ac8
Compare
63 tasks
66 tasks
3c756ea to
d575256
Compare
b94c0d0 to
fa304c4
Compare
Belco90
suggested changes
Nov 15, 2021
fa304c4 to
1575f46
Compare
1575f46 to
54bc910
Compare
Collaborator
Author
Owner
|
Are we still waiting on testing-library/eslint-plugin-jest-dom#200? |
Collaborator
Author
|
@kentcdodds We only need to merge those other PRs in the Once that's done, we can merge |
54bc910 to
5c9fc22
Compare
BREAKING CHANGE: Requires ESLint@^8.0.0
5c9fc22 to
db9965a
Compare
Merged
|
🎉 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 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-parserbabel/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.categoryfrom rules typescript-eslint/typescript-eslint#3800PrivateIdentifiertypescript-eslint/typescript-eslint#3808v5.0.0@typescript-eslint/parser(Support for ESLint v8 typescript-eslint/typescript-eslint#3738)meta.docs.categoryfrom rules typescript-eslint/typescript-eslint#3800PrivateIdentifiertypescript-eslint/typescript-eslint#3808v5.0.0eslint-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.0eslint-plugin-jest(Support ESLint 8.x jest-community/eslint-plugin-jest#881)hasSuggestionfor ESLint v8 jest-community/eslint-plugin-jest#898hasSuggestionsrather thanhasSuggestionjest-community/eslint-plugin-jest#899eslint@8jest-community/eslint-plugin-jest#940@typescript-eslint/experimental-utilsto v5 jest-community/eslint-plugin-jest#941@typescript-eslint/eslint-plugin@5jest-community/eslint-plugin-jest#942v24.4.1v24.4.2v25.0.0v25.0.4v25.0.5v25.1.0eslint-plugin-jest-dom(Support ESLint 8.x testing-library/eslint-plugin-jest-dom#190)v4.1.0eslint-plugin-jsx-a11y(Support ESLint 8.x jsx-eslint/eslint-plugin-jsx-a11y#809)v6.5.0eslint-plugin-react(Support ESLint 8.x jsx-eslint/eslint-plugin-react#3055)v7.27.0eslint-plugin-react-hooks([eslint-plugin-react-hooks] Support ESLint 8.x facebook/react#22246)v4.3.0eslint-plugin-testing-library(Support ESLint 8.x testing-library/eslint-plugin-testing-library#462)v5.0.0devDependency compatibility with ESLint 8:
eslint-find-rules(Support ESLint 8.x sarbbottam/eslint-find-rules#336)v4.0.0BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
Closes #117
This branch is dependent on #122, #123, #124, #125 & #126