Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Update material-ui monorepo (patch) #375

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.10.2 -> 5.10.16 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.96 -> 5.0.0-alpha.114 age adoption passing confidence
@mui/material (source) 5.10.2 -> 5.10.17 age adoption passing confidence
@mui/styles (source) 5.10.2 -> 5.10.16 age adoption passing confidence

Release Notes

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

v5.10.16

Compare Source

Nov 28, 2022

A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​58bits, @​alexfauquette, @​fenghan34, @​flaviendelangle, @​iamxukai, @​leventdeniz, @​m4theushw, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​ZeeshanTamboli, @​Zetta56

v5.10.15

Compare Source

Nov 21, 2022

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

  • 🚀 @​mnajdova added the button as the first component that implements Material You design (MD3)
  • 🌐 @​MBilalShafi added Urdu (Pakistan) localization
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​danilo-leal, @​iamxukai, @​Janpot, @​MBilalShafi, @​michaldudak, @​oliviertassinari, @​samuelsycamore, @​siriwatknp

v5.10.14

Compare Source

Nov 14, 2022

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

  • 🚀 @​siriwatknp added the Autocomplete component to the Joy UI (#​34315)
  • @​sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#​33822)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​hbjORbj, @​Janpot, @​kennethbigler, @​kushagra010, @​michaldudak, @​mnajdova, @​ofir5300, @​oliviertassinari, @​sai6855, @​sfavello, @​sidtohan, @​siriwatknp, @​Studio384

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/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
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/[email protected]
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

v5.10.3

Compare Source

Aug 29, 2022

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

  • @​mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#​32735)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​bicstone, @​danilo-leal, @​EthanStandel, @​HexM7, @​hoangph271, @​JonathanAsbury-SPS, @​michaldudak, @​mnajdova, @​NaveenPantra, @​oliviertassinari, @​pieetrus, @​renovate[bot], @​siriwatknp, @​ZeeshanTamboli

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

v5.0.0-alpha.114

Compare Source

v5.0.0-alpha.112

v5.0.0-alpha.111

Compare Source

v5.0.0-alpha.110

Compare Source

v5.0.0-alpha.109

Compare Source

v5.0.0-alpha.108

Compare Source

v5.0.0-alpha.107

Compare Source

v5.0.0-alpha.106

Compare Source

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

v5.0.0-alpha.99

Compare Source

Breaking changes
  • [TrapFocus] Rename TrapFocus to FocusTrap (#​34216) @​kabernardes

    -import TrapFocus from '@&#8203;mui/base/TrapFocus';
    +import FocusTrap from '@&#8203;mui/base/FocusTrap';
Changes

v5.0.0-alpha.98

Compare Source

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) => { /* ... */ }} />

v5.0.0-alpha.97

Compare Source


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 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, check this box

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

@renovate renovate bot requested a review from a team August 29, 2022 21:15
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 2 times, most recently from 5e6aa19 to ae6fdd6 Compare September 2, 2022 03:58
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 2 times, most recently from 1cf12c5 to 4696067 Compare September 12, 2022 18:36
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch from 4696067 to a65a1bb Compare September 19, 2022 16:01
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 2 times, most recently from c9a71fb to 6d771f5 Compare October 3, 2022 20:17
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 3 times, most recently from b7877d4 to 6d9d684 Compare October 18, 2022 12:07
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 3 times, most recently from d06b1a8 to 700383b Compare October 31, 2022 18:56
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch from 700383b to 944c11c Compare November 7, 2022 20:55
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch from 944c11c to 324ef4a Compare November 15, 2022 10:08
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 2 times, most recently from 7e156f0 to 0fda732 Compare November 28, 2022 17:32
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch from 0fda732 to 28dd3da Compare December 6, 2022 14:07
@renovate
Copy link
Contributor Author

renovate bot commented Dec 6, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"14 - 16","npm":"7 - 8"}
npm ERR! notsup Actual:   {"npm":"9.2.0"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-12-26T16_20_58_736Z-debug-0.log

@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch 2 times, most recently from d57fa3a to 767638e Compare December 20, 2022 14:06
@renovate renovate bot force-pushed the renovate/patch-material-ui-monorepo branch from 767638e to 8a7f0a8 Compare December 26, 2022 16:21
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