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.29.3 #426

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 3, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.12.4 -> 7.29.3 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react

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 have propTypes validation (#​2690 @​hank121314)
  • [no-unused-prop-types]/TypeScript: avoid crash on indexable interface (#​2687 @​ljharb)

v7.20.2

Compare Source

Fixed
  • [no-unused-prop-types]: handle optional chaining ([#​2679][] @​hank121314)
  • [jsx-pascal-case]: fix a false positive with "H1" ([#​2683][] @​ljharb)
  • [jsx-no-useless-fragment]: avoid a crash when autofixing a self-closing React.Fragment ([#​2680][] @​ljharb

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/eslint-plugin-react-7.x branch from 5b188be to 1b55bdf Compare July 13, 2019 09:59
@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 1b55bdf to c2581e3 Compare August 10, 2019 15:57
@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 c2581e3 to c6c97b7 Compare October 4, 2019 09: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 c6c97b7 to 9f68f1c Compare November 11, 2019 05:01
@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 9f68f1c to d2b97b1 Compare December 14, 2019 19:56
@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 d2b97b1 to 32633b0 Compare January 19, 2020 06:56
@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 19, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 32633b0 to 28244c2 Compare February 8, 2020 22:54
@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 28244c2 to de87f9c Compare March 14, 2020 08:55
@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 de87f9c to 03e4267 Compare May 15, 2020 13:01
@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 15, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 03e4267 to 4176979 Compare July 1, 2020 15:56
@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 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4176979 to cafc00e Compare August 25, 2020 01:53
@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 cafc00e to ddeb372 Compare October 28, 2020 14: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 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ddeb372 to 18aebfc Compare January 7, 2021 00: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 18aebfc to b35a3e8 Compare April 26, 2021 14:45
@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 b35a3e8 to bae2656 Compare June 6, 2021 20:42
@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 bae2656 to 9202690 Compare October 18, 2021 23:52
@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 9202690 to 8f6a224 Compare March 7, 2022 18:00
@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
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