Update material-ui monorepo #28

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2022-12-13 16:37:17 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.111 -> 5.0.0-alpha.112
@mui/material (source) dependencies minor 5.10.17 -> 5.11.0

Release Notes

mui/material-ui

v5.11.0

Compare Source

Dec 13, 2022

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

  • 🔥 @​mnajdova enabled configuration of the sx prop in the theme (#​35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/material@5.11.0
@mui/icons-material@5.11.0
@mui/system@5.11.0
BREAKING CHANGES
  • [system] Enable configuring the sx prop in the theme (#​35150) @​mnajdova

    The breaking change is regarding an experimental API:

    -import { styled, experimental_sx } from '@​mui/material/styles';
    +import { styled } from '@​mui/material/styles';
    
    -const Component = styled('div)(experimental_sx({ p: 1 }});
    +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
    
@mui/joy@5.0.0-alpha.58
@mui/base@5.0.0-alpha.110
@mui/material-next@6.0.0-alpha.66
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Armanio, @​danilo-leal, @​EduardoSCosta, @​flaviendelangle, @​jesrodri, @​joserodolfofreitas, @​kraftware, @​michaldudak, @​mnajdova, @​oliviertassinari, @​PratikDev, @​samuelsycamore, @​siriwatknp, @​Spanishiwa, @​timbset, @​tsollbach, @​vitorfrs-dev, @​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.111` -> `5.0.0-alpha.112`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.111/5.0.0-alpha.112) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | minor | [`5.10.17` -> `5.11.0`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.17/5.11.0) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.11.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5110) [Compare Source](https://github.com/mui/material-ui/compare/v5.10.17...v5.11.0) <!-- generated comparing v5.10.17..master --> *Dec 13, 2022* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - 🔥 [@&#8203;mnajdova](https://github.com/mnajdova) enabled configuration of the `sx` prop in the `theme` ([#&#8203;35150](https://github.com/mui/material-ui/issues/35150)) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.11.0` - \[Alert] Update icon color in all variants ([#&#8203;35414](https://github.com/mui/material-ui/issues/35414)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[Select] Fix `MenuProps.PopoverClasses` being overriden ([#&#8203;35394](https://github.com/mui/material-ui/issues/35394)) [@&#8203;vitorfrs-dev](https://github.com/vitorfrs-dev) - \[SwipeableDrawer] Fixed typescript warning "prop open undefined" ([#&#8203;34710](https://github.com/mui/material-ui/issues/34710)) [@&#8203;kraftware](https://github.com/kraftware) ##### `@mui/icons-material@5.11.0` - \[icons] Restore the PhoneInTalk icons ([#&#8203;35409](https://github.com/mui/material-ui/issues/35409)) [@&#8203;michaldudak](https://github.com/michaldudak) ##### `@mui/system@5.11.0` ##### BREAKING CHANGES - \[system] Enable configuring the `sx` prop in the `theme` ([#&#8203;35150](https://github.com/mui/material-ui/issues/35150)) [@&#8203;mnajdova](https://github.com/mnajdova) The breaking change is regarding an experimental API: ```diff -import { styled, experimental_sx } from '@&#8203;mui/material/styles'; +import { styled } from '@&#8203;mui/material/styles'; -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }}); ``` ##### `@mui/joy@5.0.0-alpha.58` - \[Joy] Miscellaneous fixes ([#&#8203;35447](https://github.com/mui/material-ui/issues/35447)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.110` - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#&#8203;34714](https://github.com/mui/material-ui/issues/34714)) [@&#8203;EduardoSCosta](https://github.com/EduardoSCosta) ##### `@mui/material-next@6.0.0-alpha.66` - \[Material You] Add ripple on the button ([#&#8203;35299](https://github.com/mui/material-ui/issues/35299)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Docs - \[docs] Simplify state management in Text Field demo page ([#&#8203;35051](https://github.com/mui/material-ui/issues/35051)) [@&#8203;PratikDev](https://github.com/PratikDev) - \[docs] Improve `Responsive App bar with Drawer` demo ([#&#8203;35418](https://github.com/mui/material-ui/issues/35418)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[docs] Improve line-height readability ([#&#8203;35387](https://github.com/mui/material-ui/issues/35387)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Improve a bit the Composition docs ([#&#8203;35329](https://github.com/mui/material-ui/issues/35329)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Refactor `ToggleButtonSizes` demo ([#&#8203;35375](https://github.com/mui/material-ui/issues/35375)) [@&#8203;Armanio](https://github.com/Armanio) - \[docs] Standardize the usage of callouts in the MUI Core docs ([#&#8203;35361](https://github.com/mui/material-ui/issues/35361)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Format feedback to add a link to the commented section ([#&#8203;35381](https://github.com/mui/material-ui/issues/35381)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Direct users from Material UI to MUI Base for duplicated components ([#&#8203;35293](https://github.com/mui/material-ui/issues/35293)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Fix typo in FormControl API docs ([#&#8203;35449](https://github.com/mui/material-ui/issues/35449)) [@&#8203;Spanishiwa](https://github.com/Spanishiwa) - \[docs] Update callouts design ([#&#8203;35390](https://github.com/mui/material-ui/issues/35390)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[website] New wave of open roles ([#&#8203;35240](https://github.com/mui/material-ui/issues/35240)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[website] Developer survey 2022 ([#&#8203;35407](https://github.com/mui/material-ui/issues/35407)) [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas) ##### Core - \[core] Fix [@&#8203;mui/material](https://github.com/mui/material) package building ([#&#8203;35324](https://github.com/mui/material-ui/issues/35324)) [@&#8203;timbset](https://github.com/timbset) - \[core] Fix leaking theme color override ([#&#8203;35444](https://github.com/mui/material-ui/issues/35444)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[typescript] Add null to return type of OverridableComponent ([#&#8203;35311](https://github.com/mui/material-ui/issues/35311)) [@&#8203;tsollbach](https://github.com/tsollbach) - \[website] Migrate X page to use CSS theme variables ([#&#8203;34922](https://github.com/mui/material-ui/issues/34922)) [@&#8203;jesrodri](https://github.com/jesrodri) - \[website] Migrate `/core` page to use CSS variables ([#&#8203;35366](https://github.com/mui/material-ui/issues/35366)) [@&#8203;siriwatknp](https://github.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;Armanio](https://github.com/Armanio), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;EduardoSCosta](https://github.com/EduardoSCosta), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;jesrodri](https://github.com/jesrodri), [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas), [@&#8203;kraftware](https://github.com/kraftware), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;PratikDev](https://github.com/PratikDev), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;Spanishiwa](https://github.com/Spanishiwa), [@&#8203;timbset](https://github.com/timbset), [@&#8203;tsollbach](https://github.com/tsollbach), [@&#8203;vitorfrs-dev](https://github.com/vitorfrs-dev), [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTUuMCJ9-->
kjuulh force-pushed renovate/material-ui-monorepo from 97b2247650 to 1c4670c0c3 2022-12-13 16:17:38 +01:00 Compare
kjuulh merged commit 1c4670c0c3 into main 2022-12-13 16:37:17 +01: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#28
No description provided.