devsoc-unsw / freerooms

A web application designed to aid UNSW students in finding vacant rooms.
https://freerooms.devsoc.app/
Other
19 stars 1 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) ^5.10.14 -> ^6.0.0 age adoption passing confidence
@mui/material (source) ^5.10.14 -> ^6.0.0 age adoption passing confidence
@mui/system (source) ^5.10.14 -> ^6.0.0 age adoption passing confidence

Release Notes

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 these updates again.



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

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.