solana-labs / networkexplorer

Retired
13 stars 19 forks source link

chore(deps-dev): bump @material-ui/core from 4.6.0 to 4.6.1 #660

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @material-ui/core from 4.6.0 to 4.6.1.

Release notes *Sourced from [@material-ui/core's releases](https://github.com/mui-org/material-ui/releases).* > ## v4.6.1 > ###### *Nov 12, 2019* > > Big thanks to the 19 contributors who made this release possible. > > Here are some highlights ✨: > > - πŸ” 12 patches on the Autocomplete component. > - πŸ‘¨β€πŸŽ€ Add Framer X support ([#17797](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/17797)) [@​mbrookes](https://github.com/mbrookes). > - And many more πŸ› bug fixes and πŸ“š improvements. > > ### `@material-ui/core@v4.6.1` > > - Add Framer X wrapper components ([#17797](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/17797)) [@​mbrookes](https://github.com/mbrookes) > - [ButtonBase] Fix space calling onClick on keyDown instead of keyUp ([#18319](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18319)) [@​eps1lon](https://github.com/eps1lon) > - [ButtonBase] Test keyboard events of child elements ([#18318](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18318)) [@​eps1lon](https://github.com/eps1lon) > - [ButtonGroup] Fix typings for disabled classes property ([#18274](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18274)) [@​xZliman](https://github.com/xZliman) > - [Select] Fix id not being present when native ([#18257](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18257)) [@​eps1lon](https://github.com/eps1lon) > - [TextField] Add demo for color prop ([#18220](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18220)) [@​Studio384](https://github.com/Studio384) > - [core] Fix createMuiTheme side-effect ([#18247](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18247)) [@​FabianSellmann](https://github.com/FabianSellmann) > - [core] Increase specificity to get correct style ([#18238](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18238)) [@​oliviertassinari](https://github.com/oliviertassinari) > > ### `@material-ui/lab@v4.0.0-alpha.32` > > #### Breaking changes > > - [Autocomplete] Fix Multiple tag delete action ([#18153](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18153)) [@​tkanzakic](https://github.com/tkanzakic) > > ```diff > diff --git a/docs/src/pages/components/autocomplete/FixedTags.js b/docs/src/pages/components/autocomplete/FixedTags.js > index 757d66a97..a4f36edd5 100644 > --- a/docs/src/pages/components/autocomplete/FixedTags.js > +++ b/docs/src/pages/components/autocomplete/FixedTags.js > @@ -11,17 +11,9 @@ export default function FixedTags() { > options={top100Films} > getOptionLabel={option => option.title} > defaultValue={[top100Films[6], top100Films[13]]} > - renderTags={(value, { className, onDelete }) => > + renderTags={(value, getTagProps) => > value.map((option, index) => ( > - - key={index} > - disabled={index === 0} > - data-tag-index={index} > - tabIndex={-1} > - label={option.title} > - className={className} > - onDelete={onDelete} > - /> > + > ... (truncated)
Changelog *Sourced from [@material-ui/core's changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md).* > ## 4.6.1 > ###### *Nov 12, 2019* > > Big thanks to the 19 contributors who made this release possible. > > Here are some highlights ✨: > > - πŸ” 12 patches on the Autocomplete component. > - πŸ‘¨β€πŸŽ€ Add Framer X support ([#17797](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/17797)) [@​mbrookes](https://github.com/mbrookes). > - And many more πŸ› bug fixes and πŸ“š improvements. > > ### `@material-ui/core@v4.6.1` > > - Add Framer X wrapper components ([#17797](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/17797)) [@​mbrookes](https://github.com/mbrookes) > - [ButtonBase] Fix space calling onClick on keyDown instead of keyUp ([#18319](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18319)) [@​eps1lon](https://github.com/eps1lon) > - [ButtonBase] Test keyboard events of child elements ([#18318](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18318)) [@​eps1lon](https://github.com/eps1lon) > - [ButtonGroup] Fix typings for disabled classes property ([#18274](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18274)) [@​xZliman](https://github.com/xZliman) > - [Select] Fix id not being present when native ([#18257](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18257)) [@​eps1lon](https://github.com/eps1lon) > - [TextField] Add demo for color prop ([#18220](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18220)) [@​Studio384](https://github.com/Studio384) > - [core] Fix createMuiTheme side-effect ([#18247](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18247)) [@​FabianSellmann](https://github.com/FabianSellmann) > - [core] Increase specificity to get correct style ([#18238](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18238)) [@​oliviertassinari](https://github.com/oliviertassinari) > > ### `@material-ui/lab@v4.0.0-alpha.32` > > #### Breaking changes > > - [Autocomplete] Fix Multiple tag delete action ([#18153](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18153)) [@​tkanzakic](https://github.com/tkanzakic) > > ```diff > diff --git a/docs/src/pages/components/autocomplete/FixedTags.js b/docs/src/pages/components/autocomplete/FixedTags.js > index 757d66a97..a4f36edd5 100644 > --- a/docs/src/pages/components/autocomplete/FixedTags.js > +++ b/docs/src/pages/components/autocomplete/FixedTags.js > @@ -11,17 +11,9 @@ export default function FixedTags() { > options={top100Films} > getOptionLabel={option => option.title} > defaultValue={[top100Films[6], top100Films[13]]} > - renderTags={(value, { className, onDelete }) => > + renderTags={(value, getTagProps) => > value.map((option, index) => ( > - - key={index} > - disabled={index === 0} > - data-tag-index={index} > - tabIndex={-1} > - label={option.title} > - className={className} > - onDelete={onDelete} > - /> > + > ... (truncated)
Commits - [`856188b`](https://github.com/mui-org/material-ui/commit/856188b2de7a5e514803314f329da76fe65dec50) v4.6.1 - [`c7f8624`](https://github.com/mui-org/material-ui/commit/c7f86242af1afa2f0b844229ea9225b2061b3540) Bump @types/styled-components from 4.1.20 to 4.4.0 ([#18295](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18295)) - [`2713be4`](https://github.com/mui-org/material-ui/commit/2713be46fac707c51de685e11e4ac3abc1ac2794) [ButtonBase] Fix space calling onClick on keyDown instead of keyUp ([#18319](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18319)) - [`3d393bf`](https://github.com/mui-org/material-ui/commit/3d393bfc56c2de4ebb080de0a5541b4a9b905122) [ButtonBase] Test keyboard events of child elements ([#18318](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18318)) - [`575776f`](https://github.com/mui-org/material-ui/commit/575776f3004c6ac655b128fbdb30bd4b35115ab7) [Autocomplete] Add controllable input value API ([#18285](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18285)) - [`2a165b2`](https://github.com/mui-org/material-ui/commit/2a165b2f7c7de90ffc27e7f9a6f5dbd1ea23027d) [core] Batch changes ([#18264](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18264)) - [`33eef4f`](https://github.com/mui-org/material-ui/commit/33eef4f9d179929cba32958ad6f83310233a9539) [ButtonGroup] Fix typings for disabled classes property ([#18274](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18274)) - [`0a8790e`](https://github.com/mui-org/material-ui/commit/0a8790ee3a6702cd4d5c2646d6d77931b181a809) [test] Misc cleanup ([#18261](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18261)) - [`7440461`](https://github.com/mui-org/material-ui/commit/7440461725a92d20a576fc8434fda2bd991fa99f) [docs] Improve demo clarity by using form elements ([#18241](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18241)) - [`6c6d8e0`](https://github.com/mui-org/material-ui/commit/6c6d8e0ebdd49cf0e0c8b9a974a6dcd3655df3a0) [core] Increase specificity to get correct style ([#18238](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui/issues/18238)) - Additional commits viewable in [compare view](https://github.com/mui-org/material-ui/commits/v4.6.1/packages/material-ui)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
mvines commented 4 years ago

:tada: This PR is included in version 1.81.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: