Update dependency @testing-library/react to v16
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@testing-library/react | dependencies | major | 15.0.7 -> 16.0.0 |
Release Notes
testing-library/react-testing-library (@testing-library/react)
v16.0.0
Features
BREAKING CHANGES
-
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.
Co-authored-by: Matan Borenkraout matanbobi@gmail.com
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.