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 #52

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 28, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.11.1 -> 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.

@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 72ac65d to 6707d17 Compare January 1, 2019 22:29
@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 6707d17 to 309607e Compare January 3, 2019 00:02
@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 309607e to 388e160 Compare January 4, 2019 23:18
@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 388e160 to c98a279 Compare January 17, 2019 07:28
@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 c98a279 to 5990f47 Compare May 4, 2019 12:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5990f47 to 982df82 Compare July 13, 2019 05:57
@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 force-pushed the renovate/eslint-plugin-react-7.x branch from 982df82 to 66e4326 Compare August 10, 2019 09:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.2 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 66e4326 to 92dbe9d Compare October 4, 2019 11:55
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.3 Update dependency eslint-plugin-react to v7.15.1 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 92dbe9d to a3f767d Compare November 11, 2019 05:59
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.15.1 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 a3f767d to 2174ea8 Compare December 15, 2019 00:57
@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 15, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2174ea8 to 7415eb8 Compare January 18, 2020 15:58
@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 force-pushed the renovate/eslint-plugin-react-7.x branch from 7415eb8 to 3392a79 Compare February 8, 2020 15:00
@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 3392a79 to c710c25 Compare March 14, 2020 06:59
@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 14, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c710c25 to 4cb96b5 Compare May 16, 2020 02:55
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.19.0 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 4cb96b5 to 89355ad Compare July 2, 2020 03:54
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.0 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 89355ad to 701abad Compare August 25, 2020 01:57
@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 25, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 701abad to 54193c1 Compare October 25, 2020 18:59
@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 25, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 54193c1 to 4850a49 Compare January 5, 2021 18:56
@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 5, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4850a49 to 1c8dab4 Compare April 26, 2021 16:58
@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 1c8dab4 to 7c8c66e Compare June 6, 2021 23:20
@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 7c8c66e to 78d4789 Compare October 18, 2021 21:59
@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 78d4789 to bd9e9a5 Compare March 7, 2022 15:26
@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 bd9e9a5 to f731303 Compare March 26, 2022 15:03
@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 f731303 to b1fab1e Compare June 18, 2022 19:04
@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 b1fab1e to 85b6eaf Compare June 24, 2022 01:04
@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
@DreaminDani DreaminDani closed this Sep 4, 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