Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Update eslint-plugin-react to the latest version 🚀 #46

Merged
merged 1 commit into from
May 17, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 11, 2018

Version 7.8.0 of eslint-plugin-react was just published.

Dependency eslint-plugin-react
Current Version 7.7.0
Type devDependency

The version 7.8.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-react.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v7.8.0

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

Commits

The new version differs by 65 commits.

  • fb7411d Update CHANGELOG and bump version
  • b5865e8 Replace static status badge by a dynamic one
  • 79f32b1 Fix Code Climate badge in README
  • ab803e5 Update CHANGELOG and bump version
  • b26d1cc Add prevState and nextState support to no-unused-state (fixes #1759)
  • 3aac310 Add support for React 16.3 lifecycle methods to no-typos
  • 5f3f04f Merge pull request #1783 from chentsulin/patch-1
  • 26dc5a6 fix typo containing
  • 9519938 Add getSnapshotBeforeUpdate support to no-unused-prop-types (fixes #1751)
  • d51b0cc Add fragment support to react-in-jsx-scope (fixes #1758)
  • fb7ce94 Merge pull request #1771 from joe-denea/master
  • 230b0ad [Tests] fix appveyor
  • 768013e Add support for React 16.3 lifecycle methods
  • d68ef96 Merge pull request #1750 from sergei-startsev/no-deprecated
  • 8973758 [Tests] fix linting errors

There are 65 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Pull Request Test Coverage Report for Build 157

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.15%

Totals Coverage Status
Change from base Build 155: 0.0%
Covered Lines: 237
Relevant Lines: 245

💛 - Coveralls

greenkeeper bot added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 12, 2018

Version 7.8.1 just got published.

Update to this version instead 🚀

Release Notes v7.8.1

Fixed

  • Fix crash in no-deprecated when encountering a class constructor (#1785 @taddei)
Commits

The new version differs by 4 commits.

  • 431977b Update CHANGELOG and bump version
  • c29807c Merge pull request #1786 from taddei/master
  • e57ca07 [Fix] add an additional fix for #1785, and tests
  • 48f2831 Hotifx - Issue:1785 - fixed no-deprecated bug

See the full diff

greenkeeper bot added a commit that referenced this pull request May 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2018

Version 7.8.2 just got published.

Update to this version instead 🚀

Release Notes v7.8.2

Fixed

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

The new version differs by 3 commits.

  • 668d7cc Update CHANGELOG and bump version
  • 5e5895f Merge pull request #1792 from pcorpet/master
  • 7f3934a Fix crash in boolean-prop-naming when encountering a required shape prop type. Fixes #1791.

See the full diff

@rovale rovale merged commit 704f8b4 into master May 17, 2018
@rovale rovale deleted the greenkeeper/eslint-plugin-react-7.8.0 branch May 17, 2018 12:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants