graphql-boilerplates / react-fullstack-graphql

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

chore(deps): update dependency eslint-plugin-react to v7.25.0 #767

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.24.0 -> 7.25.0 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react ### [`v7.25.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7250---20210827) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0) ##### Added - \[`jsx-no-useless-fragments`]: add option to allow single expressions in fragments ([#​3006][] [@​mattdarveniza](https://togithub.com/mattdarveniza)) - add \[`prefer-exact-props`] rule ([#​1547][] [@​jomasti](https://togithub.com/jomasti)) - \[`jsx-no-target-blank`]: add `forms` option ([#​1617][] [@​jaaberg](https://togithub.com/jaaberg)) - \[`jsx-pascal-case`]: add `allowLeadingUnderscore` option ([#​3039][] [@​pangaeatech](https://togithub.com/pangaeatech)) - \[`no-children-prop`]: Add `allowFunctions` option ([#​1903][] [@​alexzherdev](https://togithub.com/alexzherdev)) - \[`jsx-runtime`]: set `parserOptions.jsxPragma` for `@typescript-eslint/parser` ([bb64df65][] [@​ljharb](https://togithub.com/ljharb)) ##### Fixed - component detection: use `estraverse` to improve component detection ([#​2992][] [@​Wesitos](https://togithub.com/Wesitos)) - \[`destructuring-assignment`], \[`no-multi-comp`], \[`no-unstable-nested-components`], component detection: improve component detection ([#​3001][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-deprecated`]: fix crash on rest elements ([#​3016][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`]: get the contextName correctly ([#​3025][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[`no-typos`]: prevent crash on styled components and forwardRefs ([#​3036][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`], component detection: handle default exports edge case ([#​3038][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-typos`]: fix crash on private methods ([#​3043][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-no-bind`]: handle local function declarations ([#​3048][] [@​p7g](https://togithub.com/p7g)) - \[`prop-types`], `propTypes`: handle React.\* TypeScript types ([#​3049][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: add handling for `FC`, improve tests ([#​3051][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: prevent crash introduced in [#​3051][] ([#​3053][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Docs] \[`jsx-no-bind`]: updates discussion of refs ([#​2998][] [@​dimitropoulos](https://togithub.com/dimitropoulos)) - \[Refactor] `utils/Components`: correct spelling and delete unused code ([#​3026][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[Docs] \[`jsx-uses-react`], \[`react-in-jsx-scope`]: document \[`react/jsx-runtime`] config ([#​3018][] [@​pkuczynski](https://togithub.com/pkuczynski) [@​ljharb](https://togithub.com/ljharb)) - \[Docs] \[`require-default-props`]: fix small typo ([#​2994][] [@​evsasse](https://togithub.com/evsasse)) - \[Tests] add weekly scheduled smoke tests ([#​2963][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - \[Docs] improve instructions for `jsx-runtime` config ([#​3052][] [@​ljharb](https://togithub.com/ljharb)) [7.25.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0 [bb64df65]: https://togithub.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438 [#​3053]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3053 [#​3052]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3052 [#​3051]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3051 [#​3049]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3049 [#​3048]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3048 [#​3043]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3043 [#​3039]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3039 [#​3038]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3038 [#​3036]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3036 [#​3026]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3026 [#​3025]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3025 [#​3018]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3018 [#​3016]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3016 [#​3006]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3006 [#​3001]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3001 [#​2998]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2998 [#​2994]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2994 [#​2992]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2992 [#​2963]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2963 [#​1903]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1903 [#​1617]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1617 [#​1547]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1547

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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