graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.
1.44k stars 323 forks source link

chore(deps): update dependency eslint-plugin-react to v7.20.0 #706

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.19.0 -> 7.20.0

Release Notes

yannickcr/eslint-plugin-react ### [`v7.20.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7200---2020-05-12) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.19.0...v7.20.0) ##### Added - support eslint v7 ([#​2635][] [@​ljharb](https://togithub.com/ljharb), [@​toshi-toma](https://togithub.com/toshi-toma)) - [`forbid-component-props`][]/[`forbid-dom-props`][]: Allow a custom message with forbid props ([#​2615][] [@​mtamhankar1](https://togithub.com/mtamhankar1)) - [`jsx-no-literals`][]: add `ignoreProps` option to ignore props validation ([#​2146][] [@​iiison](https://togithub.com/iiison)) ##### Fixed - [`jsx-sort-props`][]: only use localeCompare when case is ignored ([#​2556][] [@​tanmoyopenroot](https://togithub.com/tanmoyopenroot)) - [`jsx-key`][]: add a failing test case for optional chaining ([#​2610][] [@​JonathanLee-LX](https://togithub.com/JonathanLee-LX)) - [`no-unused-state`][]: handle optional chaining ([#​2588][] [@​golopot](https://togithub.com/golopot)) - [`jsx-pascal-case`][]: Do not consider namespaces when checking for DOM ([#​2638][] [@​yacinehmito](https://togithub.com/yacinehmito)) - [`jsx-curly-spacing`][], [`jsx-no-bind`][], `usedPropTypes` util: avoid node.start and node.end ([25b1936][] [@​toshi-toma](https://togithub.com/toshi-toma)) - [`jsx-no-target-blank`][]: allow `no-referrer` without `noopener` by default ([#​2043][] [@​seancrater](https://togithub.com/seancrater)) - [`button-has-type`][]: improve message when non-static value is used ([aecff62][] [@​golopot](https://togithub.com/golopot)) - [`no-adjacent-inline-elements`][]: prevent crash on nullish children ([#​2621][] [@​Rogdham](https://togithub.com/Rogdham)) - [`prop-types`][]: avoid crash when spreading any type ([#​2606][] [@​golopot](https://togithub.com/golopot))) - [`require-render-return`][]: add missing "a" ([#​2604][] [@​leothorp](https://togithub.com/leothorp)) - [`jsx-no-comment-textnodes`][]: fix for `@typescript-eslint/parser` ([#​2601][] [@​Axnyff](https://togithub.com/Axnyff)) - [`displayName`][]: avoid a crash when using React.memo ([#​2587][] [@​golopot](https://togithub.com/golopot)) ##### Docs - Clean up examples in rule docs ([#​2546][] [@​silvenon](https://togithub.com/silvenon)) - [readme] Add Rules of Hooks to Other useful plugins section ([#​2633][] [@​petetnt](https://togithub.com/petetnt)) - [`no-this-in-sfc`][]: backtick `this` ([#​2616][] [@​mrflip](https://togithub.com/mrflip)) - [`function-component-definition`][]: Fix unnamedComponents option examples ([#​2608][] [@​vkrol](https://togithub.com/vkrol))) ##### Changed - [Deps] Move "semver" to devDependencies ([#​2595][] [@​rajivshah3](https://togithub.com/rajivshah3)) - [eslint] remove `operator-linebreak` override ([#​2578][] [@​golopot](https://togithub.com/golopot)) - [Tests] `button-has-type`: ensure no mistakenly allowed identifiers named `button`/`submit`/`reset` ([#​2625][] [@​golopot](https://togithub.com/golopot)) - [Tests] `displayName`: add a test case ([#​2593][] [@​golopot](https://togithub.com/golopot)) - [Dev Deps] update `@types/eslint`, `@types/estree`, `@types/node`, `@typescript-eslint/parser`, `coveralls`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `typescript` [7.20.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.19.0...v7.20.0 [#​2638]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2638 [#​2635]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2635 [#​2633]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2633 [#​2625]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2625 [#​2621]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2621 [#​2616]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2616 [#​2615]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2615 [#​2610]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2610 [#​2608]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2608 [#​2606]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2606 [#​2604]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2604 [#​2601]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2601 [#​2595]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2595 [#​2593]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2593 [#​2588]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2588 [#​2587]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2587 [#​2578]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2578 [#​2556]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2556 [#​2546]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2546 [#​2146]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2146 [#​2043]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2043 [25b1936]: https://togithub.com/yannickcr/eslint-plugin-react/commit/25b19365e6cc3f188d6a5ed6cecc70fe6f1af7cd [aecff62]: https://togithub.com/yannickcr/eslint-plugin-react/commit/aecff625bf0590ed4d80ed6b58b81af11901f5f6

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

: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.