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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 2, 2018

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies major 5.2.2 -> 7.16.0

Release Notes

yannickcr/eslint-plugin-react

v7.16.0

Compare Source

Added
Fixed
  • [jsx-no-useless-fragment][]: use array-includes over .includes for back compat (@​ljharb)
  • [jsx-curly-brace-presence][]: allow necessary white-space literal (#​2437 @​uniqname)
  • [jsx-curly-brace-presence][]: warns incorrectly on trailing whitespace (#​2431 @​BC-M)
  • [no-unused-prop-types][]: false positive when nested destructuring (#​2428 @​golopot)

v7.15.1

Compare Source

Fixed
  • [jsx-curly-brace-presence][]: bail out checks when JSXElements are passed as props (#​2426 @​vedadeepta)
Changed

v7.15.0

Compare Source

Added
Fixed
Changed
  • [Docs][no-access-state-in-setstate][]: update grammar ([#​2418][] @​neaumusic)
  • [jsx-curly-brace-presence][], [jsx-one-expression-per-line][], [no-danger-with-children][]: add isWhiteSpaces to lib/util/jsx (#​2409 @​vedadeepta)

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.9.0

Compare Source

Added
Fixed
Changed
  • Documentation improvements (#​1794 @​lencioni)
  • Update Travis CI configuration to test on multiple ESLint verions

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
  • Add [forbid-dom-props][] rule ([#​1562][] @​davazp)
  • Add [jsx-child-element-spacing][] rule ([#​1515][] @​pfhayes)
  • Add [no-this-in-sfc][] rule ([#​1435][] @​jomasti)
  • Add [jsx-sort-default-props][] rule ([#​281][] @​b0gok)
  • Add message option to [boolean-prop-naming][] ([#​1588][] @​louisscruz)
  • Add beforeClosing option to [jsx-tag-spacing][] ([#​1396][] @​cjskillingstad)
  • Add instance-methods and instance-variables to [sort-comp][] ([#​599][] @​RDGthree)
  • Add propWrapperFunctions support for [boolean-prop-naming][] ([#​1478][] @​jomasti)
  • Add warning for React.addons.TestUtils in [no-deprecated][] ([#​1644][] @​nirnaor)
  • Add URL to rule documentation to the rules metadata ([#​1635][] @​Arcanemagus)
Fixed
  • Fix crashes in [no-access-state-in-setstate][] ([#​1559][] @​jomasti, [#​1611][] @​pfhayes)
  • Fix crash in [require-optimization][] when encountering arrays with empty items as values in object ([#​1621][] @​kamataryo)
  • Fix crash in [no-unused-prop-types][] when passing an empty function as a PropType ([#​1542][] [#​1581][] @​kevinzwhuang)
  • Fix crash in [no-typos][] when using PropType.shape without arguments ([#​1471][] @​mrichmond)
  • Fix crash when using Unions in flow propTypes ([#​1468][] @​justinanastos)
  • Fix missing meta in [jsx-tag-spacing][] ([#​1650][] [@​flyerhzm](https://togithub.com

Renovate configuration

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

🚦 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 092e80c to 8d35a47 Compare May 13, 2018 14:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from d2fc2e6 to 3877de9 Compare June 4, 2018 04:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3877de9 to 549fec0 Compare June 25, 2018 06:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 1cb5883 to 588ad10 Compare August 14, 2018 20:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 7c848ec to b4a5147 Compare January 3, 2019 00:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b4a5147 to 8c717d3 Compare January 4, 2019 23:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8c717d3 to faad7db Compare January 17, 2019 07:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from faad7db to b754351 Compare May 4, 2019 11:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b754351 to 1b28e83 Compare July 13, 2019 12:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1b28e83 to 1271b00 Compare August 10, 2019 08:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1271b00 to 1d46577 Compare October 2, 2019 07:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1d46577 to 5e4bf22 Compare November 11, 2019 04:00
@chintan9 chintan9 closed this Nov 22, 2019
@pull-assistant
Copy link

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Update dependency eslint-plugin-react to v7

Powered by Pull Assistant. Last update 5e4bf22 ... 5e4bf22. Read the comment docs.

@renovate
Copy link
Author

renovate bot commented Nov 22, 2019

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/eslint-plugin-react-7.x branch November 22, 2019 01:18
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

2 participants