Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

chore(deps): update dependency eslint-plugin-react to v7.26.1 #19

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 25, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.9.1 -> 7.26.1 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react

v7.26.1

Compare Source

Fixed
Changed

v7.26.0

Compare Source

Added
Fixed
Changed
  • [no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (#​1873 @​kentcdodds)

v7.25.3

Compare Source

Fixed
Changed
  • [readme] Update broken link for configuration files (#​3071 @​prateek3255)
  • [Refactor] create/extract isCreateElement and isDestructuredFromPragmaImport utils (@​ljharb)

v7.25.2

Compare Source

Fixed

v7.25.1

Compare Source

Fixed
  • [no-this-in-sfc], component detection: Improve stateless component detection (#​3056 @​Wesitos)

v7.25.0

Compare Source

Added
Fixed
Changed

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
  • [require-default-props][]: add option to ignore functional components (#​2532 @​RedTn)
  • [function-component-definition][]: Enforce a specific function type for function components ([#​2414][] @​Stefanwullems)
  • [no-adjacent-inline-elements][]: Prevent adjacent inline elements not separated by whitespace ([#​1155][] @​SeanHayes)
  • [jsx-no-script-url][]: prevent usage of javascript: URLs ([#​2419][] @​sergei-startsev)
Fixed
  • [jsx-pascal-case][]: false negative with namespacing ([#​1337][] @​mfyuce)
  • [jsx-curly-brace-presence][]: Fix curly-brace-presence edge cases (#​2523 @​rafbgarcia)
  • [prop-types][]: Does not validate missing propTypes for LogicalExpression (#​2533 @​toshi-toma)
  • [no-unknown-property][]: allowTransparency does not exist in React >= v16.1 ([#​1538][] @​dawidvdh)
  • [jsx-curly-brace-presence][]: Fix error related to tags line break (#​2521 @​rafbgarcia)
  • [no-typos][]: Compilation error when method name is string instead of identifier (#​2514 @​shijistar)
  • [jsx-curly-brace-presence][]: allow trailing spaces in TemplateLiteral (#​2507 @​doochik)
  • [no-unused-prop-types], [no-unused-state]: fix false positives when using TS type assertions (#​2536 @​kdmadej)
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

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 b3fc13e to 796d499 Compare August 13, 2018 20:40
@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 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 796d499 to c30a6a9 Compare August 14, 2018 20:52
@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 c30a6a9 to 4d547ca Compare December 28, 2018 06:57
@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 4d547ca to 6ba1ffd Compare January 1, 2019 22:39
@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 6ba1ffd to 310014c Compare January 3, 2019 00: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 310014c to aeb679f Compare January 4, 2019 23:14
@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 aeb679f to 8191bcc Compare January 17, 2019 07:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8191bcc to b228f52 Compare May 4, 2019 14:56
@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 b228f52 to 7989a69 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 7989a69 to 9e23e31 Compare June 24, 2019 11:22
@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 9e23e31 to 41beadf Compare June 24, 2019 20:43
@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 41beadf to f7ce590 Compare July 22, 2019 22:40
@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 Jul 22, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f7ce590 to 775480e Compare October 5, 2019 09:57
@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 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 775480e to 2c01476 Compare December 14, 2019 19:50
@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 2c01476 to b1b445e Compare January 18, 2020 19:43
@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 b1b445e to 062962d Compare February 9, 2020 01:55
@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 9, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 062962d to 283ed39 Compare March 15, 2020 10:59
@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 15, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 283ed39 to 58cc91a Compare May 16, 2020 03:57
@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.0 May 16, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 58cc91a to 1210dd7 Compare July 2, 2020 01:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.0 chore(deps): 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 1210dd7 to a304fa9 Compare August 21, 2020 04:59
@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 21, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a304fa9 to 8705a05 Compare October 29, 2020 04:56
@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 29, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8705a05 to 7d4f29f Compare January 6, 2021 18:50
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.5 chore(deps): 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 7d4f29f to 19cd682 Compare April 26, 2021 17:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.22.0 chore(deps): 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 19cd682 to f34641b Compare June 6, 2021 22:34
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.24.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f34641b to c537f76 Compare October 19, 2021 02:20
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.24.0 chore(deps): update dependency eslint-plugin-react to v7.26.1 Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant