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.30.0 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 11, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.7.0 -> 7.30.0 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react

v7.30.0

Compare Source

Added
Fixed
Changed

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0864d3b to 882724f Compare May 12, 2018 00:11
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.8.0 Update dependency eslint-plugin-react to v7.8.1 May 12, 2018
@codecov
Copy link

codecov bot commented May 12, 2018

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   34.18%   34.18%           
=======================================
  Files          18       18           
  Lines         275      275           
  Branches       36       36           
=======================================
  Hits           94       94           
  Misses        162      162           
  Partials       19       19

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ad6b0c...32a6ed3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 882724f to d52d86a Compare May 13, 2018 14:16
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.8.1 Update dependency eslint-plugin-react to v7.8.2 May 13, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d52d86a to 336636d Compare May 18, 2018 18:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 336636d to 19b78cc Compare June 3, 2018 21:46
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.8.2 Update dependency eslint-plugin-react to v7.9.0 Jun 3, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 19b78cc to 63db126 Compare June 4, 2018 04:47
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.9.0 Update dependency eslint-plugin-react to v7.9.1 Jun 4, 2018
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.9.1 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 63db126 to 0bedc01 Compare June 25, 2018 06:06
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.10.0 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 2 times, most recently from 9bf6443 to 9b53df8 Compare August 14, 2018 20:27
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.11.0 Update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.11.1 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 9b53df8 to 59bf8bb Compare December 28, 2018 07:30
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.12.0 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 59bf8bb to b519024 Compare January 1, 2019 22:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.12.1 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 b519024 to b2d29a4 Compare January 3, 2019 00:24
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.12.2 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 b2d29a4 to bcd9838 Compare January 4, 2019 23:31
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.12.3 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 bcd9838 to 7527267 Compare January 17, 2019 07:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.12.4 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 7527267 to e7699bc Compare May 4, 2019 16:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e7699bc to 91387fe Compare July 13, 2019 03:00
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.13.0 Update dependency eslint-plugin-react to v7.14.2 Jul 13, 2019
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.15.0 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 d4d5eb6 to d179376 Compare December 14, 2019 17:47
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.16.0 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 d179376 to 32cd32f Compare January 18, 2020 14:55
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.17.0 Update dependency eslint-plugin-react to v7.18.0 Jan 18, 2020
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.18.0 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 32cd32f to 12e305e Compare February 8, 2020 14:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 12e305e to 32a6ed3 Compare March 10, 2020 18:00
@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 10, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 32a6ed3 to 5238881 Compare June 30, 2020 23:04
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.19.0 Update dependency eslint-plugin-react to v7.20.3 Jun 30, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5238881 to ce79981 Compare August 27, 2020 10:00
@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 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ce79981 to b6b560b Compare October 28, 2020 17:00
@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 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b6b560b to 0c10e1a Compare January 6, 2021 19:02
@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 0c10e1a to 607fd76 Compare April 26, 2021 16:50
@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 607fd76 to 581c257 Compare June 6, 2021 21:27
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 581c257 to f13586e Compare October 18, 2021 23:25
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.24.0 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 f13586e to 441a9e5 Compare March 7, 2022 11:39
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.26.1 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 441a9e5 to b4508ae Compare March 26, 2022 14:28
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.29.3 Update dependency eslint-plugin-react to v7.29.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b4508ae to b213451 Compare June 18, 2022 19:23
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.29.4 Update dependency eslint-plugin-react to v7.30.0 Jun 18, 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.

0 participants