fix(deps): update material-ui monorepo to v6 #31

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-08-27 11:40:14 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/icons-material (source) dependencies major ^5.0.0 -> ^6.0.0
@mui/material (source) dependencies major ^5.0.0 -> ^6.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.0.0

Compare Source

Aug 27, 2024

We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.

@mui/material@6.0.0
  • Change React.ReactElement<any,any> type from any to unknown (#​43358) @​sai6855
  • Pagination] Update `getItemAriaLabel` page param type ([#&#8203;43399](https://github.com/mui/material-ui/issues/43399)) [@&#8203;sydneyjodon-wk](https://github.com/sydneyjodon-wk)
    
  • Unstable_TrapFocus] Fix `getTabbable` function return type ([#&#8203;42237](https://github.com/mui/material-ui/issues/42237)) [@&#8203;KalmarLorand](https://github.com/KalmarLorand)
    
    
@mui/lab@6.0.0-beta.8
  • button] Add missing customize points for span ([#&#8203;43436](https://github.com/mui/material-ui/issues/43436)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
    
Docs
  • Fix broken links (#​43144) @​DiegoAndai
  • Updated mui-x roadmap links with the new project URL (#​43444) @​michelengelen
  • Update pnpm order, move to second (#​42712) @​ahmadnadeem6236
  • Fix CSS theme variables section (#​43439) @​siriwatknp
  • Add two Toolpad Core components to Material UI sidebar (#​43391) @​prakhargupta1
  • Fix licensingModel -> licenseModel @​oliviertassinari
  • Fix Stack Overflow issue canned response @​oliviertassinari
  • Avoid referencing MUI Core @​oliviertassinari
  • Fix description of eslint-plugin-material-ui @​oliviertassinari
  • docs-infra] Polish reportBrokenLinks.js to support Base UI [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • material-ui] Clarify RTL language support in localization guide ([#&#8203;41784](https://github.com/mui/material-ui/issues/41784)) [@&#8203;bahmanworld](https://github.com/bahmanworld)
    
  • material-ui] Refine templates theme selector ([#&#8203;43396](https://github.com/mui/material-ui/issues/43396)) [@&#8203;zanivan](https://github.com/zanivan)
    
    
Core
  • Prepare for v6 stable release (#​43454) @​siriwatknp
  • blog] Polish Upcoming changes to MUI X pricing in 2024 ([#&#8203;43438](https://github.com/mui/material-ui/issues/43438)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • blog] Add Material UI v6 stable release ([#&#8203;41932](https://github.com/mui/material-ui/issues/41932)) [@&#8203;siriwatknp](https://github.com/siriwatknp)
    
  • ci] Fix the release:changelog cmd ([#&#8203;43451](https://github.com/mui/material-ui/issues/43451)) [@&#8203;mnajdova](https://github.com/mnajdova)
    
  • core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` ([#&#8203;43445](https://github.com/mui/material-ui/issues/43445)) [@&#8203;LukasTy](https://github.com/LukasTy)
    
  • code-infra] Babel plugin to fully resolve imported paths ([#&#8203;43294](https://github.com/mui/material-ui/issues/43294)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • infra] Add closing message workflow ([#&#8203;43450](https://github.com/mui/material-ui/issues/43450)) [@&#8203;michelengelen](https://github.com/michelengelen)
    
  • website] Make beta chip consistent for Toolpad ([#&#8203;43392](https://github.com/mui/material-ui/issues/43392)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1)
    
    

All contributors of this release in alphabetical order: @​ahmadnadeem6236, @​bahmanworld, @​DiegoAndai, @​Janpot, @​KalmarLorand, @​LukasTy, @​michelengelen, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp, @​sydneyjodon-wk, @​zanivan


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 these updates 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/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | major | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.16.7/6.0.0) | | [@mui/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | major | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.16.7/6.0.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/icons-material)</summary> ### [`v6.0.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.7...v6.0.0) <!-- generated comparing v6.0.0-rc.0..master --> *Aug 27, 2024* We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates. ##### `@mui/material@6.0.0` - Change React.ReactElement\<any,any> type from any to unknown ([#&#8203;43358](https://github.com/mui/material-ui/issues/43358)) [@&#8203;sai6855](https://github.com/sai6855) - \[Pagination] Update `getItemAriaLabel` page param type ([#&#8203;43399](https://github.com/mui/material-ui/issues/43399)) [@&#8203;sydneyjodon-wk](https://github.com/sydneyjodon-wk) - \[Unstable_TrapFocus] Fix `getTabbable` function return type ([#&#8203;42237](https://github.com/mui/material-ui/issues/42237)) [@&#8203;KalmarLorand](https://github.com/KalmarLorand) ##### `@mui/lab@6.0.0-beta.8` - \[button] Add missing customize points for span ([#&#8203;43436](https://github.com/mui/material-ui/issues/43436)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Docs - Fix broken links ([#&#8203;43144](https://github.com/mui/material-ui/issues/43144)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - Updated mui-x roadmap links with the new project URL ([#&#8203;43444](https://github.com/mui/material-ui/issues/43444)) [@&#8203;michelengelen](https://github.com/michelengelen) - Update pnpm order, move to second ([#&#8203;42712](https://github.com/mui/material-ui/issues/42712)) [@&#8203;ahmadnadeem6236](https://github.com/ahmadnadeem6236) - Fix CSS theme variables section ([#&#8203;43439](https://github.com/mui/material-ui/issues/43439)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Add two Toolpad Core components to Material UI sidebar ([#&#8203;43391](https://github.com/mui/material-ui/issues/43391)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - Fix licensingModel -> licenseModel [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix Stack Overflow issue canned response [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Avoid referencing MUI Core [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix description of eslint-plugin-material-ui [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Polish reportBrokenLinks.js to support Base UI [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[material-ui] Clarify RTL language support in localization guide ([#&#8203;41784](https://github.com/mui/material-ui/issues/41784)) [@&#8203;bahmanworld](https://github.com/bahmanworld) - \[material-ui] Refine templates theme selector ([#&#8203;43396](https://github.com/mui/material-ui/issues/43396)) [@&#8203;zanivan](https://github.com/zanivan) ##### Core - Prepare for v6 stable release ([#&#8203;43454](https://github.com/mui/material-ui/issues/43454)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[blog] Polish Upcoming changes to MUI X pricing in 2024 ([#&#8203;43438](https://github.com/mui/material-ui/issues/43438)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[blog] Add Material UI v6 stable release ([#&#8203;41932](https://github.com/mui/material-ui/issues/41932)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[ci] Fix the release:changelog cmd ([#&#8203;43451](https://github.com/mui/material-ui/issues/43451)) [@&#8203;mnajdova](https://github.com/mnajdova) - \[core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` ([#&#8203;43445](https://github.com/mui/material-ui/issues/43445)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[code-infra] Babel plugin to fully resolve imported paths ([#&#8203;43294](https://github.com/mui/material-ui/issues/43294)) [@&#8203;Janpot](https://github.com/Janpot) - \[infra] Add closing message workflow ([#&#8203;43450](https://github.com/mui/material-ui/issues/43450)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[website] Make beta chip consistent for Toolpad ([#&#8203;43392](https://github.com/mui/material-ui/issues/43392)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) All contributors of this release in alphabetical order: [@&#8203;ahmadnadeem6236](https://github.com/ahmadnadeem6236), [@&#8203;bahmanworld](https://github.com/bahmanworld), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;KalmarLorand](https://github.com/KalmarLorand), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;sydneyjodon-wk](https://github.com/sydneyjodon-wk), [@&#8203;zanivan](https://github.com/zanivan) </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 these updates 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-08-27 11:40:02 +02:00
fix(deps): update material-ui monorepo to v6
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
04283e6062
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-08-27 11:40:03 +02:00
kjuulh merged commit 04283e6062 into main 2024-08-27 11:40:14 +02: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: kjuulh/backstage#31
No description provided.