Phase 1: Upgrade React dependencies from v17 to v19#18
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
Phase 1: Upgrade React dependencies from v17 to v19#18devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- react: ^17.0.2 → ^19.0.0 - react-dom: ^17.0.2 → ^19.0.0 - react-scripts: 5.0.0 → 5.0.1 - @testing-library/react: ^12.1.4 → ^16.3.2 - @testing-library/jest-dom: ^5.16.3 → ^6.6.3 - @testing-library/user-event: ^13.5.0 → ^14.6.1 - react-countdown: ^2.3.2 → ^2.3.6 - react-transition-group: ^4.4.2 → ^4.4.5 - react-icons: ^4.3.1 → ^5.6.0 - web-vitals: ^2.1.4 → ^4.2.4 Co-Authored-By: shahmir.masood <shahmir.masood@cognition.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 all React-related dependencies from React 17 to React 19. This is Phase 1 (dependency-only changes) — no source code modifications are included.
Dependency changes:
react^17.0.2^19.0.0react-dom^17.0.2^19.0.0react-scripts5.0.05.0.1@testing-library/react^12.1.4^16.3.2@testing-library/jest-dom^5.16.3^6.6.3@testing-library/user-event^13.5.0^14.6.1react-countdown^2.3.2^2.3.6react-transition-group^4.4.2^4.4.5react-icons^4.3.1^5.6.0web-vitals^2.1.4^4.2.4All peer dependency checks passed.
npm installcompleted successfully without--legacy-peer-deps.Review & Testing Checklist for Human
npm installcompletes without errors on a clean clonenpm run buildto confirm the app builds with React 19CI=true npm testto confirm tests pass with updated testing-library versionsnpm start) to verify gameplay worksNotes
react-scripts5.0.1 is the latest stable release and its peer dep (react >= 16) is satisfied by React 19web-vitalswas updated to v4 (not v5) to minimize API breaking changes — v4 maintains backward compatibility with the v2 reporting API used insrc/reportWebVitals.jsreact-iconsjumped a major version (4→5) but has no React-version peer dep constraint (react: *)@testing-library/reactv16 explicitly supports React 18 and 19 via peer depsLink to Devin session: https://app.devin.ai/sessions/c3aeb090ecbc49ac98307a8b0f994746
Requested by: @shahmir-masood
Devin Review