[deps] bump minimum core packages to 7.3.0 to adopt theme color manipulator#21892
Merged
siriwatknp merged 6 commits intomui:masterfrom Mar 31, 2026
Merged
[deps] bump minimum core packages to 7.3.0 to adopt theme color manipulator#21892siriwatknp merged 6 commits intomui:masterfrom
siriwatknp merged 6 commits intomui:masterfrom
Conversation
Replace alpha/darken/lighten imports and Channel token conditionals with theme.alpha()/theme.darken()/theme.lighten() across all packages.
|
Deploy preview: https://deploy-preview-21892--material-ui-x.netlify.app/ Bundle size report
|
LukasTy
approved these changes
Mar 30, 2026
Member
LukasTy
left a comment
There was a problem hiding this comment.
LGTM. 👌
I've tested Pickers and Tree View, all instances look the same, I assume the result for Data Grid, Charts and Scheduler is the same. 🙌
Nitpick: Is the dep bump agreed upon among the Product people?
We wanted to drop v5 dep for v8, but at the last minute, we had to back-track the change. 🙈
Member
Author
Yes, the conversation is here https://mui-org.slack.com/archives/C061V6JNZ9Q/p1772718169530129?thread_ts=1772510855.933709&cid=C061V6JNZ9Q, acknowledged by the product team. |
arminmeh
pushed a commit
to arminmeh/mui-x
that referenced
this pull request
Apr 29, 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.
To unblock mui/material-ui#47765
As discussed, MUI X v9 is compatible with Material UI v7 and v9.
This PR bumps the minimum version of Material UI and system to
^v7.3.0for all packages to adopttheme.alpha()to get rid of the direct import of color manipulation.The benefit is to let Material UI handles the color manipulation based on the theme config.
To learn more, see https://mui.com/material-ui/migration/upgrade-to-native-color