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

Upgrade @testing-library/* dependencies #1890

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

darthmaim
Copy link
Contributor

@darthmaim darthmaim commented Dec 6, 2024

🏠 Internal

  • Upgrade @testing-library/jest-dom from ^5.9.0 to ^6.6.0
  • Upgrade @testing-library/react from ^13.1.0 to ^16.1.0
  • Upgrade @testing-library/user-event from ^11.0.1 to ^13.5.0 (using ^14 was not possible yet, because of outdated jsdom version used by outdated jest)
  • Add @testing-library/dom (required peer dependency by @testing-library/react)
  • Drop react-test-renderer and @types/react-test-renderer (unused)
  • Drop @testing-library/react-hooks (renderHook is now part of @testing-library/react)

One step closer towards running tests with react@19 (#1883).

@darthmaim darthmaim force-pushed the feature/upgrade-testing-library branch from a963c33 to 0430c2f Compare December 16, 2024 19:53
@williaster williaster merged commit 797b78e into airbnb:master Dec 16, 2024
2 checks passed
Copy link

🎉 This PR is included in version v3.13.2-alpha.0 of the packages modified 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants