Update dependency @mui/material to v5.14.8 #25

Merged
pierre merged 1 commits from renovate/mui-material-5.x-lockfile into master 2023-09-06 01:20:20 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies patch 5.14.7 -> 5.14.8

Release Notes

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

v5.14.8

Compare Source

Sep 5, 2023

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

@mui/material@5.14.8
@mui/base@5.0.0-beta.14
@mui/joy@5.0.0-beta.5
@mui/lab@5.0.0-alpha.143
@mui/system@5.14.8
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alisasanib, @​amal-qb, @​anle9650, @​anon-phantom, @​bharatkashyap, @​brijeshb42, @​christophermorin, @​danilo-leal, @​flaviendelangle, @​imevanc, @​jyash97, @​mbrookes, @​michaldudak, @​mj12albert, @​oliviertassinari, @​omriklein, @​pcorpet, @​rajgop1, @​ruflair, @​sai6855, @​siriwatknp, @​szalonna, @​zanivan, @​ZeeshanTamboli


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/getting-started/) ([source](https://github.com/mui/material-ui)) | dependencies | patch | [`5.14.7` -> `5.14.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.14.7/5.14.8) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v5.14.8`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5148) [Compare Source](https://github.com/mui/material-ui/compare/v5.14.7...v5.14.8) <!-- generated comparing v5.14.7..master --> *Sep 5, 2023* A big thanks to the 25 contributors who made this release possible. ##### `@mui/material@5.14.8` - ​<!-- 53 -->ImageItemList fix incorrect (below) rendering ([#&#8203;38452](https://github.com/mui/material-ui/issues/38452)) [@&#8203;omriklein](https://github.com/omriklein) - ​<!-- 42 -->\[Button] Add demo for file upload ([#&#8203;38786](https://github.com/mui/material-ui/issues/38786)) [@&#8203;anle9650](https://github.com/anle9650) - ​<!-- 12 -->\[Slider] Add missing classes for `Slider` `InputLabel` `InputBase` `Radio` ([#&#8203;38401](https://github.com/mui/material-ui/issues/38401)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 11 -->\[Select] Merge slotProps.paper with internal Paper props ([#&#8203;38703](https://github.com/mui/material-ui/issues/38703)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 09 -->\[Tabs] Fix `ref` type ([#&#8203;38717](https://github.com/mui/material-ui/issues/38717)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 08 -->\[TabScrollButton] Extend ButtonBase types ([#&#8203;38719](https://github.com/mui/material-ui/issues/38719)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-beta.14` - ​<!-- 50 -->\[Autocomplete] Type multiple values with readonly arrays. ([#&#8203;38253](https://github.com/mui/material-ui/issues/38253)) [@&#8203;pcorpet](https://github.com/pcorpet) - ​<!-- 07 -->\[TextField] Fix unstable height of memoized multiline TextField component ([#&#8203;37135](https://github.com/mui/material-ui/issues/37135)) [@&#8203;amal-qb](https://github.com/amal-qb) ##### `@mui/joy@5.0.0-beta.5` - ​<!-- 53 -->\[Accordion] Fix incorrect display of classname ([#&#8203;38695](https://github.com/mui/material-ui/issues/38695)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 51 -->\[AspectRatio] Correct `ratio` prop description ([#&#8203;38743](https://github.com/mui/material-ui/issues/38743)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 43 -->\[Button] Fix disablity of button ([#&#8203;38673](https://github.com/mui/material-ui/issues/38673)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 35 -->\[design] Stray design tweaks to components ([#&#8203;38476](https://github.com/mui/material-ui/issues/38476)) [@&#8203;zanivan](https://github.com/zanivan) - ​<!-- 05 -->\[Typography] Added position only when Skeleton is a direct child ([#&#8203;38799](https://github.com/mui/material-ui/issues/38799)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/lab@5.0.0-alpha.143` - ​<!-- 06 -->\[TreeView] Use Tree View from MUI X in the lab ([#&#8203;38261](https://github.com/mui/material-ui/issues/38261)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 13 -->\[LoadingButton] Fix HTML rule button > div forbidden nesting ([#&#8203;38584](https://github.com/mui/material-ui/issues/38584)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### `@mui/system@5.14.8` - ​<!-- 11 -->\[system] Fix the inconsistent types of the `mergeBreakpointsInOrder` function ([#&#8203;38749](https://github.com/mui/material-ui/issues/38749)) [@&#8203;imevanc](https://github.com/imevanc) - ​<!-- 10 -->\[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units ([#&#8203;38633](https://github.com/mui/material-ui/issues/38633)) [@&#8203;mj12albert](https://github.com/mj12albert) - ​<!-- 05 -->\[typescript] Introduce \*OwnProps interfaces for components ([#&#8203;36798](https://github.com/mui/material-ui/issues/36798)) [@&#8203;szalonna](https://github.com/szalonna) ##### Docs - ​<!-- 52 -->Update changelog ([#&#8203;38704](https://github.com/mui/material-ui/issues/38704)) [@&#8203;mj12albert](https://github.com/mj12albert) - ​<!-- 49 -->\[docs]\[Autocomplete] Require referentially stable value ([#&#8203;38734](https://github.com/mui/material-ui/issues/38734)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 48 -->\[docs]\[base-ui] Add type parameter to the button in prepareForSlot demo ([#&#8203;38640](https://github.com/mui/material-ui/issues/38640)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 47 -->\[docs]\[base-ui] Fix the broken image in the Tailwind CSS guide ([#&#8203;38721](https://github.com/mui/material-ui/issues/38721)) [@&#8203;michaldudak](https://github.com/michaldudak) - ​<!-- 46 -->\[docs]\[base-ui]: Working With Tailwind Guide - revises example code to avoid import errors ([#&#8203;38693](https://github.com/mui/material-ui/issues/38693)) [@&#8203;christophermorin](https://github.com/christophermorin) - ​<!-- 45 -->\[docs]\[base] Add Tailwind CSS + plain CSS demo on the Menu page ([#&#8203;38618](https://github.com/mui/material-ui/issues/38618)) [@&#8203;alisasanib](https://github.com/alisasanib) - ​<!-- 44 -->\[blog] Clearer blog release title [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 43 -->\[blog] Add a post for the Tree View migration ([#&#8203;38407](https://github.com/mui/material-ui/issues/38407)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 34 -->\[docs] Fix broken links to Next.js docs ([#&#8203;38764](https://github.com/mui/material-ui/issues/38764)) [@&#8203;ruflair](https://github.com/ruflair) - ​<!-- 33 -->\[docs] Trim trailing whitespace ([#&#8203;38793](https://github.com/mui/material-ui/issues/38793)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 32 -->\[docs] Fix a typo in lab-tree-view-to-mui-x.md [@&#8203;mbrookes](https://github.com/mbrookes) - ​<!-- 31 -->\[docs] Clean up not used Usage files ([#&#8203;38715](https://github.com/mui/material-ui/issues/38715)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 30 -->\[docs] Improve theme builder exceptions ([#&#8203;38709](https://github.com/mui/material-ui/issues/38709)) [@&#8203;jyash97](https://github.com/jyash97) - ​<!-- 29 -->\[docs] Polish Slider demos ([#&#8203;38759](https://github.com/mui/material-ui/issues/38759)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 28 -->\[docs] Fix Joy UI docs link regression ([#&#8203;38761](https://github.com/mui/material-ui/issues/38761)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 27 -->\[docs] Fix typo [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 26 -->\[docs] Fix e.g. typo ([#&#8203;38748](https://github.com/mui/material-ui/issues/38748)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 25 -->\[docs] Fix Next.js pages router example redirect link ([#&#8203;38750](https://github.com/mui/material-ui/issues/38750)) [@&#8203;sai6855](https://github.com/sai6855) - ​<!-- 24 -->\[docs] Fix SEO issue broken links [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 23 -->\[docs] Improve SSR example reference ([#&#8203;38651](https://github.com/mui/material-ui/issues/38651)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 17 -->\[docs]\[joy-ui] Integrate a count-up feature to the Linear Progress ([#&#8203;38738](https://github.com/mui/material-ui/issues/38738)) [@&#8203;anon-phantom](https://github.com/anon-phantom) - ​<!-- 16 -->\[docs]\[joy-ui] Fix Link's `overlay` prop demo ([#&#8203;38702](https://github.com/mui/material-ui/issues/38702)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 15 -->\[docs]\[joy-ui] Polish the Stack page ([#&#8203;38623](https://github.com/mui/material-ui/issues/38623)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 14 -->\[docs]\[material-ui] Adjust simple Slide demo ([#&#8203;38646](https://github.com/mui/material-ui/issues/38646)) [@&#8203;rajgop1](https://github.com/rajgop1) ##### Core - ​<!-- 43 -->\[core] Re-add nx and setup build caching ([#&#8203;38752](https://github.com/mui/material-ui/issues/38752)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - ​<!-- 41 -->\[core] Remove dead code seoTitle [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 40 -->\[core] Use immutable refs ([#&#8203;38762](https://github.com/mui/material-ui/issues/38762)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 39 -->\[core] Rework `typescript-to-proptypes` to share the AST parsing with `parseStyles` ([#&#8203;38517](https://github.com/mui/material-ui/issues/38517)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - ​<!-- 38 -->\[core] Fix CI [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 37 -->\[core] Remove unnecessary `@types/webpack` package ([#&#8203;38720](https://github.com/mui/material-ui/issues/38720)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - ​<!-- 36 -->\[core] Remove duplicate prop [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 22 -->\[docs-infra] Fix mobile display in CodeSandbox ([#&#8203;38767](https://github.com/mui/material-ui/issues/38767)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 21 -->\[docs-infra] Remove legacy GA ([#&#8203;37579](https://github.com/mui/material-ui/issues/37579)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - ​<!-- 20 -->\[docs-infra] Fix emotion :first-child console log ([#&#8203;38690](https://github.com/mui/material-ui/issues/38690)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 19 -->\[docs-infra] Fix leaking callout content ([#&#8203;38712](https://github.com/mui/material-ui/issues/38712)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 18 -->\[docs-infra] Remove emoji from callouts ([#&#8203;38694](https://github.com/mui/material-ui/issues/38694)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 04 -->\[website] Fix out of date discount value [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - ​<!-- 03 -->\[website] Fix out-of-date label on Toolpad ([#&#8203;38744](https://github.com/mui/material-ui/issues/38744)) [@&#8203;bharatkashyap](https://github.com/bharatkashyap) - ​<!-- 02 -->\[website] Fine-tune branding buttons box shadows ([#&#8203;38731](https://github.com/mui/material-ui/issues/38731)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - ​<!-- 01 -->\[website] Fix pricing table style ([#&#8203;38681](https://github.com/mui/material-ui/issues/38681)) [@&#8203;alexfauquette](https://github.com/alexfauquette) All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;alisasanib](https://github.com/alisasanib), [@&#8203;amal-qb](https://github.com/amal-qb), [@&#8203;anle9650](https://github.com/anle9650), [@&#8203;anon-phantom](https://github.com/anon-phantom), [@&#8203;bharatkashyap](https://github.com/bharatkashyap), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;christophermorin](https://github.com/christophermorin), [@&#8203;danilo-leal](https://github.com/danilo-leal), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;imevanc](https://github.com/imevanc), [@&#8203;jyash97](https://github.com/jyash97), [@&#8203;mbrookes](https://github.com/mbrookes), [@&#8203;michaldudak](https://github.com/michaldudak), [@&#8203;mj12albert](https://github.com/mj12albert), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;omriklein](https://github.com/omriklein), [@&#8203;pcorpet](https://github.com/pcorpet), [@&#8203;rajgop1](https://github.com/rajgop1), [@&#8203;ruflair](https://github.com/ruflair), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;szalonna](https://github.com/szalonna), [@&#8203;zanivan](https://github.com/zanivan), [@&#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 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44Mi4wIiwidXBkYXRlZEluVmVyIjoiMzYuODIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-09-06 00:35:33 +00:00
Update dependency @mui/material to v5.14.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
29d6bb7c21
pierre scheduled this pull request to auto merge when all checks succeed 2023-09-06 00:35:33 +00:00
pierre added 1 commit 2023-09-06 00:35:33 +00:00
Update dependency @mui/material to v5.14.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
29d6bb7c21
pierre merged commit f686003f19 into master 2023-09-06 01:20:20 +00: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: pierre/GeneIT#25