Update material-ui monorepo #70

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2023-04-04 16:27:32 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.124 -> 5.0.0-alpha.125
@mui/material (source) dependencies patch 5.11.15 -> 5.11.16

Release Notes

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

v5.0.0-alpha.125

Compare Source

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

v5.11.16

Compare Source

Apr 4, 2023

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

  • 💅 Added tabs on API pages of Base UI to switch between component and hook references (#​35938) @​mnajdova
  • 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.16
@mui/icons-material@5.11.16
@mui/joy@5.0.0-alpha.74
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​amal-qb, @​danilo-leal, @​DevinCLane, @​gitstart, @​hbjORbj, @​HeVictor, @​LadyBluenotes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​RBerthier, @​sai6855, @​siriwatknp, @​viclafouch, @​yushanwebdev


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/lab](https://mui.com/material-ui/about-the-lab/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.0.0-alpha.124` -> `5.0.0-alpha.125`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.124/5.0.0-alpha.125) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.11.15` -> `5.11.16`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.15/5.11.16) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.125`](https://github.com/mui/material-ui/compare/f34d17c3294fcdb63fe9a135b4f3aa2459c81189...af5e109990a26318c96dbff6f25759ba91f0e147) [Compare Source](https://github.com/mui/material-ui/compare/f34d17c3294fcdb63fe9a135b4f3aa2459c81189...af5e109990a26318c96dbff6f25759ba91f0e147) </details> <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.11.16`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;51116) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.15...v5.11.16) <!-- generated comparing v5.11.15..master --> *Apr 4, 2023* A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: - 💅 Added tabs on API pages of Base UI to switch between component and hook references ([#&#8203;35938](https://github.com/mui/material-ui/issues/35938)) [@&#8203;mnajdova](https://github.com/mnajdova) - 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.11.16` - \[Autocomplete] Listen for click on the root element ([#&#8203;36369](https://github.com/mui/material-ui/issues/36369)) [@&#8203;sai6855](https://github.com/sai6855) - \[Autocomplete] Fix navigation issue on mouse hover ([#&#8203;35196](https://github.com/mui/material-ui/issues/35196)) [@&#8203;sai6855](https://github.com/sai6855) - \[Card] Fix Card focus effect overflowing parent card ([#&#8203;36329](https://github.com/mui/material-ui/issues/36329)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[Grid] Missing slot ([#&#8203;36765](https://github.com/mui/material-ui/issues/36765)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Select] Make error part of the `ownerState` to enable overriding styles with it in theme ([#&#8203;36422](https://github.com/mui/material-ui/issues/36422)) [@&#8203;gitstart](https://github.com/gitstart) - \[Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical ([#&#8203;36738](https://github.com/mui/material-ui/issues/36738)) [@&#8203;yushanwebdev](https://github.com/yushanwebdev) ##### `@mui/icons-material@5.11.16` - \[icons] Do not ignore popular icons ([#&#8203;36608](https://github.com/mui/material-ui/issues/36608)) [@&#8203;michaldudak](https://github.com/michaldudak) ##### `@mui/joy@5.0.0-alpha.74` - \[Joy] Add `ModalOverflow` component ([#&#8203;36262](https://github.com/mui/material-ui/issues/36262)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Joy] Fix `Checkbox` custom color prop type warning ([#&#8203;36691](https://github.com/mui/material-ui/issues/36691)) [@&#8203;amal-qb](https://github.com/amal-qb) ##### Docs - \[docs]\[base] Add return type for `useFormControlUnstyledContext` hook ([#&#8203;36302](https://github.com/mui/material-ui/issues/36302)) [@&#8203;HeVictor](https://github.com/HeVictor) - \[docs]\[base] Move styles to the bottom of demos code for `FormControl` ([#&#8203;36579](https://github.com/mui/material-ui/issues/36579)) [@&#8203;gitstart](https://github.com/gitstart) - \[docs]\[base] Move styles to the bottom of demos code for `Menu` ([#&#8203;36582](https://github.com/mui/material-ui/issues/36582)) [@&#8203;gitstart](https://github.com/gitstart) - \[docs]\[base] Move styles code to bottom in the `Button` demos ([#&#8203;36590](https://github.com/mui/material-ui/issues/36590)) [@&#8203;sai6855](https://github.com/sai6855) - \[docs]\[base] Show components & hooks API on the components page ([#&#8203;35938](https://github.com/mui/material-ui/issues/35938)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Describe slotProps in MUI Base customization doc ([#&#8203;36206](https://github.com/mui/material-ui/issues/36206)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[docs] Fix double API page redirection ([#&#8203;36743](https://github.com/mui/material-ui/issues/36743)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Remove hash property and leverage pathname ([#&#8203;36764](https://github.com/mui/material-ui/issues/36764)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Introduce markdown permalink to source ([#&#8203;36729](https://github.com/mui/material-ui/issues/36729)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Tabs API add slots section ([#&#8203;36769](https://github.com/mui/material-ui/issues/36769)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Update feedbacks management on slack ([#&#8203;36705](https://github.com/mui/material-ui/issues/36705)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix Joy UI URL to tokens ([#&#8203;36742](https://github.com/mui/material-ui/issues/36742)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Add toggle-button coming soon page ([#&#8203;36618](https://github.com/mui/material-ui/issues/36618)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Fix typo on the Joy UI theme builder ([#&#8203;36734](https://github.com/mui/material-ui/issues/36734)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs] Fix small typo ([#&#8203;36727](https://github.com/mui/material-ui/issues/36727)) [@&#8203;RBerthier](https://github.com/RBerthier) - \[docs] Fix Joy UI template broken image loading [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Hide the default API column if it's empty ([#&#8203;36715](https://github.com/mui/material-ui/issues/36715)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Update Material UI Related Projects page ([#&#8203;34203](https://github.com/mui/material-ui/issues/34203)) [@&#8203;viclafouch](https://github.com/viclafouch) - \[docs] Revise Joy UI "Circular Progress" page ([#&#8203;36126](https://github.com/mui/material-ui/issues/36126)) [@&#8203;LadyBluenotes](https://github.com/LadyBluenotes) - \[docs] Revise Joy UI "Radio" page ([#&#8203;35893](https://github.com/mui/material-ui/issues/35893)) [@&#8203;DevinCLane](https://github.com/DevinCLane) - \[docs] Support Google Analytics 4 ([#&#8203;36123](https://github.com/mui/material-ui/issues/36123)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs]\[material] Keep consistency in description of classes ([#&#8203;36631](https://github.com/mui/material-ui/issues/36631)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - \[docs] Remove redundant files and fix regression ([#&#8203;36775](https://github.com/mui/material-ui/issues/36775)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### Core - \[blog] Compress images [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Remove unused token ([#&#8203;36722](https://github.com/mui/material-ui/issues/36722)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;amal-qb](https://github.com/amal-qb), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;DevinCLane](https://github.com/DevinCLane), [@&#8203;gitstart](https://github.com/gitstart), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;HeVictor](https://github.com/HeVictor), [@&#8203;LadyBluenotes](https://github.com/LadyBluenotes), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;RBerthier](https://github.com/RBerthier), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;viclafouch](https://github.com/viclafouch), [@&#8203;yushanwebdev](https://github.com/yushanwebdev) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-04-04 16:04:46 +02:00
Update material-ui monorepo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fb2c25dc07
kjuulh merged commit fb2c25dc07 into main 2023-04-04 16:27:32 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OpenFood/openfood#70
No description provided.