-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
meta: upgraded react 19 next 15.2 #7531
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lighthouse Results
|
@nodejs/nodejs-website @nodejs/web-infra I'm expediting this, as this potentially blocks other migrations such as Cloudflare and what not. cc @dario-piotrowicz be aware of this change, rebase will be needed, and this is a good opportunity for us to investigate Next.js 15.2 is still compatible with our changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This was quick, wow |
Yup, it is pretty much dependency updates and tiny fixes for said dep updates. This falls under the policy of things that can be expedited. |
This PR upgrades all packages and ensures a smooth Next.js 15.2 and React 19 migration.
The gist of this upgrade is that some nested-dependencies/peerDependencies are still with types/react 18 and types/react-dm 18 which causes TypeScript to compute that the globally exposed React types (since some dependencies are doing declare globals which is discouraged) versus the imported ones are different.
Pretty much very little had to be updated, besides of just forcing our types.