Update material-ui monorepo #26

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2022-12-10 21:01:29 +01:00
Owner

This PR contains the following updates:

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

Release Notes

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

v5.0.0-alpha.111

Compare Source

v5.0.0-alpha.110

Compare Source

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

v5.10.17

Compare Source

Dec 6, 2022

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

@mui/material@5.10.17
@mui/system@5.10.17
@mui/joy@5.0.0-alpha.57
BREAKING CHANGE
  • ​[Joy] Add slots/slotProps props to the typing of all components and apply useSlot to all components (#​34997) @​hbjORbj

    • Change all occurrences of components and componentsProps props in Joy UI components to slots and slotProps, respectively.
    -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
    +<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />
    

    You can use this codemod to help with the migration.

Changes
Docs
Core

All contributors of this release in alphabetical order: @​flaviendelangle, @​guotie, @​happyincent, @​hbjORbj, @​Juneezee, @​michaldudak, @​mnajdova, @​nomandhoni-cs, @​oliviertassinari, @​Pandey-utkarsh, @​sai6855, @​samuelsycamore, @​siriwatknp, @​Uzwername, @​zignis

v5.10.16

Compare Source

Nov 28, 2022

A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.10.16
@mui/system@5.10.16
@mui/base@5.0.0-alpha.108
Docs
Core

All contributors of this release in alphabetical order: @​58bits, @​alexfauquette, @​fenghan34, @​flaviendelangle, @​iamxukai, @​leventdeniz, @​m4theushw, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​ZeeshanTamboli, @​Zetta56


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.109` -> `5.0.0-alpha.111`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.109/5.0.0-alpha.111) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.10.15` -> `5.10.17`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.15/5.10.17) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.111`](https://github.com/mui/material-ui/compare/b8aa3974d84c176b8857e8d5b29a7be8670bb410...4265f343b49e4af9673a49e585439d35c8deeab2) [Compare Source](https://github.com/mui/material-ui/compare/b8aa3974d84c176b8857e8d5b29a7be8670bb410...4265f343b49e4af9673a49e585439d35c8deeab2) ### [`v5.0.0-alpha.110`](https://github.com/mui/material-ui/compare/14a6e1c61edb5f66f4888e32c04df5e637e7cfc4...b8aa3974d84c176b8857e8d5b29a7be8670bb410) [Compare Source](https://github.com/mui/material-ui/compare/14a6e1c61edb5f66f4888e32c04df5e637e7cfc4...b8aa3974d84c176b8857e8d5b29a7be8670bb410) </details> <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.10.17`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;51017) [Compare Source](https://github.com/mui/material-ui/compare/v5.10.16...v5.10.17) <!-- generated comparing v5.10.16..master --> *Dec 6, 2022* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: - ✨ [@&#8203;mnajdova](https://github.com/mnajdova) added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) ([#&#8203;35222](https://github.com/mui/material-ui/issues/35222)) - 🔧 [@&#8203;hbjORbj](https://github.com/hbjORbj) renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products ([#&#8203;34997](https://github.com/mui/material-ui/issues/34997)) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements ##### `@mui/material@5.10.17` - ​<!-- 31 -->\[Slider] Fix `markActive` theme class not getting applied ([#&#8203;35067](https://github.com/mui/material-ui/issues/35067)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 30 -->\[SwipeableDrawer] Fix missing close animation when initial open is true ([#&#8203;35010](https://github.com/mui/material-ui/issues/35010)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 28 -->\[material-ui] Add channel colors if possible ([#&#8203;35178](https://github.com/mui/material-ui/issues/35178)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 10 -->\[Fab] Increase disabled styles precedence ([#&#8203;35304](https://github.com/mui/material-ui/issues/35304)) [@&#8203;Uzwername](https://github.com/Uzwername) - ​<!-- 05 -->\[Rating] Apply `labelEmptyValueActive` style overrides from theme ([#&#8203;35315](https://github.com/mui/material-ui/issues/35315)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/system@5.10.17` - ​<!-- 04 -->\[system] Add support for nested CssVarsProvider ([#&#8203;35277](https://github.com/mui/material-ui/issues/35277)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/joy@5.0.0-alpha.57` ##### BREAKING CHANGE - ​<!-- 08 -->\[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components ([#&#8203;34997](https://github.com/mui/material-ui/issues/34997)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively. ```diff -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} /> +<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} /> ``` You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-components-to-slots) to help with the migration. ##### Changes - ​<!-- 07 -->\[Joy] Miscellaneous fixes ([#&#8203;35345](https://github.com/mui/material-ui/issues/35345)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 06 -->\[Joy]\[textarea] Expose decorator classes ([#&#8203;35247](https://github.com/mui/material-ui/issues/35247)) [@&#8203;zignis](https://github.com/zignis) ##### Docs - ​<!-- 29 -->\[docs] Improve spacing with ul ([#&#8203;35302](https://github.com/mui/material-ui/issues/35302)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 23 -->\[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md ([#&#8203;34949](https://github.com/mui/material-ui/issues/34949)) [@&#8203;Pandey-utkarsh](https://github.com/Pandey-utkarsh) - ​<!-- 22 -->\[docs] Move the demo higher in the API TOC ([#&#8203;35202](https://github.com/mui/material-ui/issues/35202)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 21 -->\[docs] Fix incorrect link in minimizing-bundle-size ([#&#8203;35297](https://github.com/mui/material-ui/issues/35297)) [@&#8203;Juneezee](https://github.com/Juneezee) - ​<!-- 20 -->\[docs] Revise and expand Joy UI "Breadcrumbs" page ([#&#8203;35292](https://github.com/mui/material-ui/issues/35292)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 19 -->\[docs] Fix wrong import in the unstyled tabs page ([#&#8203;35310](https://github.com/mui/material-ui/issues/35310)) [@&#8203;guotie](https://github.com/guotie) - ​<!-- 18 -->\[docs] Disable translations ([#&#8203;34820](https://github.com/mui/material-ui/issues/34820)) [@&#8203;mnajdova](https://github.com/mnajdova) - ​<!-- 17 -->\[docs] Fix typo ([#&#8203;35312](https://github.com/mui/material-ui/issues/35312)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 16 -->\[docs] Add Material You Button playground ([#&#8203;35222](https://github.com/mui/material-ui/issues/35222)) [@&#8203;mnajdova](https://github.com/mnajdova) - ​<!-- 15 -->\[docs] Fix experimental API page duplication ([#&#8203;35213](https://github.com/mui/material-ui/issues/35213)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 14 -->\[docs] Improve the autogenerated "Unstyled" and "API" text ([#&#8203;35185](https://github.com/mui/material-ui/issues/35185)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 13 -->\[docs] Fix ad margin on API pages ([#&#8203;35201](https://github.com/mui/material-ui/issues/35201)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 12 -->\[docs] Revise and expand the Joy UI "Badge" page ([#&#8203;35199](https://github.com/mui/material-ui/issues/35199)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 11 -->\[docs] Update MUI Base docs with latest style conventions ([#&#8203;35034](https://github.com/mui/material-ui/issues/35034)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 09 -->\[l10n] Improve Chinese (Taiwan) zh-TW locale ([#&#8203;35328](https://github.com/mui/material-ui/issues/35328)) [@&#8203;happyincent](https://github.com/happyincent) - ​<!-- 02 -->\[website] Update MUI stats: GitHub stars, Twitter followers, etc. ([#&#8203;35318](https://github.com/mui/material-ui/issues/35318)) [@&#8203;nomandhoni-cs](https://github.com/nomandhoni-cs) ##### Core - ​<!-- 27 -->\[core] Use componentStyles.name over componentName ([#&#8203;35303](https://github.com/mui/material-ui/issues/35303)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 26 -->\[core] Fix warning leak in production ([#&#8203;35313](https://github.com/mui/material-ui/issues/35313)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 25 -->\[core] Move the internal packages from docs/packages ([#&#8203;35305](https://github.com/mui/material-ui/issues/35305)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 24 -->\[core] Clean up the API docs generation scripts ([#&#8203;35244](https://github.com/mui/material-ui/issues/35244)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 03 -->\[test] Scope the tests to just Material UI components ([#&#8203;35219](https://github.com/mui/material-ui/issues/35219)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 01 -->\[website] Remove BlackFriday notification [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;guotie](https://github.com/guotie), [@&#8203;happyincent](https://github.com/happyincent), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;Juneezee](https://github.com/Juneezee), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;nomandhoni-cs](https://github.com/nomandhoni-cs), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;Pandey-utkarsh](https://github.com/Pandey-utkarsh), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;Uzwername](https://github.com/Uzwername), [@&#8203;zignis](https://github.com/zignis) ### [`v5.10.16`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;51016) [Compare Source](https://github.com/mui/material-ui/compare/v5.10.15...v5.10.16) <!-- generated comparing v5.10.15..master --> *Nov 28, 2022* A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.10.16` - ​<!-- 21 -->\[Autocomplete] Fix inferred value type when `multiple` prop is `true` ([#&#8203;35275](https://github.com/mui/material-ui/issues/35275)) [@&#8203;fenghan34](https://github.com/fenghan34) - ​<!-- 19 -->\[Chip] Add `skipFocusWhenDisabled` prop to not allow focussing deletable chip if disabled ([#&#8203;35065](https://github.com/mui/material-ui/issues/35065)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 18 -->\[Chip] Remove unnecessary handleKeyDown event handler ([#&#8203;35231](https://github.com/mui/material-ui/issues/35231)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 05 -->\[FormControl] Add missing types in `useFormControl` ([#&#8203;35168](https://github.com/mui/material-ui/issues/35168)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 04 -->\[IconButton] Add missing color classes ([#&#8203;33820](https://github.com/mui/material-ui/issues/33820)) [@&#8203;Zetta56](https://github.com/Zetta56) - ​<!-- 03 -->\[SwipeableDrawer] Make paper ref accessible ([#&#8203;35082](https://github.com/mui/material-ui/issues/35082)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/system@5.10.16` - ​<!-- 02 -->\[system] Remove unnecessary parsed theme ([#&#8203;35239](https://github.com/mui/material-ui/issues/35239)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 01 -->\[theme] Fix TypeScript type for custom variants in responsive font sizes ([#&#8203;35057](https://github.com/mui/material-ui/issues/35057)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-alpha.108` - ​<!-- 20 -->\[Base] Allow useSlotProps to receive undefined elementType ([#&#8203;35192](https://github.com/mui/material-ui/issues/35192)) [@&#8203;leventdeniz](https://github.com/leventdeniz) ##### Docs - ​<!-- 13 -->\[docs] Improve feedback precision ([#&#8203;34641](https://github.com/mui/material-ui/issues/34641)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - ​<!-- 12 -->\[docs] Add Black Friday notification [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 11 -->\[docs] Fix migration feedback ([#&#8203;35232](https://github.com/mui/material-ui/issues/35232)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - ​<!-- 10 -->\[docs] Improve the useSelect demo styling ([#&#8203;33883](https://github.com/mui/material-ui/issues/33883)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 09 -->\[docs] Fix layout jump on first mistake ([#&#8203;35215](https://github.com/mui/material-ui/issues/35215)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 08 -->\[docs] Support demos with side effect imports ([#&#8203;35177](https://github.com/mui/material-ui/issues/35177)) [@&#8203;m4theushw](https://github.com/m4theushw) - ​<!-- 07 -->\[examples] Fix Next.js errors ([#&#8203;35246](https://github.com/mui/material-ui/issues/35246)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 06 -->\[examples] Updated Remix examples with the lates changes using React 18 ([#&#8203;35092](https://github.com/mui/material-ui/issues/35092)) [@&#8203;58bits](https://github.com/58bits) ##### Core - ​<!-- 17 -->\[core] Remove unused pattern ([#&#8203;35165](https://github.com/mui/material-ui/issues/35165)) [@&#8203;iamxukai](https://github.com/iamxukai) - ​<!-- 16 -->\[core] Fix Base version in changelog ([#&#8203;35224](https://github.com/mui/material-ui/issues/35224)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 15 -->\[core] Migrate `describeConformance` to TypeScript ([#&#8203;35193](https://github.com/mui/material-ui/issues/35193)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 14 -->\[core] Skip CI for docs and examples paths ([#&#8203;35225](https://github.com/mui/material-ui/issues/35225)) [@&#8203;siriwatknp](https://github.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;58bits](https://github.com/58bits), [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;fenghan34](https://github.com/fenghan34), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;iamxukai](https://github.com/iamxukai), [@&#8203;leventdeniz](https://github.com/leventdeniz), [@&#8203;m4theushw](https://github.com/m4theushw), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli), [@&#8203;Zetta56](https://github.com/Zetta56) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
kjuulh force-pushed renovate/material-ui-monorepo from 778e95b59d to 5586c3278f 2022-12-06 19:56:01 +01:00 Compare
kjuulh force-pushed renovate/material-ui-monorepo from 5586c3278f to 76decc2d70 2022-12-10 20:38:20 +01:00 Compare
kjuulh merged commit 76decc2d70 into main 2022-12-10 21:01:29 +01: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#26
No description provided.