dance2die / calendar-dates

📆 Get a list of calendar dates with no external dependencies.
https://www.npmjs.com/package/calendar-dates
MIT License
14 stars 3 forks source link

chore(deps): update dependency eslint-plugin-react to v7.12.4 #30

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.9.1 -> 7.12.4 source

Release Notes

yannickcr/eslint-plugin-react ### [`v7.12.4`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7124---2019-01-16) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.12.3...v7.12.4) ##### Fixed - [`no-unused-prop-types`][]: avoid a crash ([#​2131][], [@​ljharb](https://togithub.com/ljharb)) - [`prop-types`][]: avoid further crashes from nonexistent nodes in unusedPropTypes ([#​2127][], [@​ljharb](https://togithub.com/ljharb)) - [`prop-types`][]: Read name of callee object ([#​2125][], [@​CrOrc](https://togithub.com/CrOrc)) - [`prop-types`][]: Ignore reassignments when matching props declarations with components ([#​2051][], [#​1957][], [@​yannickcr](https://togithub.com/yannickcr)) - [`prop-types`][], [`no-unused-prop-types`][], [`require-default-props`][]: Detect components with return statement in switch/case ([#​2118][], [@​yannickcr](https://togithub.com/yannickcr)) ##### Changed - [`prop-types`][], [`no-typos`][]: add passing test cases ([#​2123][], [#​2128][], [#​2136][], [#​2134][], [@​ljharb](https://togithub.com/ljharb)) [#​2136]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2136 [#​2134]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2134 [#​2131]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2131 [#​2128]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2128 [#​2127]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2127 [#​2125]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2125 [#​2123]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2123 [#​2118]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2118 [#​2051]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2051 [#​1957]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1957 ### [`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://togithub.com/yannickcr/eslint-plugin-react/issues/2120 [#​2117]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2117 [#​2115]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2115 [#​2114]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2114 [#​2113]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2113 [#​2111]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2111 [#​2109]: https://togithub.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://togithub.com/yannickcr/eslint-plugin-react/issues/2104 [#​2103]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2103 [#​2095]: https://togithub.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://togithub.com/yannickcr/eslint-plugin-react/issues/2102 [#​2100]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2100 [#​2099]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2099 [#​2098]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2098 [#​2097]: https://togithub.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://togithub.com/yannickcr/eslint-plugin-react/pull/2090 [#​2089]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2089 [#​2086]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2086 [#​2085]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2085 [#​2084]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2084 [#​2082]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2082 [#​2075]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2075 [#​2069]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2069 [#​2067]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2067 [#​2065]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2065 [#​2064]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2064 [#​2056]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2056 [#​2044]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2044 [#​2040]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2040 [#​2032]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2032 [#​2029]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2029 [#​2026]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2026 [#​2015]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2015 [#​2012]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2012 [#​2008]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2008 [#​2004]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2004 [#​2002]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2002 [#​2001]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2001 [#​1995]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1995 [#​1994]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1994 [#​1989]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1989 [#​1988]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1988 [#​1984]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1984 [#​1983]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1983 [#​1978]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1978 [#​1977]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1977 [#​1956]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1956 [#​1953]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1953 [#​1949]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1949 [#​1946]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1946 [#​1942]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1942 [#​1941]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1941 [#​1939]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1939 [#​1829]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1829 [#​1828]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1828 [#​1824]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1824 [#​1098]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1098 ### [`v7.11.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7111---2018-08-14) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.11.0...v7.11.1) ##### Fixed - stop crashing when assigning to propTypes ([#​1932][], [@​alexzherdev](https://togithub.com/alexzherdev)) ##### Changed - Fix changelog links ([#​1926][], [@​ferhatelmas](https://togithub.com/ferhatelmas)) - Fix changelog links ([#​1929][], [@​alexzherdev](https://togithub.com/alexzherdev)) [#​1932]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1932 [#​1929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1929 [#​1926]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1926 ### [`v7.11.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7110---2018-08-13) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.10.0...v7.11.0) ##### Added - [`jsx-one-expression-per-line`][]: add "allow" option ([#​1924][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`sort-prop-types`][]: add autofix ([#​1891][], [@​finnp](https://togithub.com/finnp)) - [`jsx-no-bind`][]: Add ignoreDOMComponents option ([#​1868][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Output a warning if React version is missing in settings ([#​1857][], [@​alexzherdev](https://togithub.com/alexzherdev)) ##### Fixed - [`destructuring-assignment`][]: Ignore class properties ([#​1909][], [@​alexandernanberg](https://togithub.com/alexandernanberg)) - [`destructuring-assignment`][], component detection: ignore components with confidence = 0 ([#​1907][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`boolean-prop-naming`][]: Handle inline Flow type ([#​1905][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`jsx-props-no-multi-spaces`][]: Handle member expressions ([#​1890][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`sort-comp`][]: Allow methods to belong to any matching group ([#​1858][], [@​nosilleg](https://togithub.com/nosilleg)) - [`jsx-sort-props`][]: Fix `reservedFirst` ([#​1883][], [@​fleischie](https://togithub.com/fleischie)) - [`prop-types`][]: (flow) Stop crashing on undefined or null properties ([#​1860][], [@​nicholas-l](https://togithub.com/nicholas-l)) - [`no-unknown-property`][]: Make attribute "charset" valid ([#​1863][], [@​silvenon](https://togithub.com/silvenon)) - [`no-deprecated`][]: report identifier AST node instead of the class node ([#​1854][], [@​jsnajdr](https://togithub.com/jsnajdr)) - [`button-has-type`][]: Account for pragma ([#​1851][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`button-has-type`][]: improve error message when an identifier is used as the value ([#​1874][], [@​ljharb](https://togithub.com/ljharb)) - support JSXText nodes alongside Literal nodes ([@​ljharb](https://togithub.com/ljharb)) ##### Changed - Extract propTypes detection code ([#​1911][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Fix broken links in changelog ([#​1849][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-unused-state`][]: combine spread visitors ([@​ljharb](https://togithub.com/ljharb)) - [`jsx-one-expression-per-line`][]: Fix JSX Syntax in docs ([#​1867][], [@​peter-mouland](https://togithub.com/peter-mouland)) - [`jsx-max-depth`][], [`jsx-sort-default-props`][]: add missing docs urls ([#​1880][], [@​flyerhzm](https://togithub.com/flyerhzm)) - [`jsx-indent`][]: add test cases ([#​1892][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`prop-types`][]: add test cases ([#​1898][], [@​alexzherdev](https://togithub.com/alexzherdev)) - Add a helper function for determining function-like expressions ([#​1914][], [@​alexzherdev](https://togithub.com/alexzherdev)) - [`jsx-props-no-multi-spaces`][]: update docs ([#​1918][], [@​BenRichter](https://togithub.com/BenRichter)) [#​1924]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1924 [#​1918]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1918 [#​1914]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1914 [#​1911]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1911 [#​1909]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1909 [#​1907]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1907 [#​1905]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1905 [#​1898]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1898 [#​1892]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1892 [#​1891]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1891 [#​1890]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1890 [#​1883]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1883 [#​1880]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1880 [#​1874]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1874 [#​1868]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1868 [#​1867]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1867 [#​1863]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1863 [#​1860]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1860 [#​1858]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1858 [#​1857]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1857 [#​1854]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1854 [#​1851]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1851 [#​1849]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1849 ### [`v7.10.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7100---2018-06-24) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.9.1...v7.10.0) ##### Added - Allow eslint ^5 ([#​1843][] [@​papandreou](https://togithub.com/papandreou), [@​ljharb](https://togithub.com/ljharb)) - [`no-unsafe`][] rule ([#​1831][], [#​1830][] [@​sergei-startsev](https://togithub.com/sergei-startsev)) - [`no-will-update-set-state`][]: Account for `UNSAFE_` methods ([#​1845][], [#​1844][] [@​alexzherdev](https://togithub.com/alexzherdev)) ##### Fixed - [`no-typos`][]: Fix static propTypes handling ([#​1827][], [#​1677][] [@​alexzherdev](https://togithub.com/alexzherdev)) - [`destructuring-assignment`][]: Allow LHS ([#​1825][], [#​1728][] [@​alexzherdev](https://togithub.com/alexzherdev)) - [`no-unused-prop-types`][]: Fix crash when encountering mixed union and intersection flow types ([#​1806][] [@​yannickcr](https://togithub.com/yannickcr)) ##### Changed - Typo fixes in [`jsx-no-target-blank`][] ([#​1805][] [@​ferhatelmas](https://togithub.com/ferhatelmas))) [#​1845]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1845 [#​1844]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1844 [#​1843]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1843 [#​1831]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1831 [#​1830]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1830 [#​1827]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1827 [#​1825]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1825 [#​1806]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1806 [#​1805]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1805 [#​1728]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1728 [#​1677]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1677

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.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (7.12.4). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.