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.21.5 #20

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 28, 2018

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.11.1 -> 7.21.5

Release Notes

yannickcr/eslint-plugin-react

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

v7.13.0

Compare Source

Added
  • Make [jsx-sort-props][] fully fixable ([#​2250][], @​guliashvili)
  • [boolean-prop-naming][]: add validateNested option to validate shape prop names ([#​2234][], @​pawelnvk)
  • add [static-property-placement][] rule ([#​2193][], @​dmason30)
  • add "detect" for flow version ([#​2233][], @​jedwards1211)
  • [jsx-indent][]: Add indentLogicalExpressions option ([#​2227][], @​mdnsk)
  • add [jsx-props-no-spreading][] ([#​2191][], @​ashbhir)
  • [no-string-refs][]: Added noTemplateLiteral option ([#​2167][], @​jenil94)
  • add linkComponents setting ([#​2116][], @​gbakernet)
  • [jsx-no-target-blank][]: add support for linkComponents setting ([#​2116][], @​gbakernet)
  • Add [state-in-constructor][] rule ([#​1945][], @​lukyth)
  • Add [prefer-read-only-props][] rule ([#​2110][], @​golopot)
  • [no-unescaped-entities][]: more friendly error message; add config to adjust ([#​2016][], @​stevemao)
Fixed
  • [jsx-props-no-multi-spaces][]: support generic components (ts) (#​2256, @​mateuszsokola)
  • [prop-types][]: fix case with destructuring and default param ([#​2246][], @​golopot)
  • [prefer-stateless-function][]: Ignoring pure components without props and context usage ([#​2238][], @​pawelnvk)
  • propTypes: resolveSuperParameterPropsType: add null check ([#​2232][], @​jedwards1211)
  • [self-closing-comp][]: stop reporting single-line spaces ([#​2210][], @​golopot)
  • [require-render-return][]: more accurate report location ([#​2229][], @​golopot)
  • [sort-prop-types][]: Fix sorting props with numeric keys ([#​2230][], @​pawelnvk)
  • [display-name][]: fix false negative around nested functions ([#​2225][], @​dwelle)
  • [no-unknown-property][]: fix case like <Foo.bar> ([#​2207][], @​golopot)
  • [jsx-curly-brace-presence][]: accept multiline template string ([#​2203][], @​golopot)
  • [jsx-one-expression-per-line][]: fix when using tabs ([#​2198][], @​Ohar)
  • [prop-types][]: Fix false positive on computed member expression ([#​2202][], @​golopot)
  • [jsx-sort-default-props][]: fix case with spread ([#​2182][], @​VincentLanglet)
  • [no-this-in-sfc][]: Fix false positive on SFC defined as object property ([#​2147][], @​yannickcr)
  • [sort-comp][]: correctly recognize instance variables declared without explicit value ([#​2183][], @​yannickcr)
  • [no-unused-state][]: fix set state callback destructing & state use inside callback ([#​2151][], @​barakyosi)
  • [no-multi-comp][]: correctly ignore wrapped stateless components: ([#​2145][], @​yannickcr)
  • [display-name][]: avoid crash on for..of ([#​2137][], @​ljharb)
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)

[#&#82


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 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 4b5ecb1 to a3ddb5b Compare January 1, 2019 22:42
@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 a3ddb5b to 2b1d745 Compare January 3, 2019 00:07
@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 2b1d745 to dfe3049 Compare January 4, 2019 23:12
@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 from dfe3049 to b0c1645 Compare January 17, 2019 07:27
@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 b0c1645 to 5490ee8 Compare May 4, 2019 09:59
@vercel vercel bot had a problem deploying to staging May 4, 2019 09:59 Failure
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5490ee8 to 1e5fe48 Compare July 13, 2019 02:59
@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.2 Jul 13, 2019
@vercel vercel bot requested a deployment to staging July 13, 2019 02:59 Abandoned
@vercel vercel bot had a problem deploying to staging July 13, 2019 02:59 Failure
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1e5fe48 to 87d6b90 Compare August 10, 2019 04:56
@vercel vercel bot had a problem deploying to staging August 10, 2019 04:56 Failure
@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 18, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 87d6b90 to b90607c Compare November 10, 2019 20:00
@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
@vercel vercel bot had a problem deploying to staging November 10, 2019 20:00 Failure
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b90607c to be8a698 Compare December 14, 2019 17:43
@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
@vercel vercel bot requested a deployment to staging December 14, 2019 17:43 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from be8a698 to f75220a Compare January 18, 2020 14:59
@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 f75220a to 802aa1b Compare February 8, 2020 13:54
@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 802aa1b to 08ad076 Compare March 10, 2020 17:57
@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 Mar 10, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 08ad076 to 1c4d3fe Compare July 1, 2020 04:53
@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 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1c4d3fe to 340e63c Compare August 22, 2020 03:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.3 chore(deps): update dependency eslint-plugin-react to v7.20.6 Aug 22, 2020
@vercel
Copy link

vercel bot commented Aug 22, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nju33/csv-diff-server/1o32rj8qs
✅ Preview: In Progress

[Deployment for 6fbb26e failed]

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 340e63c to 6fbb26e Compare October 28, 2020 11:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.6 chore(deps): update dependency eslint-plugin-react to v7.21.5 Oct 28, 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

1 participant