multei / web

Multei web app
https://multei.com.br
MIT License
3 stars 2 forks source link

fix(deps): update mui monorepo #146

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@material-ui/core (source) dependencies patch 4.9.9 -> 4.9.10
@material-ui/lab dependencies patch 4.0.0-alpha.48 -> 4.0.0-alpha.49
@material-ui/styles dependencies patch 4.9.6 -> 4.9.10

Release Notes

mui-org/material-ui ### [`v4.9.10`](https://togithub.com/mui-org/material-ui/blob/master/CHANGELOG.md#​4910) [Compare Source](https://togithub.com/mui-org/material-ui/compare/v4.9.9...v4.9.10) ###### _Apr 11, 2020_ Big thanks to the 20 contributors who made this release possible. Here are some highlights ✨: - ⚛️ Migrate more descriptions of the props to TypeScript ([#​20342](https://togithub.com/mui-org/material-ui/issues/20342)) [@​eps1lon](https://togithub.com/eps1lon). The coverage has increased from 50 to 75 components. We are working on migrating the 48 missing components. - 🦋 Fix support for portals and dropped events with ClickAwayListener ([#​20406](https://togithub.com/mui-org/material-ui/issues/20406), [#​20409](https://togithub.com/mui-org/material-ui/issues/20409)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen), [@​seare-kidane](https://togithub.com/seare-kidane). - ♿️ Fix 3 accessibility issues ([#​20489](https://togithub.com/mui-org/material-ui/issues/20489), [#​20432](https://togithub.com/mui-org/material-ui/issues/20432), [#​20475](https://togithub.com/mui-org/material-ui/issues/20475)) [@​arturbien](https://togithub.com/arturbien), [@​ShehryarShoukat96](https://togithub.com/ShehryarShoukat96). - And many more 🐛 bug fixes and 📚 improvements. Over the last 3 months, we have focused exclusively on making patch releases. We have done 11 so far. We have optimized for stability. In the coming weeks, we will initiate our work on the [next major: v5](https://togithub.com/mui-org/material-ui/issues/20012). You can expect the following: - A feature freeze on v4. - The introduction of deprecation messages in the next v4 minors. These messages will help developers upgrade to v5. - A progressive bug fixes freeze on v4, to the exception of security issues and important bugs. - At least 6 months of work on v5 to get to a stable release (probably more). You can follow our [milestone ](https://togithub.com/mui-org/material-ui/milestone/35). We will look for hiring a new full-time member on the core team to move faster. ##### `@material-ui/core@v4.9.10` - [Breadcrumbs] Keep focus in the component after expanding ([#​20489](https://togithub.com/mui-org/material-ui/issues/20489)) [@​ShehryarShoukat96](https://togithub.com/ShehryarShoukat96) - [ButtonBase] Warn with wrong component prop ([#​20401](https://togithub.com/mui-org/material-ui/issues/20401)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [ClickAwayListener] Fix support for portal ([#​20406](https://togithub.com/mui-org/material-ui/issues/20406)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) - [ClickAwayListener] Fix support for removed DOM node ([#​20409](https://togithub.com/mui-org/material-ui/issues/20409)) [@​seare-kidane](https://togithub.com/seare-kidane) - [CssBaseline] Add limitation for ScopedCssBaseline ([#​20481](https://togithub.com/mui-org/material-ui/issues/20481)) [@​newrice](https://togithub.com/newrice) - [CssBaseline] Fix typings for `@global` override ([#​20454](https://togithub.com/mui-org/material-ui/issues/20454)) [@​eps1lon](https://togithub.com/eps1lon) - [Dialog] Fix TypeScript type for `children` ([#​20450](https://togithub.com/mui-org/material-ui/issues/20450)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) - [Popper] Fix links to popper.js ([#​20464](https://togithub.com/mui-org/material-ui/issues/20464)) [@​eps1lon](https://togithub.com/eps1lon) - [Popper] Fix outdated TypeScript props docs ([#​20465](https://togithub.com/mui-org/material-ui/issues/20465)) [@​eps1lon](https://togithub.com/eps1lon) - [Popper] Fix popper.js deprecation npm warning ([#​20433](https://togithub.com/mui-org/material-ui/issues/20433)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [Select] Add aria-disabled attribute ([#​20432](https://togithub.com/mui-org/material-ui/issues/20432)) [@​arturbien](https://togithub.com/arturbien) - [Select] Add new test for onChange ([#​20444](https://togithub.com/mui-org/material-ui/issues/20444)) [@​arturbien](https://togithub.com/arturbien) - [Slider] Allow individual mark customization ([#​17057](https://togithub.com/mui-org/material-ui/issues/17057)) [@​mstrugo](https://togithub.com/mstrugo) - [Table] Add role if the default role of elements can't be used ([#​20475](https://togithub.com/mui-org/material-ui/issues/20475)) [@​arturbien](https://togithub.com/arturbien) - [TextareaAutosize] Update rows/rowMax to use number for better clarity ([#​20469](https://togithub.com/mui-org/material-ui/issues/20469)) [@​esemeniuc](https://togithub.com/esemeniuc) - [theme] Fix typings to pass array for spacing ([#​20486](https://togithub.com/mui-org/material-ui/issues/20486)) [@​denys-pavlenko](https://togithub.com/denys-pavlenko) - [theme] Fix typings for theme.spacing ([#​20435](https://togithub.com/mui-org/material-ui/issues/20435)) [@​m4theushw](https://togithub.com/m4theushw) - [theme] Support string args in theme.spacing ([#​20408](https://togithub.com/mui-org/material-ui/issues/20408)) [@​m4theushw](https://togithub.com/m4theushw) - [TypeScript] Move more prop docs into IntelliSense ([#​20342](https://togithub.com/mui-org/material-ui/issues/20342)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Fix support for TypeScript 3.2 ([#​20443](https://togithub.com/mui-org/material-ui/issues/20443)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) - [TypeScript] Fix TypeScript type for optional `children` ([#​20458](https://togithub.com/mui-org/material-ui/issues/20458)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) ##### `@material-ui/styles@4.9.10` - [TypeScript] Fix support for TypeScript 3.2 ([#​20443](https://togithub.com/mui-org/material-ui/issues/20443)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) ##### `@material-ui/system@4.9.10` - [TypeScript] Fix support for TypeScript 3.2 ([#​20443](https://togithub.com/mui-org/material-ui/issues/20443)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) ##### `@material-ui/types@5.0.1` - [TypeScript] Fix support for TypeScript 3.2 ([#​20443](https://togithub.com/mui-org/material-ui/issues/20443)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) ##### `@material-ui/lab@v4.0.0-alpha.49` - [Alert] Fix support for nested elements ([#​20490](https://togithub.com/mui-org/material-ui/issues/20490)) [@​developerKumar](https://togithub.com/developerKumar) - [Autocomplete] Improve virtualization example ([#​20496](https://togithub.com/mui-org/material-ui/issues/20496)) [@​galkadaw](https://togithub.com/galkadaw) - [Autocomplete] Warn when mixing controlled/uncontrolled inputValue states ([#​20403](https://togithub.com/mui-org/material-ui/issues/20403)) [@​vileppanen](https://togithub.com/vileppanen) - [Rating] Warn if precision prop is below 0.1 ([#​20491](https://togithub.com/mui-org/material-ui/issues/20491)) [@​AlexAndriyanenko](https://togithub.com/AlexAndriyanenko) - [ToggleButton] Don't set default for disableRipple prop ([#​20493](https://togithub.com/mui-org/material-ui/issues/20493)) [@​cp](https://togithub.com/cp) ##### Docs - [examples] Fix Next.js AMP support ([#​20463](https://togithub.com/mui-org/material-ui/issues/20463)) [@​timneutkens](https://togithub.com/timneutkens) - [examples] Fix Next.js prop-type ([#​20474](https://togithub.com/mui-org/material-ui/issues/20474)) [@​Izhaki](https://togithub.com/Izhaki) - [docs] Material-UI Developer Survey 2020 [@​oliviertassinari](https://togithub.com/oliviertassinari) - [docs] Add Component name section to API docs ([#​20434](https://togithub.com/mui-org/material-ui/issues/20434)) [@​Josh-Weston](https://togithub.com/Josh-Weston) - [docs] Fix various issues with heading structure ([#​20389](https://togithub.com/mui-org/material-ui/issues/20389)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Synchronize translations ([#​20405](https://togithub.com/mui-org/material-ui/issues/20405)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - [core] Introduce useId hook ([#​20407](https://togithub.com/mui-org/material-ui/issues/20407)) [@​NMinhNguyen](https://togithub.com/NMinhNguyen) - [test] Fix broken tests in `react@next` ([#​20472](https://togithub.com/mui-org/material-ui/issues/20472)) [@​eps1lon](https://togithub.com/eps1lon) - [test] Use .checkPropTypes instead of render + propTypes ([#​20451](https://togithub.com/mui-org/material-ui/issues/20451)) [@​eps1lon](https://togithub.com/eps1lon)

Renovate configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

netlify[bot] commented 4 years ago

Preview deployed with success. Look for the URL in Details.

Built with commit 4abea240776cab079c8b856f8c0ad4e75c4790c9

https://deploy-preview-146--multei.netlify.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #146 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #146   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines            8         8           
=========================================
  Hits             8         8           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6cd9f40...4abea24. Read the comment docs.