Skip to content

chore(deps): update material-ui to v6 - #310

Open
ZxBot wants to merge 1 commit into
mainfrom
renovate/major-6-material-ui
Open

ZxBot wants to merge 1 commit into
mainfrom
renovate/major-6-material-ui

Conversation

@ZxBot

@ZxBot ZxBot commented Jun 18, 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) 5.18.06.5.0 age confidence
@mui/material (source) 5.18.06.5.0 age confidence

Release Notes

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

v6.5.0

Compare Source

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

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers.
To learn more, check out the CSS layers documentation.

@mui/material@6.5.0
@mui/system@6.5.0
@mui/material-nextjs@6.5.0
Docs

All contributors of this release in alphabetical order: @​sai6855, @​siriwatknp

v6.4.12

Compare Source

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

@mui/material@6.4.12
@mui/material-nextjs@6.4.12
@mui/system@6.4.12
Docs

All contributors of this release in alphabetical order: @​andreachiera, @​good-jinu, @​Nayeem-XTREME, @​Nickknack, @​oliviertassinari, @​sai6855, @​siriwatknp

v6.4.11

Compare Source

Apr 9, 2025

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

@mui/material@6.4.11
@mui/styled-engine@6.4.11
  • Add caching to improve performance for running tests with Jest (#​45855)
Docs

All contributors of this release in alphabetical order: @​DiegoAndai, @​Kartik-Murthy, @​sai6855, @​siriwatknp

v6.4.10

Compare Source

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

@mui/material@6.4.10
  • [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial value is provided (#​45735) @​imadx
  • [Popover] Allow null in anchorEl function return type (#​45723) @​eduter
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​eduter, @​imadx, @​oliviertassinari

v6.4.9

Compare Source

Mar 25, 2025

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

@mui/material@6.4.9
@mui/codemod@6.4.9
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​letianpailove, @​mapache-salvaje, @​mushfiqbh, @​sai6855, @​siriwatknp, @​ZeeshanTamboli

v6.4.8

Compare Source

Mar 17, 2025

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

@mui/material@6.4.8
@mui/styled-engine@6.4.8
@mui/system@6.4.8
@mui/utils@6.4.8
Core
Docs

All contributors of this release in alphabetical order: @​dahiro, @​DiegoAndai, @​Jtaks, @​mapache-salvaje, @​mj12albert, @​ovtn, @​sai6855, @​siriwatknp, @​vipierozan99

v6.4.7

Compare Source

Mar 5, 2025

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

@mui/material@6.4.7

v6.4.6

Compare Source

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

@mui/material@6.4.6
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​siriwatknp, @​ZeeshanTamboli

v6.4.5

Compare Source

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

@mui/material@6.4.5
Docs
Core

All contributors of this release in alphabetical order: @​a-s-russo, @​aarongarciah, @​noobDev31, @​oliviertassinari, @​ZeeshanTamboli

v6.4.4

Compare Source

Feb 11, 2025

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

@mui/material@6.4.4
Docs
Core

All contributors of this release in alphabetical order: @​oliviertassinari, @​sai6855, @​siriwatknp

v6.4.3

Compare Source

Feb 4, 2025

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

@mui/material@6.4.3
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​ZeeshanTamboli

v6.4.2

Compare Source

Jan 29, 2025

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

@mui/material@6.4.2
Core
Docs

All contributors of this release in alphabetical order: @​DiegoAndai, @​Janpot, @​joshkel, @​mj12albert, @​ZeeshanTamboli

v6.4.1

Compare Source

Jan 21, 2025

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

@mui/material@6.4.1
@mui/system@6.4.1
@mui/utils@6.4.1
Docs
Core

All contributors of this release in alphabetical order: @​bharatkashyap, @​DiegoAndai, @​Fullchee, @​Janpot, @​mj12albert, @​sai6855, @​siriwatknp, @​yash49, @​zanivan

v6.4.0

Compare Source

A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:

@mui/material@6.4.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​good-jinu, @​headironc, @​iaziz11, @​IceOfSummer, @​Janpot, @​LukasTy, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siddhantantil39, @​siriwatknp, @​yashdev16, @​ZeeshanTamboli

v6.3.1

Compare Source

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

@mui/material@6.3.1
Docs
Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

Compare Source

A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/material@6.3.0
@mui/system@6.3.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

v6.2.1

Compare Source

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

@mui/material@6.2.1
@mui/system@6.2.1
Docs
Core

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

v6.2.0

Compare Source

A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Material UI is now compatible with React 19 (#​44672) @​DiegoAndai
  • Fixed incorrect aria-orientation for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#​44537) @​mj12albert
@mui/material@6.2.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​bharatkashyap, @​DiegoAndai, @​Janpot, @​mj12albert, @​mnajdova, @​sai6855, @​SuperMaxine, @​vladmoroz, @​ZeeshanTamboli

v6.1.10

Compare Source

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

@mui/material@6.1.10

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • "after 9am and before 6pm every weekday except after 12pm and before 2pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate CLI.

@ZxBot
ZxBot force-pushed the renovate/major-6-material-ui branch 2 times, most recently from 3cfeb73 to ce33eb4 Compare June 23, 2026 14:16
@ZxBot
ZxBot force-pushed the renovate/major-6-material-ui branch from ce33eb4 to 6b527ad Compare July 22, 2026 01:01
@ZxBot
ZxBot force-pushed the renovate/major-6-material-ui branch from 6b527ad to 30a77e0 Compare July 31, 2026 03:22
@ZxBot
ZxBot force-pushed the renovate/major-6-material-ui branch from 30a77e0 to fbedd47 Compare August 17, 2026 03:29
@ZxBot
ZxBot force-pushed the renovate/major-6-material-ui branch from fbedd47 to 9842672 Compare August 26, 2026 03:56
@ZxBot

ZxBot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant