Update material-ui monorepo #41

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2023-02-14 17:10:47 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.119 -> 5.0.0-alpha.120
@mui/material (source) dependencies patch 5.11.8 -> 5.11.9

Release Notes

mui/material-ui

v5.11.9

Compare Source

Feb 14, 2023

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

@mui/material@5.11.9
@mui/styled-engine@5.11.9
@mui/joy@5.0.0-alpha.67
@mui/base@5.0.0-alpha.118
@mui/material-next@6.0.0-alpha.75
Docs
Examples
Core

All contributors of this release in alphabetical order: @​danilo-leal, @​donaldnevermore, @​flaviendelangle, @​hbjORbj, @​LadyBluenotes, @​LukasTy, @​m4theushw, @​michaldudak, @​mj12albert, @​mnajdova, @​oliv37, @​oliviertassinari, @​petyosi, @​rangoo94, @​sai6855, @​Shorifpatwary, @​siriwatknp


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.119` -> `5.0.0-alpha.120`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.119/5.0.0-alpha.120) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.11.8` -> `5.11.9`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.8/5.11.9) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.11.9`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5119) [Compare Source](https://github.com/mui/material-ui/compare/v5.11.8...v5.11.9) <!-- generated comparing v5.11.8..master --> *Feb 14, 2023* A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: - 🐛 [@&#8203;rangoo94](https://github.com/rangoo94), [@&#8203;sai6855](https://github.com/sai6855), and [@&#8203;michaldudak](https://github.com/michaldudak) fixed a couple of bugs in the Autocomplete component ([#&#8203;36116](https://github.com/mui/material-ui/issues/36116), [#&#8203;35640](https://github.com/mui/material-ui/issues/35640), [#&#8203;36076](https://github.com/mui/material-ui/issues/36076), [#&#8203;36088](https://github.com/mui/material-ui/issues/36088)) - many other 🐛 bug fixes and 📚 documentation improvements ##### `@mui/material@5.11.9` - \[AppBar] Fix joinVars() not handling undefined ([#&#8203;36128](https://github.com/mui/material-ui/issues/36128)) [@&#8203;donaldnevermore](https://github.com/donaldnevermore) - \[Autocomplete] Fix tag removal regression ([#&#8203;36116](https://github.com/mui/material-ui/issues/36116)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[Autocomplete] Correct padding of filled Autocomplete ([#&#8203;35640](https://github.com/mui/material-ui/issues/35640)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[Grid]\[Stack] classNames prefixed with Mui ([#&#8203;36167](https://github.com/mui/material-ui/issues/36167)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/styled-engine@5.11.9` - \[StyledEngineProvider] Fix issue with cache not being defined ([#&#8203;36162](https://github.com/mui/material-ui/issues/36162)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### `@mui/joy@5.0.0-alpha.67` - \[Joy] Add order dashboard template ([#&#8203;36081](https://github.com/mui/material-ui/issues/36081)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Joy] Remove classes prop from the components that have it ([#&#8203;36159](https://github.com/mui/material-ui/issues/36159)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - \[Joy] Miscellaneous fixes ([#&#8203;36163](https://github.com/mui/material-ui/issues/36163)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.118` - \[base] Override the types of `slotProps` per slot ([#&#8203;35964](https://github.com/mui/material-ui/issues/35964)) [@&#8203;hbjORbj](https://github.com/hbjORbj) - \[Select]\[base] Prevent unnecessary rerendering of Select options ([#&#8203;35946](https://github.com/mui/material-ui/issues/35946)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[Select]\[base] Update the generated docs ([#&#8203;36183](https://github.com/mui/material-ui/issues/36183)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[useAutocomplete] Pass only valid values for the getOptionLabel prop ([#&#8203;36088](https://github.com/mui/material-ui/issues/36088)) [@&#8203;rangoo94](https://github.com/rangoo94) - \[useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input ([#&#8203;36076](https://github.com/mui/material-ui/issues/36076)) [@&#8203;sai6855](https://github.com/sai6855) - \[useInput] Add return value interface ([#&#8203;36036](https://github.com/mui/material-ui/issues/36036)) [@&#8203;Shorifpatwary](https://github.com/Shorifpatwary) - \[UseTabPanel] Add explicit return type ([#&#8203;36053](https://github.com/mui/material-ui/issues/36053)) [@&#8203;Shorifpatwary](https://github.com/Shorifpatwary) - \[useTabsList] Add explicit return type ([#&#8203;36048](https://github.com/mui/material-ui/issues/36048)) [@&#8203;sai6855](https://github.com/sai6855) - \[Tab] Add explicit return type to useTab ([#&#8203;36046](https://github.com/mui/material-ui/issues/36046)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/material-next@6.0.0-alpha.75` - \[Material You] Use `md` as a CSS var prefix ([#&#8203;36177](https://github.com/mui/material-ui/issues/36177)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[docs] Fix the prop type regression on the API pages ([#&#8203;36168](https://github.com/mui/material-ui/issues/36168)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Fix virtualized table column resizing ([#&#8203;36066](https://github.com/mui/material-ui/issues/36066)) [@&#8203;petyosi](https://github.com/petyosi) - \[docs] Fix react-spring demos ([#&#8203;36023](https://github.com/mui/material-ui/issues/36023)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix classname mismatch on Joy docs ([#&#8203;36127](https://github.com/mui/material-ui/issues/36127)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Fix typo in the released version of [@&#8203;mui/styled-engine](https://github.com/mui/styled-engine) ([#&#8203;36121](https://github.com/mui/material-ui/issues/36121)) [@&#8203;m4theushw](https://github.com/m4theushw) - \[docs] Fix demos showing TypeScript instead of JavaScript ([#&#8203;35850](https://github.com/mui/material-ui/issues/35850)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[docs] Update release instructions ([#&#8203;36113](https://github.com/mui/material-ui/issues/36113)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[docs] Rename `v6-alpha` to `v6-next` in navigation ([#&#8203;36102](https://github.com/mui/material-ui/issues/36102)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs] Revise Joy UI "Input" page ([#&#8203;35970](https://github.com/mui/material-ui/issues/35970)) [@&#8203;LadyBluenotes](https://github.com/LadyBluenotes) - \[docs] Revise Joy UI "Typography" page ([#&#8203;35868](https://github.com/mui/material-ui/issues/35868)) [@&#8203;LadyBluenotes](https://github.com/LadyBluenotes) ##### Examples - \[examples]\[vitejs] Load Roboto font ([#&#8203;35678](https://github.com/mui/material-ui/issues/35678)) [@&#8203;oliv37](https://github.com/oliv37) ##### Core - \[blog] Fix the look and feel of the media description ([#&#8203;36069](https://github.com/mui/material-ui/issues/36069)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Add default preview url ([#&#8203;36118](https://github.com/mui/material-ui/issues/36118)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[core] Migrate all the internals exported by `tests/utils/index.js` to TypeScript ([#&#8203;35382](https://github.com/mui/material-ui/issues/35382)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[core] Convert the waterfall module to an internal package ([#&#8203;35323](https://github.com/mui/material-ui/issues/35323)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[website] Fix homepage MD theme demo ([#&#8203;36027](https://github.com/mui/material-ui/issues/36027)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Revise the Lead Designer role job ad ([#&#8203;35912](https://github.com/mui/material-ui/issues/35912)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[POC] Add deploy preview to PR body ([#&#8203;35995](https://github.com/mui/material-ui/issues/35995)) [@&#8203;siriwatknp](https://github.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;donaldnevermore](https://github.com/donaldnevermore), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;hbjORbj](https://github.com/hbjORbj), [@&#8203;LadyBluenotes](https://github.com/LadyBluenotes), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;m4theushw](https://github.com/m4theushw), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliv37](https://github.com/oliv37), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;petyosi](https://github.com/petyosi), [@&#8203;rangoo94](https://github.com/rangoo94), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;Shorifpatwary](https://github.com/Shorifpatwary), [@&#8203;siriwatknp](https://github.com/siriwatknp) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzNS4wIn0=-->
kjuulh added 1 commit 2023-02-14 16:49:36 +01:00
Update material-ui monorepo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
eb4f4915b5
kjuulh merged commit eb4f4915b5 into main 2023-02-14 17:10:47 +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#41
No description provided.