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 #65

Merged
merged 2 commits into from
Mar 16, 2023
Merged

Update material-ui monorepo #65

merged 2 commits into from
Mar 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.11.0 -> 5.11.11 age adoption passing confidence
@mui/material (source) 5.11.8 -> 5.11.13 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mui/material-ui

v5.11.11

Compare Source

Feb 27, 2023

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

  • 📚 added API documentation for the slots in MUI Base and Joy UI by @​hbjORbj, for e.g. SliderUnstyled API
  • other 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
@mui/[email protected]
Breaking changes
  • ​[base] Remove classes prop from the Base components that have it (#​36157) @​hbjORbj
    These are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
    You can replace the classes prop by providing the class name prop directly to the prop via slotProps. Below is an example of how the migration should look like:

     <TablePaginationUnstyled
    -   classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }}
    +   slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}}
     />
  • ​[base] Move hooks to their own directories (#​36235) @​hbjORbj
    Base hooks (e.g., useSelect) are no longer exported from {Component}Unstyled directories and instead they have their own directories.
    Below is an example of how the migration should look like:

    -import { useBadge } from '@&#8203;mui/base/BadgeUnstyled';
    +import useBadge from '@&#8203;mui/base/useBadge';

    You can use this codemod to help with the migration.

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

All contributors of this release in alphabetical order: @​hbjORbj, @​HeVictor, @​ivp-dev, @​jrparish, @​Juneezee, @​LukasTy, @​MBilalShafi, @​michaldudak, @​mnajdova, @​oliviertassinari, @​ossan-engineer, @​sai6855, @​siriwatknp, @​Vivek-Prajapatii, @​ZeeshanTamboli

v5.11.9

Compare Source

Feb 14, 2023

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

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

All contributors of this release in alphabetical order: @​danilo-leal, @​donaldnevermore, @​flaviendelangle, @​hbjORbj, @​LadyBluenotes, @​LukasTy, @​m4theushw, @​michaldudak, @​mj12albert, @​mnajdova, @​oliv37, @​oliviertassinari, @​petyosi, @​rangoo94, @​sai6855, @​Shorifpatwary, @​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.

👻 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 from a60305b to 4f7f1e7 Compare March 15, 2023 18:52
@renovate
Copy link
Contributor Author

renovate bot commented Mar 16, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@PacoVK PacoVK merged commit 157d793 into main Mar 16, 2023
@PacoVK PacoVK deleted the renovate/material-ui-monorepo branch March 16, 2023 19:49
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