Update materialui to ^7.1.0 #219

Open
renovate wants to merge 1 commits from renovate/materialui into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/icons-material (source) dependencies minor ^7.0.2 -> ^7.1.0
@mui/material (source) dependencies minor ^7.0.2 -> ^7.1.0

Release Notes

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

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/material@7.1.0
@mui/material-nextjs@7.1.0
@mui/system@7.1.0
@mui/styled-engine@7.1.0
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | minor | [`^7.0.2` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/7.0.2/7.1.0) | | [@mui/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | minor | [`^7.0.2` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/7.0.2/7.1.0) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/icons-material)</summary> ### [`v7.1.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#710) [Compare Source](https://github.com/mui/material-ui/compare/v7.0.2...v7.1.0) <!-- generated comparing v7.0.2..master --> *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](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/). ##### `@mui/material@7.1.0` - \[InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end ([#&#8203;45246](https://github.com/mui/material-ui/issues/45246)) [@&#8203;yermartee](https://github.com/yermartee) - \[OutlinedInput] Add missing `notchedOutline` slot ([#&#8203;45917](https://github.com/mui/material-ui/issues/45917)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided ([#&#8203;45629](https://github.com/mui/material-ui/issues/45629)) [@&#8203;sai6855](https://github.com/sai6855) - \[Avatar] Fix img slot types and add missing slots ([#&#8203;45483](https://github.com/mui/material-ui/issues/45483)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Badge] Replace useSlotProps with useSlot hook ([#&#8203;45871](https://github.com/mui/material-ui/issues/45871)) [@&#8203;sai6855](https://github.com/sai6855) - \[BottomNavigationAction] Add slots and slotProps ([#&#8203;45776](https://github.com/mui/material-ui/issues/45776)) [@&#8203;sai6855](https://github.com/sai6855) - \[CardActionArea] Add slots and slotProps ([#&#8203;45866](https://github.com/mui/material-ui/issues/45866)) [@&#8203;sai6855](https://github.com/sai6855) - \[useMediaQuery] Add warning and docs for using `useMediaQuery('print')` ([#&#8203;44790](https://github.com/mui/material-ui/issues/44790)) [@&#8203;good-jinu](https://github.com/good-jinu) - Remove unnecessary clsx usages ([#&#8203;46084](https://github.com/mui/material-ui/issues/46084)) [@&#8203;sai6855](https://github.com/sai6855) - Corrected generic type definition in `SelectChangeEvent` ([#&#8203;45941](https://github.com/mui/material-ui/issues/45941)) [@&#8203;SuyashShukla0007](https://github.com/SuyashShukla0007) - Fix theme object changes between renders ([#&#8203;45863](https://github.com/mui/material-ui/issues/45863)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/material-nextjs@7.1.0` - Add option to enable CSS layers for pages router ([#&#8203;45596](https://github.com/mui/material-ui/issues/45596)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Do not wrap `@layer` order rules in App Router ([#&#8203;45864](https://github.com/mui/material-ui/issues/45864)) [@&#8203;Nayeem-XTREME](https://github.com/Nayeem-XTREME) ##### `@mui/system@7.1.0` - Fix `@mui/system` types organization ([#&#8203;45860](https://github.com/mui/material-ui/issues/45860)) [@&#8203;Janpot](https://github.com/Janpot) ##### `@mui/styled-engine@7.1.0` - Infer `ownerState` from props in `styled` ([#&#8203;46083](https://github.com/mui/material-ui/issues/46083)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Fix style overrides variants type ([#&#8203;45478](https://github.com/mui/material-ui/issues/45478)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[Avatar] Add avatar upload demo ([#&#8203;45986](https://github.com/mui/material-ui/issues/45986)) [@&#8203;Demianeen](https://github.com/Demianeen) - \[Dialog] Remove deprecated props usage in demos ([#&#8203;45923](https://github.com/mui/material-ui/issues/45923)) [@&#8203;sai6855](https://github.com/sai6855) - \[Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` ([#&#8203;45722](https://github.com/mui/material-ui/issues/45722)) [@&#8203;andreachiera](https://github.com/andreachiera) - \[examples] Remove create-react-app usages ([#&#8203;45426](https://github.com/mui/material-ui/issues/45426)) [@&#8203;CodeLeom](https://github.com/CodeLeom) - Add `AccordionSummary` to the v5 breaking change migration ([#&#8203;45947](https://github.com/mui/material-ui/issues/45947)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Update CSS variable usage in migration guide for Pigment CSS ([#&#8203;46033](https://github.com/mui/material-ui/issues/46033)) [@&#8203;sai6855](https://github.com/sai6855) - Fix docs API dark mode color ([#&#8203;46086](https://github.com/mui/material-ui/issues/46086)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - Add a guide for extending Material UI classes in Tailwind CSS ([#&#8203;46039](https://github.com/mui/material-ui/issues/46039)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Add `InitColorSchemeScript` docs and API ([#&#8203;45927](https://github.com/mui/material-ui/issues/45927)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Add Tailwind CSS v4 integration guide ([#&#8203;45906](https://github.com/mui/material-ui/issues/45906)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Fix 301 links to the system v6 ([#&#8203;45931](https://github.com/mui/material-ui/issues/45931)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Add notification for MUI X v8 announcement ([#&#8203;45942](https://github.com/mui/material-ui/issues/45942)) [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas) - Fix som 301 redirections ([`ae84b35`](https://github.com/mui/material-ui/commit/ae84b35)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix some 301 redirections ([`057384e`](https://github.com/mui/material-ui/commit/057384e)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix logo is not centered on small screens ([#&#8203;45920](https://github.com/mui/material-ui/issues/45920)) [@&#8203;crabsim](https://github.com/crabsim) - Fix line break typo ([`a2a62d5`](https://github.com/mui/material-ui/commit/a2a62d5)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix markdown typo in templates.md ([#&#8203;45914](https://github.com/mui/material-ui/issues/45914)) [@&#8203;scyzoryck](https://github.com/scyzoryck) - Add Next.js App Router guide for custom classnames ([#&#8203;45852](https://github.com/mui/material-ui/issues/45852)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Core - \[code-infra] Give a stable name to dev tool app ([`3889ded`](https://github.com/mui/material-ui/commit/3889ded)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Normalize author package in org ([`8135638`](https://github.com/mui/material-ui/commit/8135638)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Correct some manually curated .d.ts files ([#&#8203;46054](https://github.com/mui/material-ui/issues/46054)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Align deps versions ([#&#8203;46048](https://github.com/mui/material-ui/issues/46048)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix dynamic import in imports resolver ([#&#8203;46046](https://github.com/mui/material-ui/issues/46046)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Eliminate `@mui/utils` deep imports ([#&#8203;46004](https://github.com/mui/material-ui/issues/46004)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Expand renovate.json for react types ([#&#8203;45935](https://github.com/mui/material-ui/issues/45935)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Make Argos upload script reusable ([#&#8203;45883](https://github.com/mui/material-ui/issues/45883)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Disallow redundant window prefixes for globals ([#&#8203;45880](https://github.com/mui/material-ui/issues/45880)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Remove type generation of modern build ([#&#8203;45912](https://github.com/mui/material-ui/issues/45912)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Clean up bundle size checker ([#&#8203;45622](https://github.com/mui/material-ui/issues/45622)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix `StrictMode` effects not being called twice in React 19 tests ([#&#8203;45812](https://github.com/mui/material-ui/issues/45812)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[code-infra] Convert `@mui/utils` to typescript ([#&#8203;45671](https://github.com/mui/material-ui/issues/45671)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Improve export into sandbox package.json ([#&#8203;46044](https://github.com/mui/material-ui/issues/46044)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Update feedback Node.js to v22 ([#&#8203;46064](https://github.com/mui/material-ui/issues/46064)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Normalize netlify.toml in org ([`b101d5c`](https://github.com/mui/material-ui/commit/b101d5c)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Uniformize Vale between repositories ([`0f79796`](https://github.com/mui/material-ui/commit/0f79796)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix Vale no longer working ([#&#8203;46029](https://github.com/mui/material-ui/issues/46029)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Remove demo styling switch ([#&#8203;45926](https://github.com/mui/material-ui/issues/45926)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] StackBlitz WebContainer demos ([#&#8203;45924](https://github.com/mui/material-ui/issues/45924)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Fix feedback management ([#&#8203;45872](https://github.com/mui/material-ui/issues/45872)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[test] Replace `playwright` with `@playwright/test` ([#&#8203;45998](https://github.com/mui/material-ui/issues/45998)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - Fix internal version duplication ([#&#8203;46051](https://github.com/mui/material-ui/issues/46051)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Avoid the need for `@mui/material/themeCssVarsAugmentation` ([#&#8203;46053](https://github.com/mui/material-ui/issues/46053)) [@&#8203;Janpot](https://github.com/Janpot) - Add security label to dependabot PRs ([`0a5c027`](https://github.com/mui/material-ui/commit/0a5c027)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Remove unecessary versions ([#&#8203;46034](https://github.com/mui/material-ui/issues/46034)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Remove redundant overrides resolver ([#&#8203;45970](https://github.com/mui/material-ui/issues/45970)) [@&#8203;romgrk](https://github.com/romgrk) - Fix duplicate branch reference ([#&#8203;45915](https://github.com/mui/material-ui/issues/45915)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix outdated \<link rel="shortcut icon" ([#&#8203;45916](https://github.com/mui/material-ui/issues/45916)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix redirection chains ([#&#8203;45930](https://github.com/mui/material-ui/issues/45930)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Run pnpm docs:sync-team ([`beee09f`](https://github.com/mui/material-ui/commit/beee09f)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Add `pkg.pr.new` publishing ([#&#8203;42984](https://github.com/mui/material-ui/issues/42984)) [@&#8203;Aslemammad](https://github.com/Aslemammad) - Remove [@&#8203;mui/base](https://github.com/mui/base) from the master branch ([#&#8203;45857](https://github.com/mui/material-ui/issues/45857)) [@&#8203;mnajdova](https://github.com/mnajdova) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;andreachiera](https://github.com/andreachiera), [@&#8203;Aslemammad](https://github.com/Aslemammad), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;CodeLeom](https://github.com/CodeLeom), [@&#8203;crabsim](https://github.com/crabsim), [@&#8203;Demianeen](https://github.com/Demianeen), [@&#8203;good-jinu](https://github.com/good-jinu), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;joserodolfofreitas](https://github.com/joserodolfofreitas), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;Nayeem-XTREME](https://github.com/Nayeem-XTREME), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;renovate](https://github.com/renovate)\[bot], [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;scyzoryck](https://github.com/scyzoryck), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;SuyashShukla0007](https://github.com/SuyashShukla0007), [@&#8203;yermartee](https://github.com/yermartee), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4zIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-05-11 00:17:42 +00:00
Update materialui to ^7.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
5971769586
renovate force-pushed renovate/materialui from 5971769586 to 6d4de701ae 2025-05-12 00:19:09 +00:00 Compare
renovate force-pushed renovate/materialui from 6d4de701ae to 3a8207ac3b 2025-05-13 00:20:04 +00:00 Compare
renovate force-pushed renovate/materialui from 3a8207ac3b to 30c2ff24e6 2025-05-14 00:19:16 +00:00 Compare
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/materialui:renovate/materialui
git checkout renovate/materialui
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SolarEnergy#219
No description provided.