Update material-ui monorepo #296

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-04-04 22:39:16 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.169 -> 5.0.0-alpha.170
@mui/material (source) dependencies patch 5.15.14 -> 5.15.15

Release Notes

mui/material-ui

v5.15.15

Compare Source

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

@mui/material@5.15.15
  • Autocomplete] Display options provided to the `options` prop even if loading is true ([#​41677](https://github.com/mui/material-ui/issues/41677)) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
  • RadioGroup] Apply classnames ([#​41681](https://github.com/mui/material-ui/issues/41681)) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
    
@mui/system@5.15.15
Docs
  • material-ui]\[Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text ([#​41679](https://github.com/mui/material-ui/issues/41679)) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
  • material-ui] Remove deleted page from the sidenav ([#​41594](https://github.com/mui/material-ui/issues/41594)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • material-ui] Fix typo in CSS theme variables customization ([#​41680](https://github.com/mui/material-ui/issues/41680)) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
  • Continue migration of Base UI to sperate repository @​oliviertassinari
  • Add notification for MUI X v7 blog post (#​41587) (#​41605) @​cherniavskii
  • Update the versions dropdown to show v6 (#​41557) @​mnajdova
Core
  • blog] Link to Romain's blog post in MUI X v7 announcement post ([#​41641](https://github.com/mui/material-ui/issues/41641)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • blog] Blog post with MUI X v7.0.0 annoucement ([#​41563](https://github.com/mui/material-ui/issues/41563)) ([#​41604](https://github.com/mui/material-ui/issues/41604)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • blog] Add post about remote ([#​41565](https://github.com/mui/material-ui/issues/41565)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • core] Continue rename of Toolpad [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Add Toolpad product/category IDs to types ([#​41551](https://github.com/mui/material-ui/issues/41551)) [@​bharatkashyap](https://github.com/bharatkashyap)
    
  • website] Add Aarón to About Us ([#​41747](https://github.com/mui/material-ui/issues/41747)) [@​aarongarciah](https://github.com/aarongarciah)
    
  • website] Add stray design adjustments throughout the site ([#​41642](https://github.com/mui/material-ui/issues/41642)) [@​mnajdova](https://github.com/mnajdova)
    
  • website] Update pricing table ([#​41606](https://github.com/mui/material-ui/issues/41606)) [@​cherniavskii](https://github.com/cherniavskii)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​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.

👻 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.169` -> `5.0.0-alpha.170`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.169/5.0.0-alpha.170) | | [@mui/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.15.14` -> `5.15.15`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.14/5.15.15) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.15.15`](https://github.com/mui/material-ui/releases/tag/v5.15.15) [Compare Source](https://github.com/mui/material-ui/compare/v5.15.14...v5.15.15) A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.15` - \[Autocomplete] Display options provided to the `options` prop even if loading is true ([#&#8203;41677](https://github.com/mui/material-ui/issues/41677)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[RadioGroup] Apply classnames ([#&#8203;41681](https://github.com/mui/material-ui/issues/41681)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/system@5.15.15` - Fix typo to avoid infinite recursion in function call ([#&#8203;41678](https://github.com/mui/material-ui/issues/41678)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### Docs - \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text ([#&#8203;41679](https://github.com/mui/material-ui/issues/41679)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[material-ui] Remove deleted page from the sidenav ([#&#8203;41594](https://github.com/mui/material-ui/issues/41594)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[material-ui] Fix typo in CSS theme variables customization ([#&#8203;41680](https://github.com/mui/material-ui/issues/41680)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - Continue migration of Base UI to sperate repository [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Add notification for MUI X v7 blog post ([#&#8203;41587](https://github.com/mui/material-ui/issues/41587)) ([#&#8203;41605](https://github.com/mui/material-ui/issues/41605)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - Update the versions dropdown to show v6 ([#&#8203;41557](https://github.com/mui/material-ui/issues/41557)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Core - \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#&#8203;41641](https://github.com/mui/material-ui/issues/41641)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[blog] Blog post with MUI X v7.0.0 annoucement ([#&#8203;41563](https://github.com/mui/material-ui/issues/41563)) ([#&#8203;41604](https://github.com/mui/material-ui/issues/41604)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[blog] Add post about remote ([#&#8203;41565](https://github.com/mui/material-ui/issues/41565)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[core] Continue rename of Toolpad [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Add Toolpad product/category IDs to types ([#&#8203;41551](https://github.com/mui/material-ui/issues/41551)) [@&#8203;bharatkashyap](https://github.com/bharatkashyap) - \[website] Add Aarón to About Us ([#&#8203;41747](https://github.com/mui/material-ui/issues/41747)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[website] Add stray design adjustments throughout the site ([#&#8203;41642](https://github.com/mui/material-ui/issues/41642)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[website] Update pricing table ([#&#8203;41606](https://github.com/mui/material-ui/issues/41606)) [@&#8203;cherniavskii](https://github.com/cherniavskii) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;bharatkashyap](https://github.com/bharatkashyap), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) </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 2024-04-04 09:50:36 +02:00
Update material-ui monorepo
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
57a9e6ee51
kjuulh force-pushed renovate/material-ui-monorepo from 57a9e6ee51 to 45c522943f 2024-04-04 21:49:05 +02:00 Compare
kjuulh merged commit 45c522943f into main 2024-04-04 22:39:16 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OpenFood/openfood#296
No description provided.