Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps enzyme from 3.9.0 to 3.10.0.

Changelog

Sourced from enzyme's changelog.

3.10.0

New Stuff

  • shallow add suspenseFallback option; support Suspense/Lazy (#1975)
  • shallow/mount: add invoke(propName)(...args) (#1856, #945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#1966)
  • mount/shallow: add getWrappingComponent (#1960)
  • Utils: add isCustomComponent (#1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#2146)
  • RSTTraversal: add getHTMLFromHostNodes

Fixes

  • selectors: unwrap memo elements - in both directions (#2146)
  • shallow: properly determine "should render" for PureComponents (#2096)
  • mount/shallow: renderProp: improve error messages (#2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/mount: hasClass: avoid a crash with a non-string argument (#2057)
  • mount: properly handle HTML of multiple nodes (#2052)
  • shallow: ensure that if gDSFP exists, cDU is called. (#2027)
  • shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#1981)
  • mount: .state(): allow getting state from stateful children of a stateless root (#2043)
  • mount: .text(): properly recurse through fragments and arrays (#2028)

Refactors

  • ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receiver
  • mount: use getHTMLFromHostNodes

Docs

  • explain why need to re-call .find() after update (#2140)
  • shallow: fix childAt (#2134)
  • Update v2 -> v3 migration guide re props after a stage change (#1300)
  • debug: Added documentation for verbose flag (#2104)
  • Add on the fly JSDOM include example (#2072)
  • reduce/reduceRight: fix example code (#2066, #2065, #2064)
  • update simulateError with getDerivedStateFromError (#2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#756)
  • jest: Update deprecated jest config key (#2024)
Commits
  • 5127331 [enzyme] v3.10.0
  • ddb0627 [Fix] selectors: unwrap memo elements - in both directions.
  • 7986308 [Refactor] ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeT...
  • 65881b2 [enzyme, enzyme-adapter-react-16] [new] add matchesElementType
  • d397a55 [*] [dev deps] update eslint-plugin-import
  • b37fc29 [Fix] shallow: properly determine "should render" for PureComponents
  • 464c6cb [*] [dev deps] update eslint-plugin-react, eslint-plugin-import
  • d3d2259 [New] shallow/mount: add invoke(propName)(...args)
  • 60ea652 Revert "[New] shallow: Add invoke(eventName, ...args)"
  • 258823f [New] shallow: Add invoke(eventName, ...args)
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 18, 2019
@eps1lon eps1lon changed the base branch from master to auto-deps July 19, 2019 09:20
@eps1lon
Copy link
Owner

eps1lon commented Jul 19, 2019

@dependabot badge me

@dependabot-preview
Copy link
Author

Dependabot Status

The markdown to add the above to your README is:

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=eps1lon/material-ui)](https://dependabot.com)

@eps1lon eps1lon self-requested a review July 19, 2019 09:24
@eps1lon eps1lon merged commit e7238d2 into auto-deps Jul 19, 2019
@eps1lon eps1lon deleted the dependabot/npm_and_yarn/enzyme-3.10.0 branch July 19, 2019 09:43
@eps1lon eps1lon restored the dependabot/npm_and_yarn/enzyme-3.10.0 branch July 19, 2019 09:43
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/enzyme-3.10.0 branch July 19, 2019 09:43
eps1lon pushed a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 22, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon pushed a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
dependabot-preview bot added a commit that referenced this pull request Jul 23, 2019
* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test
eps1lon added a commit that referenced this pull request Jul 24, 2019
* Bump enzyme from 3.9.0 to 3.10.0 (#15)

* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test

* Bump webpack-cli from 3.3.2 to 3.3.6 (#14)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.2 to 3.3.6.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md)
- [Commits](webpack/webpack-cli@v3.3.2...v3.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash.template from 4.4.0 to 4.5.0 (#21)

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.4.0...4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump lodash from 4.17.14 to 4.17.15 (#24)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.14...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update react-docgen requirement in /docs (#30)

Updates the requirements on [react-docgen](https://github.com/reactjs/react-docgen) to permit the latest version.
- [Release notes](https://github.com/reactjs/react-docgen/releases)
- [Commits](reactjs/react-docgen@v5.0.0-beta.1...v5.0.0-beta.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update jss-rtl requirement from ^0.2.1 to ^0.2.3 in /docs (#33)

Updates the requirements on [jss-rtl](https://github.com/alitaheri/jss-rtl) to permit the latest version.
- [Release notes](https://github.com/alitaheri/jss-rtl/releases)
- [Commits](alitaheri/jss-rtl@v0.2.1...v0.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @material-ui/pickers from 3.1.1 to 3.2.0 (#32)

Updates the requirements on [@material-ui/pickers](https://github.com/mui-org/material-ui-pickers) to permit the latest version.
- [Release notes](https://github.com/mui-org/material-ui-pickers/releases)
- [Commits](mui/material-ui-pickers@v3.1.1...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Bump @date-io/date-fns from 1.3.5 to 1.3.8 (#93)

Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/dmtrKovalenko/date-io/releases)
- [Commits](dmtrKovalenko/date-io@v1.3.5...v1.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update react-autosuggest requirement from ^9.3.2 to ^9.4.3 in /docs (#31)

Updates the requirements on [react-autosuggest](https://github.com/moroshko/react-autosuggest) to permit the latest version.
- [Release notes](https://github.com/moroshko/react-autosuggest/releases)
- [Commits](moroshko/react-autosuggest@v9.3.2...v9.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update redux requirement from ^4.0.0 to ^4.0.4 in /docs (#34)

Updates the requirements on [redux](https://github.com/reduxjs/redux) to permit the latest version.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.0.0...v4.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update jscodeshift requirement in /packages/material-ui-codemod (#35)

Updates the requirements on [jscodeshift](https://github.com/facebook/jscodeshift) to permit the latest version.
- [Release notes](https://github.com/facebook/jscodeshift/releases)
- [Changelog](https://github.com/facebook/jscodeshift/blob/master/CHANGELOG.md)
- [Commits](facebook/jscodeshift@v0.6.0...v0.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update warning requirement in /packages/material-ui-lab (#46)

Updates the requirements on [warning](https://github.com/BerkeleyTrue/warning) to permit the latest version.
- [Release notes](https://github.com/BerkeleyTrue/warning/releases)
- [Changelog](https://github.com/BerkeleyTrue/warning/blob/master/CHANGELOG.md)
- [Commits](BerkeleyTrue/warning@v4.0.1...v4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update react-is requirement in /packages/material-ui-utils (#42)

Updates the requirements on [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) to permit the latest version.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.6/packages/react-is)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update marked requirement in /packages/material-ui-docs (#49)

Updates the requirements on [marked](https://github.com/markedjs/marked) to permit the latest version.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v0.6.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update @material-ui/utils requirement in /packages/material-ui-docs (#50)

Updates the requirements on [@material-ui/utils](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-utils) to permit the latest version.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v4.1.0/packages/material-ui-utils)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update prismjs requirement in /packages/material-ui-docs (#48)

Updates the requirements on [prismjs](https://github.com/LeaVerou/prism) to permit the latest version.
- [Release notes](https://github.com/LeaVerou/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.8.4...v1.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update clsx requirement in /packages/material-ui-docs (#45)

Updates the requirements on [clsx](https://github.com/lukeed/clsx) to permit the latest version.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.0.2...v1.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update clsx requirement in /packages/material-ui-lab (#44)

Updates the requirements on [clsx](https://github.com/lukeed/clsx) to permit the latest version.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.0.2...v1.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump emotion from 10.0.9 to 10.0.14 (#28)

* Bump emotion from 10.0.9 to 10.0.14

Bumps [emotion](https://github.com/emotion-js/emotion) from 10.0.9 to 10.0.14.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion@10.0.9...emotion@10.0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* deduplicate

* Bump @types/react-autosuggest from 9.3.7 to 9.3.9 (#17)

Bumps [@types/react-autosuggest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-autosuggest) from 9.3.7 to 9.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-autosuggest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update yargs requirement from ^12.0.0 to ^13.3.0 in /packages/mat… (#37)

Updates the requirements on [yargs](https://github.com/yargs/yargs) to permit the latest version.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](yargs/yargs@v12.0.0...v13.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update fs-extra requirement from ^7.0.0 to ^8.1.0 in /packages/ma… (#40)

* Update fs-extra requirement in /packages/material-ui-icons

Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@7.0.0...8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update lockfile

* yarn deduplicate

* Update mustache requirement from ^3.0.0 to ^3.0.1 in /packages/ma… (#38)

* Update mustache requirement in /packages/material-ui-icons

Updates the requirements on [mustache](https://github.com/janl/mustache.js) to permit the latest version.
- [Release notes](https://github.com/janl/mustache.js/releases)
- [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md)
- [Commits](janl/mustache.js@v3.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update lockfile

Shouldn't dependabot do this?

* Bump babel-eslint from 10.0.1 to 10.0.2 (#53)

Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v10.0.1...v10.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump expect-puppeteer from 3.5.1 to 4.3.0 (#51)

Bumps [expect-puppeteer](https://github.com/smooth-code/jest-puppeteer) from 3.5.1 to 4.3.0.
- [Release notes](https://github.com/smooth-code/jest-puppeteer/releases)
- [Changelog](https://github.com/smooth-code/jest-puppeteer/blob/master/CHANGELOG.md)
- [Commits](argos-ci/jest-puppeteer@v3.5.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update svgo requirement from ^1.0.5 to ^1.3.0 in /packages/materi… (#39)

* Update svgo requirement in /packages/material-ui-icons

Updates the requirements on [svgo](https://github.com/svg/svgo) to permit the latest version.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/master/CHANGELOG.md)
- [Commits](svg/svgo@v1.0.5...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update lockfile

* Bump react-swipeable-views from 0.13.1 to 0.13.3 (#52)

Bumps [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/oliviertassinari/react-swipeable-views/releases)
- [Changelog](https://github.com/oliviertassinari/react-swipeable-views/blob/master/CHANGELOG.md)
- [Commits](oliviertassinari/react-swipeable-views@v0.13.1...v0.13.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump compression-webpack-plugin from 2.0.0 to 3.0.0 (#60)

Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/compression-webpack-plugin@v2.0.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-plugin-react-hooks from 1.6.0 to 1.6.1 (#65)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-config-prettier from 4.2.0 to 6.0.0 (#64)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.2.0 to 6.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v4.2.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump rollup-plugin-commonjs from 10.0.0 to 10.0.1 (#69)

* Bump rollup-plugin-commonjs from 10.0.0 to 10.0.1

Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup-plugin-commonjs@v10.0.0...v10.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-plugin-import from 2.17.2 to 2.18.2 (#61)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.2 to 2.18.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.17.2...v2.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump material-table from 1.39.0 to 1.40.1 (#66)

Bumps [material-table](https://github.com/mbrn/material-table) from 1.39.0 to 1.40.1.
- [Release notes](https://github.com/mbrn/material-table/releases)
- [Commits](mbrn/material-table@v1.39.0...v1.40.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump recast from 0.17.6 to 0.18.1 (#70)

* Bump recast from 0.17.6 to 0.18.1

Bumps [recast](https://github.com/benjamn/recast) from 0.17.6 to 0.18.1.
- [Release notes](https://github.com/benjamn/recast/releases)
- [Commits](benjamn/recast@v0.17.6...v0.18.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix esmodule interop

* Bump react-virtualized from 9.21.0 to 9.21.1 (#72)

Bumps [react-virtualized](https://github.com/bvaughn/react-virtualized) from 9.21.0 to 9.21.1.
- [Release notes](https://github.com/bvaughn/react-virtualized/releases)
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md)
- [Commits](bvaughn/react-virtualized@9.21.0...9.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump lerna from 3.15.0 to 3.16.1 (#71)

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.15.0 to 3.16.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.16.1/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @emotion/core from 10.0.10 to 10.0.14 (#76)

Bumps [@emotion/core](https://github.com/emotion-js/emotion) from 10.0.10 to 10.0.14.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/core@10.0.10...@emotion/core@10.0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump markdown-to-jsx from 6.9.4 to 6.10.2 (#80)

Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) from 6.9.4 to 6.10.2.
- [Release notes](https://github.com/probablyup/markdown-to-jsx/releases)
- [Commits](quantizor/markdown-to-jsx@6.9.4...6.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump emotion-theming from 10.0.10 to 10.0.14 (#84)

Bumps [emotion-theming](https://github.com/emotion-js/emotion) from 10.0.10 to 10.0.14.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion-theming@10.0.10...emotion-theming@10.0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-plugin-mocha from 5.3.0 to 6.0.0 (#83)

* Bump eslint-plugin-mocha from 5.3.0 to 6.0.0

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha/tree/HEAD) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/commits/v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test

* Bump @types/react-virtualized from 9.21.1 to 9.21.4 (#91)

* Bump enzyme from 3.9.0 to 3.10.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test

* Bump karma from 4.1.0 to 4.2.0 (#90)

* Bump karma from 4.1.0 to 4.2.0

Bumps [karma](https://github.com/karma-runner/karma/tree/HEAD/) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/commits/v4.2.0/)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump karma-chrome-launcher from 2.2.0 to 3.0.0 (#96)

Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-chrome-launcher@v2.2.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump recharts from 1.5.0 to 1.6.2 (#95)

Bumps [recharts](https://github.com/recharts/recharts) from 1.5.0 to 1.6.2.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](recharts/recharts@v1.5.0...v1.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @emotion/styled from 10.0.10 to 10.0.12 (#77)

* Bump @emotion/styled from 10.0.10 to 10.0.12

Bumps [@emotion/styled](https://github.com/emotion-js/emotion/tree/HEAD/) from 10.0.10 to 10.0.12.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@10.0.10...@emotion/styled@10.0.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dependabot badge

* Fix failing test

* Bump notistack from 0.8.6 to 0.8.9 (#97)

Bumps [notistack](https://github.com/iamhosseindhv/notistack) from 0.8.6 to 0.8.9.
- [Release notes](https://github.com/iamhosseindhv/notistack/releases)
- [Changelog](https://github.com/iamhosseindhv/notistack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iamhosseindhv/notistack/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react from 16.8.16 to 16.8.23 (#99)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.8.16 to 16.8.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump styled-components from 4.2.0 to 4.3.2 (#92)

* Bump styled-components from 4.2.0 to 4.3.2

Bumps [styled-components](https://github.com/styled-components/styled-components/tree/HEAD) from 4.2.0 to 4.3.2.
- [Release notes](https://github.com/styled-components/styled-components/releases/)
- [Changelog](https://github.com/styled-components/styled-components/blob/master/CHANGELOG.md)
- [Commits](https://github.com/styled-components/styled-components/commits/v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump react-select from 2.4.3 to 3.0.4 (#100)

* Bump react-select from 2.4.3 to 3.0.4

Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.3 to 3.0.4.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react-select from 2.0.17 to 3.0.0

* Bump rollup from 1.12.4 to 1.17.0 (#106)

Bumps [rollup](https://github.com/rollup/rollup) from 1.12.4 to 1.17.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v1.12.4...v1.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump autoprefixer from 9.5.1 to 9.6.1 (#107)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.5.1 to 9.6.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](postcss/autoprefixer@9.5.1...9.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump emotion-server from 10.0.9 to 10.0.14 (#104)

Bumps [emotion-server](https://github.com/emotion-js/emotion) from 10.0.9 to 10.0.14.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion-server@10.0.9...emotion-server@10.0.14)

* Bump react-inspector from 2.3.1 to 3.0.2 (#102)

* Bump react-inspector from 2.3.1 to 3.0.2

Bumps [react-inspector](https://github.com/storybookjs/react-inspector/tree/HEAD) from 2.3.1 to 3.0.2.
- [Changelog](https://github.com/storybookjs/react-inspector/blob/master/HISTORY.md)
- [Commits](https://github.com/storybookjs/react-inspector/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump enzyme-adapter-react-16 from 1.12.1 to 1.14.0 (#103)

* Bump enzyme-adapter-react-16 from 1.12.1 to 1.14.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.12.1 to 1.14.0.
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme-adapter-react-16@1.14.0/packages/enzyme-adapter-react-16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump lerna from 3.16.1 to 3.16.2 (#101)

* Bump lerna from 3.16.1 to 3.16.2

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.1 to 3.16.2.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.16.2/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump styled-system from 5.0.12 to 5.0.16 (#110)

Bumps [styled-system](https://github.com/jxnblk/styled-system) from 5.0.12 to 5.0.16.
- [Release notes](https://github.com/jxnblk/styled-system/releases)
- [Changelog](https://github.com/styled-system/styled-system/blob/master/CHANGELOG.md)
- [Commits](styled-system/styled-system@v5.0.12...v5.0.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump url-loader from 1.1.2 to 2.1.0 (#108)

Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 1.1.2 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v1.1.2...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @babel/register from 7.4.4 to 7.5.5 (#111)

Bumps [@babel/register](https://github.com/babel/babel) from 7.4.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.4...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump react-number-format from 4.0.7 to 4.0.8 (#113)

Bumps [react-number-format](https://github.com/s-yadav/react-number-format) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/s-yadav/react-number-format/releases)
- [Commits](s-yadav/react-number-format@v4.0.7...v4.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-plugin-react from 7.13.0 to 7.14.3 (#114)

* Bump eslint-plugin-react from 7.13.0 to 7.14.3

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.13.0 to 7.14.3.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.13.0...v7.14.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix lint errors

* Bump puppeteer from 1.15.0 to 1.19.0 (#116)

Bumps [puppeteer](https://github.com/GoogleChrome/puppeteer) from 1.15.0 to 1.19.0.
- [Release notes](https://github.com/GoogleChrome/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v1.15.0...v1.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/jsdom from 12.2.3 to 12.2.4 (#117)

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 12.2.3 to 12.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @babel/cli from 7.4.4 to 7.5.5 (#115)

Bumps [@babel/cli](https://github.com/babel/babel) from 7.4.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.4...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump aws-sdk from 2.471.0 to 2.497.0 (#122)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.471.0 to 2.497.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.471.0...v2.497.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react-transition-group from 2.9.1 to 2.9.2 (#120)

Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump react-router-dom from 5.0.0 to 5.0.1 (#124)

Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md)
- [Commits](remix-run/react-router@v5.0.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dtslint from 0.8.0 to 0.9.0 (#123)

Bumps [dtslint](https://github.com/Microsoft/dtslint) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/Microsoft/dtslint/releases)
- [Commits](https://github.com/Microsoft/dtslint/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @babel/core from 7.5.4 to 7.5.5 (#118)

* Bump @babel/core from 7.5.4 to 7.5.5

Bumps [@babel/core](https://github.com/babel/babel) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.5.4...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump resolutions

* Bump @types/react-dom from 16.8.4 to 16.8.5 (#127)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.8.4 to 16.8.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump jsdom from 15.0.0 to 15.1.1 (#125)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.0.0 to 15.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@15.0.0...15.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @testing-library/react from 8.0.5 to 8.0.6 (#131)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 8.0.5 to 8.0.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v8.0.5...v8.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump rollup-plugin-babel from 4.3.2 to 4.3.3 (#132)

Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup-plugin-babel@v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react-text-mask from 5.4.4 to 5.4.6 (#129)

Bumps [@types/react-text-mask](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-text-mask) from 5.4.4 to 5.4.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-text-mask)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump fs-extra from 7.0.1 to 8.1.0 (#130)

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 to 8.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@7.0.1...8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump typescript from 3.2.2 to 3.2.4 (#128)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.2.2...v3.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump material-ui-popup-state from 1.3.2 to 1.4.0 (#135)

Bumps [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/jcoreio/material-ui-popup-state/releases)
- [Commits](jcoreio/material-ui-popup-state@v1.3.2...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump danger from 7.1.4 to 9.1.3 (#133)

Bumps [danger](https://github.com/danger/danger-js) from 7.1.4 to 9.1.3.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md)
- [Commits](danger/danger-js@7.1.4...9.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump react-window from 1.8.1 to 1.8.5 (#141)

Bumps [react-window](https://github.com/bvaughn/react-window) from 1.8.1 to 1.8.5.
- [Release notes](https://github.com/bvaughn/react-window/releases)
- [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md)
- [Commits](bvaughn/react-window@1.8.1...1.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/enzyme from 3.9.1 to 3.10.3 (#142)

Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.9.1 to 3.10.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (#139)

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md)
- [Commits](infofarmer/eslint-plugin-jsx-a11y@v6.2.1...v6.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump rollup-plugin-terser from 5.0.0 to 5.1.1 (#140)

* Bump rollup-plugin-terser from 5.0.0 to 5.1.1

Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.0.0 to 5.1.1.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](TrySound/rollup-plugin-terser@v5.0.0...v5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump terser related deps

* Bump lerna from 3.16.2 to 3.16.3 (#145)

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.2 to 3.16.3.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.16.3/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react-router-dom from 4.3.2 to 4.3.4 (#143)

Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @babel/node from 7.2.2 to 7.5.5 (#137)

Bumps [@babel/node](https://github.com/babel/babel) from 7.2.2 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.2.2...v7.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump eslint-config-airbnb from 17.1.0 to 17.1.1 (#148)

Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 17.1.0 to 17.1.1.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](airbnb/javascript@eslint-config-airbnb-v17.1.0...eslint-config-airbnb-v17.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump babel-plugin-istanbul from 5.1.4 to 5.2.0 (#147)

Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.1.4 to 5.2.0.
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases)
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/babel-plugin-istanbul@v5.1.4...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/react-transition-group from 2.9.2 to 4.2.0 (#149)

Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 2.9.2 to 4.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump final-form from 4.12.0 to 4.18.2 (#126)

Bumps [final-form](https://github.com/final-form/final-form) from 4.12.0 to 4.18.2.
- [Release notes](https://github.com/final-form/final-form/releases)
- [Commits](final-form/final-form@v4.12.0...v4.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump lerna from 3.16.3 to 3.16.4 (#150)

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.3 to 3.16.4.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.16.4/core/lerna)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* codecov doesnt care about merge commits
eps1lon pushed a commit that referenced this pull request Nov 10, 2020
Move picker sources into lab (#4)

Update README.md

[DatePicker] Refactor pickers tests to testing-library and mocha (#5)

[TimePicker] Migrate tests to testing library (#8)

[DateTimePicker] Migrate tests  (#9)

Fix all pickers linter errors (#10)

Fix all circular dependencies (#11)

* Fix all circular dependencies

* Enable mocha eslint rules for typescript tests

[test] The last step to a green CI (#15)

Migrate pickers docs (#12)

Downgrade to withStyles for pickers sources (#16)

Add public api exports for pickers components (#17)

Consolidate component namespace and theme augmentation  (#18)

Describe conformance for pickers sub-components (#19)

Autogenerate proptypes for typescript sources  (#20)

Proper build output (#21)

Clear migration artifacts  (#23)

Eslint rule for lower-case test name convention  (#24)

DateRangePicker  (#25)

yarn deduplicate

Remove GridListTile

[DateTimePicker] Fix migration unit tests

Fix types

Fix typescript types migration issues

Fix yarn lerna build (#33)

Fix karma tests

use window.Touch for CI karma tests

Remove more outdated diff noise (#34)

Replace not valid formats with valid ISO strings

Try to fix CI touch tests

Skip tests if Touch events are not supported

Fix merge conflicts

Actually type-check

Fix safari tests

Remove lowercase test name rule

The casing is up to the test author.
We're not the grammar police in tests.

Fix lint

Format

Remove overzealous eslint-disable*

Debug failing tests

Better debugging

Timezones are fun

was isoString th efix?

Let's find out what's failing and then skip it

Branch for safari

Skip DateRangePicker in browsers

review

Matt's review

Co-authored-by: Matt <github@nospam.33m.co>

format

docs:i18n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant