@hyphen/react-sdk - chore: upgrade React dependencies#48
Conversation
- react 19.2.6 -> 19.2.7 - react-dom 19.2.6 -> 19.2.7 - @types/react 19.2.14 -> 19.2.16 These are the dev/test React packages; peerDependencies (react ^18 || ^19) are left untouched. pnpm build and pnpm test both pass (15 tests, 100% line coverage). https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ
There was a problem hiding this comment.
Code Review
This pull request updates the React-related dependencies in the project. Specifically, it bumps react and react-dom from version 19.2.6 to 19.2.7, and @types/react from version 19.2.14 to 19.2.16 in both package.json and pnpm-lock.yaml. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 19 19
Branches 1 1
=========================================
Hits 19 19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Upgrade the React-ecosystem dev/test packages together (final dependency-management group).
Versions
react19.2.6 → 19.2.7react-dom19.2.6 → 19.2.7@types/react19.2.14 → 19.2.16Tests
pnpm buildpassespnpm testpasses (15 tests, 100% line coverage)Notes
These React packages live in
devDependencies(used by the test suite via@testing-library/react+happy-dom);peerDependencies(react@^18.0.0 || ^19.0.0) are intentionally left untouched.https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ
Generated by Claude Code