Skip to content

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

Merged
ticky merged 1 commit intodevelopfrom
renovate/eslint-plugin-react-7.x
Jan 8, 2021
Merged

Update dependency eslint-plugin-react to v7.22.0#37
ticky merged 1 commit intodevelopfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Aug 8, 2018

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

yannickcr/eslint-plugin-react

v7.22.0

Compare Source

Added
Fixed
Docs

v7.21.5

Compare Source

Fixed
Changed

v7.21.4

Compare Source

Fixed

v7.21.3

Compare Source

Fixed

v7.21.2

Compare Source

Fixed

v7.21.1

Compare Source

Fixed

v7.21.0

Compare Source

Added
Fixed
Changed

v7.20.6

Compare Source

Fixed
Changed
  • [no-unused-prop-types]: add test assigning this.props to a variable

v7.20.5

Compare Source

Fixed
Docs

v7.20.4

Compare Source

Fixed
  • improve algorithm to check if a variable is coming from the pragma ([#​2706][] @​jzabala)
  • [prop-types]: handle component returning null (#​2696 @​hank121314)
  • [prop-types]/[function-component-definition]: Add check for first letter capitalization in functional component detection (#​2699 @​jzabala)
  • [prop-types]: use variable value in prop type fields defined by variables (#​2704 @​jzabala)
  • [no-typos]: warn on a bindingless react import
Changed
  • [Tests] boolean-prop-naming: Added test for function invocation of bool (#​2697 @​ajkovar)
  • [Tests] jsx-curly-brace-presence, jsx-no-comment-textnodes: add passing tests
  • [Refactor] no-unused-state: avoid a loop

v7.20.3

Compare Source

Fixed
  • [no-unused-prop-types]/[prop-types]: typescript interface support literal type and only FunctionComponent should have propTypes validation (#​2690 @​hank121314)
  • [no-unused-prop-types]/TypeScript: avoid crash on indexable interface (#​2687 @​ljharb)

v7.20.2

Compare Source

Fixed

v7.20.1

Compare Source

Fixed
Changed
  • [forbid-prop-types]: warn on destructured values as well (#​2676 @​ajkovar)
  • relax JSX pragma regexp (#​2643 @​gfmio)
  • Cache detected React version (#​2673 @​lencioni)
  • [refactor][jsx-pascal-case]: Remove xregexp (#​2636 @​yacinehmito))
  • [Tests] a [no-typos] test fails in eslint v7.3 ([#​2678][] @​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

v7.20.0

Compare Source

Added
Fixed
Docs
Changed
  • [Deps] Move "semver" to devDependencies (#​2595 @​rajivshah3)
  • [eslint] remove operator-linebreak override (#​2578 @​golopot)
  • [Tests] button-has-type: ensure no mistakenly allowed identifiers named button/submit/reset (#​2625 @​golopot)
  • [Tests] displayName: add a test case (#​2593 @​golopot)
  • [Dev Deps] update @types/eslint, @types/estree, @types/node, @typescript-eslint/parser, coveralls, eslint-config-airbnb-base, eslint-plugin-import, typescript

v7.19.0

Compare Source

Added
Fixed
  • [prefer-stateless-function][]: avoid crash on ts empty constructor (#​2582 @​golopot)
  • [no-adjacent-inline-elements][]: avoid a crash (#​2575 @​ljharb)
  • [no-unused-prop-types][]: Change the reporting to point to a more accurate node (#​2292 @​jseminck)
  • [self-closing-comp][]: consider JSXMemberExpression as component too (#​2572 @​Belco90)
  • [no-unused-prop-types][]: make markPropTypesAsUsed work with TSEmptyBodyFunctionExpression AST node (#​2560 @​guillaumewuip)
  • [displayName][] (but really, propTypes detection): do not crash on empty flow type spreads (#​2570 @​ljharb)
Changed
  • [readme] Small visual inconsistency (#​2568 @​arvigeus)
  • [docs] add react/ prefix to rule name, for consistency
  • [no-unescaped-entities][]: skip test cases that are now parsing errors in acorn-jsx@5.2.0 (#​2583 @​golopot)

v7.18.3

Compare Source

Fixed

v7.18.2

Compare Source

Fixed

v7.18.1

Compare Source

Fixed
Changed

v7.18.0

Compare Source

Added
Fixed
Changed
  • [Docs][no-render-return-value][]: Fix title (#​2540 @​micnic)
  • [Refactor]: remove unused codes in util/propTypes (#​2288 @​golopot)
  • [no-typos]: check static lifecycle methods (#​2006 @​bsonntag)
  • [Docs][jsx-first-prop-new-line][]: Fix rule name in "Rule Options" section (#​2535 @​barreira)
  • [Tests][no-unused-prop-types][]: Added test cases (#​977 @​dozoisch)
  • [Tests] avoid running tests on pretest job
  • [meta] Move eslint-plugin-eslint-plugin to devDeps (#​2510 @​nstepien)
  • [Deps] update array-includes, object.entries, object.fromentries, object.values, resolve

v7.17.0

Compare Source

Added
Fixed
Changed

v7.16.0

Compare Source

Added
Fixed
  • [jsx-no-useless-fragment][]: use array-includes over .includes for back compat (@​ljharb)
  • [jsx-curly-brace-presence][]: allow necessary white-space literal (#​2437 @​uniqname)
  • [jsx-curly-brace-presence][]: warns incorrectly on trailing whitespace (#​2431 @​BC-M)
  • [no-unused-prop-types][]: false positive when nested destructuring (#​2428 @​golopot)

v7.15.1

Compare Source

Fixed
  • [jsx-curly-brace-presence][]: bail out checks when JSXElements are passed as props (#​2426 @​vedadeepta)
Changed

v7.15.0

Compare Source

Added
Fixed
Changed
  • [Docs][no-access-state-in-setstate][]: update grammar ([#​2418][] @​neaumusic)
  • [jsx-curly-brace-presence][], [jsx-one-expression-per-line][], [no-danger-with-children][]: add isWhiteSpaces to lib/util/jsx (#​2409 @​vedadeepta)

v7.14.3

Compare Source

Fixed
Changed

v7.14.2

Compare Source

Fixed

v7.14.1

Compare Source

Fixed

v7.14.0

Compare Source

Added
Fixed
  • Fix [no-did-mount-set-state][] and [no-did-update-set-state][] to handle cDU and cDM defined as class properties (#​1595 @​jaaberg)
  • Fix [sort-prop-types][] cash when a shape PropType is defined in a variable (#​1749 @​alexzherdev)
  • Fix [no-unused-state][] false positive when using state of non-lifecycle method (#​2274 @​golopot)
  • Fix [static-property-placement][] false positive when accessing static property inside method ([#​2283][] @​dmason30)
  • Fix [prop-type][] detection for annotated props with default value ([#​2298][] @​yannickcr)
Changed

[#&#820


Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from e43012d to 88c3d8f Compare August 13, 2018 20:42
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.10.0 Update dependency eslint-plugin-react to v7.11.0 Aug 13, 2018
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 88c3d8f to d59ec73 Compare August 14, 2018 21:06
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.11.0 Update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from ed290d8 to 313a6dd Compare October 5, 2018 23:43
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 313a6dd to 35bfcee Compare October 15, 2018 13:42
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 35bfcee to 7775cdb Compare October 26, 2018 18:16
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7775cdb to 887b45c Compare November 10, 2018 02:57
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 887b45c to 2629a8f Compare December 9, 2018 00:42
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2629a8f to 9f3d9d8 Compare December 28, 2018 06:59
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.11.1 Update dependency eslint-plugin-react to v7.12.0 Dec 28, 2018
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9f3d9d8 to 137d761 Compare December 28, 2018 13:01
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.12.0 Update dependency eslint-plugin-react to v7.12.1 Jan 1, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 137d761 to a7c8a9f Compare January 1, 2019 22:30
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.12.1 Update dependency eslint-plugin-react to v7.12.2 Jan 3, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a7c8a9f to 95ec0cf Compare January 3, 2019 00:04
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.12.2 Update dependency eslint-plugin-react to v7.12.3 Jan 4, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 44bd9fc to 37a718d Compare January 7, 2019 00:40
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.12.3 Update dependency eslint-plugin-react to v7.12.4 Jan 17, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 37a718d to 03a5afa Compare January 17, 2019 07:28
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 03a5afa to 45389b8 Compare January 25, 2019 04:34
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 5a41277 to 4469585 Compare February 11, 2019 18:42
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from d92b4b4 to 82cd7fc Compare February 19, 2019 18:58
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 82cd7fc to cb7e718 Compare March 4, 2019 19:47
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 537b414 to 85b050c Compare June 24, 2019 20:46
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.14.1 Update dependency eslint-plugin-react to v7.14.2 Jun 24, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 85b050c to d176613 Compare July 2, 2019 22:11
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from d176613 to f51d566 Compare July 10, 2019 00:53
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f51d566 to f813066 Compare July 22, 2019 22:37
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.14.2 Update dependency eslint-plugin-react to v7.14.3 Jul 22, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f813066 to 70afe33 Compare July 24, 2019 00:27
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 70afe33 to 72563e0 Compare August 12, 2019 21:15
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from c8b7f00 to ccd8026 Compare August 26, 2019 21:46
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 6b82e84 to 6a14c20 Compare August 31, 2019 02:29
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6a14c20 to 0af578a Compare October 1, 2019 03:27
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.14.3 Update dependency eslint-plugin-react to v7.15.0 Oct 1, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0af578a to 95ff2f2 Compare October 1, 2019 20:41
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.15.0 Update dependency eslint-plugin-react to v7.15.1 Oct 1, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 95ff2f2 to dd060dd Compare October 4, 2019 14:19
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.15.1 Update dependency eslint-plugin-react to v7.16.0 Oct 4, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from dd060dd to 67b3b06 Compare October 31, 2019 03:34
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 67b3b06 to 59f6968 Compare November 29, 2019 07:41
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.16.0 Update dependency eslint-plugin-react to v7.17.0 Nov 29, 2019
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 59f6968 to e9f1b5c Compare January 7, 2020 00:53
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from e9f1b5c to eca8d65 Compare January 16, 2020 06:34
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.17.0 Update dependency eslint-plugin-react to v7.18.0 Jan 16, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from eca8d65 to e2a5752 Compare February 1, 2020 22:17
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.18.0 Update dependency eslint-plugin-react to v7.18.1 Feb 1, 2020
@ticky
Copy link
Copy Markdown
Owner

ticky commented Feb 20, 2020

Need to update the code to not use componentWillMount before this will merge cleanly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants