Skip to content

Conversation

@kparkinson-ld
Copy link
Contributor

@kparkinson-ld kparkinson-ld commented Dec 12, 2025

Summary

Upgrades the react-server-dom-webpack resolution from version 19.0.1 to 19.0.3.

This PR also adds targeted yarn resolutions for react and react-dom to upgrade React 19 consumers from 19.0.0 to 19.0.3, which satisfies the peer dependency requirements of [email protected] (requires react: ^19.0.3 / react-dom: ^19.0.3).

The resolutions use specific selectors (@^19.0.0 and @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?

  • Ran yarn install to verify the lockfile updates correctly
  • Ran yarn format:all to ensure formatting passes
  • Verified yarn.lock contains react@npm:19.0.3 and react-dom@npm:19.0.3 entries

Are there any deployment considerations?

No deployment considerations. This is a dependency update that will be picked up on the next build.

Human review checklist

  • Verify React 18 consumers (e.g., rrweb packages) are not affected by the targeted resolutions
  • Confirm the React 19 patch version bump (19.0.0 → 19.0.3) doesn't introduce any regressions in e2e apps

@kparkinson-ld kparkinson-ld requested a review from a team as a code owner December 12, 2025 19:12
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@kparkinson-ld kparkinson-ld requested a review from a team December 12, 2025 19:12
Addresses peer dependency mismatch flagged by Cursor Bugbot.
[email protected] requires react ^19.0.3 and react-dom ^19.0.3.
Added targeted resolutions to upgrade React 19 consumers to 19.0.3.

Co-Authored-By: Kane Parkinson <[email protected]>
@Vadman97 Vadman97 merged commit 848d6c9 into main Dec 15, 2025
23 checks passed
@Vadman97 Vadman97 deleted the devin/1765566633-upgrade-react-server-dom-webpack branch December 15, 2025 15:42
abelonogov-ld added a commit that referenced this pull request Dec 16, 2025
* main:
  feat: Limit accumulating canvas buffer (#322)
  chore: Fix existing RRwebGraphQLReplayLogExporterTest tests (#321)
  feat: sanitize URLs + semantic conventions for header attributes (#317)
  refactor: introduce granular ObservabilityOptions (#323)
  refactor: OY11-846 - Add Session Replay plugin (#313)
  chore: upgrade react-server-dom-webpack to 19.0.3 (#320)
  chore: release main (#319)
  feat: enhance Web Vitals telemetry with semantic attributes (#316)
  chore: release main (#318)
  fix: Android - Remove Disk Buffering (#315)
  chore: readme update with real examples (#314)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants