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 dependency @mui/material to v5.10.11 #153

Merged
merged 1 commit into from Oct 31, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

mui/material-ui

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: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

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

@vercel
Copy link

vercel bot commented Oct 28, 2022

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

Name Status Preview Updated
fair-share-docs ✅ Ready (Inspect) Visit Preview Oct 28, 2022 at 0:22AM (UTC)

@sonarcloud
Copy link

sonarcloud bot commented Oct 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@megasanjay megasanjay merged commit 1a7320f into main Oct 31, 2022
github-actions bot pushed a commit that referenced this pull request Oct 31, 2022
## [4.2.18](v4.2.17...v4.2.18) (2022-10-31)

### Bug Fixes

* **deps:** update dependency @mui/material to v5.10.11 ([#153](#153)) ([1a7320f](1a7320f))
* **deps:** update dependency @svgr/webpack to v6.5.1 ([#156](#156)) ([4326b40](4326b40))
* **deps:** update emotion monorepo to v11.10.5 ([#154](#154)) ([5776c4b](5776c4b))
@fairdataihub-bot
Copy link
Member

🎉 This PR is included in version 4.2.18 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants