multei / web

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

fix(deps): update mui monorepo #107

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.7 -> 4.9.8
@material-ui/lab dependencies patch 4.0.0-alpha.46 -> 4.0.0-alpha.47

Release Notes

mui-org/material-ui ### [`v4.9.8`](https://togithub.com/mui-org/material-ui/blob/master/CHANGELOG.md#​498) ###### _Mar 28, 2020_ Big thanks to the 24 contributors who made this release possible. Here are some highlights ✨: - ⚛️ Improve the DX, migrate a couple of props' descriptions to TypeScript ([#​20298](https://togithub.com/mui-org/material-ui/issues/20298), [#​20171](https://togithub.com/mui-org/material-ui/issues/20171), [#​20264](https://togithub.com/mui-org/material-ui/issues/20264)) [@​eps1lon](https://togithub.com/eps1lon). ![typescript](https://user-images.githubusercontent.com/3165635/77828342-1f376080-711b-11ea-8c9d-c1c245fb17b0.png) The coverage has increase from 17 to 50 components. We are working on migrating the 94 missing components. - ⚛️ Improve the DX, add debug information when using hooks ([#​19515](https://togithub.com/mui-org/material-ui/issues/19515)) [@​eps1lon](https://togithub.com/eps1lon). For instance, with the `useMediaQuery` hook ![useMediaQuery](https://user-images.githubusercontent.com/3165635/77828448-bf8d8500-711b-11ea-881a-e9cc09c7d9ee.png) - And many more 🐛 bug fixes and 📚 improvements. ##### `@material-ui/core@v4.9.8` - [DX] Add debug values to various hooks ([#​19515](https://togithub.com/mui-org/material-ui/issues/19515)) [@​eps1lon](https://togithub.com/eps1lon) - [ListItem] Add component prop to primaryTypographyProps and… ([#​19155](https://togithub.com/mui-org/material-ui/issues/19155)) [@​fyodore82](https://togithub.com/fyodore82) - [MenuList] Include disabled items in keyboard navigation ([#​19967](https://togithub.com/mui-org/material-ui/issues/19967)) [@​scottander](https://togithub.com/scottander) - [MenuList] Remove if-statement that is always true ([#​20270](https://togithub.com/mui-org/material-ui/issues/20270)) [@​CptWesley](https://togithub.com/CptWesley) - [Popover] Fix resize event leak ([#​20272](https://togithub.com/mui-org/material-ui/issues/20272)) [@​skmail](https://togithub.com/skmail) - [Select] Fix disabled color to the icon ([#​20287](https://togithub.com/mui-org/material-ui/issues/20287)) [@​HenryLie](https://togithub.com/HenryLie) - [SvgIcon] Remove wrong role ([#​20307](https://togithub.com/mui-org/material-ui/issues/20307)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [theme] Warn when palette structure is wrong ([#​20253](https://togithub.com/mui-org/material-ui/issues/20253)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [Tooltip] Fix TextField integration ([#​20252](https://togithub.com/mui-org/material-ui/issues/20252)) [@​ShehryarShoukat96](https://togithub.com/ShehryarShoukat96) - [Tooltip] Remove superfluous argument in handleBlur call ([#​20271](https://togithub.com/mui-org/material-ui/issues/20271)) [@​CptWesley](https://togithub.com/CptWesley) - [TypeScript] Enable module augmentation of CommonColors ([#​20212](https://togithub.com/mui-org/material-ui/issues/20212)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Add JSDOC to ListItem TypeScript props ([#​20171](https://togithub.com/mui-org/material-ui/issues/20171)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Fix Checkbox and Radio type propType ([#​20293](https://togithub.com/mui-org/material-ui/issues/20293)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Fix incorrect typings regarding transition components a… ([#​20306](https://togithub.com/mui-org/material-ui/issues/20306)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Link to demos and API in IntelliSense ([#​20078](https://togithub.com/mui-org/material-ui/issues/20078)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Mark context value as nullable for optional providers ([#​20278](https://togithub.com/mui-org/material-ui/issues/20278)) [@​ianschmitz](https://togithub.com/ianschmitz) - [TypeScript] Move more prop docs into IntelliSense ([#​20298](https://togithub.com/mui-org/material-ui/issues/20298)) [@​eps1lon](https://togithub.com/eps1lon) - [TypeScript] Add more props documentation to IntelliSense ([#​20264](https://togithub.com/mui-org/material-ui/issues/20264)) [@​eps1lon](https://togithub.com/eps1lon) ##### `@material-ui/lab@v4.0.0-alpha.47` - [Autocomplete] Add limitTags prop ([#​20209](https://togithub.com/mui-org/material-ui/issues/20209)) [@​netochaves](https://togithub.com/netochaves) - [Autocomplete] Add startAfter option ([#​20305](https://togithub.com/mui-org/material-ui/issues/20305)) [@​netochaves](https://togithub.com/netochaves) - [Autocomplete] Warn when value does not match options ([#​20235](https://togithub.com/mui-org/material-ui/issues/20235)) [@​igorbrasileiro](https://togithub.com/igorbrasileiro) - [Pagination] Add RTL support ([#​20247](https://togithub.com/mui-org/material-ui/issues/20247)) [@​HenryLie](https://togithub.com/HenryLie) - [TreeView] Correct single-select aria-selected ([#​20102](https://togithub.com/mui-org/material-ui/issues/20102)) [@​tonyhallett](https://togithub.com/tonyhallett) - [TreeView] Disable all selection when disableSelection ([#​20146](https://togithub.com/mui-org/material-ui/issues/20146)) [@​tonyhallett](https://togithub.com/tonyhallett) - [TreeView] Fix focus steal ([#​20232](https://togithub.com/mui-org/material-ui/issues/20232)) [@​tonyhallett](https://togithub.com/tonyhallett) - [TreeView] fix inconsistent focus for programmatically focused treeitem ([#​20237](https://togithub.com/mui-org/material-ui/issues/20237)) [@​tonyhallett](https://togithub.com/tonyhallett) ##### Docs - [docs] Add a new site to showcase (google-keep clone) ([#​20260](https://togithub.com/mui-org/material-ui/issues/20260)) [@​anselm94](https://togithub.com/anselm94) - [docs] Add color preview to default theme tree ([#​20082](https://togithub.com/mui-org/material-ui/issues/20082)) [@​mlizchap](https://togithub.com/mlizchap) - [docs] Add demo link ([#​20262](https://togithub.com/mui-org/material-ui/issues/20262)) [@​esemeniuc](https://togithub.com/esemeniuc) - [docs] Extract landing-only modules ([#​20187](https://togithub.com/mui-org/material-ui/issues/20187)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Fix TablePagination props swap descriptions ([#​20274](https://togithub.com/mui-org/material-ui/issues/20274)) [@​johncalvinroberts](https://togithub.com/johncalvinroberts) - [docs] Fix a few WAVE errors ([#​20304](https://togithub.com/mui-org/material-ui/issues/20304)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [docs] Fix icons + locale ([#​20213](https://togithub.com/mui-org/material-ui/issues/20213)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [docs] Fix popover anchor playground crash ([#​20265](https://togithub.com/mui-org/material-ui/issues/20265)) [@​Zaynex](https://togithub.com/Zaynex) - [docs] Fix wording in backdrop.md ([#​20190](https://togithub.com/mui-org/material-ui/issues/20190)) [@​matt-savvy](https://togithub.com/matt-savvy) - [docs] Improve demo error boundary ([#​20177](https://togithub.com/mui-org/material-ui/issues/20177)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Improve doc for textField and buttons ([#​20207](https://togithub.com/mui-org/material-ui/issues/20207)) [@​DDDDDanica](https://togithub.com/DDDDDanica) - [docs] Improve loading experience ([#​20005](https://togithub.com/mui-org/material-ui/issues/20005)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Improve material icons installation instructions ([#​20290](https://togithub.com/mui-org/material-ui/issues/20290)) [@​ArianKrasniqi](https://togithub.com/ArianKrasniqi) - [docs] Mark toolbar for assistive technology ([#​20158](https://togithub.com/mui-org/material-ui/issues/20158)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Page size tracking fixes ([#​20199](https://togithub.com/mui-org/material-ui/issues/20199)) [@​eps1lon](https://togithub.com/eps1lon) - [docs] Sync translations ([#​20210](https://togithub.com/mui-org/material-ui/issues/20210)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - [test] Improve regression test suite debugging ([#​20194](https://togithub.com/mui-org/material-ui/issues/20194)) [@​eps1lon](https://togithub.com/eps1lon) - [ci] Retry mergable state for 30 minutes ([#​20269](https://togithub.com/mui-org/material-ui/issues/20269)) [@​eps1lon](https://togithub.com/eps1lon) - [core] Automatically apply "PR: needs rebase" PR label ([#​20169](https://togithub.com/mui-org/material-ui/issues/20169)) [@​eps1lon](https://togithub.com/eps1lon) - [core] Batch small changes ([#​20255](https://togithub.com/mui-org/material-ui/issues/20255)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - [core] Fix docs:start which should start next.js server ([#​20202](https://togithub.com/mui-org/material-ui/issues/20202)) [@​ro7584](https://togithub.com/ro7584) - [core] Fix maintenance workflow failing on fork PRs ([#​20195](https://togithub.com/mui-org/material-ui/issues/20195)) [@​eps1lon](https://togithub.com/eps1lon) - [core] Format all ts files ([#​20233](https://togithub.com/mui-org/material-ui/issues/20233)) [@​eps1lon](https://togithub.com/eps1lon)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

: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.

codecov[bot] commented 4 years ago

Codecov Report

Merging #107 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #107   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  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 3028c6b...56f1f4c. Read the comment docs.