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

chore(deps): update dependency eslint-plugin-react to v7.20.3 #124

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2018

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.8.2 -> 7.20.3

Release Notes

yannickcr/eslint-plugin-react

v7.20.3

Compare Source

Fixed
  • [Fix] no-unused-prop-types/prop-types: typescript interface support literal type and only FunctionComponent should have propTypes validation (#​2690 @​hank121314)
  • [Fix] 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

v7.13.0

Compare Source

Added
Fixed
Changed
  • [Docs][no-access-state-in-setstate][]: Use syntax highlighting for examples ([#​2160][], @​pReya)
  • [Docs][jsx-fragments][]: add "fixable" note (#​2143, @​joshunger)
  • [Docs] Added shared settings info, React version default note (#​2180, @​samsch)
  • [Tests][jsx-curly-spacing][]: add regression test case (#​2206, @​ColCh)

v7.12.4

Compare Source

Fixed
Changed

v7.12.3

Compare Source

Fixed
Changed

v7.12.2

Compare Source

Fixed

v7.12.1

Compare Source

Fixed
Changed

v7.12.0

Compare Source

Added
  • [no-typos]: Support createClass ([#​1828][], @​alexzherdev)
  • Support detecting React.forwardRef/React.memo (#​2089, @​jomasti)
  • [jsx-indent][]: add checkAttributes option for JSX attribute indentation ([#​2086][], @​jomasti)
  • Change allowed propWrapperFunctions setting values ([#​2065][], @​jomasti)
  • add [jsx-fragments][] rule to enforce fragment syntax ([#​1994][], @​alexzherdev)
  • Support "detect" option for React version setting ([#​1978][], @​alexzherdev)
  • Support shorthand fragment syntax in many rules ([#​1956][], @​alexzherdev)
  • [jsx-no-literals][]: print node value in warning message ([#​2008][], @​jlgonzalezdev)
Fixed
  • [jsx-max-depth][]: Fix depth of JSX siblings in a JSXEpressionContainer ([#​1824][], @​alexzherdev)
  • [no-array-index-key][]: fix in React.Children methods ([#​2085][], @​himynameisdave)
  • [no-unused-state][]: handle functional setState ([#​2084][], @​jomasti)
  • version errors should log to stderr, not stdout ([#​2082][], @​ljharb)
  • [no-deprecated][]: Disable legacy lifecycle methods linting for now ([#​2069][], @​sergei-startsev)
  • ensure that react and flow versions can be numbers ([#​2056][], @​ljharb)
  • [forbid-foreign-prop-types][]: ensure allowInPropTypes option applies to class fields ([#​2040][], @​Sheile)
  • [jsx-wrap-multilines][]: catch single missing newlines ([#​1984][], @​MrHen)
  • [jsx-first-prop-new-line][]: Fix for parsers (like TypeScript) ([#​2026][], @​HauptmannEck)
  • [sort-comp][]: Fix fixer in case of more than 10 props ([#​2012][], @​tihonove)
  • [no-unused-state][] Don't depend on state parameter name ([#​1829][], @​alexzherdev)
  • [no-this-in-sfc][] fix for class properties ([#​1995][], @​sergei-startsev)
  • [no-this-in-sfc][] fix rule behavior for arrow functions inside a class field ([#​1989][], @​sergei-startsev)
  • [destructuring-assignment][]: handle nested props usage ([#​1983][], @​alexzherdev)
  • [sort-prop-types][]: fix string property order ([#​1977][], @​metreniuk)
  • [jsx-no-target-blank][]: don’t crash when there’s no value ([#​1949][], @​ljharb)
  • [prop-types][], [no-unused-prop-types][]: better handle object spread ([#​1939][], @​alexzherdev)
Changed
  • [jsx-fragments][]: improve message text ([#​2032][], @​alexzherdev)
  • [no-unsafe][]: handle all unsafe life-cycle methods ([#​2075][], @​sergei-startsev)
  • [require-default-props][]: Change error message naming from singular defaultProp to plural defaultProps ([#​2064][], @​jseminck)
  • [Refactor] Extract used propTypes detection ([#​1946][], @​alexzherdev)
  • [Refactor] Extract defaultProps detection ([#​1942][], @​alexzherdev)
  • [Refactor] Extract required propTypes detection ([#​2001][], @​alexzherdev)
  • [Docs][no-did-mount-set-state][], [no-did-update-set-state][], [no-will-update-set-state][]: fix docs URLs (#​2090, @​JBallin)
  • [Docs] Remove statement on GC in jsx-no-bind ([#​2067][], @​rickhanlonii)
  • [Docs][jsx-sort-props][]: Fix small mistake ([#​2044][], @​dimitarnestorov)
  • [Docs][no-unescaped-entities][]: add more escape examples ([#​2015][], @​stevemao)
  • [Docs][display-name][]: mention default ignoreTranspilerName value ([#​2002][], @​OliverJAsh)
  • [Docs][jsx-no-target-blank][]: Add full example ([#​1988][], @​atomcorp)
  • [Docs] Update [jsx-no-target-blank][].md ([#​1953][], @​brunocoelho)
  • [Changelog] fix "Ignore class properties" contributor ([#​1941][], @​alexzherdev)
  • [Tests] Remove redundant require('babel-eslint') from tests ([#​2004][], @​sergei-startsev)
  • [Tests][prop-types][]: Add tests for prop-types destructuring ([#​2029][], @​sstern6)
  • [Tests][display-name][]: add false positive component detection for destructured createElement ([#​1098][], @​arian)

Renovate configuration

📅 Schedule: "every weekend" in timezone Europe/Paris.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, 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 289958b to 2b1d05d Compare June 4, 2018 04:49
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.0 chore(deps): update dependency eslint-plugin-react to v7.9.1 Jun 4, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2b1d05d to a773d48 Compare June 25, 2018 06:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.1 chore(deps): update dependency eslint-plugin-react to v7.10.0 Jun 25, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a773d48 to 0ded5e2 Compare August 13, 2018 20:30
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.10.0 chore(deps): 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 0ded5e2 to 39485a4 Compare August 14, 2018 20:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.0 chore(deps): 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 from 39485a4 to fe6db66 Compare December 28, 2018 07:04
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.1 chore(deps): 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 fe6db66 to be8efc0 Compare January 1, 2019 22:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.0 chore(deps): 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 be8efc0 to 0f5e23b Compare January 3, 2019 00:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.1 chore(deps): 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 0f5e23b to 634a1a6 Compare January 4, 2019 23:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.2 chore(deps): 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 from 634a1a6 to a16a968 Compare January 17, 2019 07:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.3 chore(deps): 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 4 times, most recently from af69793 to 68a35af Compare January 23, 2019 17:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 68a35af to 0265936 Compare May 4, 2019 07:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.4 chore(deps): update dependency eslint-plugin-react to v7.13.0 May 4, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0265936 to 1476279 Compare May 14, 2019 14:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1476279 to c74b9d0 Compare June 23, 2019 21:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.13.0 chore(deps): update dependency eslint-plugin-react to v7.14.0 Jun 23, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c74b9d0 to 9611e23 Compare June 24, 2019 11:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.0 chore(deps): update dependency eslint-plugin-react to v7.14.1 Jun 24, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9611e23 to 8ed5f0e Compare June 24, 2019 20:47
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.1 chore(deps): 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 8ed5f0e to 81f3e9c Compare August 10, 2019 02:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.2 chore(deps): update dependency eslint-plugin-react to v7.14.3 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 81f3e9c to 0c08046 Compare November 10, 2019 18:50
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.3 chore(deps): update dependency eslint-plugin-react to v7.16.0 Nov 10, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0c08046 to 90d2a2a Compare December 14, 2019 16:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.16.0 chore(deps): update dependency eslint-plugin-react to v7.17.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 90d2a2a to 555f796 Compare January 18, 2020 12:55
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.17.0 chore(deps): update dependency eslint-plugin-react to v7.18.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 555f796 to 2806437 Compare February 8, 2020 11:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.18.0 chore(deps): update dependency eslint-plugin-react to v7.18.3 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2806437 to 5156d99 Compare April 26, 2020 07:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.18.3 chore(deps): update dependency eslint-plugin-react to v7.19.0 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5156d99 to b80a612 Compare July 4, 2020 15:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.19.0 chore(deps): update dependency eslint-plugin-react to v7.20.3 Jul 4, 2020
@Haroenv Haroenv closed this Oct 7, 2020
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

2 participants