Update dependency @mui/material to v6.3.0 #358

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-12-24 06:42:32 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies minor 6.2.1 -> 6.3.0

Release Notes

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

v6.3.0

Compare Source

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/material@6.3.0
  • Accordion] Fix invalid HTML inside heading ([#​44408](https://github.com/mui/material-ui/issues/44408)) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
  • useAutocomplete] Improve TS typing of `groupedOptions` prop ([#​44657](https://github.com/mui/material-ui/issues/44657)) [@​lewxdev](https://github.com/lewxdev)
    
  • Prevent ownerState propagation for transition slots (#​44401) @​ZeeshanTamboli
  • StepContent] Add slots and slotProps ([#​44742](https://github.com/mui/material-ui/issues/44742)) [@​sai6855](https://github.com/sai6855)
    
  • TablePagination] Add the rest of `slots` and `slotProps`. ([#​44570](https://github.com/mui/material-ui/issues/44570)) [@​siriwatknp](https://github.com/siriwatknp)
    
    
@mui/system@6.3.0
Docs
  • material-ui] Improve `theme.applyStyles()` docs ([#​44658](https://github.com/mui/material-ui/issues/44658)) [@​DiegoAndai](https://github.com/DiegoAndai)
    
  • material-ui] Update MD callout ([#​43958](https://github.com/mui/material-ui/issues/43958)) [@​aarongarciah](https://github.com/aarongarciah)
    
    
Core
  • Remove unnecessary conditional around .muiName = (#​44071) @​Janpot
  • blog] Material UI: 2024 EOY updates blog post ([#​44722](https://github.com/mui/material-ui/issues/44722)) [@​alelthomas](https://github.com/alelthomas)
    
  • Fix quickstart command in pigment docs (#​44806) @​yash49
  • docs-infra] Remove Next.js production profiler ([#​44823](https://github.com/mui/material-ui/issues/44823)) [@​romgrk](https://github.com/romgrk)
    
  • docs-infra] Remove no longer support `optimizeFonts` Next.js option ([#​44802](https://github.com/mui/material-ui/issues/44802)) [@​LukasTy](https://github.com/LukasTy)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | minor | [`6.2.1` -> `6.3.0`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.2.1/6.3.0) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v6.3.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#630) [Compare Source](https://github.com/mui/material-ui/compare/v6.2.1...v6.3.0) <!-- generated comparing v6.2.1..master --> *Dec 23, 2024* A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: - Fix invalid HTML structure in the Accordion component ([#&#8203;44408](https://github.com/mui/material-ui/issues/44408)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) The HTML elements of the Accordion summary have been updated: - the root element is now button (previously div). - summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles. ##### `@mui/material@6.3.0` - \[Accordion] Fix invalid HTML inside heading ([#&#8203;44408](https://github.com/mui/material-ui/issues/44408)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[useAutocomplete] Improve TS typing of `groupedOptions` prop ([#&#8203;44657](https://github.com/mui/material-ui/issues/44657)) [@&#8203;lewxdev](https://github.com/lewxdev) - Prevent `ownerState` propagation for transition slots ([#&#8203;44401](https://github.com/mui/material-ui/issues/44401)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[StepContent] Add slots and slotProps ([#&#8203;44742](https://github.com/mui/material-ui/issues/44742)) [@&#8203;sai6855](https://github.com/sai6855) - \[TablePagination] Add the rest of `slots` and `slotProps`. ([#&#8203;44570](https://github.com/mui/material-ui/issues/44570)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/system@6.3.0` - Set `before` directly without using prepend for global styles ([#&#8203;44648](https://github.com/mui/material-ui/issues/44648)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[material-ui] Improve `theme.applyStyles()` docs ([#&#8203;44658](https://github.com/mui/material-ui/issues/44658)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - \[material-ui] Update MD callout ([#&#8203;43958](https://github.com/mui/material-ui/issues/43958)) [@&#8203;aarongarciah](https://github.com/aarongarciah) ##### Core - Remove unnecessary conditional around `.muiName =` ([#&#8203;44071](https://github.com/mui/material-ui/issues/44071)) [@&#8203;Janpot](https://github.com/Janpot) - \[blog] Material UI: 2024 EOY updates blog post ([#&#8203;44722](https://github.com/mui/material-ui/issues/44722)) [@&#8203;alelthomas](https://github.com/alelthomas) - Fix quickstart command in pigment docs ([#&#8203;44806](https://github.com/mui/material-ui/issues/44806)) [@&#8203;yash49](https://github.com/yash49) - \[docs-infra] Remove Next.js production profiler ([#&#8203;44823](https://github.com/mui/material-ui/issues/44823)) [@&#8203;romgrk](https://github.com/romgrk) - \[docs-infra] Remove no longer support `optimizeFonts` Next.js option ([#&#8203;44802](https://github.com/mui/material-ui/issues/44802)) [@&#8203;LukasTy](https://github.com/LukasTy) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;alelthomas](https://github.com/alelthomas), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;lewxdev](https://github.com/lewxdev), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;yash49](https://github.com/yash49), [@&#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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-24 02:57:56 +01:00
Update dependency @mui/material to v6.3.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
87439805dc
kjuulh merged commit 87439805dc into main 2024-12-24 06:42:32 +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#358
No description provided.