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 🚀 #55

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 4, 2018

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

Dependency eslint-plugin-react
Current Version 7.8.0
Type devDependency

The version 7.9.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.9.0

Added

Fixed

  • Fix static lifecycle methods validation in sort-comp (#1793 @lynxtaa)
  • Fix crash in no-typos when encountering anonymous react imports (#1796 @jsg2021)
  • Fix ESLint 3 support (#1779)

Changed

  • Documentation improvements (#1794 @lencioni)
  • Update Travis CI configuration to test on multiple ESLint verions
Commits

The new version differs by 48 commits.

  • 0d34198 Update CHANGELOG and bump version
  • ab6b41a Remove deprecated experimentalObjectRestSpread option from tests configuration
  • 9d4e27a Ignore no-typos test that only works with ESLint 5
  • f2d8729 Add SpreadElement support to sort-prop-types
  • 29c248d Add JSXText support to self-closing-comp
  • 632941c Add SpreadElement support to require-default-props
  • b3ed9d6 Add SpreadElement and RestElement support to no-unused-state
  • ce1fec7 Add JSXText support to no-unescaped-entities
  • ed3370b Add SpreadElement and JSXText support to no-danger-with-children
  • 0a028e4 Add JSXText support to jsx-one-expression-per-line
  • bd6caf0 Add JSXText support to jsx-no-literals
  • 0a6cb51 Add JSXText support to jsx-indent
  • c734901 Add JSXText support to jsx-curly-brace-presence
  • 3762258 Add JSXText support to jsx-child-element-spacing
  • e6e8955 Add SpreadElement support to default-props-match-prop-types

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

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

greenkeeper bot commented Jun 4, 2018

Version 7.9.1 just got published.

Update to this version instead 🚀

Release Notes v7.9.1

Nothing was fixed; this is a republish with some updated deps. (#1804 @ljharb)

Commits

The new version differs by 3 commits.

  • ac10288 Update CHANGELOG and bump version
  • df430ee [Dev Deps] update babel-eslint, coveralls, eslint, mocha
  • 9e83b7c [Deps] update has, prop-types, doctrine

See the full diff

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

greenkeeper bot commented Jun 25, 2018

Version 7.10.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 157cc93 Update CHANGELOG and bump version
  • 7c5a16f [Deps] update has, prop-types
  • 93ce3c5 [Dev Deps] update babel-eslint
  • 5186b16 Merge pull request #1845 from alexzherdev/1844-no-set-state-unsafe-will-update
  • 8122c8b Account for UNSAFE_ method in no-will-update-set-state
  • c6cc4ab [New] Allow eslint ^5
  • 4121b59 [Tests] clean up test matrix
  • 7869530 Merge pull request #1831 from sergei-startsev/no-unsafe-rule
  • 0285eef Excluded no-unsafe from the recommended for now to avoid breaking changes
  • e41500a Added early termination for no-unsafe, adjusted tests to support ESLint3
  • 5e17159 Added missed position details for no-unsafe
  • 5b08a1e Adjusted no-unsafe rule
  • b5e86bf Added no-unsafe rule
  • 48e386d Merge pull request #1827 from alexzherdev/1677-no-typos-static-proptypes
  • d68b9e8 Remove unnecessary babel-eslint and fix typo

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented Aug 13, 2018

Version 7.11.0 just got published.

Update to this version instead 🚀

Release Notes v7.11.0

Added

Fixed

Changed

Commits

The new version differs by 65 commits.

  • 599c028 Update CHANGELOG and bump version
  • 1eccf7f Merge pull request #1924 from alexzherdev/1775-one-expression-options
  • c1c3d19 Merge pull request #1911 from alexzherdev/1674-prop-types-refactoring
  • 3567c5b [New] Add allow option to jsx-one-expression-per-line
  • 9258d79 Merge pull request #1918 from BenRichter/patch-1
  • bc9a8ea Update jsx-props-no-multi-spaces.md
  • a466a77 Merge pull request #1909 from alexandernanberg/fix/class-property-destructure-assignment
  • 50cd5a6 Clean up and code review
  • 5b5ebfa Made prop-types pass
  • f2fdaa3 Extract declared propTypes detection code
  • 9dbb834 Merge pull request #1914 from alexzherdev/is-function-helper
  • 7edc982 Fix lint error
  • ef36ba9 Add a helper function for determining function-like expressions
  • 4382aa5 fix: destructuring-assignment ignore class properties
  • efe0c0c Merge pull request #1907 from alexzherdev/1637-destructuring-assignment-greedy

There are 65 commits in total.

See the full diff

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

greenkeeper bot commented Aug 14, 2018

Version 7.11.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • fb745ab Update CHANGELOG and bump version
  • 27f9e08 Merge pull request #1932 from alexzherdev/1928-fix-assignment-handling
  • 44a3bf6 [Fix] stop crashing when assigning to propTypes
  • a33384d Merge pull request #1929 from alexzherdev/patch-1
  • d78819d Fix link in changelog
  • 8a9d938 Merge pull request #1926 from ferhatelmas/fix-changelog
  • b812416 Update changelog
  • 564107c Merge pull request #1897 from christophehurpeau/patch-1
  • 622470f Update sort-prop-types.js
  • fa90fe5 Update sort-prop-types.md
  • 6e8dadb Rule sort-prop-types add noSortAlphabetically

See the full diff

@rovale rovale closed this Nov 4, 2018
@rovale rovale deleted the greenkeeper/eslint-plugin-react-7.9.0 branch November 4, 2018 21:19
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

1 participant