@testing-library/react can't be upgraded because v12 is the last version that supports React 16 and 17, so we're stuck with that until we can upgrade React
only a minor change was required for the @testing-library/jest-dom v5 -> v6 migration
the latest major version of @testing-library/dom just works with the current setup
the latest version of @testing-library/user-event is just a patch update for us
coverage: 87.602%. remained the same
when pulling 5931ffb7d4ccf260994b93ac3a67d340dd114ee7 on build/update-rtl
into 3228c9ce7e64401feda59e7774689b46567618bb on main.
Keeping up with RTL dependencies:
@testing-library/react
can't be upgraded because v12 is the last version that supports React 16 and 17, so we're stuck with that until we can upgrade React@testing-library/jest-dom
v5 -> v6 migration@testing-library/dom
just works with the current setup@testing-library/user-event
is just a patch update for usRef: #1408