Update dependency @mui/material to v5.16.7 #160

Merged
pierre merged 1 commits from renovate/mui-material-5.x-lockfile into master 2024-09-02 00:46:14 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies minor 5.15.21 -> 5.16.7

Release Notes

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

v5.16.7

Compare Source

Aug 9, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.7
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​oliviertassinari, @​zanivan

v5.16.6

Compare Source

Jul 30, 2024

A big thanks to the 5 contributors who made this release possible.

@mui/material@5.16.6
  • Divider] Enable borderStyle enhancement in divider with children ([#​43059](https://github.com/mui/material-ui/issues/43059)) [@​anuujj](https://github.com/anuujj)
    
    
Docs
  • material-ui]\[Card] Update CardMedia description ([#​43121](https://github.com/mui/material-ui/issues/43121)) [@​shahzaibdev1](https://github.com/shahzaibdev1)
    
  • material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example ([#&#8203;43114](https://github.com/mui/material-ui/issues/43114)) [@&#8203;aliharis99](https://github.com/aliharis99)
    
  • material-ui]\[Snackbar] Improve close `reason` type in demos ([#&#8203;43105](https://github.com/mui/material-ui/issues/43105)) [@&#8203;sai6855](https://github.com/sai6855)
    
    
Core
  • code-infra] Use the same CI names on master & next ([#&#8203;43064](https://github.com/mui/material-ui/issues/43064)) [@&#8203;mnajdova](https://github.com/mnajdova)
    
    

All contributors of this release in alphabetical order: @​aliharis99, @​anuujj, @​mnajdova, @​sai6855, @​shahzaibdev1

v5.16.5

Compare Source

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5
Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5

v5.16.4

Compare Source

Jul 16, 2024

A big thanks to the 1 contributor who made this release possible.

@mui/material@5.16.4

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Compare Source

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.3
Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Compare Source

Jul 16, 2024

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.16.2
Core

All contributors of this release in alphabetical order: @​mnajdova, @​oliviertassinari

v5.16.1

Compare Source

Jul 11, 2024

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

  • ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
@mui/material@5.16.1
  • AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider ([#&#8203;42713](https://github.com/mui/material-ui/issues/42713)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli)
    
    
@mui/joy@5.0.0-beta.48
  • Autocomplete] Fix React spread key warning ([#&#8203;42856](https://github.com/mui/material-ui/issues/42856)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
    
Docs
  • material-ui] Fix React 18.3 key spread warnings in Autocomplete demos ([#&#8203;42854](https://github.com/mui/material-ui/issues/42854)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • material-ui] Fix type error in virtualized table demo ([#&#8203;42852](https://github.com/mui/material-ui/issues/42852)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • Fix typos (@​omahs) (#​42888) @​omahs
  • Fix 301 @​oliviertassinari
Core
  • core] Bump React to 18.3.1 ([#&#8203;42846](https://github.com/mui/material-ui/issues/42846)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • core] Remove react-test-renderer ([#&#8203;42853](https://github.com/mui/material-ui/issues/42853)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • core] Replace enzyme in describeConformance ([#&#8203;42847](https://github.com/mui/material-ui/issues/42847)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • test] Remove enzyme ([#&#8203;42850](https://github.com/mui/material-ui/issues/42850)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • test] Remove createMount test util ([#&#8203;42849](https://github.com/mui/material-ui/issues/42849)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • base-ui] Fix React spread key warning in test ([#&#8203;42855](https://github.com/mui/material-ui/issues/42855)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • styles]\[withStyles] Expect React defaultProps warning in test ([#&#8203;42752](https://github.com/mui/material-ui/issues/42752)) ([#&#8203;42851](https://github.com/mui/material-ui/issues/42851)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​oliviertassinari, @​omahs, @​ZeeshanTamboli

v5.16.0

Compare Source

Jul 5, 2024

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

@mui/material@5.16.0
  • Alert] Add ability to override slot props ([@&#8203;alexey-kozlenkov](https://github.com/alexey-kozlenkov)) ([#&#8203;42808](https://github.com/mui/material-ui/issues/42808)) [@&#8203;alexey-kozlenkov](https://github.com/alexey-kozlenkov)
    
  • Add InitColorSchemeScript for Next.js App Router (#​42829) @​siriwatknp
  • Add DefaultPropsProvider (#​42820) @​siriwatknp
  • Support CssVarsTheme in responsiveFontSizes return type (@​jxdp) (#​42806) @​jxdp
  • Remove warning from getInitColorSchemeScript (#​42838) @​siriwatknp
Docs
  • docs] Fix 301 MDN redirections [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
    
Core
  • mui-utils]\[test] Remove usages of deprecated react-dom APIs ([@&#8203;aarongarciah](https://github.com/aarongarciah)) ([#&#8203;42813](https://github.com/mui/material-ui/issues/42813)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | minor | [`5.15.21` -> `5.16.7`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.21/5.16.7) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.16.7`](https://github.com/mui/material-ui/releases/tag/v5.16.7) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.6...v5.16.7) *Aug 9, 2024* A big thanks to the 3 contributors who made this release possible. ##### `@mui/material@5.16.7` - ​<!-- 3 -->\[material-ui]\[mui-system] Add support for version runtime checks ([#&#8203;43233](https://github.com/mui/material-ui/issues/43233)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) ##### Docs - ​<!-- 4 -->\[docs] Fix 301 [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - ​<!-- 2 -->\[website] Fix wrong link in pricing table ([@&#8203;zanivan](https://github.com/zanivan)) ([#&#8203;43143](https://github.com/mui/material-ui/issues/43143)) [@&#8203;zanivan](https://github.com/zanivan) - ​<!-- 1 -->\[website] Add blog link to pricing table ([@&#8203;zanivan](https://github.com/zanivan)) ([#&#8203;43140](https://github.com/mui/material-ui/issues/43140)) [@&#8203;zanivan](https://github.com/zanivan) All contributors of this release in alphabetical order: [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;zanivan](https://github.com/zanivan) ### [`v5.16.6`](https://github.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.5...v5.16.6) <!-- generated comparing v5.16.5..master --> *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#&#8203;43059](https://github.com/mui/material-ui/issues/43059)) [@&#8203;anuujj](https://github.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#&#8203;43121](https://github.com/mui/material-ui/issues/43121)) [@&#8203;shahzaibdev1](https://github.com/shahzaibdev1) - \[material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example ([#&#8203;43114](https://github.com/mui/material-ui/issues/43114)) [@&#8203;aliharis99](https://github.com/aliharis99) - \[material-ui]\[Snackbar] Improve close `reason` type in demos ([#&#8203;43105](https://github.com/mui/material-ui/issues/43105)) [@&#8203;sai6855](https://github.com/sai6855) ##### Core - \[code-infra] Use the same CI names on master & next ([#&#8203;43064](https://github.com/mui/material-ui/issues/43064)) [@&#8203;mnajdova](https://github.com/mnajdova) All contributors of this release in alphabetical order: [@&#8203;aliharis99](https://github.com/aliharis99), [@&#8203;anuujj](https://github.com/anuujj), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;shahzaibdev1](https://github.com/shahzaibdev1) ### [`v5.16.5`](https://github.com/mui/material-ui/releases/tag/v5.16.5) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5) *Jul 25, 2024* A big thanks to the 4 contributors who made this release possible. ##### `@mui/utils@5.16.5` - ​<!-- 1 -->\[utils] Add dependency to [@&#8203;mui/types](https://github.com/mui/types) ([@&#8203;mnajdova](https://github.com/mnajdova)) ([#&#8203;43047](https://github.com/mui/material-ui/issues/43047)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Docs - ​<!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo ([@&#8203;ManthanGajjar](https://github.com/ManthanGajjar)) ([#&#8203;43039](https://github.com/mui/material-ui/issues/43039)) [@&#8203;ManthanGajjar](https://github.com/ManthanGajjar) - ​<!-- 3 -->Fix CHANGELOG convention [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 2 -->\[material-ui] Fix broken image links in blog template on master branch ([#&#8203;42969](https://github.com/mui/material-ui/issues/42969)) [@&#8203;navedqb](https://github.com/navedqb) All contributors of this release in alphabetical order: [@&#8203;ManthanGajjar](https://github.com/ManthanGajjar), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;navedqb](https://github.com/navedqb), [@&#8203;oliviertassinari](https://github.com/oliviertassinari) **Full Changelog**: https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5 ### [`v5.16.4`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5164) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.3...v5.16.4) <!-- generated comparing v5.16.3..master --> *Jul 16, 2024* A big thanks to the 1 contributor who made this release possible. ##### `@mui/material@5.16.4` - ​<!-- 1 -->Fix wrong import in Popover types ([#&#8203;42967](https://github.com/mui/material-ui/issues/42967)) [@&#8203;mnajdova](https://github.com/mnajdova) All contributors of this release in alphabetical order: [@&#8203;mnajdova](https://github.com/mnajdova) ### [`v5.16.3`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5163) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.2...v5.16.3) <!-- generated comparing v5.16.2..master --> *Jul 16, 2024* A big thanks to the 3 contributors who made this release possible. ##### `@mui/material@5.16.3` - ​<!-- 1 -->\[material] Add missing dependency ([#&#8203;42959](https://github.com/mui/material-ui/issues/42959)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Docs - ​<!-- 3 -->\[material-ui]\[Autocomplete] Add instructions about `autosuggest-highlight` dependency ([#&#8203;42953](https://github.com/mui/material-ui/issues/42953)) [@&#8203;HoFa1997](https://github.com/HoFa1997) - ​<!-- 2 -->Move feedback from Canny to GitHub [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;HoFa1997](https://github.com/HoFa1997), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ### [`v5.16.2`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5162) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.1...v5.16.2) <!-- generated comparing v5.16.1..master --> *Jul 16, 2024* A big thanks to the 2 contributors who made this release possible. ##### `@mui/material@5.16.2` - ​<!-- 2 -->\[material] Remove dependency to [@&#8203;mui/base](https://github.com/mui/base) ([@&#8203;mnajdova](https://github.com/mnajdova)) ([#&#8203;42917](https://github.com/mui/material-ui/issues/42917)) [@&#8203;mnajdova](https://github.com/mnajdova) ##### Core - ​<!-- 1 -->\[website] Sync /about page [@&#8203;oliviertassinari](https://github.com/oliviertassinari) All contributors of this release in alphabetical order: [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ### [`v5.16.1`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5161) [Compare Source](https://github.com/mui/material-ui/compare/v5.16.0...v5.16.1) *Jul 11, 2024* A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: - ⚛️ All packages, including Material UI, are now compatible with React 18.3.1 ##### `@mui/material@5.16.1` - \[AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider ([#&#8203;42713](https://github.com/mui/material-ui/issues/42713)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/joy@5.0.0-beta.48` - \[Autocomplete] Fix React spread key warning ([#&#8203;42856](https://github.com/mui/material-ui/issues/42856)) [@&#8203;aarongarciah](https://github.com/aarongarciah) ##### Docs - \[material-ui] Fix React 18.3 key spread warnings in Autocomplete demos ([#&#8203;42854](https://github.com/mui/material-ui/issues/42854)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[material-ui] Fix type error in virtualized table demo ([#&#8203;42852](https://github.com/mui/material-ui/issues/42852)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Fix typos ([@&#8203;omahs](https://github.com/omahs)) ([#&#8203;42888](https://github.com/mui/material-ui/issues/42888)) [@&#8203;omahs](https://github.com/omahs) - Fix 301 [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[core] Bump React to 18.3.1 ([#&#8203;42846](https://github.com/mui/material-ui/issues/42846)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[core] Remove react-test-renderer ([#&#8203;42853](https://github.com/mui/material-ui/issues/42853)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[core] Replace enzyme in describeConformance ([#&#8203;42847](https://github.com/mui/material-ui/issues/42847)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[test] Remove enzyme ([#&#8203;42850](https://github.com/mui/material-ui/issues/42850)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[test] Remove createMount test util ([#&#8203;42849](https://github.com/mui/material-ui/issues/42849)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[base-ui] Fix React spread key warning in test ([#&#8203;42855](https://github.com/mui/material-ui/issues/42855)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[styles]\[withStyles] Expect React defaultProps warning in test ([#&#8203;42752](https://github.com/mui/material-ui/issues/42752)) ([#&#8203;42851](https://github.com/mui/material-ui/issues/42851)) [@&#8203;aarongarciah](https://github.com/aarongarciah) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;omahs](https://github.com/omahs), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ### [`v5.16.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5160) [Compare Source](https://github.com/mui/material-ui/compare/v5.15.21...v5.16.0) <!-- generated comparing v5.15.21..master --> *Jul 5, 2024* A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🚀 Added `InitColorSchemeScript` for Next.js App Router ([#&#8203;42829](https://github.com/mui/material-ui/issues/42829)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/material@5.16.0` - \[Alert] Add ability to override slot props ([@&#8203;alexey-kozlenkov](https://github.com/alexey-kozlenkov)) ([#&#8203;42808](https://github.com/mui/material-ui/issues/42808)) [@&#8203;alexey-kozlenkov](https://github.com/alexey-kozlenkov) - Add `InitColorSchemeScript` for Next.js App Router ([#&#8203;42829](https://github.com/mui/material-ui/issues/42829)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Add `DefaultPropsProvider` ([#&#8203;42820](https://github.com/mui/material-ui/issues/42820)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Support `CssVarsTheme` in `responsiveFontSizes` return type ([@&#8203;jxdp](https://github.com/jxdp)) ([#&#8203;42806](https://github.com/mui/material-ui/issues/42806)) [@&#8203;jxdp](https://github.com/jxdp) - Remove warning from `getInitColorSchemeScript` ([#&#8203;42838](https://github.com/mui/material-ui/issues/42838)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[docs] Fix 301 MDN redirections [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[mui-utils]\[test] Remove usages of deprecated react-dom APIs ([@&#8203;aarongarciah](https://github.com/aarongarciah)) ([#&#8203;42813](https://github.com/mui/material-ui/issues/42813)) [@&#8203;aarongarciah](https://github.com/aarongarciah) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;alexey-kozlenkov](https://github.com/alexey-kozlenkov), [@&#8203;jxdp](https://github.com/jxdp), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;siriwatknp](https://github.com/siriwatknp) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-09-02 00:33:49 +00:00
Update dependency @mui/material to v5.16.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
eda0fc80b0
pierre scheduled this pull request to auto merge when all checks succeed 2024-09-02 00:33:50 +00:00
pierre merged commit eda0fc80b0 into master 2024-09-02 00:46:14 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWeb#160
No description provided.