Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

220 Frontend deps: Material UI and React upgrade #417

Conversation

jaydonkrooss
Copy link
Contributor

@jaydonkrooss jaydonkrooss commented Mar 5, 2024

Addresses #220
Initial package upgrade for MaterialUI, React, react-dom, and notistack.
Followed documentation for v4 to v5 upgrade. Used codemods to help with component upgrades and styling adjustments using emotion.
Multiple styling bugs introduced that will be addressed in another PR (#418)

@@ -84,7 +86,7 @@
"@types/passport": "1.0.16",
"@types/passport-jwt": "4.0.1",
"@types/react": "17.0.47",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the current version of @types/react:18.2.64 and this will go tandem with react upgrade. is there any reason why this was not updated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I had it before but I may have lost it trying to merge with the new branch. Just made a commit to update it

@pushyamig
Copy link
Contributor

This PR is working and we discussed the issue that need to be fixed. we will list out them in the Issue Description and work in the upcoming PR.

Copy link
Contributor

@pushyamig pushyamig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready to Merge into the Feature Branch 2024-03-01-dep-update

@jaydonkrooss jaydonkrooss self-assigned this Mar 11, 2024
@jaydonkrooss jaydonkrooss marked this pull request as ready for review March 11, 2024 19:44
@jaydonkrooss jaydonkrooss merged commit d8b2e6a into tl-its-umich-edu:2024-03-01-dep-update Mar 11, 2024
1 check failed
@jaydonkrooss jaydonkrooss linked an issue Mar 11, 2024 that may be closed by this pull request
pushyamig pushed a commit that referenced this pull request May 21, 2024
* Upgrade React, Material UI

* remove deprecated React 17 methods, fix styling lint errors

* package-lock files

* drop package-lock files

* re-add notistack upgrade, package-lock

* fix styled root applied by codemod

* update types/react
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.

Upgrade Material UI
2 participants