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.13.6 #923

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.13.5 -> ^5.13.6 age adoption passing confidence

Release Notes

mui/material-ui ### [`v5.13.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5136) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.13.5...v5.13.6) *Jun 21, 2023* A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨: - 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language ([#​37520](https://togithub.com/mui/material-ui/issues/37520)) [@​DiegoAndai](https://togithub.com/DiegoAndai). - 📚 Added [examples](https://togithub.com/mui/material-ui/tree/master/examples/material-next-app-router-ts) showcasing how you can use Material UI with next.js's app directory ([#​37315](https://togithub.com/mui/material-ui/issues/37315)) [@​smo043](https://togithub.com/smo043) ##### `@mui/material@5.13.6` - ​\[Autocomplete] Fixed autocomplete's existing option selection ([#​37012](https://togithub.com/mui/material-ui/issues/37012)) [@​bencevoros](https://togithub.com/bencevoros) - ​\[Autocomplete] Add hint demos to Material UI and Joy UI docs ([#​37496](https://togithub.com/mui/material-ui/issues/37496)) [@​sai6855](https://togithub.com/sai6855) - ​\[Masonry] Fix ResizeObserver loop limit exceeded error ([#​37208](https://togithub.com/mui/material-ui/issues/37208)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[Tooltip]\[material] Improve warning when Tooltip receives string child ([#​37530](https://togithub.com/mui/material-ui/issues/37530)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[Modal] Add missing members to ModalOwnProps ([#​37568](https://togithub.com/mui/material-ui/issues/37568)) [@​ivp-dev](https://togithub.com/ivp-dev) - ​\[Slider] Arrow keys control does not work with float numbers ([#​37071](https://togithub.com/mui/material-ui/issues/37071)) [@​gitstart](https://togithub.com/gitstart) - ​\[SvgIcon] allow `svg` as a child ([#​37231](https://togithub.com/mui/material-ui/issues/37231)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Timeline] Add alternate reverse position ([#​37311](https://togithub.com/mui/material-ui/issues/37311)) [@​abhinavkmrru](https://togithub.com/abhinavkmrru) - ​\[Tooltip] Fix type of sx prop in `slotProps` ([#​37550](https://togithub.com/mui/material-ui/issues/37550)) [@​SuperKXT](https://togithub.com/SuperKXT) - ​\[TouchRipple] perf: avoid calling `clearTimeout()` ([#​37512](https://togithub.com/mui/material-ui/issues/37512)) [@​romgrk](https://togithub.com/romgrk) ##### `@mui/material-next@6.0.0-alpha.90` - ​\[Material You] Add Slider component with Material You design ([#​37520](https://togithub.com/mui/material-ui/issues/37520)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ##### `@mui/joy@5.0.0-alpha.85` - ​\[ButtonGroup]\[joy] Missing border when spacing is more than zero ([#​37577](https://togithub.com/mui/material-ui/issues/37577)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[CardActions]\[joy] Add `CardActions` component ([#​37441](https://togithub.com/mui/material-ui/issues/37441)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Menu]\[joy] Fix closing of `Menu` in demos ([#​36917](https://togithub.com/mui/material-ui/issues/36917)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/base@5.0.0-beta.5` - ​\[Menu]\[base] Add the resetHighlight action ([#​37392](https://togithub.com/mui/material-ui/issues/37392)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Select]\[base] Expose the `areOptionsEqual` prop ([#​37615](https://togithub.com/mui/material-ui/issues/37615)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/utils@5.13.2` - ​\[utils] Allow nested imports in [@​mui/utils](https://togithub.com/mui/utils) to speed up build ([#​37586](https://togithub.com/mui/material-ui/issues/37586)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ##### Docs - ​\[docs]\[base] Improve Base UI all components images ([#​37590](https://togithub.com/mui/material-ui/issues/37590)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs]\[base] Add pages for coming soon components ([#​37575](https://togithub.com/mui/material-ui/issues/37575)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs]\[base] Add a Snackbar introduction demo ([#​37602](https://togithub.com/mui/material-ui/issues/37602)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs]\[base] Add page for all Base UI components ([#​37536](https://togithub.com/mui/material-ui/issues/37536)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Fix scrollbar on snackbar page ([#​37657](https://togithub.com/mui/material-ui/issues/37657)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Switch order of snackbar buttons in demos ([#​37389](https://togithub.com/mui/material-ui/issues/37389)) [@​Primajin](https://togithub.com/Primajin) - ​\[docs] Add support for Tailwind CSS and plain CSS demos ([#​37319](https://togithub.com/mui/material-ui/issues/37319)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs] Tree view color fix for dark mode in Gmail example ([#​37051](https://togithub.com/mui/material-ui/issues/37051)) [@​PunitSoniME](https://togithub.com/PunitSoniME) - ​\[docs] Inline the Base UI demo ([#​37603](https://togithub.com/mui/material-ui/issues/37603)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix typo in themed components page ([#​37598](https://togithub.com/mui/material-ui/issues/37598)) [@​vinayr](https://togithub.com/vinayr) - ​\[docs] Fix render inline code in CSS description generation ([#​37448](https://togithub.com/mui/material-ui/issues/37448)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs] Add styles to styled argument list ([#​37558](https://togithub.com/mui/material-ui/issues/37558)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[docs] Improve awkward wording in READMEs of example projects ([#​37110](https://togithub.com/mui/material-ui/issues/37110)) [@​DIWAKARKASHYAP](https://togithub.com/DIWAKARKASHYAP) - ​\[docs] Fix small base -> base-ui migration issue ([#​37594](https://togithub.com/mui/material-ui/issues/37594)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix GitHub typo ([#​37578](https://togithub.com/mui/material-ui/issues/37578)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Improve release guide ([#​37547](https://togithub.com/mui/material-ui/issues/37547)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[docs] Review fixes to the Material UI's "Example projects" page ([#​37444](https://togithub.com/mui/material-ui/issues/37444)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs]\[joy] Add a messages template ([#​37546](https://togithub.com/mui/material-ui/issues/37546)) [@​sernstberger](https://togithub.com/sernstberger) - ​\[docs]\[joy] Add pages for coming soon Joy UI components ([#​36920](https://togithub.com/mui/material-ui/issues/36920)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs]\[joy] Add design and consistency tweaks to the Playground ([#​37580](https://togithub.com/mui/material-ui/issues/37580)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Add and revise Base UI + Create React App examples ([#​36825](https://togithub.com/mui/material-ui/issues/36825)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - ​\[docs-infra] Fix demos border radius ([#​37658](https://togithub.com/mui/material-ui/issues/37658)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs-infra] Add analyticsTags to Algolia ([#​37600](https://togithub.com/mui/material-ui/issues/37600)) [@​Janpot](https://togithub.com/Janpot) - ​\[docs-infra] Simplify product id handling ([#​37593](https://togithub.com/mui/material-ui/issues/37593)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[CHANGELOG] Add missing release date for v5.13.5 [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[examples] Shell command fix in the readme file of material-next-app-router-ts example ([#​37675](https://togithub.com/mui/material-ui/issues/37675)) [@​bablukpik](https://togithub.com/bablukpik) - ​\[examples] Next.js v13 app router with Material UI ([#​37315](https://togithub.com/mui/material-ui/issues/37315)) [@​smo043](https://togithub.com/smo043) ##### Core - ​\[core] Update to Node.js v18 for `test-dev` CI ([#​37604](https://togithub.com/mui/material-ui/issues/37604)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[core] Add priority support issue template ([#​37671](https://togithub.com/mui/material-ui/issues/37671)) [@​DanailH](https://togithub.com/DanailH) - ​\[website] Update roadmap page ([#​37587](https://togithub.com/mui/material-ui/issues/37587)) [@​cherniavskii](https://togithub.com/cherniavskii) - ​\[website] Add CSP to limit iframes to self [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Link mui-x Stack Overflow in footer link ([#​37509](https://togithub.com/mui/material-ui/issues/37509)) [@​richbustos](https://togithub.com/richbustos) All contributors of this release in alphabetical order: [@​abhinavkmrru](https://togithub.com/abhinavkmrru), [@​alexfauquette](https://togithub.com/alexfauquette), [@​bencevoros](https://togithub.com/bencevoros), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​DIWAKARKASHYAP](https://togithub.com/DIWAKARKASHYAP), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​gitstart](https://togithub.com/gitstart), [@​hbjORbj](https://togithub.com/hbjORbj), [@​ivp-dev](https://togithub.com/ivp-dev), [@​Janpot](https://togithub.com/Janpot), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​Primajin](https://togithub.com/Primajin), [@​PunitSoniME](https://togithub.com/PunitSoniME), [@​richbustos](https://togithub.com/richbustos), [@​romgrk](https://togithub.com/romgrk), [@​sai6855](https://togithub.com/sai6855), [@​sernstberger](https://togithub.com/sernstberger), [@​siriwatknp](https://togithub.com/siriwatknp), [@​SuperKXT](https://togithub.com/SuperKXT), [@​vinayr](https://togithub.com/vinayr), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

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.