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

chore(deps): update dependency eslint-plugin-react to v7 #31

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 23, 2018

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies major 3.16.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

[7.5


Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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 force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from b9585f7 to a9619a9 Compare November 24, 2018 15:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from aebf7da to 8e5bfa8 Compare January 3, 2019 00:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8e5bfa8 to aefc5cb Compare January 4, 2019 23:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from aefc5cb to 3dbd878 Compare January 17, 2019 07:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3dbd878 to 72f1fce Compare May 3, 2019 07:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 72f1fce to 621a4a6 Compare May 12, 2019 08:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 483de3f to 11a1562 Compare June 24, 2019 20:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 11a1562 to 22790e9 Compare July 22, 2019 22:38
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