Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

chore(deps): update dependency eslint-plugin-react to v7.14.3 #21

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 12, 2018

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.0.1 -> 7.14.3

Release Notes

yannickcr/eslint-plugin-react

v7.14.3

Compare Source

Fixed
Changed

v7.14.2

Compare Source

Fixed

v7.14.1

Compare Source

Fixed

v7.14.0

Compare Source

Added
Fixed
  • Fix [no-did-mount-set-state][] and [no-did-update-set-state][] to handle cDU and cDM defined as class properties (#​1595 @​jaaberg)
  • Fix [sort-prop-types][] cash when a shape PropType is defined in a variable (#​1749 @​alexzherdev)
  • Fix [no-unused-state][] false positive when using state of non-lifecycle method (#​2274 @​golopot)
  • Fix [static-property-placement][] false positive when accessing static property inside method (#​2283 @​dmason30)
  • Fix [prop-type][] detection for annotated props with default value (#​2298 @​yannickcr)
Changed

v7.13.0

Compare Source

Added
Fixed
Changed
  • [Docs][no-access-state-in-setstate][]: Use syntax highlighting for examples ([#​2160][], @​pReya)
  • [Docs][jsx-fragments][]: add "fixable" note (#​2143, @​joshunger)
  • [Docs] Added shared settings info, React version default note (#​2180, @​samsch)
  • [Tests][jsx-curly-spacing][]: add regression test case (#​2206, @​ColCh)

v7.12.4

Compare Source

Fixed
Changed

v7.12.3

Compare Source

Fixed
Changed

v7.12.2

Compare Source

Fixed

v7.12.1

Compare Source

Fixed
Changed

v7.12.0

Compare Source

Added
Fixed
Changed

v7.11.1

Compare Source

Fixed
Changed

v7.11.0

Compare Source

Added
Fixed
Changed

v7.10.0

Compare Source

Added
Fixed
Changed

v7.9.1

Compare Source

v7.8.2

Compare Source

Fixed
  • Fix crash in [boolean-prop-naming][] when encountering a required shape prop type (#​1791 @​pcorpet)

v7.8.1

Compare Source

Fixed
  • Fix crash in [no-deprecated][] when encountering a class constructor (#​1785 @​taddei)

v7.8.0

Compare Source

Added
  • Add support for fragments to [react-in-jsx-scope][] (#​1758)
  • Add support for Flow generic PropType to [require-default-props][] (#​1724 @​Miziak)
  • Add component whitelist option to [forbid-component-props][] (#​1732 @​ThiefMaster)
  • Add support for React 16.3 lifecycle methods to [no-unused-prop-types][] (#​1681 @​bvaughn)
  • Add support for React 16.3 lifecycle methods to [sort-comp][] (#​1767 @​joe-denea)
  • Add support for React 16.3 lifecycle methods to [no-typos][]
  • Add support for prevState and nextState to [no-unused-state][] (#​1759)
  • Add warnings for componentWillMount, componentWillReceiveProps and componentWillUpdate lifecycle methods in [no-deprecated][] (#​1750 @​sergei-startsev)
Fixed
Changed

v7.7.0

Compare Source

Added
Fixed
Changed

v7.6.1

Compare Source

Fixed
  • Flow: fix crash in [prop-types][] with recursive type annotations (#​1653 @​jetpacmonkey)
  • Fix [no-unknown-property][] to properly recognize crossOrigin instead of crossorigin, and allow it on link tags. (#​1659 @​jzDev)
  • Fix [no-access-state-in-setstate][] to handle object spread (#​1657 @​ljharb)

v7.6.0

Compare Source

Added
Fixed
Changed

v7.5.1

Compare Source

Fixed
Changed

v7.5.0

Compare Source

Added
  • Add [jsx-one-expression-per-line][] rule ([#​1497][] @​TSMMark)
  • Add [destructuring-assignment][] rule ([#​1462][] @​DianaSuvorova)
  • Add [no-access-state-in-setstate][] rule ([#​1374][] @​jaaberg)
  • Add [button-has-type][] rule ([#​1525][] @​Hypnosphi)
  • Add warnings for React.DOM factories in [no-deprecated][] ([#​1530][] @​backjo)
  • Add sortShapeProp option to [sort-prop-types][] ([#​1476][] @​jomasti)
  • Add parens-new-line option to [jsx-wrap-multilines][] ([#​1475][] @​jomasti)
  • Add checkContextTypes and checkChildContextTypes options to [forbid-prop-types][] ([#​1533][] @​jomasti)
  • Add forbidDefaultForRequired option to [require-default-props][] ([#​1524][] @​jomasti)
  • Add new nodes support to [jsx-wrap-multilines][] ([#​1384][] @​evgeny-petukhov)
Fixed
  • Fix [jsx-curly-brace-presence][] auto fix by bailing out when some chars exist ([#​1479][] [#​1449][] @​jackyho112)
  • Fix [boolean-prop-naming][] crash with Object spread ([#​1485][] @​track0x1)
  • Fix [no-unused-state][] to correctly handle arrow function class method ([#​1363][] @​jackyho112)
  • Fix incompatibility with typescript-eslint-parser ([#​1496][] @​timothykang)
  • Fix [jsx-no-bind][] to only warn for props and account for variable declaration ([#​1444][] [#​1395][] [#​1417][] @​jackyho112)
  • Fix [no-unused-prop-types][] to handle props usage in custom prop validators ([#​1518][] @​petersendidit)
  • Fix [prefer-stateless-function][] to account for contextTypes and defaultProps ([#​1521][] @​jomasti)
  • Fix [jsx-no-comment-textnodes][] to not warn when using two slashes via html entities at the beginning of a literal ([#​1517][] @​jomasti)
  • Fix [default-props-match-prop-types][] crash ([#​1499][] @​jomasti)
  • Fix [no-unused-prop-types][] to handle props used in the setState update callback ([#​1507][] @​petersendidit)
  • Fix alignment bug in [jsx-indent][] ([#​1246][] @​jseminck)
Changed

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.7.0 Update dependency eslint-plugin-react to v7.7.0 May 9, 2018
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.7.0 chore(deps): update dependency eslint-plugin-react to v7.7.0 May 9, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9520fc0 to 7ab9933 Compare May 11, 2018 20:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.7.0 chore(deps): update dependency eslint-plugin-react to v7.8.0 May 11, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7ab9933 to b5f77a2 Compare May 12, 2018 00:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.0 chore(deps): update dependency eslint-plugin-react to v7.8.1 May 12, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b5f77a2 to a6f3e52 Compare May 13, 2018 14:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.1 chore(deps): 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 a6f3e52 to a6a3769 Compare June 3, 2018 21:37
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.2 chore(deps): 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 a6a3769 to 623ff5d Compare June 4, 2018 04:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.0 chore(deps): update dependency eslint-plugin-react to v7.9.1 Jun 4, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 623ff5d to 9fc1c7c Compare June 25, 2018 06:02
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.1 chore(deps): 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 9fc1c7c to b337403 Compare August 13, 2018 20:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.10.0 chore(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 b337403 to 350fbb9 Compare August 14, 2018 20:25
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.0 chore(deps): update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate
Copy link
Author

renovate bot commented Sep 11, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.1 chore(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 6761d6c to 909e376 Compare January 1, 2019 22:44
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.0 chore(deps): 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 909e376 to b893c37 Compare January 3, 2019 00:12
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.1 chore(deps): 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 b893c37 to 056733c Compare January 4, 2019 23:02
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.2 chore(deps): update dependency eslint-plugin-react to v7.12.3 Jan 4, 2019
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.3 chore(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 056733c to 74a7387 Compare January 17, 2019 07:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 74a7387 to 8cf51cb Compare May 4, 2019 08:54
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.4 chore(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 8cf51cb to 5f3513d Compare July 13, 2019 02:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.13.0 chore(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 5f3513d to bc364b3 Compare August 10, 2019 02:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.2 chore(deps): update dependency eslint-plugin-react to v7.14.3 Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant