Upgrade all dependencies to latest major versions#111
Merged
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
Contributor
|
@jdaugherty the UI had a few issues when I previewed it. #119 should address them. |
Initialize the Zustand store before paint, reload feature data when feature-query fields change, ignore stale async loader responses, and keep reset defaults safe when option buckets are missing. Assisted-by: opencode:gpt-5.5
Assert that the launch form and action row render instead of only checking for a defined test container. Assisted-by: opencode:gpt-5.5
Reorder MUI imports and memoize the feature modal keyboard handler factory result so lint can run cleanly. Assisted-by: opencode:gpt-5.5
Make local launch scripts cross-platform, wire the React hooks lint plugin, and update the Express 5 version feed route used by local browser QA. Assisted-by: opencode:gpt-5.5
Keep the launch form children hidden until the Zustand store has been initialized, restore production-style standard selects, and preserve the form row spacing used by start.grails.org. Assisted-by: opencode:gpt-5.5
Restore launch UI state loading
Contributor
Author
|
@jamesfredley thank you for the work. I merged your changes, do you want to approve? @sbglasius do you hae any time to review? |
sbglasius
approved these changes
Jun 16, 2026
jamesfredley
approved these changes
Jun 16, 2026
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