fix(deps): replace dependency @material-ui/core with @mui/material#409
fix(deps): replace dependency @material-ui/core with @mui/material#409renovate[bot] wants to merge 1 commit into
Conversation
|
❌ Deploy preview failed at Netlify. @jimmyandrade take a look please
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s UI component library dependency by replacing @material-ui/core (Material-UI v4) with @mui/material (MUI v5) in order to move to the community-recommended successor package.
Changes:
- Replace the
@material-ui/coredependency with@mui/material@5.0.0inpackage.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@mui/material": "5.0.0", | ||
| "@material-ui/icons": "4.9.1", | ||
| "@material-ui/lab": "4.0.0-alpha.53", | ||
| "@material-ui/styles": "4.9.14", |
There was a problem hiding this comment.
Agreed. This PR cannot be merged as a package-only replacement: the codebase still imports @material-ui/core, and the v4 companion packages (@material-ui/icons, @material-ui/lab, @material-ui/styles, gatsby-plugin-material-ui) would also need a coordinated MUI v5 migration.
I am leaving this blocked instead of merging the dependency swap as-is.
|
Blocked in oldest-PR triage: this is not a safe dependency-only PR. Replacing |
|
Created follow-up migration issue: #436. Keeping this PR blocked; not migrating MUI v5 in the oldest-PR drain. |
This PR contains the following updates:
4.9.14→5.0.0This is a special PR that replaces
@material-ui/corewith the community suggested minimal stable replacement version.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.