Upgrade all dependencies to latest major versions#111
Open
jdaugherty wants to merge 3 commits into
Open
Conversation
464975e to
a77d451
Compare
15e26d2 to
4006aaf
Compare
Migrate React 17→19 (createRoot API), replace @material-ui/core v4 with @mui/material v7 (new Grid v2 API, slotProps, @mui/x-tree-view), replace deprecated Recoil with Zustand 5 for state management, convert ESLint 8 legacy config to ESLint 9 flat config, upgrade Prettier 2→3, jsdom 28→29, and Express 4→5 in dev-proxy-server. Replace react-test-renderer (removed in React 19) with @testing-library/react. Gradle to 9.5.1.
1a4bb50 to
ac9a1ab
Compare
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.
Migrate React 17→19 (createRoot API), replace @material-ui/core v4 with @mui/material v7 (new Grid v2 API, slotProps, @mui/x-tree-view), replace deprecated Recoil with Zustand 5 for state management, convert ESLint 8 legacy config to ESLint 9 flat config, upgrade Prettier 2→3, jsdom 28→29, and Express 4→5 in dev-proxy-server.
Replace react-test-renderer (removed in React 19) with @testing-library/react.
This change was largely done by AI. we'll need to review it and decide how much testing we want to do on it