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

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

Merged
merged 13 commits into from
Jul 26, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 23, 2019

The devDependency eslint-plugin-react was updated from 7.13.0 to 7.14.0.

This version 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.


Release Notes for v7.14.0

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

Commits

The new version differs by 68 commits.

  • dfaa92f Update CHANGELOG and bump version
  • c52b61b Merge pull request #2316 from kaykayehnn/jsx-key-fragments
  • 8db631b [Fix] Fix detection of annotated props with default value
  • bbebefd [Tests] Remove AppVeyor
  • 0d49f5a [New] Add ESLint ^6.0.0 as valid peerDependency
  • 0364ed2 Fix formatting issues
  • 7c1abed Add checkFragmentShorthand option
  • ed04c2f Fix tests in eslint < 5
  • 0d1aaf8 Handle fragments in jsx-key
  • 7d449a9 [New] jsx-sort-props: Change reported range to only the identifier
  • 1e102f0 Change reported range to only the identifier
  • e6b4c33 Merge pull request #2301 from golopot/fix-cached-props-2
  • 9a63e19 Immediately destructure out propVariables rather than using it as a namespace
  • 3a1a0d1 Apply suggestion: replace mutation with Object.assign
  • 89b8143 Apply suggestion: replace concat([a]) with concat(a)

There are 68 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 🌴

@vercel
Copy link

vercel bot commented Jun 23, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://connection-git-greenkeeper-eslint-plugin-react-7140.mcansh1.now.sh

greenkeeper bot added a commit that referenced this pull request Jun 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Update to this version instead 🚀

Release Notes for v7.14.1

Fixed

  • Fix prop-types crash on multiple destructuring (#2319 @golopot)
Commits

The new version differs by 3 commits.

  • 62255af Update CHANGELOG and bump version
  • 655eb01 Merge pull request #2320 from golopot/issue-2319
  • 9639d82 [Fix] prop-types: fix crash on multiple destructuring

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 22, 2019

Update to this version instead 🚀

@kodiakhq kodiakhq bot merged commit 7c2d444 into master Jul 26, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/eslint-plugin-react-7.14.0 branch July 26, 2019 22:03
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.

1 participant