chore: upgrade react-server-dom-webpack to 19.0.3 #320
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the
react-server-dom-webpackresolution from version 19.0.1 to 19.0.3.This PR also adds targeted yarn resolutions for
reactandreact-domto upgrade React 19 consumers from 19.0.0 to 19.0.3, which satisfies the peer dependency requirements of[email protected](requiresreact: ^19.0.3/react-dom: ^19.0.3).The resolutions use specific selectors (
@^19.0.0and@19.0.0) to only affect React 19 consumers, leaving React 18 consumers unchanged.Requested by: Kane Parkinson (@kparkinson-ld)
Link to Devin run: https://app.devin.ai/sessions/3cfc7d1cea524f2983694e1ab24b52ca
How did you test this change?
yarn installto verify the lockfile updates correctlyyarn format:allto ensure formatting passesyarn.lockcontainsreact@npm:19.0.3andreact-dom@npm:19.0.3entriesAre there any deployment considerations?
No deployment considerations. This is a dependency update that will be picked up on the next build.
Human review checklist