Skip to content

chore(deps): bump mui internal #17803

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

Merged
merged 6 commits into from
May 20, 2025
Merged

chore(deps): bump mui internal #17803

merged 6 commits into from
May 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/docs (source) 7.0.2 -> 7.1.0 age adoption passing confidence
@mui/internal-babel-plugin-resolve-imports (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
@mui/internal-markdown (source) ^2.0.4 -> ^2.0.5 age adoption passing confidence
@mui/internal-scripts (source) ^2.0.7 -> ^2.0.8 age adoption passing confidence
@​mui/internal-test-utils ^2.0.7 -> ^2.0.8 age adoption passing confidence
@​mui/internal-test-utils ^2.0.4 -> ^2.0.8 age adoption passing confidence

Release Notes

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

v7.1.0

Compare Source

May 6, 2025

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

  • 🎉 Material UI now works with Tailwind CSS v4! Check out the setup guide.
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​andreachiera, @​Aslemammad, @​bernardobelchior, @​CodeLeom, @​crabsim, @​Demianeen, @​good-jinu, @​Janpot, @​joserodolfofreitas, @​mnajdova, @​Nayeem-XTREME, @​oliviertassinari, @​renovate[bot], @​romgrk, @​sai6855, @​scyzoryck, @​siriwatknp, @​SuyashShukla0007, @​yermartee, @​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 May 11, 2025
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 May 16, 2025
@renovate renovate bot force-pushed the renovate/mui-internal branch from 824939a to 0a3c853 Compare May 16, 2025 09:10
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 16, 2025
@mui-bot
Copy link

mui-bot commented May 16, 2025

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

Generated by 🚫 dangerJS against 52fb121

@renovate renovate bot force-pushed the renovate/mui-internal branch from 0a3c853 to 01564f8 Compare May 16, 2025 15:55
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 18, 2025
Copy link

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

@renovate renovate bot force-pushed the renovate/mui-internal branch from 01564f8 to 2ea7bda Compare May 18, 2025 13:42
@renovate renovate bot changed the title Bump MUI Internal chore(deps): bump mui internal May 18, 2025
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 18, 2025
Copy link
Contributor Author

renovate bot commented May 19, 2025

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.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 19, 2025
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 May 19, 2025
@LukasTy LukasTy requested review from arminmeh and JCQuintas May 19, 2025 13:32
@LukasTy
Copy link
Member

LukasTy commented May 19, 2025

Asking for a review from @JCQuintas and @arminmeh, as the needed test changes impact lines you touched recently.
Could you double-check if the changes make sense? 🙏

@LukasTy LukasTy enabled auto-merge (squash) May 19, 2025 13:33
@@ -103,7 +103,7 @@ describe('useAnimate', () => {
const { rerender } = render(<TestComponent width={2000} />);

await waitNextFrame();
expect(callCount()).to.be.equal(2);
expect(callCount()).to.be.equal(reactMajor > 18 ? 3 : 2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LukasTy do you know the reasoning behind this?

Why did this change suddenly became needed after updating our internal packages? 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I haven't thoroughly investigated the root cause. 🙈
Maybe it's because of mui/material-ui#45812? 🤔
cc @bernardobelchior

@LukasTy LukasTy requested a review from JCQuintas May 20, 2025 10:46
@LukasTy LukasTy merged commit cb30e09 into master May 20, 2025
23 of 24 checks passed
@LukasTy LukasTy deleted the renovate/mui-internal branch May 20, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants