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

Bump @mui/material to ^5.15.6 #40705

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Bump @mui/material to ^5.15.6 #40705

merged 1 commit into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) ^5.15.4 -> ^5.15.6 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.15.6

Compare Source

Jan 22, 2024

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.6
@mui/base@5.0.0-beta.33
@mui/system@5.15.6
@mui/icons-material@5.15.6
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​anle9650, @​ANUGLYPLUGIN, @​brijeshb42, @​danilo-leal, @​devhik0, @​DiegoAndai, @​DonikaV, @​joserodolfofreitas, @​michaldudak, @​mj12albert, @​mnajdova, @​mohamedsaiedd, @​oliviertassinari, @​pcorpet, @​sai6855, @​zanivan

v5.15.5

Compare Source

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/material@5.15.5
@mui/material-next@6.0.0-alpha.118
@mui/base@5.0.0-beta.32
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
@mui/lab@5.0.0-alpha.161
@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Jan 21, 2024
@mui-bot
Copy link

mui-bot commented Jan 21, 2024

Netlify deploy preview

https://deploy-preview-40705--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against e9a214e

@DiegoAndai DiegoAndai mentioned this pull request Jan 22, 2024
1 task
@DiegoAndai
Copy link
Member

Something seems not to be working:

@DiegoAndai DiegoAndai self-assigned this Jan 22, 2024
@renovate renovate bot force-pushed the renovate/mui-material-5.x branch from d9f1d41 to e9a214e Compare January 22, 2024 19:00
@renovate renovate bot changed the title Bump @mui/material to ^5.15.5 Bump @mui/material to ^5.15.6 Jan 22, 2024
@DiegoAndai DiegoAndai merged commit 17c0a79 into master Jan 23, 2024
19 checks passed
@DiegoAndai DiegoAndai deleted the renovate/mui-material-5.x branch January 23, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants