hulk510 / playground

This is frontend playground with monorepo for WAI(haruka). created by turbo.
https://haruka.dad
0 stars 0 forks source link

fix(deps): update dependency @mui/material to v6 #942

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) 5.16.7 -> 6.0.1 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/material) ### [`v6.0.1`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v601) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v6.0.0...v6.0.1) *Aug 29, 2024* A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements. ##### `@mui/material@6.0.0` - Attach default light color scheme when enabling CSS theme variables ([#​43493](https://redirect.github.com/mui/material-ui/issues/43493)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[Skeleton] Apply the wave animation to the correct element ([#​43474](https://redirect.github.com/mui/material-ui/issues/43474)) [@​mnajdova](https://redirect.github.com/mnajdova) ##### Docs - \[material-ui]\[Dialog] Update confirmation dialog description ([#​43488](https://redirect.github.com/mui/material-ui/issues/43488)) [@​Michael-Hutchinson](https://redirect.github.com/Michael-Hutchinson) - Add Material UI v6 is out! to the notifications ([#​43448](https://redirect.github.com/mui/material-ui/issues/43448)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[material-ui] Dark scroll bars in templates ([#​43483](https://redirect.github.com/mui/material-ui/issues/43483)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[material-ui] Add TemplateFrame to templates ([#​43406](https://redirect.github.com/mui/material-ui/issues/43406)) [@​zanivan](https://redirect.github.com/zanivan) - \[table] Make the data grid blend in ([#​43489](https://redirect.github.com/mui/material-ui/issues/43489)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Core - \[blog] Update Toolpad Studio marketing page links in the blogs ([#​43407](https://redirect.github.com/mui/material-ui/issues/43407)) [@​prakhargupta1](https://redirect.github.com/prakhargupta1) - \[blog] Add missing social card to the blog post ([#​43465](https://redirect.github.com/mui/material-ui/issues/43465)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[code-infra] Fix typing issues with `@mui-internal/api-docs-builder` ([#​43498](https://redirect.github.com/mui/material-ui/issues/43498)) [@​Janpot](https://redirect.github.com/Janpot) - \[code-infra] Fix nextjs build cache ([#​43467](https://redirect.github.com/mui/material-ui/issues/43467)) [@​JCQuintas](https://redirect.github.com/JCQuintas) - Remove `'use client'` from index files and useAutocomplete reexport ([#​41956](https://redirect.github.com/mui/material-ui/issues/41956)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - Replace relative links to absolute ones in JSDocs ([#​43472](https://redirect.github.com/mui/material-ui/issues/43472)) [@​alexfauquette](https://redirect.github.com/alexfauquette) - Upgrade babel runtime ([#​43243](https://redirect.github.com/mui/material-ui/issues/43243)) [@​Janpot](https://redirect.github.com/Janpot) - \[docs-infra] Skip shadow DOM regression test ([#​43500](https://redirect.github.com/mui/material-ui/issues/43500)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[docs-infra] Fix use of process.env.DEPLOY_ENV ([#​43490](https://redirect.github.com/mui/material-ui/issues/43490)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[docs-infra] Add comment about removing optimizeFonts Next.js config ([#​43469](https://redirect.github.com/mui/material-ui/issues/43469)) [@​aarongarciah](https://redirect.github.com/aarongarciah) - \[examples] Use `latest` on all Material UI dependencies ([#​43494](https://redirect.github.com/mui/material-ui/issues/43494)) [@​mnajdova](https://redirect.github.com/mnajdova) - \[infra] fix workflow path ([#​43464](https://redirect.github.com/mui/material-ui/issues/43464)) [@​michelengelen](https://redirect.github.com/michelengelen) All contributors of this release in alphabetical order: [@​aarongarciah](https://redirect.github.com/aarongarciah), [@​alexfauquette](https://redirect.github.com/alexfauquette), [@​DiegoAndai](https://redirect.github.com/DiegoAndai), [@​Janpot](https://redirect.github.com/Janpot), [@​JCQuintas](https://redirect.github.com/JCQuintas), [@​Michael-Hutchinson](https://redirect.github.com/Michael-Hutchinson), [@​michelengelen](https://redirect.github.com/michelengelen), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​prakhargupta1](https://redirect.github.com/prakhargupta1), [@​siriwatknp](https://redirect.github.com/siriwatknp), [@​zanivan](https://redirect.github.com/zanivan) ### [`v6.0.0`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://redirect.github.com/mui/material-ui/compare/v5.16.7...v6.0.0) *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\ type from any to unknown ([#​43358](https://redirect.github.com/mui/material-ui/issues/43358)) [@​sai6855](https://redirect.github.com/sai6855) - \[Pagination] Update `getItemAriaLabel` page param type ([#​43399](https://redirect.github.com/mui/material-ui/issues/43399)) [@​sydneyjodon-wk](https://redirect.github.com/sydneyjodon-wk) - \[Unstable_TrapFocus] Fix `getTabbable` function return type ([#​42237](https://redirect.github.com/mui/material-ui/issues/42237)) [@​KalmarLorand](https://redirect.github.com/KalmarLorand) ##### `@mui/lab@6.0.0-beta.8` - \[button] Add missing customize points for span ([#​43436](https://redirect.github.com/mui/material-ui/issues/43436)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Docs - Fix broken links ([#​43144](https://redirect.github.com/mui/material-ui/issues/43144)) [@​DiegoAndai](https://redirect.github.com/DiegoAndai) - Updated mui-x roadmap links with the new project URL ([#​43444](https://redirect.github.com/mui/material-ui/issues/43444)) [@​michelengelen](https://redirect.github.com/michelengelen) - Update pnpm order, move to second ([#​42712](https://redirect.github.com/mui/material-ui/issues/42712)) [@​ahmadnadeem6236](https://redirect.github.com/ahmadnadeem6236) - Fix CSS theme variables section ([#​43439](https://redirect.github.com/mui/material-ui/issues/43439)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - Add two Toolpad Core components to Material UI sidebar ([#​43391](https://redirect.github.com/mui/material-ui/issues/43391)) [@​prakhargupta1](https://redirect.github.com/prakhargupta1) - Fix licensingModel -> licenseModel [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix Stack Overflow issue canned response [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Avoid referencing MUI Core [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - Fix description of eslint-plugin-material-ui [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[docs-infra] Polish reportBrokenLinks.js to support Base UI [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[material-ui] Clarify RTL language support in localization guide ([#​41784](https://redirect.github.com/mui/material-ui/issues/41784)) [@​bahmanworld](https://redirect.github.com/bahmanworld) - \[material-ui] Refine templates theme selector ([#​43396](https://redirect.github.com/mui/material-ui/issues/43396)) [@​zanivan](https://redirect.github.com/zanivan) ##### Core - Prepare for v6 stable release ([#​43454](https://redirect.github.com/mui/material-ui/issues/43454)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[blog] Polish Upcoming changes to MUI X pricing in 2024 ([#​43438](https://redirect.github.com/mui/material-ui/issues/43438)) [@​oliviertassinari](https://redirect.github.com/oliviertassinari) - \[blog] Add Material UI v6 stable release ([#​41932](https://redirect.github.com/mui/material-ui/issues/41932)) [@​siriwatknp](https://redirect.github.com/siriwatknp) - \[ci] Fix the release:changelog cmd ([#​43451](https://redirect.github.com/mui/material-ui/issues/43451)) [@​mnajdova](https://redirect.github.com/mnajdova) - \[core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` ([#​43445](https://redirect.github.com/mui/material-ui/issues/43445)) [@​LukasTy](https://redirect.github.com/LukasTy) - \[code-infra] Babel plugin to fully resolve imported paths ([#​43294](https://redirect.github.com/mui/material-ui/issues/43294)) [@​Janpot](https://redirect.github.com/Janpot) - \[infra] Add closing message workflow ([#​43450](https://redirect.github.com/mui/material-ui/issues/43450)) [@​michelengelen](https://redirect.github.com/michelengelen) - \[website] Make beta chip consistent for Toolpad ([#​43392](https://redirect.github.com/mui/material-ui/issues/43392)) [@​prakhargupta1](https://redirect.github.com/prakhargupta1) All contributors of this release in alphabetical order: [@​ahmadnadeem6236](https://redirect.github.com/ahmadnadeem6236), [@​bahmanworld](https://redirect.github.com/bahmanworld), [@​DiegoAndai](https://redirect.github.com/DiegoAndai), [@​Janpot](https://redirect.github.com/Janpot), [@​KalmarLorand](https://redirect.github.com/KalmarLorand), [@​LukasTy](https://redirect.github.com/LukasTy), [@​michelengelen](https://redirect.github.com/michelengelen), [@​mnajdova](https://redirect.github.com/mnajdova), [@​oliviertassinari](https://redirect.github.com/oliviertassinari), [@​prakhargupta1](https://redirect.github.com/prakhargupta1), [@​sai6855](https://redirect.github.com/sai6855), [@​siriwatknp](https://redirect.github.com/siriwatknp), [@​sydneyjodon-wk](https://redirect.github.com/sydneyjodon-wk), [@​zanivan](https://redirect.github.com/zanivan)

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 4:46am
portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 4:46am
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **haruka.dad** | ⬜️ Ignored ([Inspect](https://vercel.com/hulk510s-projects/haruka.dad/8zZ1d9qCjtnyqeLTyXCj4aWg9wrL)) | [Visit Preview](https://harukadad-git-renovate-major-material-13131f-hulk510s-projects.vercel.app) | | Sep 3, 2024 4:46am |
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: d1b371e2922ce311f1d329963f17818994fc9a0f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR