mozilla / distribution-viewer

Mozilla Public License 2.0
5 stars 9 forks source link

Update dependency eslint-plugin-react to v7.8.2 - autoclosed #398

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency eslint-plugin-react from v7.7.0 to v7.8.2

Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.

Release Notes ### [`v7.8.2`](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​782---2018-05-13) [Compare Source](https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2) ##### Fixed * Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#​1791][] @​pcorpet) [7.8.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2 [#​1791]: `https://github.com/yannickcr/eslint-plugin-react/issues/1791` --- ### [`v7.8.1`](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​781---2018-05-12) [Compare Source](https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1) ##### Fixed * Fix crash in [`no-deprecated`][] when encountering a class constructor ([#​1785][] @​taddei) [7.8.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1 [#​1785]: `https://github.com/yannickcr/eslint-plugin-react/issues/1785` --- ### [`v7.8.0`](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​780---2018-05-11) [Compare Source](https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0-rc.0...v7.8.0) ##### Added * Add support for fragments to [`react-in-jsx-scope`][] ([#​1758][]) * Add support for Flow generic PropType to [`require-default-props`][] ([#​1724][] @​Miziak) * Add component whitelist option to [`forbid-component-props`][] ([#​1732][] @​ThiefMaster) * Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#​1681][] @​bvaughn) * Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#​1767][] @​joe-denea) * Add support for React 16.3 lifecycle methods to [`no-typos`][] * Add support for `prevState` and `nextState` to [`no-unused-state`][] ([#​1759][]) * Add warnings for `componentWillMount`, `componentWillReceiveProps` and `componentWillUpdate` lifecycle methods in [`no-deprecated`][] ([#​1750][] @​sergei-startsev) ##### Fixed * Fix [`no-typos`][] false positive on custom `PropType` classes ([#​1389][] @​brettdh) * Fix [`boolean-prop-naming`][] to handle required props ([#​1389][] @​louisscruz) * Fix [`jsx-curly-brace-presence`][] to allow whitespace JSX container ([#​1717][] @​sharmilajesupaul) * Fix [`jsx-no-bind`][] to handle ternary conditions ([#​1722][] @​gwenaellarmet) ##### Changed * Documentation improvements ([#​1699][] @​ronanmathew, [#​1743][] @​ybiquitous, [#​1753][] @​awthwathje, [#​1783][] @​chentsulin, [#​1703][] @​ferhatelmas) [7.8.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.7.0...v7.8.0 [#​1758]: `https://github.com/yannickcr/eslint-plugin-react/issues/1758` [#​1724]: `https://github.com/yannickcr/eslint-plugin-react/issues/1724` [#​1732]: `https://github.com/yannickcr/eslint-plugin-react/issues/1732` [#​1681]: `https://github.com/yannickcr/eslint-plugin-react/pull/1681` [#​1767]: `https://github.com/yannickcr/eslint-plugin-react/issues/1767` [#​1759]: `https://github.com/yannickcr/eslint-plugin-react/issues/1759` [#​1750]: `https://github.com/yannickcr/eslint-plugin-react/pull/1750` [#​1389]: `https://github.com/yannickcr/eslint-plugin-react/issues/1389` [#​1717]: `https://github.com/yannickcr/eslint-plugin-react/issues/1717` [#​1722]: `https://github.com/yannickcr/eslint-plugin-react/issues/1722` [#​1699]: `https://github.com/yannickcr/eslint-plugin-react/pull/1699` [#​1743]: `https://github.com/yannickcr/eslint-plugin-react/pull/1743` [#​1753]: `https://github.com/yannickcr/eslint-plugin-react/issues/1753` [#​1783]: `https://github.com/yannickcr/eslint-plugin-react/pull/1783` [#​1703]: `https://github.com/yannickcr/eslint-plugin-react/pull/1703` ---

This PR has been generated by Renovate Bot.