Update dependency @mui/material to v6.1.9 #345

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-11-28 03:08:53 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies patch 6.1.8 -> 6.1.9

Release Notes

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

v6.1.9

Compare Source

Nov 27, 2024

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

@mui/material@6.1.9
  • Select] Omit `placeholder` from props ([#​44502](https://github.com/mui/material-ui/issues/44502)) [@​Juneezee](https://github.com/Juneezee)
    
  • Grid2] Add container class to `Grid2Classes` ([#​44562](https://github.com/mui/material-ui/issues/44562)) [@​sai6855](https://github.com/sai6855)
    
    
@mui/system@6.1.9
@mui/codemod@6.1.9
  • codemod] Fix handling of computed `paragraph` props ([#​44195](https://github.com/mui/material-ui/issues/44195)) [@​joshkel](https://github.com/joshkel)
    
    
@mui/material-pigment-css@6.1.9
Docs
  • material-ui] Add missing required dependencies in dashboard template README ([#​44476](https://github.com/mui/material-ui/issues/44476)) [@​mesqueeb](https://github.com/mesqueeb)
    
  • material-ui] Add missing Roboto import to Next.js integration docs ([#​44462](https://github.com/mui/material-ui/issues/44462)) [@​StaceyD22](https://github.com/StaceyD22)
    
  • material-ui]\[Dialog] Fix padding in SimpleDialog demo ([#​44467](https://github.com/mui/material-ui/issues/44467)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • Fix template page issues (#​44466) @​oliviertassinari
  • examples] Add dark mode example for Material UI + Pigment CSS ([#​44480](https://github.com/mui/material-ui/issues/44480)) [@​mnajdova](https://github.com/mnajdova)
    
    
Core
  • Remove TODO line in the changelog (#​44484) @​mnajdova
  • Polish image display (418e888) @​oliviertassinari
  • core-infra] Add no-relative-packages ([#​44489](https://github.com/mui/material-ui/issues/44489)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Support CSS variables API info ([#​44559](https://github.com/mui/material-ui/issues/44559)) [@​mnajdova](https://github.com/mnajdova)
    
  • docs-infra] Fix display when ad-block triggers ([#​44567](https://github.com/mui/material-ui/issues/44567)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Improve locator finding using visible option ([#​44541](https://github.com/mui/material-ui/issues/44541)) [@​siriwatknp](https://github.com/siriwatknp)
    
  • docs-infra] Correctly flatten the pages tree ([#​44514](https://github.com/mui/material-ui/issues/44514)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Fix Sponsor design regression ([#​44515](https://github.com/mui/material-ui/issues/44515)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Remove React.ReactElement<any> from describeConformance.tsx ([#&#8203;44318](https://github.com/mui/material-ui/issues/44318)) [@&#8203;sai6855](https://github.com/sai6855)
    
  • test] Do not enforce the presence of `ownerState.className` in `describeConformance` ([#&#8203;44479](https://github.com/mui/material-ui/issues/44479)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle)
    
    

All contributors of this release in alphabetical order: @​brijeshb42, @​flaviendelangle, @​joshkel, @​Juneezee, @​mesqueeb, @​mnajdova, @​oliviertassinari, @​sai6855, @​siriwatknp, @​StaceyD22


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 | patch | [`6.1.8` -> `6.1.9`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.1.8/6.1.9) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v6.1.9`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#619) [Compare Source](https://github.com/mui/material-ui/compare/v6.1.8...v6.1.9) <!-- generated comparing v6.1.8..master --> *Nov 27, 2024* A big thanks to the 8 contributors who made this release possible. ##### `@mui/material@6.1.9` - \[Select] Omit `placeholder` from props ([#&#8203;44502](https://github.com/mui/material-ui/issues/44502)) [@&#8203;Juneezee](https://github.com/Juneezee) - \[Grid2] Add container class to `Grid2Classes` ([#&#8203;44562](https://github.com/mui/material-ui/issues/44562)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/system@6.1.9` - Add ThemeProvider `noSsr` to prevent double rendering ([#&#8203;44451](https://github.com/mui/material-ui/issues/44451)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/codemod@6.1.9` - \[codemod] Fix handling of computed `paragraph` props ([#&#8203;44195](https://github.com/mui/material-ui/issues/44195)) [@&#8203;joshkel](https://github.com/joshkel) ##### `@mui/material-pigment-css@6.1.9` - Make [@&#8203;pigment-css/react](https://github.com/pigment-css/react) as peer dependency ([#&#8203;44498](https://github.com/mui/material-ui/issues/44498)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ##### Docs - \[material-ui] Add missing required dependencies in dashboard template README ([#&#8203;44476](https://github.com/mui/material-ui/issues/44476)) [@&#8203;mesqueeb](https://github.com/mesqueeb) - \[material-ui] Add missing Roboto import to Next.js integration docs ([#&#8203;44462](https://github.com/mui/material-ui/issues/44462)) [@&#8203;StaceyD22](https://github.com/StaceyD22) - \[material-ui]\[Dialog] Fix padding in SimpleDialog demo ([#&#8203;44467](https://github.com/mui/material-ui/issues/44467)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix template page issues ([#&#8203;44466](https://github.com/mui/material-ui/issues/44466)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[examples] Add dark mode example for Material UI + Pigment CSS ([#&#8203;44480](https://github.com/mui/material-ui/issues/44480)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Core - Remove TODO line in the changelog ([#&#8203;44484](https://github.com/mui/material-ui/issues/44484)) [@&#8203;mnajdova](https://github.com/mnajdova) - Polish image display ([`418e888`](https://github.com/mui/material-ui/commit/418e888)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core-infra] Add no-relative-packages ([#&#8203;44489](https://github.com/mui/material-ui/issues/44489)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Support CSS variables API info ([#&#8203;44559](https://github.com/mui/material-ui/issues/44559)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[docs-infra] Fix display when ad-block triggers ([#&#8203;44567](https://github.com/mui/material-ui/issues/44567)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Improve locator finding using visible option ([#&#8203;44541](https://github.com/mui/material-ui/issues/44541)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[docs-infra] Correctly flatten the pages tree ([#&#8203;44514](https://github.com/mui/material-ui/issues/44514)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix Sponsor design regression ([#&#8203;44515](https://github.com/mui/material-ui/issues/44515)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Remove React.ReactElement<any> from describeConformance.tsx ([#&#8203;44318](https://github.com/mui/material-ui/issues/44318)) [@&#8203;sai6855](https://github.com/sai6855) - \[test] Do not enforce the presence of `ownerState.className` in `describeConformance` ([#&#8203;44479](https://github.com/mui/material-ui/issues/44479)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) All contributors of this release in alphabetical order: [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;joshkel](https://github.com/joshkel), [@&#8203;Juneezee](https://github.com/Juneezee), [@&#8203;mesqueeb](https://github.com/mesqueeb), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;StaceyD22](https://github.com/StaceyD22) </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-11-28 03:00:12 +01:00
Update dependency @mui/material to v6.1.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
02d8901287
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-11-28 03:00:22 +01:00
kjuulh merged commit 02d8901287 into main 2024-11-28 03:08:53 +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#345
No description provided.