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

Add react@19 to peer dependencies of all packages #1889

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

darthmaim
Copy link
Contributor

@darthmaim darthmaim commented Dec 6, 2024

This adds || ^19.0.0-0 to all react and react-dom peer dependencies.

This still uses react@18 in this repo, since the tests don't yet support react 19 (see #1883 (comment)). I've had to use 18.0.0 instead of the latest 18 release 18.3.1, because some tests fail because of deprecation warnings with 18.3.1 and 18.0.0 was the version resolved by yarn before, so this doesn't change anything.

Caution

I've only tested a few packages with react@19 so far, some of them might not work yet.

Copy link
Collaborator

@williaster williaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, will do a pre-release of this. thanks again @darthmaim!

@@ -122,6 +122,8 @@
},
"resolutions": {
"@babel/parser": "^7.15.3",
"handlebars": "4.5.3"
"handlebars": "4.5.3",
"react": "18.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@williaster williaster merged commit 1deaa24 into airbnb:master Dec 16, 2024
2 checks passed
Copy link

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

Copy link

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

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