react-textarea-autosize icon indicating copy to clipboard operation
react-textarea-autosize copied to clipboard

Updated use-composed-ref to 1.4.0 and use-latest to 1.3.0

Open abw opened this issue 1 year ago • 4 comments

This PR updates use-composed-ref to 1.4.0 and use-latest to 1.3.0 to get support for React 19.

abw avatar Mar 04 '25 14:03 abw

⚠️ No Changeset found

Latest commit: aaeaead3b102458fdc113d24f6fe20feeb4fc9a8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

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

Click here to learn what changesets are, and how to add one.

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

changeset-bot[bot] avatar Mar 04 '25 14:03 changeset-bot[bot]

We downgraded to react 18 because of this. Please check this out @Andarist

Bazeloth avatar Sep 16 '25 08:09 Bazeloth

Those ranges have literally nothing to do with your own projects 🤷‍♂️ releasing a new version of react-textarea-autosize with those could help you bust your lockfiles and force the upgrade but you can do that just fine on your own already. Just remove those packages from your lockfile and run install - a fresh insertion to the lockfile should pick up the latest version of those transitive dependencies.

Andarist avatar Sep 16 '25 08:09 Andarist

Looks like a bug with yarn perhaps? It didnt update the lock file properly. We did as you suggested and everything is working fine right now. Thanks for your help!

I'd suggest you close this PR as it can be confusing for others.

Bazeloth avatar Sep 16 '25 10:09 Bazeloth