-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): Upgrade to React 19 types #658
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cedarjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile OverviewGreptile SummaryUpdated React type definitions from version 18 to version 19 across all packages, fixtures, templates, and auth providers to align with the React 19.2.1 runtime upgrade completed in PR #657.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as PR #658
participant Pkg as package.json files
participant Lock as yarn.lock
participant Types as @types packages
Dev->>PR: Upgrade React types to v19
PR->>Pkg: Update @types/react: ^18.2.55 → ^19.2.7
PR->>Pkg: Update @types/react-dom: ^18.2.19 → ^19.2.3
Pkg->>Lock: Trigger dependency resolution
Lock->>Types: Resolve @types/[email protected]
Lock->>Types: Resolve @types/[email protected]
Types-->>Lock: Verify peer dependency ^19.2.0
Lock-->>Pkg: Dependencies resolved successfully
Pkg-->>PR: All 25 files updated consistently
PR-->>Dev: Type definitions now match React 19.2.1 runtime
|
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.
19 files reviewed, no comments
Running in to this issue: facebook/react#31824
Also copying these notes from redwoodjs/graphql#9727 as they provide good background on why we don't pin the dependency, like we do for most other deps