-
Notifications
You must be signed in to change notification settings - Fork 40
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: make @testing-library/dom
a peer dependency
#304
Conversation
BREAKING CHANGE
Codecov Report
@@ Coverage Diff @@
## main #304 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 581 581
Branches 167 167
=========================================
Hits 581 581 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d5af778
to
615f9cf
Compare
615f9cf
to
b4126e6
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.
LGTM! 🚀
Renamed the variables to testing-library-dom
for more clarity
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Awesome, thanks! |
What:
Makes
@testing-library/dom
a required peer dependency.Why:
This ensures that the same version of
@testing-library/dom
that is being used on projects is used as part of linting, along with allowing us to support more versions, and just overall reduce downstream pain.Also see #238 for prior discussion
How:
By making
@testing-library/dom
a peer dependency.Checklist:
Resolves #294
Resolves #301