-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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(eslint-config-react-app): support eslint-plugin-testing-library
4.x
#10817
feat(eslint-config-react-app): support eslint-plugin-testing-library
4.x
#10817
Conversation
I'd suggest just bumping |
I sure can split this PR into bumping the version and creating another (breaking) PR to update the ruleset, which can then be included in v5. CC/ @ianschmitz |
eslint-plugin-testing-library
4.x
I'd like to bump this pr. Updating the version of eslint-plugin-testing-library to ^4.9.0 throughout the monorepo should be good enough, the version of @typescript-eslint/* packages will all resolve to the same ver |
Yes, that would be amazing. Also, as mentioned before, I think we should only update |
4ec5c24
to
1070777
Compare
1070777
to
b488836
Compare
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.
Thank you @MichaelDeBoey 🎉
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.
should be fine bumping other deps, but not sure its necessary/mandatory since theyre all using ^
and should pull in the latest anyway
This can be closed now, I'm assuming? Because
|
Indeed, it can be closed now. |
eslint-plugin-testing-library
v4.0.0 is released 🎉I updated the ruleset to the recommended
react
ruleset as can be seen at https://github.com/testing-library/eslint-plugin-testing-library/blob/2a92133b467e749cc4a8b2a95c9fdac76d7f4ca7/lib/index.ts#L72-L79I also updated all other ESLint related dependencies to latest minor
CC/ @Belco90