-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
824939a
to
0a3c853
Compare
Deploy preview: https://deploy-preview-17803--material-ui-x.netlify.app/ |
0a3c853
to
01564f8
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
01564f8
to
2ea7bda
Compare
Edited/Blocked NotificationRenovate 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. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Asking for a review from @JCQuintas and @arminmeh, as the needed test changes impact lines you touched recently. |
@@ -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); |
There was a problem hiding this comment.
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? 🤔
There was a problem hiding this comment.
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
This PR contains the following updates:
7.0.2
->7.1.0
^2.0.1
->^2.0.2
^2.0.4
->^2.0.5
^2.0.7
->^2.0.8
^2.0.7
->^2.0.8
^2.0.4
->^2.0.8
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 ✨:
@mui/[email protected]
notchedOutline
slot (#45917) @siriwatknponClickAway
behavior whendefaultMuiPrevented
is provided (#45629) @sai6855useMediaQuery('print')
(#44790) @good-jinuSelectChangeEvent
(#45941) @SuyashShukla0007@mui/[email protected]
@layer
order rules in App Router (#45864) @Nayeem-XTREME@mui/[email protected]
@mui/system
types organization (#45860) @Janpot@mui/[email protected]
ownerState
from props instyled
(#46083) @siriwatknpDocs
paper
slot JSDoc default fromPaper
toPopoverPaper
(#45722) @andreachieraAccordionSummary
to the v5 breaking change migration (#45947) @siriwatknpInitColorSchemeScript
docs and API (#45927) @siriwatknpae84b35
) @oliviertassinari057384e
) @oliviertassinaria2a62d5
) @oliviertassinariCore
3889ded
) @oliviertassinari8135638
) @oliviertassinari@mui/utils
deep imports (#46004) @JanpotStrictMode
effects not being called twice in React 19 tests (#45812) @bernardobelchior@mui/utils
to typescript (#45671) @Janpotb101d5c
) @oliviertassinari0f79796
) @oliviertassinariplaywright
with@playwright/test
(#45998) @ZeeshanTamboli@mui/material/themeCssVarsAugmentation
(#46053) @Janpot0a5c027
) @oliviertassinaribeee09f
) @oliviertassinaripkg.pr.new
publishing (#42984) @AslemammadAll 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.
This PR was generated by Mend Renovate. View the repository job log.