Update material-ui monorepo #134

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2023-08-24 15:14:30 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.140 -> 5.0.0-alpha.141
@mui/material (source) dependencies patch 5.14.5 -> 5.14.6

Release Notes

mui/material-ui

v5.14.6

Compare Source

Aug 23, 2023

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

@mui/material@5.14.6
@mui/base@5.0.0-beta.12
@mui/joy@5.0.0-beta.3
@mui/material-next@6.0.0-alpha.98
@mui/zero-runtime@0.0.1-alpha.0
Docs
Examples
Core

All contributors of this release in alphabetical order: @​0xturner, @​alexfauquette, @​alisasanib, @​brijeshb42, @​codersjj, @​cristianmacedo, @​danilo-leal, @​DiegoAndai, @​GresilleSiffle, @​homerchen19, @​johnmatthiggins, @​michaldudak, @​mj12albert, @​mnajdova, @​mwskwong, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​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.140` -> `5.0.0-alpha.141`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.140/5.0.0-alpha.141) | | [@mui/material](https://mui.com/material-ui/getting-started/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.14.5` -> `5.14.6`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.14.5/5.14.6) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.14.6`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#&#8203;5146) [Compare Source](https://github.com/mui/material-ui/compare/v5.14.5...a1f511dd6ed9adba561e2ba00e1348136ed656db) <!-- generated comparing v5.14.5..master --> *Aug 23, 2023* A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨: - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI ([#&#8203;37960](https://github.com/mui/material-ui/issues/37960)) [@&#8203;michaldudak](https://github.com/michaldudak) It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper. - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI ([#&#8203;38164](https://github.com/mui/material-ui/issues/38164)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - 🚀 Added InputBase and ButtonBase components to `material-next` ([#&#8203;38319](https://github.com/mui/material-ui/issues/38319)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) [@&#8203;mj12albert](https://github.com/mj12albert) - 🔋 First iteration on the zero-runtime styling engine compatible with Server Components ([#&#8203;38378](https://github.com/mui/material-ui/issues/38378)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ##### `@mui/material@5.14.6` - \[Modal] Update it to use the useModal hook ([#&#8203;38498](https://github.com/mui/material-ui/issues/38498)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[Select] Add `root` class to `SelectClasses` ([#&#8203;38424](https://github.com/mui/material-ui/issues/38424)) [@&#8203;sai6855](https://github.com/sai6855) - \[Skeleton] Soften the pulse animation ([#&#8203;38506](https://github.com/mui/material-ui/issues/38506)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[TextField] Fix onClick regressions handling changes ([#&#8203;38474](https://github.com/mui/material-ui/issues/38474)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[TextField] Fix TextField onClick test ([#&#8203;38597](https://github.com/mui/material-ui/issues/38597)) [@&#8203;mj12albert](https://github.com/mj12albert) ##### `@mui/base@5.0.0-beta.12` - \[Popup] New component ([#&#8203;37960](https://github.com/mui/material-ui/issues/37960)) [@&#8203;michaldudak](https://github.com/michaldudak) ##### `@mui/joy@5.0.0-beta.3` - \[Accordion] Add Joy UI Accordion components ([#&#8203;38164](https://github.com/mui/material-ui/issues/38164)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Select] Add `required` prop ([#&#8203;38167](https://github.com/mui/material-ui/issues/38167)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Miscellaneous fixes ([#&#8203;38462](https://github.com/mui/material-ui/issues/38462)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/material-next@6.0.0-alpha.98` - \[ButtonBase] Add ButtonBase component ([#&#8203;38319](https://github.com/mui/material-ui/issues/38319)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - \[Input] Add InputBase component ([#&#8203;38392](https://github.com/mui/material-ui/issues/38392)) [@&#8203;mj12albert](https://github.com/mj12albert) ##### `@mui/zero-runtime@0.0.1-alpha.0` - Implementation of styled tag processor for linaria ([#&#8203;38378](https://github.com/mui/material-ui/issues/38378)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ##### Docs - \[blog] Clarify tree view move [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Improve the "Understanding MUI packages" page images ([#&#8203;38619](https://github.com/mui/material-ui/issues/38619)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs]\[base-ui] Revise the structure of the Component docs ([#&#8203;38529](https://github.com/mui/material-ui/issues/38529)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs]\[base-ui] Fix Menu Hooks demo ([#&#8203;38479](https://github.com/mui/material-ui/issues/38479)) [@&#8203;homerchen19](https://github.com/homerchen19) - \[docs]\[base-ui] Correct the MUI System quickstart example ([#&#8203;38496](https://github.com/mui/material-ui/issues/38496)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[docs]\[base-ui] Add Tailwind & plain CSS demos for Autocomplete page ([#&#8203;38157](https://github.com/mui/material-ui/issues/38157)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[docs]\[base-ui] Add Tailwind CSS + plain CSS demo on the Input page ([#&#8203;38302](https://github.com/mui/material-ui/issues/38302)) [@&#8203;alisasanib](https://github.com/alisasanib) - \[docs]\[base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages ([#&#8203;38425](https://github.com/mui/material-ui/issues/38425)) [@&#8203;alisasanib](https://github.com/alisasanib) - \[docs]\[base-ui] Add Tailwind CSS + plain CSS demo on the Slider page ([#&#8203;38413](https://github.com/mui/material-ui/issues/38413)) [@&#8203;alisasanib](https://github.com/alisasanib) - \[docs]\[base-ui] Add Tailwind CSS + plain CSS demo on the Select page ([#&#8203;38367](https://github.com/mui/material-ui/issues/38367)) [@&#8203;alisasanib](https://github.com/alisasanib) - \[docs]\[joy-ui] Fix typo: Classname -> Class name for consistency ([#&#8203;38510](https://github.com/mui/material-ui/issues/38510)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs]\[joy-ui] Revise the theme color page ([#&#8203;38402](https://github.com/mui/material-ui/issues/38402)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs]\[joy-ui] Sort templates by popularity ([#&#8203;38490](https://github.com/mui/material-ui/issues/38490)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs]\[joy-ui] Fix the `fullWidth` prop description for the Input ([#&#8203;38545](https://github.com/mui/material-ui/issues/38545)) [@&#8203;0xturner](https://github.com/0xturner) - \[docs]\[joy-ui] Updated the List playground demo ([#&#8203;38499](https://github.com/mui/material-ui/issues/38499)) [@&#8203;zanivan](https://github.com/zanivan) - \[docs]\[joy-ui] Changed bgcolor of the Playground demo ([#&#8203;38502](https://github.com/mui/material-ui/issues/38502)) [@&#8203;zanivan](https://github.com/zanivan) - \[docs]\[material-ui] Fix key warning in SimpleDialog demo ([#&#8203;38580](https://github.com/mui/material-ui/issues/38580)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[docs]\[material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz ([#&#8203;38247](https://github.com/mui/material-ui/issues/38247)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[docs]\[material-ui] Fix the Drawer's `onClose` API docs ([#&#8203;38273](https://github.com/mui/material-ui/issues/38273)) [@&#8203;johnmatthiggins](https://github.com/johnmatthiggins) - \[docs]\[material-ui] Improve nav link tab example ([#&#8203;38315](https://github.com/mui/material-ui/issues/38315)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs]\[material-ui] Fix missing import in the styled engine guide ([#&#8203;38450](https://github.com/mui/material-ui/issues/38450)) [@&#8203;codersjj](https://github.com/codersjj) - \[docs]\[material-ui]\[Dialog] Improve screen reader announcement of Customized Dialog ([#&#8203;38592](https://github.com/mui/material-ui/issues/38592)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[docs] Add 3rd party libraries integration examples for Joy Input ([#&#8203;38541](https://github.com/mui/material-ui/issues/38541)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs] Hide translation call to action ([#&#8203;38449](https://github.com/mui/material-ui/issues/38449)) [@&#8203;cristianmacedo](https://github.com/cristianmacedo) - \[docs] Fix codemod name in changelog of v5.14.4 ([#&#8203;38593](https://github.com/mui/material-ui/issues/38593)) [@&#8203;GresilleSiffle](https://github.com/GresilleSiffle) - \[docs] More space for theme builder ([#&#8203;38532](https://github.com/mui/material-ui/issues/38532)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix the math symbol of the width sx prop range [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix typo on a11y section of Tabs [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Clarify System peer dependencies [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix horizontal scrollbar [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Code style convention [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix typo in Base UI [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Update the backers page ([#&#8203;38505](https://github.com/mui/material-ui/issues/38505)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs] Add stray design adjustments to the docs ([#&#8203;38501](https://github.com/mui/material-ui/issues/38501)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs] Use IBM Plex Sans in Tailwind CSS demos ([#&#8203;38464](https://github.com/mui/material-ui/issues/38464)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs] Fix SEO issues reported by ahrefs ([#&#8203;38423](https://github.com/mui/material-ui/issues/38423)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Examples - \[examples] Start to remove Gatsby ([#&#8203;38567](https://github.com/mui/material-ui/issues/38567)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[examples]\[joy-ui] Fix Joy UI example CLI ([#&#8203;38531](https://github.com/mui/material-ui/issues/38531)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[examples]\[joy-ui] Improve example when using Next Font ([#&#8203;38540](https://github.com/mui/material-ui/issues/38540)) [@&#8203;mwskwong](https://github.com/mwskwong) ##### Core - \[CHANGELOG] Fix issues in highlight [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Remove redundant `@material-ui/` aliases from regression test webpack config ([#&#8203;38574](https://github.com/mui/material-ui/issues/38574)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[core] Fix CI error [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Remove unnecessary Box ([#&#8203;38461](https://github.com/mui/material-ui/issues/38461)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Set GitHub Action top level permission [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra]\[joy-ui] Polish the usage and CSS vars playgrounds ([#&#8203;38600](https://github.com/mui/material-ui/issues/38600)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Support link title ([#&#8203;38579](https://github.com/mui/material-ui/issues/38579)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix ad layout shift ([#&#8203;38622](https://github.com/mui/material-ui/issues/38622)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Add light tweaks to the ad container ([#&#8203;38504](https://github.com/mui/material-ui/issues/38504)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Fix anchor scroll without tabs ([#&#8203;38586](https://github.com/mui/material-ui/issues/38586)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Retain velocity animation speed ([#&#8203;38470](https://github.com/mui/material-ui/issues/38470)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Follow import and CSS token standard ([#&#8203;38508](https://github.com/mui/material-ui/issues/38508)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Add icon to callouts ([#&#8203;38525](https://github.com/mui/material-ui/issues/38525)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs-infra] Fix the anchor link on headings ([#&#8203;38528](https://github.com/mui/material-ui/issues/38528)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Cleanup code on demo code block expansion ([#&#8203;38522](https://github.com/mui/material-ui/issues/38522)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[docs-infra] Improve the heading buttons positioning ([#&#8203;38428](https://github.com/mui/material-ui/issues/38428)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Customize the blockquote design ([#&#8203;38503](https://github.com/mui/material-ui/issues/38503)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Improve the alert before a negative feedback ([#&#8203;38500](https://github.com/mui/material-ui/issues/38500)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Fix GoogleAnalytics missing event for code copy ([#&#8203;38469](https://github.com/mui/material-ui/issues/38469)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs-infra] Improve affordance on the code block expansion ([#&#8203;38421](https://github.com/mui/material-ui/issues/38421)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[website] Fine-tune the branding theme buttons ([#&#8203;38588](https://github.com/mui/material-ui/issues/38588)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[website] Improve the Base UI hero section demo ([#&#8203;38585](https://github.com/mui/material-ui/issues/38585)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[website] Add stray design improvements to the Material UI page ([#&#8203;38590](https://github.com/mui/material-ui/issues/38590)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[website] Fix mobile view Material UI page ([#&#8203;38568](https://github.com/mui/material-ui/issues/38568)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Fix reference to the data grid [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Configure Apple Pay [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Fix template link on the homepage ([#&#8203;38471](https://github.com/mui/material-ui/issues/38471)) [@&#8203;danilo-leal](https://github.com/danilo-leal) All contributors of this release in alphabetical order: [@&#8203;0xturner](https://github.com/0xturner), [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;alisasanib](https://github.com/alisasanib), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;codersjj](https://github.com/codersjj), [@&#8203;cristianmacedo](https://github.com/cristianmacedo), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;GresilleSiffle](https://github.com/GresilleSiffle), [@&#8203;homerchen19](https://github.com/homerchen19), [@&#8203;johnmatthiggins](https://github.com/johnmatthiggins), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;mwskwong](https://github.com/mwskwong), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;zanivan](https://github.com/zanivan), [@&#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 2023-08-24 14:49:09 +02:00
Update material-ui monorepo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9aff4cf629
kjuulh merged commit 9aff4cf629 into main 2023-08-24 15:14:30 +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#134
No description provided.