Skip to content
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

deps(ui): Upgrade react testing library dependencies #72137

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. deps(ui): Upgrade RTL

    upgrades `@testing-library/react` from 14 -> 16.
    upgrades `@testing-library/dom` from 9 -> 10
    
    Notes:
    - @testing-library/dom is now a peer dependency, have to install
    - Support for react 19
    - Upgrades aria-query to 5.3.0 testing-library/dom-testing-library#1241
      - changes getByRole('link') `a element now requires a set href attribute to have an implicit link role`
    scttcper committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8c5056e View commit details
    Browse the repository at this point in the history