micro-company / react-app

An example of demonstration work with a microservice architecture
https://micro-company.github.io/react-app/
MIT License
5 stars 3 forks source link

Update dependency @mui/material to ^5.12.2 #889

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

mui/material-ui ### [`v5.12.2`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5122) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.12.1...v5.12.2) *Apr 25, 2023* A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - ⚠️ **\[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change. - 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.12.2` - ​\[FormControl] Fix `filled` when value is set through `inputProps` ([#​36741](https://togithub.com/mui/material-ui/issues/36741)) [@​sai6855](https://togithub.com/sai6855) - ​\[Slider] `onChange` handler should be called only when value has changed ([#​36706](https://togithub.com/mui/material-ui/issues/36706)) [@​gitstart](https://togithub.com/gitstart) - ​\[Table] Fix `Sorting & Selecting` tables ([#​36898](https://togithub.com/mui/material-ui/issues/36898)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@mui/base@5.0.0-alpha.127` ##### Breaking changes - ​\[base] Remove unstyled suffix from Base components + Codemod script ([#​36873](https://togithub.com/mui/material-ui/issues/36873)) [@​hbjORbj](https://togithub.com/hbjORbj) The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers. You can use this [codemod](https://togithub.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration: ```sh npx @​mui/codemod v5.0.0/base-remove-unstyled-suffix ``` ##### Changes - ​\[codemod]\[base] Improve the removal of `component` prop codemod script ([#​36952](https://togithub.com/mui/material-ui/issues/36952)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[codemod]\[base] Write a migration script for removal of `component` prop from components ([#​36831](https://togithub.com/mui/material-ui/issues/36831)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[Base]\[useButton] Allow useButton params to be completely optional ([#​36922](https://togithub.com/mui/material-ui/issues/36922)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/joy@5.0.0-alpha.77` - ​\[Joy]\[Chip] Chip button not showing up in Firefox browser ([#​36930](https://togithub.com/mui/material-ui/issues/36930)) [@​TakhyunKim](https://togithub.com/TakhyunKim) - ​\[Joy] Add `invertedColors` to Menu and Alert ([#​36975](https://togithub.com/mui/material-ui/issues/36975)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[joy]\[Select] Set focus visible on select options when navigating with arrow keys ([#​36689](https://togithub.com/mui/material-ui/issues/36689)) [@​gitstart](https://togithub.com/gitstart) ##### Docs - ​\[docs] Fix console error introduced by [#​36408](https://togithub.com/mui/material-ui/issues/36408) ([#​36980](https://togithub.com/mui/material-ui/issues/36980)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs] Add stray Joy UI documentation improvements ([#​36921](https://togithub.com/mui/material-ui/issues/36921)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Add Joy profile dashboard template ([#​36931](https://togithub.com/mui/material-ui/issues/36931)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[docs] Fix 404 links ([#​36969](https://togithub.com/mui/material-ui/issues/36969)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Clarify when bundle size optimization is needed ([#​36823](https://togithub.com/mui/material-ui/issues/36823)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix Chakra UI theme scoping typo ([#​36950](https://togithub.com/mui/material-ui/issues/36950)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[docs] Add snackbar example using sonner ([#​36926](https://togithub.com/mui/material-ui/issues/36926)) [@​PupoSDC](https://togithub.com/PupoSDC) - ​\[docs] Adjust the Material Icons page design and formatting ([#​36937](https://togithub.com/mui/material-ui/issues/36937)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Allows to customize menu with any icon ([#​36408](https://togithub.com/mui/material-ui/issues/36408)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs] Add info about passing ref to input element ([#​36913](https://togithub.com/mui/material-ui/issues/36913)) [@​tomaskebrle](https://togithub.com/tomaskebrle) - ​\[docs]\[material] Tabs API section cleanup ([#​36942](https://togithub.com/mui/material-ui/issues/36942)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - ​\[core] Fix CI failure on `master` ([#​37016](https://togithub.com/mui/material-ui/issues/37016)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[typescript] Add the missing explicit component return types ([#​36924](https://togithub.com/mui/material-ui/issues/36924)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[website] Update main data grid demo on X landing page ([#​37001](https://togithub.com/mui/material-ui/issues/37001)) [@​cherniavskii](https://togithub.com/cherniavskii) - ​\[website] Design role updates ([#​36997](https://togithub.com/mui/material-ui/issues/36997)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] X component section improvements ([#​36598](https://togithub.com/mui/material-ui/issues/36598)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Developer Advocate role filled [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​gitstart](https://togithub.com/gitstart), [@​hbjORbj](https://togithub.com/hbjORbj), [@​michaldudak](https://togithub.com/michaldudak), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PupoSDC](https://togithub.com/PupoSDC), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​TakhyunKim](https://togithub.com/TakhyunKim), [@​tomaskebrle](https://togithub.com/tomaskebrle)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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