Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

chore(deps): update material-ui monorepo #1284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.10.3 -> 5.10.9 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.99 -> 5.0.0-alpha.105 age adoption passing confidence
@mui/material (source) 5.10.5 -> 5.10.11 age adoption passing confidence

Release Notes

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

v5.10.9

Compare Source

Oct 10, 2022

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

  • 🚀 [Joy] Button loading functionality has been added by @​kushagra010 (#​34658)
  • And more 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.10.9
@mui/system@5.10.9
BREAKING CHANGE
  • ​[system] Fix color-scheme implementation (#​34639) @​siriwatknp

    The enableColorScheme prop has been removed from CssVarsProvider and getInitColorScheme (both Material UI and Joy UI).

    Migration:

    • Material UI: you can enable the CSS color scheme via <CssBaseline enableColorScheme />.
    • Joy UI: it is enabled automatically if you use <CssBaseline />, see the docs.
Changes
@mui/base@5.0.0-alpha.101
@mui/joy@5.0.0-alpha.49
Docs
Core

All contributors of this release in alphabetical order: @​HexM7, @​joserodolfofreitas, @​kushagra010, @​michaldudak, @​mnajdova, @​oliviertassinari, @​vanyaxk

v5.10.6

Compare Source

Sep 19, 2022

A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.10.6
@mui/joy@5.0.0-alpha.46
Breaking changes
  • [button][joy] Replace start/endIcon prop with start/endDecorator (#​34288) @​hbjORbj

    BREAKING CHANGE: replace start/endIcon with start/endDecorator.

    // before
    <Button startIcon={...} endIcon={...} />
    
    // after
    <Button startDecorator={...} endDecorator={...} />
Changes
@mui/base@5.0.0-alpha.98
Breaking changes
  • [Select][base] Add event parameter to the onChange callback (#​34158) @​michaldudak

    The SelectUnstyled and MultiSelectUnstyled onChange callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
    This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
    This also affects Select from Joy UI.

    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​flaviendelangle, @​hbjORbj, @​Janpot, @​michaldudak, @​oliviertassinari, @​renovate[bot], @​samuelsycamore, @​siriwatknp, @​tomasz-sodzawiczny, @​ZeeshanTamboli

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

v5.0.0-alpha.105

Compare Source

v5.0.0-alpha.104

Compare Source

v5.0.0-alpha.103

Compare Source

BREAKING CHANGE
  • [base] components -> slots API rename (#​34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
  • [base] Make CSS class prefixes consistent (#​33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components.
    If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };
Changes

v5.0.0-alpha.102

Compare Source

v5.0.0-alpha.101

Compare Source

v5.0.0-alpha.100

Compare Source


Configuration

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

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Sep 19, 2022

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

Name Status Preview Updated
unleash-frontend ✅ Ready (Inspect) Visit Preview Oct 25, 2022 at 0:15AM (UTC)

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from ac09f4e to a3c522e Compare September 20, 2022 03:02
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from a3c522e to a41a3c3 Compare September 22, 2022 02:34
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from a41a3c3 to eac092d Compare September 22, 2022 05:28
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from eac092d to 9c14867 Compare September 24, 2022 03:50
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 9c14867 to 239ace6 Compare September 24, 2022 20:28
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 239ace6 to b1d04ba Compare September 27, 2022 03:09
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from b1d04ba to 3e2d491 Compare October 3, 2022 19:37
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3e2d491 to 39290c3 Compare October 11, 2022 13:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 39290c3 to 7d23f81 Compare October 18, 2022 11:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants