Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update material-ui monorepo #454

Merged
merged 1 commit into from
Oct 25, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/lab (source) 5.0.0-alpha.104 -> 5.0.0-alpha.105 age adoption passing confidence
@mui/material (source) 5.10.10 -> 5.10.11 age adoption passing confidence

Release Notes

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

v5.0.0-alpha.105

Compare Source

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

v5.10.11

Compare Source

Oct 25, 2022

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

  • 🔧 Moved components to slots prop starting at MUI Base to create consistency across products
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/material@5.10.11
  • [InputBase] Fix onInvalid to use HTMLInputElement | HTMLTextAreaElement Element type (#​33162) @​KuSh
  • [Alert] Add components and componentsProps props to allow close action overrides (#​33582) @​jake-collibra
@mui/base@5.0.0-alpha.103
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
@mui/joy@5.0.0-alpha.51
Docs
Core

All contributors of this release in alphabetical order: @​bharatkashyap, @​hbjORbj, @​jake-collibra, @​joserodolfofreitas, @​KuSh, @​marceliwac, @​michaldudak, @​oliviertassinari, @​pixelass, @​siriwatknp


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.

👻 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.

@renovate renovate bot merged commit 3aef611 into main Oct 25, 2022
@renovate renovate bot deleted the renovate/material-ui-monorepo branch October 25, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants