Skip to content

fix(deps): update material-ui monorepo to v9#488

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-material-ui-monorepo
Open

fix(deps): update material-ui monorepo to v9#488
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-material-ui-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@mui/icons-material (source) ^7.0.0^9.0.0 age confidence
@mui/material (source) ^7.0.0^9.0.0 age confidence
@mui/utils (source) ^7.0.0^9.0.0 age confidence
@mui/x-charts (source) ^8.0.0^9.0.0 age confidence
@mui/x-date-pickers (source) ^8.0.0^9.0.0 age confidence

Release Notes

mui/material-ui (@​mui/icons-material)

v9.0.1

Compare Source

May 6, 2026

A big thanks to the 25 contributors who made this release possible.

@mui/material@9.0.1
@mui/system@9.0.1
  • [system] Fix theme mutation when using responsive typography shorthand in sx (#​48266) @​tomups
@mui/codemod@9.0.1
@mui/utils@9.0.1
Docs
Core

All contributors of this release in alphabetical order: @​ayushshukla1807, @​brijeshb42, @​chudesno, @​franco-dias, @​hasdfa, @​imazizbohra, @​Janpot, @​JCQuintas, @​joserodolfofreitas, @​LukasTy, @​mapache-salvaje, @​mj12albert, @​mnajdova, @​Mr-Quin, @​nitzan-treg, @​oliviertassinari, @​pavan-sh, @​sai6855, @​sandeshdamkondwar, @​SAY-5, @​silviuaavram, @​siriwatknp, @​starboyvarun, @​tomups, @​ZeeshanTamboli

v9.0.0

Compare Source

Apr 7, 2026

A big thanks to the 7 contributors who made this release possible.

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

mui/mui-x (@​mui/x-charts)

v9.4.0

Compare Source

Jun 4, 2026

We'd like to extend a big thank you to the 21 contributors who made this release possible. Here are some highlights ✨:

  • 🎉 Scheduler is now in Beta shipping with Timeline vitualization and lazy loading
  • 📆 Implement Event Timeline virtualization (#​22339)
  • 🫧 Introduce bubble charts (#​22537)
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@​imxv, @​mixelburg, @​mustafajw07

The following team members contributed to this release:
@​aemartos, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​hasdfa, @​Janpot, @​JCQuintas, @​joserodolfofreitas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​mj12albert, @​noraleonte, @​oliviertassinari, @​rita-codes, @​romgrk, @​sai6855

Data Grid
@mui/x-data-grid@9.4.0
@mui/x-data-grid-pro@9.4.0 pro

Same changes as in @mui/x-data-grid@9.4.0.

@mui/x-data-grid-premium@9.4.0 premium

This release includes a version bump of the @mui/x-internal-exceljs-fork package to address the vulnerable dependencies.
The following CVEs are fixed:

To make this security update possible, we bumped the node version requirement from >=14.0.0 to >=14.17.0.
Node.js 14.17.0 was released in May 2021, so we consider it safe to bump the requirement without causing issues for our users.

Same changes as in @mui/x-data-grid-pro@9.4.0, plus:

Date and Time Pickers
@mui/x-date-pickers@9.4.0

Internal changes.

@mui/x-date-pickers-pro@9.4.0 pro

Same changes as in @mui/x-date-pickers@9.4.0.

Charts
@mui/x-charts@9.4.0
@mui/x-charts-pro@9.4.0 pro

Same changes as in @mui/x-charts@9.4.0, plus:

@mui/x-charts-premium@9.4.0 premium

Same changes as in @mui/x-charts-pro@9.4.0, plus:

Tree View
@mui/x-tree-view@9.4.0

Internal changes.

@mui/x-tree-view-pro@9.4.0 pro

Same changes as in @mui/x-tree-view@9.4.0.

Scheduler
Breaking changes

The theme styleOverrides slots for the skeleton and the error container were
renamed and unified. The CSS utility class names (for example
.MuiEventCalendar-eventSkeleton) are not affected — only
theme.components.* overrides need updating.

Event skeleton

Before After
MuiEventCalendar slot EventSkeleton MuiEventSkeleton slot Root
MuiEventTimeline slot EventSkeleton MuiEventSkeleton slot Root

Error container

Before After
MuiEventCalendar / MuiEventTimeline slot ErrorContainer MuiEventErrorContainer slot Root
MuiEventCalendar / MuiEventTimeline slot ErrorAlert MuiEventErrorContainer slot Alert
MuiEventCalendar / MuiEventTimeline slot ErrorMessage MuiEventErrorContainer slot Message

If you customized these through the theme, update the component name and slot
names accordingly:

 components: {
-  MuiEventCalendar: {
+  MuiEventSkeleton: {
     styleOverrides: {
-      EventSkeleton: { /* ... */ },
+      Root: { /* ... */ },
     },
    },
  },
 }
@mui/x-scheduler@9.0.0-beta.0
@mui/x-scheduler-premium@9.0.0-beta.0 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.0.

Docs
Core
Miscellaneous

v9.3.0

Compare Source

May 21, 2026

We'd like to extend a big thank you to the 16 contributors who made this release possible. Here are some highlights ✨:

  • 📆 Refactor Calendar Range drag editing to use Pointer Events instead of drag and touch events combination (#​22279)
  • ✨ Apply lazy loading to EventTimelinePremium (#​22308)
  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌎 Added Norwegian bokmål (nb-NO) locale to the Scheduler
  • 🌎 Improved Swedish (sv-SE) locale on the Data Grid

Special thanks go out to these community members for their valuable contributions:
@​Anexus5919, @​jvskriubakken, @​oscar-b, @​rin, @​viktormelin

The following team members contributed to this release:
@​aemartos, @​alexfauquette, @​arminmeh, @​Janpot, @​JCQuintas, @​LukasTy, @​mj12albert, @​oliviertassinari, @​rita-codes, @​romgrk, @​sai6855

Data Grid
@mui/x-data-grid@9.3.0
@mui/x-data-grid-pro@9.3.0 pro

Same changes as in @mui/x-data-grid@9.3.0.

@mui/x-data-grid-premium@9.3.0 premium

Same changes as in @mui/x-data-grid-pro@9.3.0.

Date and Time Pickers
@mui/x-date-pickers@9.3.0
@mui/x-date-pickers-pro@9.3.0 pro

Same changes as in @mui/x-date-pickers@9.3.0, plus:

Charts
@mui/x-charts@9.3.0
@mui/x-charts-pro@9.3.0 pro

Same changes as in @mui/x-charts@9.3.0.

@mui/x-charts-premium@9.3.0 premium

Same changes as in @mui/x-charts-pro@9.3.0, plus:

Tree View
@mui/x-tree-view-pro@9.3.0 pro

Internal changes.

Scheduler
@mui/x-scheduler@9.0.0-alpha.7
@mui/x-scheduler-premium@9.0.0-alpha.7 premium

Same changes as in @mui/x-scheduler@9.0.0-alpha.7, plus:

Docs
Core
Miscellaneous

v9.2.0

Compare Source

May 13, 2026

We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:

Special thanks go out to these community members for their valuable contributions:
@​Anexus5919, @​mustafajw07

The following team members contributed to this release:
@​aemartos, @​alexfauquette, @​bernardobelchior, @​JCQuintas, @​oliviertassinari, @​sai6855, @​siriwatknp

Data Grid
@mui/x-data-grid@9.2.0
@mui/x-data-grid-pro@9.2.0 pro

Same changes as in @mui/x-data-grid@9.2.0.

@mui/x-data-grid-premium@9.2.0 premium

Same changes as in @mui/x-data-grid-pro@9.2.0.

Date and Time Pickers
@mui/x-date-pickers@9.2.0
@mui/x-date-pickers-pro@9.2.0 pro

Same changes as in `@mu

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch 3 times, most recently from 930942e to 673f732 Compare April 22, 2026 18:17
@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch 2 times, most recently from 8550bb1 to 7be2968 Compare April 29, 2026 14:16
@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch 3 times, most recently from 6b87201 to 5249e76 Compare May 12, 2026 17:12
@renovate renovate Bot changed the title fix(deps): update material-ui monorepo to v9 (major) fix(deps): update material-ui monorepo to v9 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch 3 times, most recently from f6cf0a2 to 5be0545 Compare May 20, 2026 13:45
@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch 2 times, most recently from 51878c4 to 3bf32b5 Compare June 1, 2026 17:43
@renovate renovate Bot force-pushed the renovate/major-material-ui-monorepo branch from 3bf32b5 to ce72505 Compare June 11, 2026 17:07
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.

0 participants