xocoinc / xoco

The comrade market
1 stars 0 forks source link

fix(deps): update material-ui monorepo to v5.5.0 #30

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.4.4 -> 5.5.0 age adoption passing confidence
@mui/material (source) 5.4.4 -> 5.5.0 age adoption passing confidence

Release Notes

mui/material-ui ### [`v5.5.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​550) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.4.4...v5.5.0) *Mar 7, 2022* A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨: - ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) ([#​30601](https://togithub.com/mui/material-ui/issues/30601)) [@​EdmundMai](https://togithub.com/EdmundMai) - Several πŸ› bug fixes and πŸ“š documentation improvements ##### `@mui/material@5.5.0` ##### Breaking change - ​\[ClassNameGenerator] Prevent all `base` imports ([#​31297](https://togithub.com/mui/material-ui/issues/31297)) [@​siriwatknp](https://togithub.com/siriwatknp) `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below: ```diff - import { unstable_ClassNameGenerator } from '@​mui/material/utils'; + import { unstable_ClassNameGenerator } from '@​mui/material/className'; ``` ##### Changes - ​\[Autocomplete] Fix failing unit tests ([#​31302](https://togithub.com/mui/material-ui/issues/31302)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[Autocomplete] Have the screen reader announce when autocomplete is open and closed ([#​30601](https://togithub.com/mui/material-ui/issues/30601)) [@​EdmundMai](https://togithub.com/EdmundMai) - ​\[AvatarGroup] Fix misalignment with non-default spacing ([#​31165](https://togithub.com/mui/material-ui/issues/31165)) [@​sjdemartini](https://togithub.com/sjdemartini) - ​\[Drawer] Adjustments to the mini variant to improve UI/UX ([#​31267](https://togithub.com/mui/material-ui/issues/31267)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Select] Add extending `OutlinedInputProps` by SelectProps ([#​31209](https://togithub.com/mui/material-ui/issues/31209)) [@​jrozbicki](https://togithub.com/jrozbicki) ##### `@mui/icons-material@5.5.0` - ​\[icons] Sync new Google Material Icons ([#​30766](https://togithub.com/mui/material-ui/issues/30766)) [@​simonecervini](https://togithub.com/simonecervini) ##### `@mui/codemod@5.5.0` - ​\[codemod] Fix top level imports codemod ([#​31308](https://togithub.com/mui/material-ui/issues/31308)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/lab@5.0.0-alpha.72` - ​\[LoadingButton] Fix padding of loading icon in small button ([#​31113](https://togithub.com/mui/material-ui/issues/31113)) [@​PunitSoniME](https://togithub.com/PunitSoniME) ##### `@mui/base@5.0.0-alpha.71` - ​\[MenuUnstyled] Create MenuUnstyled and useMenu ([#​30961](https://togithub.com/mui/material-ui/issues/30961)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[SelectUnstyled] Prevent window scrolling after opening ([#​31237](https://togithub.com/mui/material-ui/issues/31237)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/joy@5.0.0-alpha.18` - ​\[Joy] Make Icon `fontSize` adaptable to its parent ([#​31268](https://togithub.com/mui/material-ui/issues/31268)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Joy] Add `Link` component ([#​31175](https://togithub.com/mui/material-ui/issues/31175)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[Joy] Improve `Sheet` tests ([#​31241](https://togithub.com/mui/material-ui/issues/31241)) [@​hbjORbj](https://togithub.com/hbjORbj) - ​\[Joy] Improve SvgIcon tests ([#​31242](https://togithub.com/mui/material-ui/issues/31242)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### `@mui/material-next@6.0.0-alpha.26` - ​\[material-next] Mark [@​mui/material](https://togithub.com/mui/material) as a dependency ([#​31270](https://togithub.com/mui/material-ui/issues/31270)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - ​\[docs] Remove career pages from translation ([#​31346](https://togithub.com/mui/material-ui/issues/31346)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Fix JS files overloading ([#​31341](https://togithub.com/mui/material-ui/issues/31341)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Add banner in solidarity of Ukraine ([#​31275](https://togithub.com/mui/material-ui/issues/31275)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Fix maxWidth of scrollable Tabs demos ([#​31285](https://togithub.com/mui/material-ui/issues/31285)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Fix icon linking implementation concurrent safe ([#​30428](https://togithub.com/mui/material-ui/issues/30428)) [@​Janpot](https://togithub.com/Janpot) - ​\[docs] Follow up new doc space issues ([#​31251](https://togithub.com/mui/material-ui/issues/31251)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[examples] Add `@types/node` to nextjs typescript starter ([#​30918](https://togithub.com/mui/material-ui/issues/30918)) [@​Daggy1234](https://togithub.com/Daggy1234) - ​\[examples] Fix import ThemeProvider from correct package in remix-wit… ([#​30981](https://togithub.com/mui/material-ui/issues/30981)) [@​nnecec](https://togithub.com/nnecec) - ​\[blog] Simplify the labels ([#​30921](https://togithub.com/mui/material-ui/issues/30921)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation ([#​30906](https://togithub.com/mui/material-ui/issues/30906)) [@​m14d3n](https://togithub.com/m14d3n) ##### Core - ​\[core] Fix running markdownlint on Windows ([#​31352](https://togithub.com/mui/material-ui/issues/31352)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[core] Fix the stylelint script on Windows ([#​31281](https://togithub.com/mui/material-ui/issues/31281)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[test] Fix buildApiUtils tests on Windows ([#​31304](https://togithub.com/mui/material-ui/issues/31304)) [@​michaldudak](https://togithub.com/michaldudak) - ​\[test] Remove legacyRoot option from test renderer ([#​31284](https://togithub.com/mui/material-ui/issues/31284)) [@​eps1lon](https://togithub.com/eps1lon) All contributors of this release in alphabetical order: [@​Daggy1234](https://togithub.com/Daggy1234), [@​danilo-leal](https://togithub.com/danilo-leal), [@​EdmundMai](https://togithub.com/EdmundMai), [@​eps1lon](https://togithub.com/eps1lon), [@​hbjORbj](https://togithub.com/hbjORbj), [@​Janpot](https://togithub.com/Janpot), [@​jrozbicki](https://togithub.com/jrozbicki), [@​m14d3n](https://togithub.com/m14d3n), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​nnecec](https://togithub.com/nnecec), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PunitSoniME](https://togithub.com/PunitSoniME), [@​simonecervini](https://togithub.com/simonecervini), [@​siriwatknp](https://togithub.com/siriwatknp), [@​sjdemartini](https://togithub.com/sjdemartini)

Configuration

πŸ“… Schedule: 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 these updates again.



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