fix(deps): update dependency @mui/material to v5.15.5 #338

Merged
techknowlogick merged 1 commits from renovate/material-ui-monorepo into main 2024-01-18 17:13:08 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies patch 5.15.3 -> 5.15.5

Release Notes

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

v5.15.5

Compare Source

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/material@5.15.5
@mui/material-next@6.0.0-alpha.118
@mui/base@5.0.0-beta.32
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
@mui/lab@5.0.0-alpha.161
@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/material@5.15.4
  • TextField]\[FormLabel]\[InputLabel]\[FormControl] Use exact children type to allow React children type augmentation ([#​38872](https://github.com/mui/material-ui/issues/38872)) [@​nicegamer7](https://github.com/nicegamer7)
    
  • Select] Add form submission regression test ([#​40176](https://github.com/mui/material-ui/issues/40176)) [@​mj12albert](https://github.com/mj12albert)
    
  • ToggleButtonGroup] Support different elements under it ([#​40220](https://github.com/mui/material-ui/issues/40220)) [@​Methuselah96](https://github.com/Methuselah96)
    
  • ClickAwayListener] Fix export of types ([#​40485](https://github.com/mui/material-ui/issues/40485)) [@​illume](https://github.com/illume)
    
    
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
  • zero] Move zero runtime related packages ([#​40426](https://github.com/mui/material-ui/issues/40426)) [@​brijeshb42](https://github.com/brijeshb42)
    
  • Fix all use of styled(Box) (#​40449) @​oliviertassinari
@mui/utils@5.15.4
@mui/base@5.0.0-beta.31
  • base-ui]\[NumberInput] Remove inputId and inputRef types from NumberInput component ([#​40425](https://github.com/mui/material-ui/issues/40425)) [@​sai6855](https://github.com/sai6855)
    
    
@mui/joy@5.0.0-beta.22
  • Badge] Shouldn't crash when using custom size ([#​39986](https://github.com/mui/material-ui/issues/39986)) [@​iamsaumya](https://github.com/iamsaumya)
    
  • ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export ([#​40407](https://github.com/mui/material-ui/issues/40407)) [@​RiceCrisp](https://github.com/RiceCrisp)
    
    
Docs
  • base-ui] Visual tweaks to the plain CSS theme stylesheet ([#​40487](https://github.com/mui/material-ui/issues/40487)) [@​zanivan](https://github.com/zanivan)
    
  • base-ui] Add tokens to plain CSS theme stylesheet ([#​40113](https://github.com/mui/material-ui/issues/40113)) [@​zanivan](https://github.com/zanivan)
    
  • base-ui] Update the overview page ([#​40412](https://github.com/mui/material-ui/issues/40412)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • material-ui]\[Drawer] Resolve flickering when double-clicking on the backdrop to close it ([#​40343](https://github.com/mui/material-ui/issues/40343)) [@​aacevski](https://github.com/aacevski)
    
  • material-ui] Refactor form submission in FormDialog component ([#​40470](https://github.com/mui/material-ui/issues/40470)) [@​sai6855](https://github.com/sai6855)
    
  • material-ui] Replace recharts with MUI X charts on the Dashboard template ([#​40107](https://github.com/mui/material-ui/issues/40107)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • material-ui] Revise the Alert demo page ([#​34892](https://github.com/mui/material-ui/issues/34892)) [@​samuelsycamore](https://github.com/samuelsycamore)
    
  • material-ui] Revise the Accordion page ([#​40284](https://github.com/mui/material-ui/issues/40284)) [@​anle9650](https://github.com/anle9650)
    
  • material-ui] Add docs for complementary Card components ([#​40346](https://github.com/mui/material-ui/issues/40346)) [@​anle9650](https://github.com/anle9650)
    
  • material-ui] Add Material 3 components page ([#​40350](https://github.com/mui/material-ui/issues/40350)) [@​DiegoAndai](https://github.com/DiegoAndai)
    
  • Fix strange italic style @​oliviertassinari
  • Fix references to ESLint @​oliviertassinari
  • Fix 301 redirections @​oliviertassinari
  • Right-to-left revision and addition to Joy UI (#​39158) @​danilo-leal
Core
  • examples] Use material-nextjs integration package ([#​40199](https://github.com/mui/material-ui/issues/40199)) [@​siriwatknp](https://github.com/siriwatknp)
    
  • code-infra] Configure build dependencies in nx ([#​40482](https://github.com/mui/material-ui/issues/40482)) [@​michaldudak](https://github.com/michaldudak)
    
  • code-infra] Don't require noreferrer on target link ([#​40447](https://github.com/mui/material-ui/issues/40447)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Use tsx instead of ts-node ([#​40428](https://github.com/mui/material-ui/issues/40428)) [@​michaldudak](https://github.com/michaldudak)
    
  • code-infra] Add options to docs-api generation to support X code structure ([#​40111](https://github.com/mui/material-ui/issues/40111)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs-infra] Add types for withDocsInfra ([#​40301](https://github.com/mui/material-ui/issues/40301)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Fix anchor links in API pages ([#​40450](https://github.com/mui/material-ui/issues/40450)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Fix API table full-width ([#​40476](https://github.com/mui/material-ui/issues/40476)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Fix the copy button overlapping with the scrollbar ([#​40405](https://github.com/mui/material-ui/issues/40405)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • docs-infra] Remove explicit `mui-x` dependency resolving ([#​40257](https://github.com/mui/material-ui/issues/40257)) [@​LukasTy](https://github.com/LukasTy)
    
  • docs-infra] Update the outlined Demo container dark mode color ([#​40488](https://github.com/mui/material-ui/issues/40488)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • core] Lock file maintenance ([#​34538](https://github.com/mui/material-ui/issues/34538)) [@​renovate](https://github.com/renovate)\[bot]
    
  • core] Remove duplicate devDependencies ([#​40438](https://github.com/mui/material-ui/issues/40438)) [@​michaldudak](https://github.com/michaldudak)
    
  • core] Remove issue emoji [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Move prefetch at the core, will propagate to MUI X [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Change package manager to pnpm ([#​36287](https://github.com/mui/material-ui/issues/36287)) [@​Janpot](https://github.com/Janpot)
    
  • core]\[docs] Remove the "Understand MUI packages" page ([#​39835](https://github.com/mui/material-ui/issues/39835)) [@​savalaram-redkar](https://github.com/savalaram-redkar)
    
  • website] Evolve the Developer Advocate role ([#​40337](https://github.com/mui/material-ui/issues/40337)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • website] Fix default social card [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Restore the `t` command ([#​40430](https://github.com/mui/material-ui/issues/40430)) [@​michaldudak](https://github.com/michaldudak)
    
    

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 | [`5.15.3` -> `5.15.5`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.15.5) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.15.5`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5155) [Compare Source](https://github.com/mui/material-ui/compare/v5.15.4...v5.15.5) <!-- generated comparing v5.15.4..master --> *Jan 17, 2024* A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - Base UI's CSS class prefix is now `base-` ([#&#8203;40205](https://github.com/mui/material-ui/issues/40205)) [@&#8203;michaldudak](https://github.com/michaldudak) - Bug fixes, and a lot of improvements to code and docs infra ##### `@mui/material@5.15.5` - ​<!-- 42 -->\[Accordion] Deprecate \*Props props and classes for v6 ([#&#8203;40418](https://github.com/mui/material-ui/issues/40418)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - ​<!-- 41 -->\[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props ([#&#8203;40551](https://github.com/mui/material-ui/issues/40551)) [@&#8203;2metres](https://github.com/2metres) - ​<!-- 27 -->\[Dialog] Remove deprecated onBackdropClick from Dialog tests ([#&#8203;40505](https://github.com/mui/material-ui/issues/40505)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 26 -->\[Divider] Deprecate props and classes for v6 ([#&#8203;40563](https://github.com/mui/material-ui/issues/40563)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/material-next@6.0.0-alpha.118` - ​<!-- 36 -->\[ButtonGroup] Apply MD3 style to `ButtonGroup` ([#&#8203;40124](https://github.com/mui/material-ui/issues/40124)) [@&#8203;lhilgert9](https://github.com/lhilgert9) ##### `@mui/base@5.0.0-beta.32` ##### Breaking changes - ​<!-- 40 -->Change the CSS class prefix to `base-` ([#&#8203;40205](https://github.com/mui/material-ui/issues/40205)) [@&#8203;michaldudak](https://github.com/michaldudak) The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`) To adapt your code to the new pattern: - replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.), - replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.). ##### Changes - ​<!-- 39 -->\[Select] Fix screen-reader CSS to avoid body scrollbar ([#&#8203;40599](https://github.com/mui/material-ui/issues/40599)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - ​<!-- 38 -->\[Switch] Add border-box to demos ([#&#8203;40638](https://github.com/mui/material-ui/issues/40638)) [@&#8203;zanivan](https://github.com/zanivan) ##### `@mui/joy@5.0.0-beta.23` - ​<!-- 11 -->\[ModalDialog] Fix ModalDialog layout prop override ([#&#8203;40512](https://github.com/mui/material-ui/issues/40512)) [@&#8203;maakcode](https://github.com/maakcode) - ​<!-- 10 -->\[RadioGroup] Allow zero number as a value ([#&#8203;40344](https://github.com/mui/material-ui/issues/40344)) [@&#8203;aacevski](https://github.com/aacevski) ##### `@mui/codemod@5.15.5` - ​<!-- 31 -->Allow `json` files to be transformed ([#&#8203;40536](https://github.com/mui/material-ui/issues/40536)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/lab@5.0.0-alpha.161` - ​<!-- 09 -->Update `@mui/material` peer dependency version ([#&#8203;40528](https://github.com/mui/material-ui/issues/40528)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/material-nextjs@5.15.5` - ​<!-- 08 -->Fix release script ([#&#8203;40519](https://github.com/mui/material-ui/issues/40519)) [@&#8203;petrovmiroslav](https://github.com/petrovmiroslav) - ​<!-- 07 -->Support Nonces in the App Router Provider ([#&#8203;40269](https://github.com/mui/material-ui/issues/40269)) [@&#8203;josh-feldman](https://github.com/josh-feldman) - ​<!-- 06 -->Polish [@&#8203;mui/material-nextjs](https://github.com/mui/material-nextjs) ([#&#8203;40473](https://github.com/mui/material-ui/issues/40473)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### `@mui/system@5.15.5` - ​<!-- 05 -->Fix import path for [@&#8203;mui/system](https://github.com/mui/system) in vite apps ([#&#8203;40490](https://github.com/mui/material-ui/issues/40490)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - ​<!-- 02 -->Fix css vars generation and simplify the code ([#&#8203;40530](https://github.com/mui/material-ui/issues/40530)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 01 -->Identify zero runtime styled path ([#&#8203;40555](https://github.com/mui/material-ui/issues/40555)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ##### Docs - ​<!-- 35 -->\[joy-ui]\[Card] Fix text alignment in horizontal aligned card demo ([#&#8203;40562](https://github.com/mui/material-ui/issues/40562)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 25 -->Improve instructions about peer dependencies ([#&#8203;40621](https://github.com/mui/material-ui/issues/40621)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 24 -->Solve page description length [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 23 -->Fix MUI Treasury links ([#&#8203;40561](https://github.com/mui/material-ui/issues/40561)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 17 -->\[material-ui] Update <ListItem button/> to ListItemButton in demos ([#&#8203;40564](https://github.com/mui/material-ui/issues/40564)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 16 -->\[material-ui] Revise the Snackbar page ([#&#8203;39298](https://github.com/mui/material-ui/issues/39298)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 15 -->\[material-ui] Sharpen Material 3 copy on demo pages ([#&#8203;40546](https://github.com/mui/material-ui/issues/40546)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - ​<!-- 14 -->\[material-ui] Fix typo on Next.js integration guide ([#&#8203;40538](https://github.com/mui/material-ui/issues/40538)) [@&#8203;zanivan](https://github.com/zanivan) - ​<!-- 13 -->\[material-ui]\[Snackbar] Remove unused `State` interface from Consecutive Snackbars demo ([#&#8203;40410](https://github.com/mui/material-ui/issues/40410)) [@&#8203;zinoroman](https://github.com/zinoroman) - ​<!-- 12 -->\[website] Resolve broken links reported by `docs:link-check` ([#&#8203;40547](https://github.com/mui/material-ui/issues/40547)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) ##### Core - ​<!-- 37 -->\[blog] Fix 404 link to MUI Treasury [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 34 -->\[code-infra] Add `run` command to deploy docs ([#&#8203;40513](https://github.com/mui/material-ui/issues/40513)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - ​<!-- 32 -->\[core] Update the lockfile ([#&#8203;40628](https://github.com/mui/material-ui/issues/40628)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 31 -->\[core] Remove dead code and follow standard [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 30 -->\[core] Simplify server detection ([#&#8203;40471](https://github.com/mui/material-ui/issues/40471)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 29 -->\[core] Sync playwright cache between MUI X and Material UI ([#&#8203;40475](https://github.com/mui/material-ui/issues/40475)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 28 -->\[dependencies] Bump tough-cookie ([#&#8203;40437](https://github.com/mui/material-ui/issues/40437)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 22 -->\[docs-infra] Enforce brand name rules ([#&#8203;40525](https://github.com/mui/material-ui/issues/40525)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 21 -->\[docs-infra] Minimize ad layout shift on mobile ([#&#8203;40582](https://github.com/mui/material-ui/issues/40582)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 20 -->\[docs-infra] Improve API page deprecation info ([#&#8203;40440](https://github.com/mui/material-ui/issues/40440)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - ​<!-- 19 -->\[docs-infra] Remove old tocs banners ([#&#8203;40537](https://github.com/mui/material-ui/issues/40537)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 18 -->\[docs-infra] Remove dead code aria-label sponsors ([#&#8203;40526](https://github.com/mui/material-ui/issues/40526)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 04 -->\[utils] Centralize clamp implementation in utils ([#&#8203;40267](https://github.com/mui/material-ui/issues/40267)) [@&#8203;Kamino0](https://github.com/Kamino0) - ​<!-- 03 -->\[website] Polish the Base UI page demos ([#&#8203;40504](https://github.com/mui/material-ui/issues/40504)) [@&#8203;danilo-leal](https://github.com/danilo-leal) All contributors of this release in alphabetical order: [@&#8203;2metres](https://github.com/2metres), [@&#8203;aacevski](https://github.com/aacevski), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;josh-feldman](https://github.com/josh-feldman), [@&#8203;Kamino0](https://github.com/Kamino0), [@&#8203;lhilgert9](https://github.com/lhilgert9), [@&#8203;maakcode](https://github.com/maakcode), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;petrovmiroslav](https://github.com/petrovmiroslav), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;zanivan](https://github.com/zanivan), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli), [@&#8203;zinoroman](https://github.com/zinoroman) ### [`v5.15.4`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5154) [Compare Source](https://github.com/mui/material-ui/compare/v5.15.3...v5.15.4) <!-- generated comparing v5.15.3..master --> *Jan 10, 2024* A big thanks to the 22 contributors who made this release possible. Here are some highlights: - ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) ([#&#8203;40220](https://github.com/mui/material-ui/issues/40220)) [@&#8203;Methuselah96](https://github.com/Methuselah96) ##### `@mui/material@5.15.4` - \[TextField]\[FormLabel]\[InputLabel]\[FormControl] Use exact children type to allow React children type augmentation ([#&#8203;38872](https://github.com/mui/material-ui/issues/38872)) [@&#8203;nicegamer7](https://github.com/nicegamer7) - \[Select] Add form submission regression test ([#&#8203;40176](https://github.com/mui/material-ui/issues/40176)) [@&#8203;mj12albert](https://github.com/mj12albert) - \[ToggleButtonGroup] Support different elements under it ([#&#8203;40220](https://github.com/mui/material-ui/issues/40220)) [@&#8203;Methuselah96](https://github.com/Methuselah96) - \[ClickAwayListener] Fix export of types ([#&#8203;40485](https://github.com/mui/material-ui/issues/40485)) [@&#8203;illume](https://github.com/illume) ##### `@mui/material-nextjs@5.15.4` - Improve build size issue ([#&#8203;40436](https://github.com/mui/material-ui/issues/40436)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/icons-material@5.15.4` - Update the icons ([#&#8203;40365](https://github.com/mui/material-ui/issues/40365)) [@&#8203;michaldudak](https://github.com/michaldudak) ##### `@mui/system@5.15.4` - \[zero] Move zero runtime related packages ([#&#8203;40426](https://github.com/mui/material-ui/issues/40426)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - Fix all use of styled(Box) ([#&#8203;40449](https://github.com/mui/material-ui/issues/40449)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### `@mui/utils@5.15.4` - Fix `isPlainObject` to work across realm ([#&#8203;39981](https://github.com/mui/material-ui/issues/39981)) [@&#8203;brijeshb42](https://github.com/brijeshb42) ##### `@mui/base@5.0.0-beta.31` - \[base-ui]\[NumberInput] Remove inputId and inputRef types from NumberInput component ([#&#8203;40425](https://github.com/mui/material-ui/issues/40425)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/joy@5.0.0-beta.22` - \[Badge] Shouldn't crash when using custom size ([#&#8203;39986](https://github.com/mui/material-ui/issues/39986)) [@&#8203;iamsaumya](https://github.com/iamsaumya) - \[ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export ([#&#8203;40407](https://github.com/mui/material-ui/issues/40407)) [@&#8203;RiceCrisp](https://github.com/RiceCrisp) ##### Docs - \[base-ui] Visual tweaks to the plain CSS theme stylesheet ([#&#8203;40487](https://github.com/mui/material-ui/issues/40487)) [@&#8203;zanivan](https://github.com/zanivan) - \[base-ui] Add tokens to plain CSS theme stylesheet ([#&#8203;40113](https://github.com/mui/material-ui/issues/40113)) [@&#8203;zanivan](https://github.com/zanivan) - \[base-ui] Update the overview page ([#&#8203;40412](https://github.com/mui/material-ui/issues/40412)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[material-ui]\[Drawer] Resolve flickering when double-clicking on the backdrop to close it ([#&#8203;40343](https://github.com/mui/material-ui/issues/40343)) [@&#8203;aacevski](https://github.com/aacevski) - \[material-ui] Refactor form submission in FormDialog component ([#&#8203;40470](https://github.com/mui/material-ui/issues/40470)) [@&#8203;sai6855](https://github.com/sai6855) - \[material-ui] Replace recharts with MUI X charts on the Dashboard template ([#&#8203;40107](https://github.com/mui/material-ui/issues/40107)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[material-ui] Revise the Alert demo page ([#&#8203;34892](https://github.com/mui/material-ui/issues/34892)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[material-ui] Revise the Accordion page ([#&#8203;40284](https://github.com/mui/material-ui/issues/40284)) [@&#8203;anle9650](https://github.com/anle9650) - \[material-ui] Add docs for complementary Card components ([#&#8203;40346](https://github.com/mui/material-ui/issues/40346)) [@&#8203;anle9650](https://github.com/anle9650) - \[material-ui] Add Material 3 components page ([#&#8203;40350](https://github.com/mui/material-ui/issues/40350)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - Fix strange italic style [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix references to ESLint [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix 301 redirections [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Right-to-left revision and addition to Joy UI ([#&#8203;39158](https://github.com/mui/material-ui/issues/39158)) [@&#8203;danilo-leal](https://github.com/danilo-leal) ##### Core - \[examples] Use material-nextjs integration package ([#&#8203;40199](https://github.com/mui/material-ui/issues/40199)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[code-infra] Configure build dependencies in nx ([#&#8203;40482](https://github.com/mui/material-ui/issues/40482)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[code-infra] Don't require noreferrer on target link ([#&#8203;40447](https://github.com/mui/material-ui/issues/40447)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Use tsx instead of ts-node ([#&#8203;40428](https://github.com/mui/material-ui/issues/40428)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[code-infra] Add options to docs-api generation to support X code structure ([#&#8203;40111](https://github.com/mui/material-ui/issues/40111)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs-infra] Add types for withDocsInfra ([#&#8203;40301](https://github.com/mui/material-ui/issues/40301)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix anchor links in API pages ([#&#8203;40450](https://github.com/mui/material-ui/issues/40450)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix API table full-width ([#&#8203;40476](https://github.com/mui/material-ui/issues/40476)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Fix the copy button overlapping with the scrollbar ([#&#8203;40405](https://github.com/mui/material-ui/issues/40405)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs-infra] Remove explicit `mui-x` dependency resolving ([#&#8203;40257](https://github.com/mui/material-ui/issues/40257)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[docs-infra] Update the outlined Demo container dark mode color ([#&#8203;40488](https://github.com/mui/material-ui/issues/40488)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[core] Lock file maintenance ([#&#8203;34538](https://github.com/mui/material-ui/issues/34538)) [@&#8203;renovate](https://github.com/renovate)\[bot] - \[core] Remove duplicate devDependencies ([#&#8203;40438](https://github.com/mui/material-ui/issues/40438)) [@&#8203;michaldudak](https://github.com/michaldudak) - \[core] Remove issue emoji [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Move prefetch at the core, will propagate to MUI X [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Change package manager to pnpm ([#&#8203;36287](https://github.com/mui/material-ui/issues/36287)) [@&#8203;Janpot](https://github.com/Janpot) - \[core]\[docs] Remove the "Understand MUI packages" page ([#&#8203;39835](https://github.com/mui/material-ui/issues/39835)) [@&#8203;savalaram-redkar](https://github.com/savalaram-redkar) - \[website] Evolve the Developer Advocate role ([#&#8203;40337](https://github.com/mui/material-ui/issues/40337)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[website] Fix default social card [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Restore the `t` command ([#&#8203;40430](https://github.com/mui/material-ui/issues/40430)) [@&#8203;michaldudak](https://github.com/michaldudak) All contributors of this release in alphabetical order: [@&#8203;aacevski](https://github.com/aacevski), [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;anle9650](https://github.com/anle9650), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;iamsaumya](https://github.com/iamsaumya), [@&#8203;illume](https://github.com/illume), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;Methuselah96](https://github.com/Methuselah96), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;nicegamer7](https://github.com/nicegamer7), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;renovate](https://github.com/renovate)\[bot], [@&#8203;RiceCrisp](https://github.com/RiceCrisp), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;savalaram-redkar](https://github.com/savalaram-redkar), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;zanivan](https://github.com/zanivan) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-01-11 00:11:17 +00:00
fix(deps): update dependency @mui/material to v5.15.4
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m55s
3dcac86d3f
renovate-bot force-pushed renovate/material-ui-monorepo from 3dcac86d3f to 27e9ef9b0f 2024-01-18 00:12:07 +00:00 Compare
renovate-bot changed title from fix(deps): update dependency @mui/material to v5.15.4 to fix(deps): update dependency @mui/material to v5.15.5 2024-01-18 00:12:22 +00:00
techknowlogick merged commit 50641a58cc into main 2024-01-18 17:13:08 +00:00
techknowlogick deleted branch renovate/material-ui-monorepo 2024-01-18 17:13:10 +00:00
Sign in to join this conversation.
No description provided.