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.1 #60

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 28, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.20.0 -> 7.30.1 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react

v7.30.1

Compare Source

Fixed
Changed

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
  • [button-has-type]: support trivial ternary expressions ([#​2748][] @​Hypnosphi)
  • [jsx-handler-names]: add checkInlineFunction option ([#​2761][] @​dididy)
  • [jsx-no-literals]: add noAttributeStrings option ([#​2782][] @​TaLeaMonet)
  • [prop-types]: add support for PropTypes.exact ([#​2740][] @​jzabala)
  • [jsx-filename-extension]: Add allow option ([#​2746][] @​remcohaszing)
Fixed
  • [function-component-definition]: ignore object properties ([#​2771][] @​stefan-wullems)
  • [forbid-component-props]: Implemented support for "namespaced" components ([#​2767][] @​mnn)
  • [prefer-read-only-props]: support Flow $ReadOnly ([#​2772][], [#​2779][], [#​2770][] @​karolina-benitez)
  • [jsx-handler-names]: handle whitespace ([#​2789][] @​AriPerkkio)
  • [prop-types]: Detect TypeScript types for destructured default prop values ([#​2780][] @​sunghyunjo)
  • [jsx-pascal-case]: Handle single character namespaced component ([#​2791][] @​daviferreira)
  • [jsx-closing-bracket-location]: In tag-aligned, made a distinction between tabs and spaces ([#​2796][] @​Moong0122)
  • [jsx-handler-names]: false positive when handler name begins with number ([#​1689][] @​jsphstls)
  • [prop-types]: Detect JSX returned by sequential expression ([#​2801][] @​mikol)
  • [jsx-props-no-multi-spaces]: "Expected no line gap between" false positive ([#​2792][] @​karolina-benitez)
  • [no-unknown-property]: check attributes with any input case ([#​2790][] @​julienw)
  • [prop-types]/[no-unused-prop-types]: handle CallExpression in ReturnType (#​2802 @​hank121314)
  • [jsx-uses-react]: mark fragment variables as used ([#​2775][] @​remcohaszing)
  • [no-unused-prop-types]: improve component declared props detection ([#​2755][] @​jzabala)
  • [jsx-props-no-multi-spaces]: Show error in multi-line props ([#​2756][] @​iiison)
Changed
  • [Tests] [jsx-one-expression-per-line]: add passing tests ([#​2799][] @​TaLeaMonet)
  • [Tests] [prop-types]: add test ([#​2757][] @​jzabala)

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.

@codecov
Copy link

codecov bot commented Jun 28, 2020

Codecov Report

Merging #60 (f8f0e92) into master (f865da4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files           5        5           
  Lines          11       11           
=======================================
  Hits           10       10           
  Misses          1        1           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a68648b to f687160 Compare June 29, 2020 20:37
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.1 Update dependency eslint-plugin-react to v7.20.2 Jun 29, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f687160 to 11946f1 Compare June 30, 2020 20:37
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.2 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 11946f1 to ebd8e28 Compare July 27, 2020 03:07
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.3 Update dependency eslint-plugin-react to v7.20.4 Jul 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ebd8e28 to 5c2260a Compare July 28, 2020 19:26
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.4 Update dependency eslint-plugin-react to v7.20.5 Jul 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5c2260a to 2398047 Compare August 24, 2020 22:02
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.5 Update dependency eslint-plugin-react to v7.20.6 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2398047 to b14859a Compare August 28, 2020 14:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b14859a to 0002c01 Compare September 23, 2020 06:07
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.6 Update dependency eslint-plugin-react to v7.21.0 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0002c01 to 90c2a2c Compare September 23, 2020 23:55
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.0 Update dependency eslint-plugin-react to v7.21.1 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 90c2a2c to 415a5ce Compare September 24, 2020 23:31
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.1 Update dependency eslint-plugin-react to v7.21.2 Sep 24, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 415a5ce to cd87e71 Compare October 2, 2020 18:38
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.2 Update dependency eslint-plugin-react to v7.21.3 Oct 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cd87e71 to 12c9a51 Compare October 9, 2020 22:37
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.3 Update dependency eslint-plugin-react to v7.21.4 Oct 9, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 12c9a51 to d123843 Compare October 20, 2020 03:57
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.21.4 Update dependency eslint-plugin-react to v7.21.5 Oct 20, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d123843 to eae9a9e Compare January 7, 2021 17:00
@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 7, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from eae9a9e to 364da7e Compare April 26, 2021 13:20
@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 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 364da7e to 87c9bf0 Compare June 6, 2021 21:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 87c9bf0 to f492f66 Compare October 19, 2021 00:54
@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 19, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f492f66 to 0d6bf08 Compare March 7, 2022 17:19
@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 0d6bf08 to ce6e761 Compare March 26, 2022 15:07
@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 ce6e761 to ba8f124 Compare June 18, 2022 18:44
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ba8f124 to f8f0e92 Compare June 24, 2022 01:41
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.0 Update dependency eslint-plugin-react to v7.30.1 Jun 24, 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