Update material-ui monorepo #75

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2023-04-20 02:40:29 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.126 -> 5.0.0-alpha.127
@mui/material (source) dependencies patch 5.12.0 -> 5.12.1

Release Notes

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

v5.0.0-alpha.127

Compare Source

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

v5.12.1

Compare Source

Apr 17, 2023

A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.12.1
@mui/system@5.12.1
Breaking changes
  • ​[Grid2] Replace context with cloneElement (#​36399) @​siriwatknp

    Grid2 now uses React.cloneElement instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves.

Changes
@mui/base@5.0.0-alpha.126
Breaking changes
  • ​[base] Refactor the compound components building blocks (#​36400) @​michaldudak
    Components affected by the changes are:
    • Menu
      • MenuUnstyledContext is replaced by MenuProvider. The value to pass to the provider is returned by the useMenu hook.
      • MenuUnstyled's onClose prop is replaced by onOpenChange. It has the open parameter and is called when a menu is opened or closed
    • Select
      • SelectUnstyledContext is replaced by SelectProvider. The value to pass to the provider is returned by the useSelect hook.
      • SelectUnstyled's popup is permanently mounted.
      • The defaultOpen prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a value.
    • Tabs
      • TabsContext is replaced by TabsProvider. The value to pass to the provider is returned by the useTabs hook.
      • To deselect all tabs, pass in null to Tabs' value prop, instead of false. This is consistent with how Select works.
      • The value prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR.
@mui/joy@5.0.0-alpha.76
Docs
Core

All contributors of this release in alphabetical order: @​emlai, @​flaviendelangle, @​gitstart, @​hbjORbj, @​jesrodri, @​keyvanm, @​michaldudak, @​mj12albert, @​navedqb, @​oliviertassinari, @​rkdrnf, @​sai6855, @​samuelsycamore, @​siriwatknp, @​varunmulay22, @​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.126` -> `5.0.0-alpha.127`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.126/5.0.0-alpha.127) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.12.0` -> `5.12.1`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.12.0/5.12.1) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/lab)</summary> ### [`v5.0.0-alpha.127`](https://github.com/mui/material-ui/compare/05127cf65b4250f836897428cd15829669ab8d6c...d14d288ae9e9b0e2b3b33d0a77b4113f024d4215) [Compare Source](https://github.com/mui/material-ui/compare/05127cf65b4250f836897428cd15829669ab8d6c...d14d288ae9e9b0e2b3b33d0a77b4113f024d4215) </details> <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.12.1`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5121) [Compare Source](https://github.com/mui/material-ui/compare/v5.12.0...v5.12.1) <!-- generated comparing v5.12.0..master --> *Apr 17, 2023* A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.12.1` - ​<!-- 24 -->\[Autocomplete] Fix autocomplete left padding ([#&#8203;36649](https://github.com/mui/material-ui/issues/36649)) [@&#8203;mj12albert](https://github.com/mj12albert) - ​<!-- 17 -->\[Button] Fix contained with inherit prop not adapting on dark mode ([#&#8203;34508](https://github.com/mui/material-ui/issues/34508)) [@&#8203;jesrodri](https://github.com/jesrodri) - ​<!-- 07 -->\[FormControlLabel] Add `required` prop ([#&#8203;34207](https://github.com/mui/material-ui/issues/34207)) [@&#8203;emlai](https://github.com/emlai) - ​<!-- 04 -->\[Tabs] Fix null reference in ScrollbarSize after unmounting ([#&#8203;36485](https://github.com/mui/material-ui/issues/36485)) [@&#8203;rkdrnf](https://github.com/rkdrnf) - ​<!-- 03 -->\[TextField] Fix type error when using `inputTypeSearch` class for `outlined` and `filled` inputs ([#&#8203;36740](https://github.com/mui/material-ui/issues/36740)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 02 -->\[ThemeProvider] Fix theme proptypes ([#&#8203;36852](https://github.com/mui/material-ui/issues/36852)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/system@5.12.1` ##### Breaking changes - ​<!-- 06 -->\[Grid2] Replace context with `cloneElement` ([#&#8203;36399](https://github.com/mui/material-ui/issues/36399)) [@&#8203;siriwatknp](https://github.com/siriwatknp) `Grid2` now uses `React.cloneElement` instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves. ##### Changes - ​<!-- 14 -->\[CssVarsProvider] Always generate new `css` object ([#&#8203;36853](https://github.com/mui/material-ui/issues/36853)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.126` ##### Breaking changes - ​<!-- 23 -->\[base] Refactor the compound components building blocks ([#&#8203;36400](https://github.com/mui/material-ui/issues/36400)) [@&#8203;michaldudak](https://github.com/michaldudak) Components affected by the changes are: - Menu - `MenuUnstyledContext` is replaced by `MenuProvider`. The value to pass to the provider is returned by the `useMenu` hook. - MenuUnstyled's `onClose` prop is replaced by `onOpenChange`. It has the `open` parameter and is called when a menu is opened or closed - Select - `SelectUnstyledContext` is replaced by `SelectProvider`. The value to pass to the provider is returned by the `useSelect` hook. - `SelectUnstyled`'s popup is permanently mounted. - The `defaultOpen` prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a `value`. - Tabs - `TabsContext` is replaced by `TabsProvider`. The value to pass to the provider is returned by the `useTabs` hook. - To deselect all tabs, pass in `null` to Tabs' `value` prop, instead of `false`. This is consistent with how Select works. - The `value` prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR. ##### `@mui/joy@5.0.0-alpha.76` - ​<!-- 05 -->\[Table]\[Joy] Replace uses of css selector `*-child` to `*-of-type` ([#&#8203;36839](https://github.com/mui/material-ui/issues/36839)) [@&#8203;keyvanm](https://github.com/keyvanm) ##### Docs - ​<!-- 25 --> \[docs]\[base] Move styles to the bottom of demos code for `BadgeUnstyled` ([#&#8203;36723](https://github.com/mui/material-ui/issues/36723)) [@&#8203;varunmulay22](https://github.com/varunmulay22) - ​<!-- 22 -->\[docs]\[base] Mention that the hook does not accept any parameters in the `Parameters` section of the API docs ([#&#8203;36773](https://github.com/mui/material-ui/issues/36773)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 21 -->\[docs]\[base] Move styles to the bottom of demos code for `ModalUnstyled` ([#&#8203;36580](https://github.com/mui/material-ui/issues/36580)) [@&#8203;gitstart](https://github.com/gitstart) - ​<!-- 20 -->\[docs]\[base] Move styles to the bottom of demos code for `Tabs` ([#&#8203;36577](https://github.com/mui/material-ui/issues/36577)) [@&#8203;gitstart](https://github.com/gitstart) - ​<!-- 19 -->\[docs]\[base] Move styles to the bottom of demos code for `Popper` ([#&#8203;36578](https://github.com/mui/material-ui/issues/36578)) [@&#8203;gitstart](https://github.com/gitstart) - ​<!-- 18 -->\[docs]\[base] Move styles to the bottom of demos code for `TablePagination` ([#&#8203;36593](https://github.com/mui/material-ui/issues/36593)) [@&#8203;gitstart](https://github.com/gitstart) - ​<!-- 13 -->\[docs] Remove the incorrect info about useButton's ref parameter ([#&#8203;36883](https://github.com/mui/material-ui/issues/36883)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 12 -->\[docs] Sync <Stack> between projects ([#&#8203;36785](https://github.com/mui/material-ui/issues/36785)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 11 -->\[docs] Add guides to overriding component structure in Base UI and Joy UI docs ([#&#8203;34990](https://github.com/mui/material-ui/issues/34990)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 10 -->\[docs] Content changed from 'row' to 'orientation=horizontal' ([#&#8203;36858](https://github.com/mui/material-ui/issues/36858)) [@&#8203;navedqb](https://github.com/navedqb) - ​<!-- 09 -->\[docs]\[Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs ([#&#8203;36666](https://github.com/mui/material-ui/issues/36666)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - ​<!-- 08 -->\[docs]\[Select] Fix duplicate ID in small size Select demo ([#&#8203;36792](https://github.com/mui/material-ui/issues/36792)) [@&#8203;sai6855](https://github.com/sai6855) ##### Core - ​<!-- 16 -->\[core] Use glob to find the test files in parseTest ([#&#8203;36305](https://github.com/mui/material-ui/issues/36305)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 15 -->\[core] Fix minor SEO issues [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 01 -->\[website] Fix visual bug appbar ([#&#8203;36875](https://github.com/mui/material-ui/issues/36875)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;emlai](https://github.com/emlai), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;gitstart](https://github.com/gitstart), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;jesrodri](https://github.com/jesrodri), [@&#8203;keyvanm](https://github.com/keyvanm), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;navedqb](https://github.com/navedqb), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;rkdrnf](https://github.com/rkdrnf), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;varunmulay22](https://github.com/varunmulay22), [@&#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 force-pushed renovate/material-ui-monorepo from 58e6a8ef6e to ead2cd0af2 2023-04-20 01:52:32 +02:00 Compare
kjuulh force-pushed renovate/material-ui-monorepo from ead2cd0af2 to 16737da2a0 2023-04-20 02:17:17 +02:00 Compare
kjuulh merged commit 16737da2a0 into main 2023-04-20 02:40:29 +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#75
No description provided.