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

Update material-ui monorepo #1158

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Update material-ui monorepo #1158

merged 1 commit into from
Jan 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/base (source) 5.0.0-beta.31 -> 5.0.0-beta.32 age adoption passing confidence
@mui/icons-material (source) 5.15.4 -> 5.15.5 age adoption passing confidence
@mui/material (source) 5.15.4 -> 5.15.5 age adoption passing confidence

Release Notes

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

v5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes

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 force-pushed the renovate/material-ui-monorepo branch 7 times, most recently from f9e8335 to 9ca7c40 Compare January 19, 2024 09:23
@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from 9ca7c40 to 929b277 Compare January 19, 2024 09:28
Copy link

github-actions bot commented Jan 19, 2024

Deployed to Cloudflare Pages

Latest commit: 929b2774d5fac8d5396410225dc27ccfa3906525
Status:✅ Deploy successful!
Preview URL: https://b5dddbd2.oasis-explorer.pages.dev

@buberdds buberdds merged commit fbf6360 into master Jan 19, 2024
8 checks passed
@buberdds buberdds deleted the renovate/material-ui-monorepo branch January 19, 2024 09:33
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.

1 participant