Closed MichaelDeBoey closed 2 years ago
@kentcdodds I've merged #122, #123, #124, #125 & #126 and added one last commit to support ESLint v8.x
Are we still waiting on https://github.com/testing-library/eslint-plugin-jest-dom/pull/200?
@kentcdodds We only need to merge those other PRs in the alpha
branch and afterwards this one's good to be merged.
Once that's done, we can merge alpha
into main
:tada: This PR is included in version 20.0.0-alpha.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 20.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
ESLint v8.0.0 is released 🎉
Dependencies should be compatible with ESLint 8 too before we can merge this one:
@babel/eslint-parser
(https://github.com/babel/babel/issues/13712)v7.16.0
@babel/eslint-plugin
(https://github.com/babel/babel/issues/13712)@typescript-eslint/eslint-plugin
(https://github.com/typescript-eslint/typescript-eslint/issues/3738)v5.0.0
@typescript-eslint/parser
(https://github.com/typescript-eslint/typescript-eslint/issues/3738)v5.0.0
eslint-plugin-prettier
(https://github.com/prettier/eslint-plugin-prettier/issues/427)eslint-plugin-import
(https://github.com/import-js/eslint-plugin-import/issues/2211)v2.25.0
eslint-plugin-jest
(https://github.com/jest-community/eslint-plugin-jest/issues/881)v24.4.1
v24.4.2
v25.0.0
v25.0.4
v25.0.5
v25.1.0
eslint-plugin-jest-dom
(https://github.com/testing-library/eslint-plugin-jest-dom/issues/190)v4.1.0
eslint-plugin-jsx-a11y
(https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/809)v6.5.0
eslint-plugin-react
(https://github.com/yannickcr/eslint-plugin-react/issues/3055)v7.27.0
eslint-plugin-react-hooks
(https://github.com/facebook/react/issues/22246)v4.3.0
eslint-plugin-testing-library
(https://github.com/testing-library/eslint-plugin-testing-library/issues/462)v5.0.0
devDependency compatibility with ESLint 8:
eslint-find-rules
(https://github.com/sarbbottam/eslint-find-rules/issues/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