Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-react to v7.24.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

yannickcr/eslint-plugin-react

v7.24.0

Compare Source

Added
Fixed
Changed

v7.23.2

Compare Source

Fixed
Changed

v7.23.1

Compare Source

Fixed

v7.23.0

Compare Source

Added
Fixed
Changed

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
  • add [jsx-no-useless-fragment][] rule ([#​2261][] @​golopot)
  • [jsx-handler-name][]: allow false to disable eventHandlerPrefix/eventHandlerPropPrefix ([#​2410][] @​tanmoyopenroot)
  • [sort-comp][]: add static-variables grouping ([#​2408][] @​vedadeepta)
  • [jsx-no-literals][]: Add allowedStrings option ([#​2380][] @​benhollander)
  • [no-multi-comp][]: Added handling for forwardRef and memo wrapping components declared in the same file ([#​2184][] @​jenil94)
  • [jsx-pascal-case][]: allowAllCaps option now allows SCREAMING_SNAKE_CASE ([#​2364][] @​TylerR909)
Fixed
  • [jsx-indent][]: Fix false positive when a jsx element is the last statement within a do expression (with tests) ([#​2200][] @​Kenneth-KT)
  • [jsx-curly-brace-presence][]: fix jsx tags in braces ([#​2422][] @​tanmoyopenroot)
  • [display-name][]: Fix false positives ([#​2399][] @​BPScott)
  • [jsx-curly-brace-presence][]: report unnecessary curly braces with children on next line ([#​2409][] @​vedadeepta)
  • [no-unused-prop-types][]: false positive with callback ([#​2375][] @​golopot)
  • Fix prop-types detection collision on renamed props ([#​2383][] @​yannickcr)
  • [jsx-sort-props][]: use localeCompare rather than comparison operator ([#​2391][] @​tanmoyopenroot)
  • [jsx-pascal-case][]: allow one-letter-named components ([#​2395][] @​Haegin)
  • [jsx-wrap-multilines][]: fix incorrect formatting ([#​2392][] @​tanmoyopenroot)
  • [require-optimization][]: fix when using arrow function in class components ([#​2385][] @​jenil94)
  • [no-deprecated][]: Depr

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 from 0bf9b5f to ffb35b3 Compare March 6, 2020 22:02
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.18.3 Update dependency eslint-plugin-react to v7.19.0 Mar 6, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ffb35b3 to a469558 Compare March 19, 2020 23:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a469558 to 2c7087a Compare May 13, 2020 03:41
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.19.0 Update dependency eslint-plugin-react to v7.20.0 May 13, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2c7087a to b773203 Compare July 2, 2020 02:51
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.0 Update dependency eslint-plugin-react to v7.20.3 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b773203 to 53b7dac Compare August 21, 2020 01:59
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.3 Update dependency eslint-plugin-react to v7.20.6 Aug 21, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 53b7dac to fa42c17 Compare October 27, 2020 13:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.6 Update dependency eslint-plugin-react to v7.21.5 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from fa42c17 to 9c10638 Compare January 6, 2021 13:50
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.5 Update dependency eslint-plugin-react to v7.22.0 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9c10638 to e8dce55 Compare April 26, 2021 15:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.22.0 Update dependency eslint-plugin-react to v7.23.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e8dce55 to b41a6ae Compare June 6, 2021 20:42
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.23.2 Update dependency eslint-plugin-react to v7.24.0 Jun 6, 2021
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.

None yet

1 participant