Skip to content

chore(deps): upgrade all frontend dependencies to latest#522

Open
PacoVK wants to merge 2 commits intomainfrom
chore/upgrade-frontend-deps
Open

chore(deps): upgrade all frontend dependencies to latest#522
PacoVK wants to merge 2 commits intomainfrom
chore/upgrade-frontend-deps

Conversation

@PacoVK
Copy link
Copy Markdown
Owner

@PacoVK PacoVK commented Mar 18, 2026

Summary

  • Upgrade React 18 → 19 and react-dom 18 → 19
  • Upgrade @mui/material and @mui/icons-material 6 → 7
  • Migrate react-router-dom 6 → react-router 7 (package consolidation)
  • Upgrade react-syntax-highlighter 15 → 16
  • Upgrade @types/node 22 → 25, jest-axe 9 → 10, prettier 3.6.2 → 3.8.1
  • Update all in-range dependencies to their latest versions

Code changes

  • Updated all react-router-dom imports to react-router across 11 files (v7 consolidated the packages)
  • Replaced Grid2 as Grid with Grid in 3 files (MUI v7 renamed Grid2 to Grid)

Test plan

  • All 130 UI tests pass (yarn test)
  • Production build succeeds (yarn build)
  • Verify UI manually in dev mode
  • Confirm no visual regressions

Supersedes #466, #487, #462, #512, #511

PacoVK added 2 commits March 18, 2026 20:40
Upgrade major versions: React 19, MUI 7, react-router 7,
react-syntax-highlighter 16, @types/node 25, jest-axe 10, prettier 3.8.1

- Migrate react-router-dom to react-router (v7 package consolidation)
- Update Grid2 to Grid imports (MUI v7 rename)
- All 130 UI tests pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant