Update material-ui monorepo #396

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2025-03-26 02:24:49 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/lab (source) dependencies patch 5.0.0-alpha.175 -> 5.0.0-alpha.176
@mui/material (source) dependencies patch 6.4.7 -> 6.4.8

Release Notes

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

v6.4.8

Compare Source

Mar 17, 2025

A big thanks to the 9 contributors who made this release possible.

@mui/material@6.4.8
@mui/styled-engine@6.4.8
@mui/system@6.4.8
@mui/utils@6.4.8
Core
Docs

All contributors of this release in alphabetical order: @​dahiro, @​DiegoAndai, @​Jtaks, @​mapache-salvaje, @​mj12albert, @​ovtn, @​sai6855, @​siriwatknp, @​vipierozan99


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/tree/HEAD/packages/mui-lab)) | dependencies | patch | [`5.0.0-alpha.175` -> `5.0.0-alpha.176`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.175/5.0.0-alpha.176) | | [@mui/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`6.4.7` -> `6.4.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.4.7/6.4.8) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v6.4.8`](https://github.com/mui/material-ui/releases/tag/v6.4.8) [Compare Source](https://github.com/mui/material-ui/compare/v6.4.7...v6.4.8) <!-- generated comparing v6.4.7..v6.x --> *Mar 17, 2025* A big thanks to the 9 contributors who made this release possible. ##### `@mui/material@6.4.8` - \[ListItemText] Add missing `root` slot ([#&#8203;45552](https://github.com/mui/material-ui/issues/45552)) [@&#8203;sai6855](https://github.com/sai6855) - \[SpeedDial] Add missing `root` slot ([#&#8203;45551](https://github.com/mui/material-ui/issues/45551)) [@&#8203;sai6855](https://github.com/sai6855) - \[Tooltip] Allow auto placement on tooltip ([#&#8203;45536](https://github.com/mui/material-ui/issues/45536)) [@&#8203;Jtaks](https://github.com/Jtaks) - \[useScrollTrigger] Do nothing if target is null ([#&#8203;45553](https://github.com/mui/material-ui/issues/45553)) [@&#8203;vipierozan99](https://github.com/vipierozan99) - \[Accordion] Add missing `root` slot ([#&#8203;45534](https://github.com/mui/material-ui/issues/45534)) [@&#8203;sai6855](https://github.com/sai6855) - \[AccordionSummary] Add slots and slotProps ([#&#8203;45560](https://github.com/mui/material-ui/issues/45560)) [@&#8203;sai6855](https://github.com/sai6855) - \[TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop ([#&#8203;45351](https://github.com/mui/material-ui/issues/45351)) ([#&#8203;45498](https://github.com/mui/material-ui/issues/45498)) [@&#8203;mj12albert](https://github.com/mj12albert) ##### `@mui/styled-engine@6.4.8` - Add `enableCssLayer` prop to StyledEngineProvider ([#&#8203;45563](https://github.com/mui/material-ui/issues/45563)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/system@6.4.8` - \[system] Prevent nested non-vars theme inheritance ([#&#8203;45564](https://github.com/mui/material-ui/issues/45564)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/utils@6.4.8` - Use correct iri-reference homepage format ([#&#8203;45511](https://github.com/mui/material-ui/issues/45511)) [@&#8203;dahiro](https://github.com/dahiro) ##### Core - \[test] Fix React 18 tests ([#&#8203;45161](https://github.com/mui/material-ui/issues/45161)) ([#&#8203;45496](https://github.com/mui/material-ui/issues/45496)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) ##### Docs - \[Backdrop] Fix component name in migration guide ([#&#8203;45507](https://github.com/mui/material-ui/issues/45507)) [@&#8203;sai6855](https://github.com/sai6855) - Fix broken links to MUI X docs (cherry-pick of [#&#8203;45145](https://github.com/mui/material-ui/issues/45145)) ([#&#8203;45481](https://github.com/mui/material-ui/issues/45481)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[examples] Fix the invalid argument to extract examples ([#&#8203;45493](https://github.com/mui/material-ui/issues/45493)) [@&#8203;ovtn](https://github.com/ovtn) - Add `overriding-component-structure` doc to Material UI ([#&#8203;45570](https://github.com/mui/material-ui/issues/45570)) [@&#8203;siriwatknp](https://github.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;dahiro](https://github.com/dahiro), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;Jtaks](https://github.com/Jtaks), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;ovtn](https://github.com/ovtn), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;vipierozan99](https://github.com/vipierozan99) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 01:23:31 +01:00
Update material-ui monorepo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
1d32f1406c
kjuulh force-pushed renovate/material-ui-monorepo from 1d32f1406c to a940ffe453 2025-03-26 01:54:46 +01:00 Compare
kjuulh merged commit a940ffe453 into main 2025-03-26 02:24:49 +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#396
No description provided.