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.14.4 #198

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.14.4

Compare Source

Aug 8, 2023

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Breaking changes
  • ​[base] Ban default exports (#​38200) @​michaldudak

    Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
    This was changed to improve consistency and avoid problems some bundlers have with default exports.
    https:/mui/material-ui/issues/21862es/21862 for more context.

    - import Button, { buttonClasses } from '@​mui/base/Button';
    + import { Button, buttonClasses } from '@​mui/base/Button';
    - import BaseMenu from '@​mui/base/Menu';
    + import { Menu as BaseMenu } from '@​mui/base/Menu';

    Additionally, the ClassNameGenerator has been moved to the directory matching its name:

    - import ClassNameGenerator from '@​mui/base/className';
    + import { ClassNameGenerator } from '@​mui/base/ClassNameGenerator';

    A codemod is provided to help with the migration:

    npx @&#8203;mui/codemod v5.0.0/base-use-named-imports <path>
Changes
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alisasanib, @​cherniavskii, @​DanailH, @​danilo-leal, @​iownthegame, @​michaldudak, @​mj12albert, @​mnajdova, @​noraleonte, @​oliviertassinari, @​richbustos, @​sai6855, @​samuelsycamore, @​siriwatknp, @​VishruthR, @​yash-thakur, @​zanivan, @​ZeeshanTamboli


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.

@marwin1991 marwin1991 merged commit 02f9de3 into main Aug 8, 2023
2 checks passed
@marwin1991 marwin1991 deleted the renovate/material-ui-monorepo branch August 8, 2023 12:36
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