Update dependency @mui/material to v7.3.8 #461

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2026-02-13 02:57:20 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies patch 7.3.7 -> 7.3.8

Release Notes

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

v7.3.8

Compare Source

Feb 12, 2026

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

@mui/material@7.3.8
Core
Docs

All contributors of this release in alphabetical order: @​aditya1906, @​aemartos, @​alelthomas, @​bernardobelchior, @​dav-is, @​Janpot, @​KirankumarAmbati, @​mapache-salvaje, @​nodirbekprogrammer, @​Ocheretovich, @​oliviertassinari, @​sai6855, @​silviuaavram, @​sonixx02, @​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 this update 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/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`7.3.7` -> `7.3.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/7.3.7/7.3.8) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v7.3.8`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#738) [Compare Source](https://github.com/mui/material-ui/compare/v7.3.7...v7.3.8) <!-- generated comparing v7.3.7..master --> *Feb 12, 2026* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: ##### `@mui/material@7.3.8` - \[alert] Revert removing default icon mapping fallback ([#&#8203;47629](https://github.com/mui/material-ui/issues/47629)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[app-bar] Fix optional chaining in joinVars function ([#&#8203;47739](https://github.com/mui/material-ui/issues/47739)) [@&#8203;sai6855](https://github.com/sai6855) - \[autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` ([#&#8203;47248](https://github.com/mui/material-ui/issues/47248)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[autocomplete] Pass fullWidth prop to input, with default as true ([#&#8203;47663](https://github.com/mui/material-ui/issues/47663)) [@&#8203;silviuaavram](https://github.com/silviuaavram) - \[badge] Refactor variant styles generation ([#&#8203;47742](https://github.com/mui/material-ui/issues/47742)) [@&#8203;sai6855](https://github.com/sai6855) - \[chip] Remove unnecessary `onDelete` check ([#&#8203;47753](https://github.com/mui/material-ui/issues/47753)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[switch]\[checkbox]\[radio] Remove `aria-disabled` from root span ([#&#8203;46318](https://github.com/mui/material-ui/issues/46318)) [@&#8203;KirankumarAmbati](https://github.com/KirankumarAmbati) - \[collapse] Remove unnecessary string concatenation ([#&#8203;47745](https://github.com/mui/material-ui/issues/47745)) [@&#8203;sai6855](https://github.com/sai6855) - \[drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class ([#&#8203;47581](https://github.com/mui/material-ui/issues/47581)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - \[tabs] Add ability to extend Tabs variant ([#&#8203;47590](https://github.com/mui/material-ui/issues/47590)) [@&#8203;aditya1906](https://github.com/aditya1906) - \[useAutocomplete] Add aria-multiselectable to listbox props when multiple is true ([#&#8203;47632](https://github.com/mui/material-ui/issues/47632)) [@&#8203;silviuaavram](https://github.com/silviuaavram) - \[useAutocomplete] Use `React.Key` instead of `any` for `key` prop ([#&#8203;47619](https://github.com/mui/material-ui/issues/47619)) [@&#8203;sonixx02](https://github.com/sonixx02) ##### Core - Revert "\[docs-infra] Add Cookie Banner and Analytics Provider ([#&#8203;47445](https://github.com/mui/material-ui/issues/47445))" ([`868d23e`](https://github.com/mui/material-ui/commit/868d23e)) [@&#8203;dav-is](https://github.com/dav-is) - Revert "\[docs-infra] Update Cookie Consent Dialog styling and content ([#&#8203;47718](https://github.com/mui/material-ui/issues/47718))" ([`ae29d03`](https://github.com/mui/material-ui/commit/ae29d03)) [@&#8203;dav-is](https://github.com/dav-is) - \[api-docs-builder] Validate slots prop and Slots interface export consistency ([#&#8203;47623](https://github.com/mui/material-ui/issues/47623)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Remove `window.muiDocConfig` ([#&#8203;47737](https://github.com/mui/material-ui/issues/47737)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix flaky Select test on Webkit ([#&#8203;47728](https://github.com/mui/material-ui/issues/47728)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Remove usage of NODE_ENV=test ([#&#8203;47692](https://github.com/mui/material-ui/issues/47692)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Prepare eslint rule rename ([#&#8203;47702](https://github.com/mui/material-ui/issues/47702)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Next.js 15.5.11 (security update) ([#&#8203;47697](https://github.com/mui/material-ui/issues/47697)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix Tooltip tests flakyness ([#&#8203;47669](https://github.com/mui/material-ui/issues/47669)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Improve instructions for error messages ([#&#8203;47668](https://github.com/mui/material-ui/issues/47668)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Add initial agent instructions ([#&#8203;47655](https://github.com/mui/material-ui/issues/47655)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Update broken links checker ([#&#8203;47633](https://github.com/mui/material-ui/issues/47633)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Improve Tooltip leaveDelay test ([#&#8203;47624](https://github.com/mui/material-ui/issues/47624)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Fix internal broken links ([#&#8203;47607](https://github.com/mui/material-ui/issues/47607)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Resolve a few 301s in our docs ([#&#8203;47746](https://github.com/mui/material-ui/issues/47746)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Update Cookie Consent Dialog styling and content ([#&#8203;47718](https://github.com/mui/material-ui/issues/47718)) [@&#8203;dav-is](https://github.com/dav-is) - \[docs-infra] Add Cookie Banner and Analytics Provider ([#&#8203;47445](https://github.com/mui/material-ui/issues/47445)) [@&#8203;dav-is](https://github.com/dav-is) - \[docs-infra] Make sure /customers page has a h1 ([#&#8203;47615](https://github.com/mui/material-ui/issues/47615)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Fix privacy link ([#&#8203;47614](https://github.com/mui/material-ui/issues/47614)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Resolve a few 301s ([#&#8203;47579](https://github.com/mui/material-ui/issues/47579)) [@&#8203;Janpot](https://github.com/Janpot) - \[internal] Remove unused sponsor files ([#&#8203;47741](https://github.com/mui/material-ui/issues/47741)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[markdown] Fix some broken hash links ([#&#8203;47609](https://github.com/mui/material-ui/issues/47609)) [@&#8203;Janpot](https://github.com/Janpot) - \[test] Cleanup Table tests TODOs ([#&#8203;47656](https://github.com/mui/material-ui/issues/47656)) [@&#8203;Ocheretovich](https://github.com/Ocheretovich) ##### Docs - \[website] unclickable banner in the pricing page ([#&#8203;47634](https://github.com/mui/material-ui/issues/47634)) [@&#8203;aemartos](https://github.com/aemartos) - \[blog] Company Update: What we've been working on (and why) ([#&#8203;47626](https://github.com/mui/material-ui/issues/47626)) [@&#8203;alelthomas](https://github.com/alelthomas) - \[docs] Remove outdated notifications ([#&#8203;47743](https://github.com/mui/material-ui/issues/47743)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[docs] Make Demo component product-agnostic ([#&#8203;47635](https://github.com/mui/material-ui/issues/47635)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs] Copyedit the Number Field doc ([#&#8203;47469](https://github.com/mui/material-ui/issues/47469)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Fix Roboto font not loading in iframe demos ([#&#8203;47660](https://github.com/mui/material-ui/issues/47660)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs] Replace Checkbox with Icons in Combobox examples ([#&#8203;47654](https://github.com/mui/material-ui/issues/47654)) [@&#8203;silviuaavram](https://github.com/silviuaavram) - \[docs] Fix punctuation in TypeScript guide description ([#&#8203;47617](https://github.com/mui/material-ui/issues/47617)) [@&#8203;nodirbekprogrammer](https://github.com/nodirbekprogrammer) All contributors of this release in alphabetical order: [@&#8203;aditya1906](https://github.com/aditya1906), [@&#8203;aemartos](https://github.com/aemartos), [@&#8203;alelthomas](https://github.com/alelthomas), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;dav-is](https://github.com/dav-is), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;KirankumarAmbati](https://github.com/KirankumarAmbati), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;nodirbekprogrammer](https://github.com/nodirbekprogrammer), [@&#8203;Ocheretovich](https://github.com/Ocheretovich), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;silviuaavram](https://github.com/silviuaavram), [@&#8203;sonixx02](https://github.com/sonixx02), [@&#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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2026-02-13 02:57:18 +01:00
Update dependency @mui/material to v7.3.8
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
2546d5b1ac
kjuulh scheduled this pull request to auto merge when all checks succeed 2026-02-13 02:57:18 +01:00
kjuulh merged commit 2546d5b1ac into main 2026-02-13 02:57:20 +01:00
kjuulh deleted branch renovate/material-ui-monorepo 2026-02-13 02:57:20 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OpenFood/openfood#461