fix(deps): update material-ui monorepo to v5.15.6 #427
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.
This PR contains the following updates:
5.15.4
->5.15.6
5.15.4
->5.15.6
Release Notes
mui/material-ui (@mui/icons-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/[email protected]
rowsPerPageOptions
prop (#40481) @pcorpet@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
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-
(#40205) @michaldudak@mui/[email protected]
iconMapping
andseverity
props (#40551) @2metres@mui/[email protected]
ButtonGroup
(#40124) @lhilgert9@mui/[email protected]
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
@mui/[email protected]
@mui/[email protected]
json
files to be transformed (#40536) @ZeeshanTamboli@mui/[email protected]
@mui/material
peer dependency version (#40528) @ZeeshanTamboli@mui/[email protected]
@mui/[email protected]
Docs
State
interface from Consecutive Snackbars demo (#40410)@zinoroman
docs:link-check
(#40547) @samuelsycamoreCore
run
command to deploy docs (#40513) @siriwatknpAll 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 - "every weekend" (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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.