clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.09k stars 241 forks source link

test(clerk-js): Upgrade @testing-library packages #3599

Closed panteliselef closed 3 months ago

panteliselef commented 3 months ago

Description

This PR addresses the following deprecation warning in our unit tests

image

Checklist

Type of change

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 2e68dd47789d3e3d7fd1c8407f1dc60366b9e3ca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

panteliselef commented 3 months ago

@dimkl the latest @testing-library/react requires ^18.0.0 which is the same as the minimum supported react version we also support for both clerk-js and clerk-react.