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

Bump MUI Internal #14321

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Bump MUI Internal #14321

merged 1 commit into from
Aug 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/docs (source) 6.0.0-beta.6 -> 6.0.0 age adoption passing confidence
@mui/internal-docs-utils (source) ^1.0.10 -> ^1.0.11 age adoption passing confidence
@mui/internal-markdown (source) ^1.0.10 -> ^1.0.11 age adoption passing confidence
@mui/internal-scripts (source) ^1.0.16 -> ^1.0.18 age adoption passing confidence
@​mui/internal-test-utils ^1.0.8 -> ^1.0.10 age adoption passing confidence

Release Notes

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

v6.0.0

Compare Source

Aug 27, 2024

We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.

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

All contributors of this release in alphabetical order: @​ahmadnadeem6236, @​bahmanworld, @​DiegoAndai, @​Janpot, @​KalmarLorand, @​LukasTy, @​michelengelen, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp, @​sydneyjodon-wk, @​zanivan

v6.0.0-rc.0

Aug 22, 2024

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

  • ⚡ Rendering performance improvements
@mui/[email protected]
Breaking changes
  • [Box] Remove component from BoxOwnProps (#​43384) @​DiegoAndai

    The component prop has been removed from the BoxOwnProps as it is already included in the Box type.
    This might affect your code if you are using the styled function with the Box component.
    If this is the case, use a div element instead of Box:

    -const StyledBox = styled(Box)`
    +const StyledDiv = styled('div')`
       color: white;
     `;

    This yields the same end result.
    If this doesn't work for you, you can also cast the styled returned value to typeof Box:

     const StyledBox = styled(Box)`
       color: white;
    -`;
    +` as typeof Box;
Changes
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​Janpot, @​Jay-Karia, @​k-rajat19, @​oliviertassinari, @​rluzists1, @​romgrk, @​sai6855, @​siriwatknp, @​Vxee, @​ZeeshanTamboli


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Aug 25, 2024
@mui-bot
Copy link

mui-bot commented Aug 25, 2024

Deploy preview: https://deploy-preview-14321--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 721e035

@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged labels Aug 26, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

1 similar comment
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 26, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 26, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 26, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 26, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 26, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 27, 2024
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 27, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 27, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 27, 2024
@LukasTy LukasTy enabled auto-merge (squash) August 27, 2024 12:21
@LukasTy LukasTy merged commit 2c8d5fc into master Aug 27, 2024
19 checks passed
@LukasTy LukasTy deleted the renovate/mui-internal branch August 27, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants