Chore/165 upgrade to react 19#167
Open
complex-confusion wants to merge 2 commits intoversion0chiro:mainfrom
Open
Chore/165 upgrade to react 19#167complex-confusion wants to merge 2 commits intoversion0chiro:mainfrom
complex-confusion wants to merge 2 commits intoversion0chiro:mainfrom
Conversation
added 2 commits
August 26, 2025 15:12
Made other updates and changes as required to work with React 19, most significantly updating @material-ui to @mui (Material v5). Also updatded testing-library packages and made them dev-dependencies. Bootstrap required Header properties to maintain appearance. Made security updates to axios and web-vitals, unrelated to React 19.
Added snapshot test of Header to catch broken classes seen after React update for version0chiro#165. Tested the test; it successfully catches reversion of the Header fix.
✅ Deploy Preview for find-me-issues ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for find-me-issues-web-app ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
build: 🔒 update react to 19; make security updates incl. axios
Made other updates and changes as required to work with React 19,
most significantly updating @material-ui to @mui (Material v5).
Also updatded testing-library packages and made them dev-dependencies.
Bootstrap required Header properties to maintain appearance.
Made security updates to axios and web-vitals, unrelated to React 19.
test: add snapshot test of Header
Added snapshot test of Header to catch broken classes
seen after React update for #165.
Tested the test; it successfully catches reversion of the Header fix.