sdc224 / electron-react-ts

Electron React TS
MIT License
2 stars 0 forks source link

Update dependency eslint-plugin-react to v7.22.0 #100

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.20.0 -> 7.22.0 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react ### [`v7.22.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7220---20201229) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.22.0) ##### Added - [`jsx-key`]: added `checkKeyMustBeforeSpread` option for new jsx transform ([#​2835][] [@​morlay](https://togithub.com/morlay)) - [`jsx-newline`]: add new rule ([#​2693][] [@​jzabala](https://togithub.com/jzabala)) - [`jsx-no-constructed-context-values`]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders ([#​2763][] [@​dylanOshima](https://togithub.com/dylanOshima)) - [`jsx-indent-props`]: add `ignoreTernaryOperator` option ([#​2846][] [@​SebastianZimmer](https://togithub.com/SebastianZimmer)) - [`jsx-no-target-blank`]: Add `warnOnSpreadAttributes` option ([#​2855][] [@​michael-yx-wu](https://togithub.com/michael-yx-wu)) ##### Fixed - [`display-name`]/component detection: avoid a crash on anonymous components ([#​2840][] [@​ljharb](https://togithub.com/ljharb)) - [`prop-types`]: function in class that returns a component causes false warning in typescript ([#​2843][] [@​SyMind](https://togithub.com/SyMind)) - [`jsx-no-target-blank`]: avoid a crash with a non-string literal ([#​2851][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-no-script-url`]: avoid crash with boolean `href` ([#​2871][] [@​ljharb](https://togithub.com/ljharb), [@​AriPerkkio](https://togithub.com/AriPerkkio)) - [`no-typos`]: avoid crash with computed method name ([#​2870][] [@​ljharb](https://togithub.com/ljharb), [@​AriPerkkio](https://togithub.com/AriPerkkio)) - [`jsx-max-depth`]: avoid crash with childless jsx child ([#​2869][] [@​ljharb](https://togithub.com/ljharb), [@​AriPerkkio](https://togithub.com/AriPerkkio)) - [`jsx-wrap-multilines`]: fix crash with `declaration`s that are on a new line after `=` ([#​2875][] [@​ljharb](https://togithub.com/ljharb)) - [`no-unknown-property`]: avoid crash with prop named with Object.prototype key ([#​2879][] [@​ljharb](https://togithub.com/ljharb), [@​AriPerkkio](https://togithub.com/AriPerkkio)) - [`prop-types`]: default argument does not count as props-types declaration ([#​2877][] [@​golopot](https://togithub.com/golopot)) - [`jsx-props-no-multi-spaces`]: fix a false positive for beside comments ([#​2878][] [@​golopot](https://togithub.com/golopot)) - [`jsx-no-undef`]: handle the TS parser combined with an invalid ecmaVersion ([#​2882][] [@​ljharb](https://togithub.com/ljharb)) - [`no-unused-prop-types`]: apply `skipShapeProps` to exact types ([#​2883][] [@​golopot](https://togithub.com/golopot)) - [`no-danger-with-children`]/[`style-prop-object`]/[`no-adjacent-inline-elements`]: add category, URL ([#​2891][] [@​thofmann](https://togithub.com/thofmann)) ##### Docs - [`no-unused-prop-types`]: Add new example to rule ([#​2852][] [@​thehereward](https://togithub.com/thehereward)) - [`prop-types`]: fix example ([#​2881][] [@​technote-space](https://togithub.com/technote-space)) [7.22.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.22.0 [#​2891]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2891 [#​2883]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2883 [#​2882]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2882 [#​2881]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2881 [#​2879]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2879 [#​2878]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2878 [#​2877]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2877 [#​2875]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2875 [#​2871]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2871 [#​2870]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2870 [#​2869]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2869 [#​2855]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2855 [#​2852]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2852 [#​2851]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2851 [#​2846]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2846 [#​2843]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2843 [#​2840]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2840 [#​2835]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2835 [#​2763]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2763 [#​2693]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2693 ### [`v7.21.5`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7215---20201019) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5) ##### Fixed - [`jsx-indent-props`]: Apply indentation when using brackets ([#​2826][] [@​Moong0122](https://togithub.com/Moong0122)) - [`jsx-handler-names`]: Skip inline handlers when checkInlineFunction=false ([#​2833][] [@​onigoetz](https://togithub.com/onigoetz)) ##### Changed - [Tests] `jsx-indent-props`: Add passing test ([#​2823][] [@​Hypnosphi](https://togithub.com/Hypnosphi)) [7.21.5]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5 [#​2833]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2833 [#​2826]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2826 [#​2823]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2823 ### [`v7.21.4`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7214---20201009) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4) ##### Fixed - [`no-unused-prop-types`]: Silence false positive on `never` type in TS ([#​2815][] [@​pcorpet](https://togithub.com/pcorpet)) - [`jsx-indent-props`]: Apply indentation when operator is used in front of the upper line ([#​2808][], [#​2820][] [@​Moong0122](https://togithub.com/Moong0122)) - [Deps] update `jsx-ast-utils` ([#​2822][] [jsx-eslint/jsx-ast-utils#​102][] [@​ljharb](https://togithub.com/ljharb)) [7.21.4]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4 [#​2822]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2822 [#​2820]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2820 [#​2815]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2815 [#​2808]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2808 [jsx-eslint/jsx-ast-utils#​102]: https://togithub.com/jsx-eslint/jsx-ast-utils/pull/102 ### [`v7.21.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7213---20201002) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.2...v7.21.3) ##### Fixed - [`prop-types`]: fix Cannot read property 'type' of undefined error when destructured param ([#​2807][] [@​minwe](https://togithub.com/minwe)) - [`no-typos`]: avoid crash on spread syntax in createReactClass object ([#​2816][] [@​ljharb](https://togithub.com/ljharb) [@​Songyu-Wang](https://togithub.com/Songyu-Wang)) [7.21.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.2...v7.21.3 [#​2816]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2816 [#​2807]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2807 ### [`v7.21.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7212---20200924) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.1...v7.21.2) ##### Fixed - [`prop-types`]: handle RestElement in destructured param ([#​2805][] [@​hank121314](https://togithub.com/hank121314)) [7.21.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.1...v7.21.2 [#​2805]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2805 ### [`v7.21.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7211---20200923) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.0...v7.21.1) ##### Fixed - [`jsx-handler-names`]: avoid a crash when an inline prop is not a MemberExpression ([#​2803][] [@​willheslam](https://togithub.com/willheslam)) [7.21.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.21.0...v7.21.1 [#​2803]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2803 ### [`v7.21.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7210---20200922) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.0) ##### Added - [`button-has-type`]: support trivial ternary expressions ([#​2748][] [@​Hypnosphi](https://togithub.com/Hypnosphi)) - [`jsx-handler-names`]: add `checkInlineFunction` option ([#​2761][] [@​dididy](https://togithub.com/dididy)) - [`jsx-no-literals`]: add `noAttributeStrings` option ([#​2782][] [@​TaLeaMonet](https://togithub.com/TaLeaMonet)) - [`prop-types`]: add support for `PropTypes.exact` ([#​2740][] [@​jzabala](https://togithub.com/jzabala)) - [`jsx-filename-extension`]: Add allow option ([#​2746][] [@​remcohaszing](https://togithub.com/remcohaszing)) ##### Fixed - [`function-component-definition`]: ignore object properties ([#​2771][] [@​stefan-wullems](https://togithub.com/stefan-wullems)) - [`forbid-component-props`]: Implemented support for "namespaced" components ([#​2767][] [@​mnn](https://togithub.com/mnn)) - [`prefer-read-only-props`]: support Flow `$ReadOnly` ([#​2772][], [#​2779][], [#​2770][] [@​karolina-benitez](https://togithub.com/karolina-benitez)) - [`jsx-handler-names`]: handle whitespace ([#​2789][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - [`prop-types`]: Detect TypeScript types for destructured default prop values ([#​2780][] [@​sunghyunjo](https://togithub.com/sunghyunjo)) - [`jsx-pascal-case`]: Handle single character namespaced component ([#​2791][] [@​daviferreira](https://togithub.com/daviferreira)) - [`jsx-closing-bracket-location`]: In `tag-aligned`, made a distinction between tabs and spaces ([#​2796][] [@​Moong0122](https://togithub.com/Moong0122)) - [`jsx-handler-names`]: false positive when handler name begins with number ([#​1689][] [@​jsphstls](https://togithub.com/jsphstls)) - [`prop-types`]: Detect JSX returned by sequential expression ([#​2801][] [@​mikol](https://togithub.com/mikol)) - [`jsx-props-no-multi-spaces`]: "Expected no line gap between" false positive ([#​2792][] [@​karolina-benitez](https://togithub.com/karolina-benitez)) - [`no-unknown-property`]: check attributes with any input case ([#​2790][] [@​julienw](https://togithub.com/julienw)) - [`prop-types`]/[`no-unused-prop-types`]: handle CallExpression in ReturnType ([#​2802][] [@​hank121314](https://togithub.com/hank121314)) - [`jsx-uses-react`]: mark fragment variables as used ([#​2775][] [@​remcohaszing](https://togithub.com/remcohaszing)) - [`no-unused-prop-types`]: improve component declared props detection ([#​2755][] [@​jzabala](https://togithub.com/jzabala)) - [`jsx-props-no-multi-spaces`]: Show error in multi-line props ([#​2756][] [@​iiison](https://togithub.com/iiison)) ##### Changed - [Tests][`jsx-one-expression-per-line`]: add passing tests ([#​2799][] [@​TaLeaMonet](https://togithub.com/TaLeaMonet)) - [Tests][`prop-types`]: add test ([#​2757][] [@​jzabala](https://togithub.com/jzabala)) [7.21.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.0 [#​2802]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2802 [#​2801]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2801 [#​2799]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2799 [#​2796]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2796 [#​2792]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2792 [#​2791]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2791 [#​2790]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2790 [#​2789]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2789 [#​2782]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2782 [#​2780]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2780 [#​2779]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2779 [#​2775]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2775 [#​2772]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2772 [#​2771]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2771 [#​2770]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2770 [#​2767]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2767 [#​2761]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2761 [#​2757]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2757 [#​2756]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2756 [#​2748]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2748 [#​2746]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2746 [#​2740]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2740 [#​1689]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1689 ### [`v7.20.6`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7206---20200812) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.5...v7.20.6) ##### Fixed - [`jsx-curly-brace-presence`]: fix multiline comment case ([#​2716][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-no-useless-fragment`]: accept fragments with call expressions ([#​2744][] [@​hasparus](https://togithub.com/hasparus)) - [`jsx-no-literals`] with allowStrings doesn't work in props ([#​2736][] [@​karolina-benitez](https://togithub.com/karolina-benitez)) - [`no-find-dom-node`]: Improve error message ([#​2741][] [@​ecraig12345](https://togithub.com/ecraig12345)) - [`no-typos`]/[`no-unused-prop-types`]/propType detection: Support typescript props interface extension and TSTypeAliasDeclaration ([#​2721][] [@​hank121314](https://togithub.com/hank121314)) - [`no-this-in-sfc`]/component detection: add arrow function to list of allowed position for component ([#​2708][] [@​jzabala](https://togithub.com/jzabala)) - [`no-access-state-in-setstate`]: add check for class component ([#​2711][] [@​jzabala](https://togithub.com/jzabala)) - [`prop-types`]/component detection: avoid a crash when a local `createElement` identifier exists ([#​2733][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - [`no-unused-prop-types`]: add test assigning this.props to a variable [7.20.6]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.5...v7.20.6 [#​2744]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2744 [#​2741]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2741 [#​2737]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2737 [#​2736]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2736 [#​2733]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2733 [#​2721]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2721 [#​2716]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2716 [#​2711]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2711 [#​2708]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2708 ### [`v7.20.5`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7205---20200728) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.4...v7.20.5) ##### Fixed - [`jsx-curly-brace-presence`]: disable disallowed JSX text chars check in props ([#​2710][] [@​jzabala](https://togithub.com/jzabala)) - [`no-unused-state`]: check for class expression ([#​2712][] [@​jzabala](https://togithub.com/jzabala)) - [`prop-types`]: handle anonymous functions ([#​2730][], [#​2731][] [@​odinho](https://togithub.com/odinho) [@​wKich](https://togithub.com/wKich) [@​jzabala](https://togithub.com/jzabala)) ##### Docs - [Docs][`no-access-state-in-setstate`]: fix example ([#​2724][] [@​youngjuning](https://togithub.com/youngjuning)) [7.20.5]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.4...v7.20.5 [#​2731]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2731 [#​2730]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2730 [#​2724]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2724 [#​2712]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2712 [#​2710]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2710 ### [`v7.20.4`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7204---20200726) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.20.4) ##### Fixed - improve algorithm to check if a variable is coming from the pragma ([#​2706][] [@​jzabala](https://togithub.com/jzabala)) - [`prop-types`]: handle component returning null ([#​2696][] [@​hank121314](https://togithub.com/hank121314)) - [`prop-types`]/[`function-component-definition`]: Add check for first letter capitalization in functional component detection ([#​2699][] [@​jzabala](https://togithub.com/jzabala)) - [`prop-types`]: use variable value in prop type fields defined by variables ([#​2704][] [@​jzabala](https://togithub.com/jzabala)) - [`no-typos`]: warn on a bindingless `react` import ##### Changed - [Tests] `boolean-prop-naming`: Added test for function invocation of bool ([#​2697][] [@​ajkovar](https://togithub.com/ajkovar)) - [Tests] `jsx-curly-brace-presence`, `jsx-no-comment-textnodes`: add passing tests - [Refactor] `no-unused-state`: avoid a loop [7.20.4]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.20.4 [#​2704]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2704 [#​2699]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2699 [#​2697]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2697 [#​2696]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2696 ### [`v7.20.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7203---2020-06-30) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.2...v7.20.3) ##### Fixed - [`no-unused-prop-types`]/[`prop-types`]: typescript interface support literal type and only FunctionComponent should have propTypes validation ([#​2690][] [@​hank121314](https://togithub.com/hank121314)) - [`no-unused-prop-types`]/TypeScript: avoid crash on indexable interface ([#​2687][] [@​ljharb](https://togithub.com/ljharb)) [7.20.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.2...v7.20.3 [#​2690]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2690 [#​2687]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2687 ### [`v7.20.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7202---2020-06-29) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.1...v7.20.2) ##### Fixed - [`no-unused-prop-types`]: handle optional chaining ([#​2679][] [@​hank121314](https://togithub.com/hank121314)) - [`jsx-pascal-case`]: fix a false positive with "H1" ([#​2683][] [@​ljharb](https://togithub.com/ljharb)) - [`jsx-no-useless-fragment`]: avoid a crash when autofixing a self-closing React.Fragment ([#​2680][] [@​ljharb](https://togithub.com/ljharb)) - [`forbid-prop-types`]: avoid crash ([#​2682][] [@​ljharb](https://togithub.com/ljharb)) [7.20.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.1...v7.20.2 [#​2683]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2683 [#​2682]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2682 [#​2680]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2680 [#​2679]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2679 ### [`v7.20.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7201---2020-06-28) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.0...v7.20.1) ##### Fixed - [`forbid-dom-props`], [`function-component-definition`]: fix schema typos ([#​2667][] [@​mflorence99](https://togithub.com/mflorence99)) - [`no-unused-prop-types`]: fix with typescript eslint parser ([#​2661][] [@​eltonio450](https://togithub.com/eltonio450)) ##### Changed - [`forbid-prop-types`]: warn on destructured values as well ([#​2676][] [@​ajkovar](https://togithub.com/ajkovar)) - relax JSX pragma regexp ([#​2643][] [@​gfmio](https://togithub.com/gfmio)) - Cache detected React version ([#​2673][] [@​lencioni](https://togithub.com/lencioni)) - [refactor][`jsx-pascal-case`]: Remove xregexp ([#​2636][] [@​yacinehmito](https://togithub.com/yacinehmito))) - [Tests] a [`no-typos`] test fails in eslint v7.3 ([#​2678][] [@​toshi-toma](https://togithub.com/toshi-toma)) - [Deps] update `jsx-ast-utils`, `object.entries`, `resolve` - [Dev Deps] update `@types/eslint`, `@types/estree`, `@types/node`, `@typescript-eslint/parser`, `eslint-config-airbnb-base`, `eslint-plugin-eslint-plugin`, `eslint-plugin-import`, `typescript` [7.20.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.20.0...v7.20.1 [#​2676]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2676 [#​2673]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2673 [#​2667]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2667 [#​2661]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2661 [#​2643]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2643 [#​2636]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2636

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 you tick the rebase/retry checkbox.

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



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

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (7.22.0). 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.