Luchanso / new-year-chain

Blockchain for your new year resolution
1 stars 0 forks source link

chore(deps): update dependency eslint-plugin-react to v7.12.3 #7

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-react devDependencies minor 7.11.1 -> 7.12.3 source

Release Notes

yannickcr/eslint-plugin-react ### [`v7.12.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7123---2019-01-04) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.12.2...v7.12.3) ##### Fixed - [`jsx-indent`][]: Prevent crash on valueless props ([#​2120][], [@​jomasti](https://togithub.com/jomasti)) - [`jsx-fragments`][]: avoid crashing on self-closing fragments ([#​2113][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-unused-prop-types`][]: Fix propType detection inside class bodies ([#​2115][], [@​drx](https://togithub.com/drx)) - [`no-unused-prop-types`][]: fix issue with propTypes misclassifying props ([#​2111][], [@​drx](https://togithub.com/drx)) - [`display-name`][]: fix false positive for `React.memo` ([#​2109][], [@​jomasti](https://togithub.com/jomasti)) ##### Changed - [Docs] add a missing comma in the JSON settings ([#​2117][], [@​haideralsh](https://togithub.com/haideralsh)) - [Docs] update README to document React version detection ([#​2114][], [@​mohsinulhaq](https://togithub.com/mohsinulhaq)) [#​2120]: https://github.com/yannickcr/eslint-plugin-react/issues/2120 [#​2117]: https://github.com/yannickcr/eslint-plugin-react/issues/2117 [#​2115]: https://github.com/yannickcr/eslint-plugin-react/issues/2115 [#​2114]: https://github.com/yannickcr/eslint-plugin-react/issues/2114 [#​2113]: https://github.com/yannickcr/eslint-plugin-react/issues/2113 [#​2111]: https://github.com/yannickcr/eslint-plugin-react/issues/2111 [#​2109]: https://github.com/yannickcr/eslint-plugin-react/issues/2109 ### [`v7.12.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7122---2019-01-02) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.12.1...v7.12.2) ##### Fixed - [`prop-types`][]: avoid crash on used prevProps ([#​2095][], [@​ljharb](https://togithub.com/ljharb)) - Version warning: Link does not end with '.' ([#​2103][], [@​yoyo837](https://togithub.com/yoyo837))) - [`forbid-prop-types`][]: fix crash with propWrapper check on MemberExpressions ([#​2104][], [@​ljharb](https://togithub.com/ljharb)) [#​2104]: https://github.com/yannickcr/eslint-plugin-react/issues/2104 [#​2103]: https://github.com/yannickcr/eslint-plugin-react/pull/2103 [#​2095]: https://github.com/yannickcr/eslint-plugin-react/issues/2095 ### [`v7.12.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7121---2019-01-01) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.12.0...v7.12.1) ##### Fixed - [`no-unused-state`][]: Fix crash with class fields ([#​2098][], [@​jomasti](https://togithub.com/jomasti)) - [`prop-types`][]: Fix false positives inside lifecycle methods ([#​2099][], [@​jomasti](https://togithub.com/jomasti)) - [`jsx-max-depth`][]: avoid a crash ([#​2102][], [@​ljharb](https://togithub.com/ljharb)) - [`jsx-wrap-multilines`][]: avoid crash when no trailing newline ([#​2100][], [@​ljharb](https://togithub.com/ljharb)) ##### Changed - Fix CHANGELOG.md ([#​2097][], [@​alexzherdev](https://togithub.com/alexzherdev)) [#​2102]: https://github.com/yannickcr/eslint-plugin-react/issues/2102 [#​2100]: https://github.com/yannickcr/eslint-plugin-react/issues/2100 [#​2099]: https://github.com/yannickcr/eslint-plugin-react/pull/2099 [#​2098]: https://github.com/yannickcr/eslint-plugin-react/pull/2098 [#​2097]: https://github.com/yannickcr/eslint-plugin-react/pull/2097 ### [`v7.12.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7120---2018-12-27) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.11.1...v7.12.0) ##### Added - [`no-typos`]: Support createClass ([#​1828][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Support detecting React.forwardRef/React.memo ([#​2089][], [@​jomasti](https://togithub.com/jomasti)) - [`jsx-indent`][]: add `checkAttributes` option for JSX attribute indentation ([#​2086][], [@​jomasti](https://togithub.com/jomasti)) - Change allowed `propWrapperFunctions` setting values ([#​2065][], [@​jomasti](https://togithub.com/jomasti)) - add [`jsx-fragments`][] rule to enforce fragment syntax ([#​1994][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Support "detect" option for React version setting ([#​1978][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Support shorthand fragment syntax in many rules ([#​1956][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`jsx-no-literals`][]: print node value in warning message ([#​2008][], [@​jlgonzalezdev](https://togithub.com/jlgonzalezdev)) ##### Fixed - [`jsx-max-depth`][]: Fix depth of JSX siblings in a JSXEpressionContainer ([#​1824][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-array-index-key`][]: fix in React.Children methods ([#​2085][], [@​himynameisdave](https://togithub.com/himynameisdave)) - [`no-unused-state`][]: handle functional setState ([#​2084][], [@​jomasti](https://togithub.com/jomasti)) - version errors should log to stderr, not stdout ([#​2082][], [@​ljharb](https://togithub.com/ljharb)) - [`no-deprecated`][]: Disable legacy lifecycle methods linting for now ([#​2069][], [@​sergei-startsev](https://togithub.com/sergei-startsev)) - ensure that react and flow versions can be numbers ([#​2056][], [@​ljharb](https://togithub.com/ljharb)) - [`forbid-foreign-prop-types`][]: ensure `allowInPropTypes` option applies to class fields ([#​2040][], [@​Sheile](https://togithub.com/Sheile)) - [`jsx-wrap-multilines`][]: catch single missing newlines ([#​1984][], [@​MrHen](https://togithub.com/MrHen)) - [`jsx-first-prop-new-line`][]: Fix for parsers (like TypeScript) ([#​2026][], [@​HauptmannEck](https://togithub.com/HauptmannEck)) - [`sort-comp`][]: Fix fixer in case of more than 10 props ([#​2012][], [@​tihonove](https://togithub.com/tihonove)) - [`no-unused-state`][] Don't depend on state parameter name ([#​1829][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-this-in-sfc`][] fix for class properties ([#​1995][], [@​sergei-startsev](https://togithub.com/sergei-startsev)) - [`no-this-in-sfc`][] fix rule behavior for arrow functions inside a class field ([#​1989][], [@​sergei-startsev](https://togithub.com/sergei-startsev)) - [`destructuring-assignment`][]: handle nested props usage ([#​1983][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`sort-prop-types`][]: fix string property order ([#​1977][], [@​metreniuk](https://togithub.com/metreniuk)) - [`jsx-no-target-blank`][]: don’t crash when there’s no value ([#​1949][], [@​ljharb](https://togithub.com/ljharb)) - [`prop-types`][], [`no-unused-prop-types`][]: better handle object spread ([#​1939][], [@​alexzherdev](https://togithub.com/alexzherdev)) ##### Changed - [`jsx-fragments`][]: improve message text ([#​2032][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-unsafe`][]: handle all unsafe life-cycle methods ([#​2075][], [@​sergei-startsev](https://togithub.com/sergei-startsev)) - [`require-default-props`][]: Change error message naming from singular defaultProp to plural defaultProps ([#​2064][], [@​jseminck](https://togithub.com/jseminck)) - [Refactor] Extract used `propTypes` detection ([#​1946][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [Refactor] Extract `defaultProps` detection ([#​1942][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [Refactor] Extract required `propTypes` detection ([#​2001][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [Docs][`no-did-mount-set-state`]\[], [`no-did-update-set-state`][], [`no-will-update-set-state`][]: fix docs URLs ([#​2090][], [@​JBallin](https://togithub.com/JBallin)) - [Docs] Remove statement on GC in jsx-no-bind ([#​2067][], [@​rickhanlonii](https://togithub.com/rickhanlonii)) - [Docs][`jsx-sort-props`]\[]: Fix small mistake ([#​2044][], [@​dimitarnestorov](https://togithub.com/dimitarnestorov)) - [Docs][`no-unescaped-entities`]\[]: add more escape examples ([#​2015][], [@​stevemao](https://togithub.com/stevemao)) - [Docs][`display-name`]\[]: mention default `ignoreTranspilerName` value ([#​2002][], [@​OliverJAsh](https://togithub.com/OliverJAsh)) - [Docs][`jsx-no-target-blank`]\[]: Add full example ([#​1988][], [@​atomcorp](https://togithub.com/atomcorp)) - [Docs] Update [`jsx-no-target-blank`][].md ([#​1953][], [@​brunocoelho](https://togithub.com/brunocoelho)) - [Changelog] fix "Ignore class properties" contributor ([#​1941][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [Tests] Remove redundant `require('babel-eslint')` from tests ([#​2004][], [@​sergei-startsev](https://togithub.com/sergei-startsev)) - [Tests][`prop-types`]\[]: Add tests for prop-types destructuring ([#​2029][], [@​sstern6](https://togithub.com/sstern6)) - [Tests][`display-name`]\[]: add false positive component detection for destructured createElement ([#​1098][], [@​arian](https://togithub.com/arian)) [#​2090]: https://github.com/yannickcr/eslint-plugin-react/pull/2090 [#​2089]: https://github.com/yannickcr/eslint-plugin-react/pull/2089 [#​2086]: https://github.com/yannickcr/eslint-plugin-react/pull/2086 [#​2085]: https://github.com/yannickcr/eslint-plugin-react/pull/2085 [#​2084]: https://github.com/yannickcr/eslint-plugin-react/pull/2084 [#​2082]: https://github.com/yannickcr/eslint-plugin-react/issues/2082 [#​2075]: https://github.com/yannickcr/eslint-plugin-react/pull/2075 [#​2069]: https://github.com/yannickcr/eslint-plugin-react/pull/2069 [#​2067]: https://github.com/yannickcr/eslint-plugin-react/pull/2067 [#​2065]: https://github.com/yannickcr/eslint-plugin-react/pull/2065 [#​2064]: https://github.com/yannickcr/eslint-plugin-react/pull/2064 [#​2056]: https://github.com/yannickcr/eslint-plugin-react/issues/2056 [#​2044]: https://github.com/yannickcr/eslint-plugin-react/pull/2044 [#​2040]: https://github.com/yannickcr/eslint-plugin-react/pull/2040 [#​2032]: https://github.com/yannickcr/eslint-plugin-react/pull/2032 [#​2029]: https://github.com/yannickcr/eslint-plugin-react/pull/2029 [#​2026]: https://github.com/yannickcr/eslint-plugin-react/pull/2026 [#​2015]: https://github.com/yannickcr/eslint-plugin-react/pull/2015 [#​2012]: https://github.com/yannickcr/eslint-plugin-react/pull/2012 [#​2008]: https://github.com/yannickcr/eslint-plugin-react/pull/2008 [#​2004]: https://github.com/yannickcr/eslint-plugin-react/pull/2004 [#​2002]: https://github.com/yannickcr/eslint-plugin-react/pull/2002 [#​2001]: https://github.com/yannickcr/eslint-plugin-react/pull/2001 [#​1995]: https://github.com/yannickcr/eslint-plugin-react/pull/1995 [#​1994]: https://github.com/yannickcr/eslint-plugin-react/pull/1994 [#​1989]: https://github.com/yannickcr/eslint-plugin-react/pull/1989 [#​1988]: https://github.com/yannickcr/eslint-plugin-react/pull/1988 [#​1984]: https://github.com/yannickcr/eslint-plugin-react/pull/1984 [#​1983]: https://github.com/yannickcr/eslint-plugin-react/pull/1983 [#​1978]: https://github.com/yannickcr/eslint-plugin-react/pull/1978 [#​1977]: https://github.com/yannickcr/eslint-plugin-react/pull/1977 [#​1956]: https://github.com/yannickcr/eslint-plugin-react/pull/1956 [#​1953]: https://github.com/yannickcr/eslint-plugin-react/pull/1953 [#​1949]: https://github.com/yannickcr/eslint-plugin-react/issues/1949 [#​1946]: https://github.com/yannickcr/eslint-plugin-react/pull/1946 [#​1942]: https://github.com/yannickcr/eslint-plugin-react/pull/1942 [#​1941]: https://github.com/yannickcr/eslint-plugin-react/pull/1941 [#​1939]: https://github.com/yannickcr/eslint-plugin-react/pull/1939 [#​1829]: https://github.com/yannickcr/eslint-plugin-react/pull/1829 [#​1828]: https://github.com/yannickcr/eslint-plugin-react/pull/1828 [#​1824]: https://github.com/yannickcr/eslint-plugin-react/pull/1824 [#​1098]: https://github.com/yannickcr/eslint-plugin-react/pull/1098

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 if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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