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

fix(deps): update dependency eslint-plugin-react to v7.29.4 #19

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 23, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.4.0 -> 7.29.4 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react

v7.29.4

Compare Source

Fixed

v7.29.3

Compare Source

Fixed

v7.29.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid warning on curlies containing quote characters (#​3214 @​ljharb)
  • [jsx-indent]: do not report on non-jsx-returning ternaries that contain null (#​3222 @​ljharb)
  • [jsx-indent]: properly report on returned ternaries with jsx (#​3222 @​ljharb)
  • [no-array-index-key]: detect named-imported cloneElement/createElement (#​3213 @​ljharb)

v7.29.1

Compare Source

Fixed

v7.29.0

Compare Source

Added
Fixed
Changed

v7.28.0

Compare Source

Added
Fixed
Changed

v7.27.1

Compare Source

Fixed
  • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon (#​3132 @​ljharb)
  • [no-unused-class-component-methods]: add getChildContext lifecycle method (#​3136 @​yoyo837)
  • [prop-types]: fix false positives on renames in object destructuring (#​3142 @​golopot)
  • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#​3145 @​ljharb)
  • [display-name]: avoid false positives on non-creatClass object expressions (#​3144 @​ljharb)
Changed

v7.27.0

Compare Source

Added
Fixed
  • propTypes: add VoidFunctionComponent to react generic list (#​3092 @​vedadeepta)
  • [jsx-fragments], [jsx-no-useless-fragment]: avoid a crash on fragment syntax in typescript-eslint parser (@​ljharb)
  • [jsx-props-no-multi-spaces]: avoid a crash on long member chains in tag names in typescript-eslint parser (@​ljharb)
  • [no-unused-prop-types], usedPropTypes: avoid crash with typescript-eslint parser (@​ljharb)
  • [display-name]: unwrap TS as expressions (#​3110 @​ljharb)
  • [destructuring-assignment]: detect refs nested in functions (#​3102 @​ljharb)
  • [no-unstable-components]: improve handling of objects containing render function properties (#​3111 @​fizwidget)
  • [prop-types], propTypes: add forwardRef<>, ForwardRefRenderFunction<> prop-types (#​3112 @​vedadeepta)
  • [no-typos]: prevent a crash when using private methods (@​ljharb)
  • [destructuring-assignment], component detection: improve component detection (#​3122 @​vedadeepta)
  • [no-invalid-html-attribute]: avoid crash on spread props (#​3126 @​ljharb)
Changed

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

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, click this checkbox.

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

@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.8.2 fix(deps): update dependency eslint-plugin-react to v7.10.0 Jul 13, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bf01c90 to ba45495 Compare July 13, 2018 05:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ba45495 to e4726b0 Compare August 13, 2018 20:37
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.10.0 fix(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 e4726b0 to 746a00f Compare August 14, 2018 20:34
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.11.0 fix(deps): update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.11.1 fix(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 2 times, most recently from e6c91a1 to c6160c1 Compare January 1, 2019 22:36
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.12.0 fix(deps): update dependency eslint-plugin-react to v7.12.1 Jan 1, 2019
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.12.1 fix(deps): update dependency eslint-plugin-react to v7.12.2 Jan 2, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c6160c1 to 8e30bf2 Compare January 2, 2019 23:57
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.12.2 fix(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 8e30bf2 to eacb1c4 Compare January 4, 2019 23:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from eacb1c4 to 52826e1 Compare January 17, 2019 07:41
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.12.3 fix(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 52826e1 to f0a2256 Compare May 4, 2019 13:51
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.12.4 fix(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 f0a2256 to cec441f Compare July 13, 2019 11:00
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.13.0 fix(deps): update dependency eslint-plugin-react to v7.14.2 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cec441f to d64942e Compare August 10, 2019 06:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.14.2 fix(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 d64942e to 6d6fbf4 Compare October 1, 2019 06:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.14.3 fix(deps): 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 6d6fbf4 to 82692fa Compare November 11, 2019 13:57
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.15.0 fix(deps): update dependency eslint-plugin-react to v7.16.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 82692fa to 0ac4014 Compare December 15, 2019 00:58
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.16.0 fix(deps): update dependency eslint-plugin-react to v7.17.0 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0ac4014 to 861f64a Compare January 18, 2020 23:58
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.17.0 fix(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 861f64a to 2cb99be Compare February 9, 2020 03:53
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.18.0 fix(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 2cb99be to ccbf132 Compare March 15, 2020 11:56
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.18.3 fix(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 ccbf132 to ec75971 Compare July 1, 2020 23:00
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.19.0 fix(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 ec75971 to 08c2a7b Compare August 22, 2020 17:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.20.3 fix(deps): update dependency eslint-plugin-react to v7.20.6 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 08c2a7b to 0de5b37 Compare October 29, 2020 08:57
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.20.6 fix(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 0de5b37 to e535ab6 Compare January 6, 2021 17:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.21.5 fix(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 e535ab6 to 24853df Compare April 26, 2021 14:57
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.22.0 fix(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 24853df to 898c853 Compare June 6, 2021 22:07
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.23.2 fix(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 898c853 to bbce79c Compare October 18, 2021 16:54
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.24.0 fix(deps): update dependency eslint-plugin-react to v7.26.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bbce79c to e5de251 Compare March 7, 2022 11:25
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.26.1 fix(deps): update dependency eslint-plugin-react to v7.29.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e5de251 to 5a5a327 Compare March 26, 2022 12:40
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react to v7.29.3 fix(deps): update dependency eslint-plugin-react to v7.29.4 Mar 26, 2022
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