EtherealEngine / Blockchain-in-a-Box

A batteries-included ethereum blockchain for bootstrapping the Metaverse.🚀🚀🚀
MIT License
61 stars 37 forks source link

Update material-ui monorepo #923

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) 5.10.9 -> 5.10.11 age adoption passing confidence
@mui/styles (source) 5.10.9 -> 5.10.10 age adoption passing confidence

Release Notes

mui/material-ui ### [`v5.10.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51011) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.10...v5.10.11) *Oct 25, 2022* A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - 🔧 Moved `components` to `slots` prop starting at MUI Base to create consistency across products - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements ##### `@mui/material@5.10.11` - \[InputBase] Fix `onInvalid` to use HTMLInputElement | HTMLTextAreaElement Element type ([#​33162](https://togithub.com/mui/material-ui/issues/33162)) [@​KuSh](https://togithub.com/KuSh) - \[Alert] Add `components` and `componentsProps` props to allow close action overrides ([#​33582](https://togithub.com/mui/material-ui/issues/33582)) [@​jake-collibra](https://togithub.com/jake-collibra) ##### `@mui/base@5.0.0-alpha.103` ##### BREAKING CHANGE - \[base] `components` -> `slots` API rename ([#​34693](https://togithub.com/mui/material-ui/issues/34693)) [@​michaldudak](https://togithub.com/michaldudak) - Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively. - Change casing of slots' fields to camelCase ```diff - + ``` - \[base] Make CSS class prefixes consistent ([#​33411](https://togithub.com/mui/material-ui/issues/33411)) [@​michaldudak](https://togithub.com/michaldudak) **This is a breaking change for anyone who depends on the class names applied to Base components.** If you use the `UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code. ```diff -.ButtonUnstyled-root { ... }; +.MuiButton-root { ... }; ``` ##### Changes - \[test] Test all Base components with describeConformanceUnstyled ([#​34825](https://togithub.com/mui/material-ui/issues/34825)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/joy@5.0.0-alpha.51` - \[CircularProgress]\[joy] Fix classnames and add test ([#​34806](https://togithub.com/mui/material-ui/issues/34806)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Joy] Allow string type for `size` prop in components ([#​34805](https://togithub.com/mui/material-ui/issues/34805)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### Docs - Revert "\[docs] Fix search icons in other languages ([#​34823](https://togithub.com/mui/material-ui/issues/34823))" [@​oliviertassinari](https://togithub.com/oliviertassinari) - Revert "\[core] Move SearchIcons to docs src folder ([#​34802](https://togithub.com/mui/material-ui/issues/34802))" [@​oliviertassinari](https://togithub.com/oliviertassinari) - Revert "\[docs] Live demos ([#​34454](https://togithub.com/mui/material-ui/issues/34454))" [@​oliviertassinari](https://togithub.com/oliviertassinari) - Update the order of operations for pagination example so that slicing takes place after sorting. ([#​34189](https://togithub.com/mui/material-ui/issues/34189)) [@​marceliwac](https://togithub.com/marceliwac) - \[docs] Gatsby Description in Joy dark-mode ([#​34702](https://togithub.com/mui/material-ui/issues/34702)) [@​pixelass](https://togithub.com/pixelass) - \[docs] Add notification for blogpost MUI X v6 alpha ([#​34809](https://togithub.com/mui/material-ui/issues/34809)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) - \[docs] Polish Crowdin config ([#​34852](https://togithub.com/mui/material-ui/issues/34852)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix a few style standard deviations [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Enforce no trailing spaces ([#​34762](https://togithub.com/mui/material-ui/issues/34762)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Enforce correct git diff format ([#​34765](https://togithub.com/mui/material-ui/issues/34765)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix Toolpad docs 301 route ([#​34843](https://togithub.com/mui/material-ui/issues/34843)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[docs] Replace initial value with theme white ([#​34822](https://togithub.com/mui/material-ui/issues/34822)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs] Remove localization redirects ([#​34844](https://togithub.com/mui/material-ui/issues/34844)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs] Fix search icons in other languages ([#​34823](https://togithub.com/mui/material-ui/issues/34823)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs] Fix JavaScript capitalization [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Update new links to MD2 ([#​34848](https://togithub.com/mui/material-ui/issues/34848)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Update future work items on X landing page ([#​34810](https://togithub.com/mui/material-ui/issues/34810)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) - \[website] Add Toolpad docs to navigation ([#​34749](https://togithub.com/mui/material-ui/issues/34749)) [@​bharatkashyap](https://togithub.com/bharatkashyap) ##### Core - \[core] Remove dead files ([#​34850](https://togithub.com/mui/material-ui/issues/34850)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Fix revert conflict [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Fix a few CodeQL errors ([#​34766](https://togithub.com/mui/material-ui/issues/34766)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Harden GitHub Actions permissions ([#​34769](https://togithub.com/mui/material-ui/issues/34769)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Remove the codeowners file ([#​34876](https://togithub.com/mui/material-ui/issues/34876)) [@​michaldudak](https://togithub.com/michaldudak) All contributors of this release in alphabetical order: [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​hbjORbj](https://togithub.com/hbjORbj), [@​jake-collibra](https://togithub.com/jake-collibra), [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​KuSh](https://togithub.com/KuSh), [@​marceliwac](https://togithub.com/marceliwac), [@​michaldudak](https://togithub.com/michaldudak), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​pixelass](https://togithub.com/pixelass), [@​siriwatknp](https://togithub.com/siriwatknp) ### [`v5.10.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51010) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.9...v5.10.10) *Oct 18, 2022* A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨: - 🖌 Thanks to the efforts of [@​bharatkashyap](https://togithub.com/bharatkashyap) and [@​nihgwu](https://togithub.com/nihgwu), we now have editable demos across our docs ([#​34454](https://togithub.com/mui/material-ui/issues/34454))! - 🚀 The Tooltip component has been added to Joy UI by [@​hbjORbj](https://togithub.com/hbjORbj) ([#​34509](https://togithub.com/mui/material-ui/issues/34509)). - ⚙️ We started converting the remaining JS components in MUI Base to TypeScript. [@​mbayucot](https://togithub.com/mbayucot) finished the first PR with the conversion of the NoSsr code ([#​34735](https://togithub.com/mui/material-ui/issues/34735)). - And more 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.10.10` - \[Popover] Fix paper position flash on open ([#​34546](https://togithub.com/mui/material-ui/issues/34546)) [@​TheUnlocked](https://togithub.com/TheUnlocked) - \[SwipeableDrawer] Make component `defaultProps` overridable ([#​34643](https://togithub.com/mui/material-ui/issues/34643)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@mui/system@5.10.10` - \[system] Support CSS `grey` color in `sx` ([#​34548](https://togithub.com/mui/material-ui/issues/34548)) [@​TheUnlocked](https://togithub.com/TheUnlocked) ##### `@mui/styles@5.10.10` - \[styles] Use memoized context in StylesProvider ([#​34637](https://togithub.com/mui/material-ui/issues/34637)) [@​mohd-akram](https://togithub.com/mohd-akram) ##### `@mui/joy@5.0.0-alpha.50` - \[Select]\[joy] Added hidden input element ([#​34657](https://togithub.com/mui/material-ui/issues/34657)) [@​zee-bit](https://togithub.com/zee-bit) - \[Slider]\[joy] Add global variant to slider ([#​34733](https://togithub.com/mui/material-ui/issues/34733)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Tooltip]\[joy] Add component ([#​34509](https://togithub.com/mui/material-ui/issues/34509)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@mui/base@5.0.0-alpha.102` - \[MultiSelect]\[base] Prevent the renderValue prop from being propagated to the DOM ([#​34698](https://togithub.com/mui/material-ui/issues/34698)) [@​michaldudak](https://togithub.com/michaldudak) - \[NoSsr] Convert code to TypeScript ([#​34735](https://togithub.com/mui/material-ui/issues/34735)) [@​mbayucot](https://togithub.com/mbayucot) ##### Docs - \[docs] Fix the Autocomplete Highlighting example ([#​34184](https://togithub.com/mui/material-ui/issues/34184)) [@​hayawata3626](https://togithub.com/hayawata3626) - \[docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) ([#​34803](https://togithub.com/mui/material-ui/issues/34803)) [@​rvrvrv](https://togithub.com/rvrvrv) - \[docs] Use new editing API in homepage demos ([#​34220](https://togithub.com/mui/material-ui/issues/34220)) [@​m4theushw](https://togithub.com/m4theushw) - \[docs] Live demos ([#​34454](https://togithub.com/mui/material-ui/issues/34454)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[docs] Fix typos in Joy UI Switch ([#​34728](https://togithub.com/mui/material-ui/issues/34728)) [@​ndresx](https://togithub.com/ndresx) - \[docs] Avoid scrollbar in the code demos ([#​34741](https://togithub.com/mui/material-ui/issues/34741)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Revise the Joy UI "Automatic adjustment" page ([#​34614](https://togithub.com/mui/material-ui/issues/34614)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Revise and rename the Joy UI "Perfect dark mode" page ([#​34613](https://togithub.com/mui/material-ui/issues/34613)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Revise the Joy UI "Global variants" page ([#​34595](https://togithub.com/mui/material-ui/issues/34595)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Basic link verification at PR level ([#​34588](https://togithub.com/mui/material-ui/issues/34588)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Add a missing comma in the customization example ([#​34617](https://togithub.com/mui/material-ui/issues/34617)) [@​AbayKinayat](https://togithub.com/AbayKinayat) - \[website] Clarify Pro/Premium support ([#​34607](https://togithub.com/mui/material-ui/issues/34607)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Fix home page dark mode flicker ([#​33545](https://togithub.com/mui/material-ui/issues/33545)) - \[website] Update the state of the date pickers on the landing page ([#​34750](https://togithub.com/mui/material-ui/issues/34750)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) ##### Core - \[core] Clean conditionals ([#​34772](https://togithub.com/mui/material-ui/issues/34772)) [@​pedroprado010](https://togithub.com/pedroprado010) - \[core] Temporary remove the authorization ([#​34796](https://togithub.com/mui/material-ui/issues/34796)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] Avoid slower CI run statues [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Improve the playground DX ([#​34739](https://togithub.com/mui/material-ui/issues/34739)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Link Netlify in the danger comment ([#​34688](https://togithub.com/mui/material-ui/issues/34688)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Fix CI after out of sync merge [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Enforce straight quote ([#​34686](https://togithub.com/mui/material-ui/issues/34686)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Add code scanning via CodeQL ([#​34707](https://togithub.com/mui/material-ui/issues/34707)) [@​DanailH](https://togithub.com/DanailH) - \[core] Fix some upcoming eslint issues ([#​34727](https://togithub.com/mui/material-ui/issues/34727)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Auto-fix upcoming eslint issues ([#​34644](https://togithub.com/mui/material-ui/issues/34644)) [@​Janpot](https://togithub.com/Janpot) - \[core] Move SearchIcons to docs src folder ([#​34802](https://togithub.com/mui/material-ui/issues/34802)) - \[test] Enable `react/no-unstable-nested-components` ([#​34518](https://togithub.com/mui/material-ui/issues/34518)) [@​eps1lon](https://togithub.com/eps1lon) All contributors of this release in alphabetical order: [@​AbayKinayat](https://togithub.com/AbayKinayat), [@​alexfauquette](https://togithub.com/alexfauquette), [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​DanailH](https://togithub.com/DanailH), [@​eps1lon](https://togithub.com/eps1lon), [@​hayawata3626](https://togithub.com/hayawata3626), [@​hbjORbj](https://togithub.com/hbjORbj), [@​Janpot](https://togithub.com/Janpot), [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​m4theushw](https://togithub.com/m4theushw), [@​mbayucot](https://togithub.com/mbayucot), [@​michaldudak](https://togithub.com/michaldudak), [@​mohd-akram](https://togithub.com/mohd-akram), [@​ndresx](https://togithub.com/ndresx), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​pedroprado010](https://togithub.com/pedroprado010), [@​rvrvrv](https://togithub.com/rvrvrv), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​siriwatknp](https://togithub.com/siriwatknp), [@​TheUnlocked](https://togithub.com/TheUnlocked), [@​zee-bit](https://togithub.com/zee-bit)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.