Yelp / lemon-reset

Consistent, cross-browser React DOM tags, powered by CSS Modules. πŸ‹
MIT License
131 stars 13 forks source link

An in-range update of eslint-plugin-react is breaking the build 🚨 #56

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

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

Branch Build failing 🚨
Dependency eslint-plugin-react
Current Version 7.10.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/Yelp/lemon-reset/builds/415661785?utm_source=github_status&utm_medium=notification)).

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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 7.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Version 7.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v7.12.0

Added

Fixed

Changed

Commits

The new version differs by 127 commits.

  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test
  • 84be80a Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
  • a442067 Merge pull request #2029 from sstern6/issue1422
  • 7d07c37 Merge pull request #2032 from alexzherdev/jsx-fragments-message
  • 8c6a8e2 Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
  • 14451d4 Merge pull request #2085 from himynameisdave/issues/2083
  • 8be52c7 πŸ“ Addresses CR comments
  • f7e3121 Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react into issues/2083
  • 77e3fd0 Merge pull request #2090 from JBallin/no-method-set-state-docs-url
  • 7da9e0d Fix noMethodSetState docsUrl's

There are 127 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v7.12.1

Fixed

Changed

Commits

The new version differs by 136 commits.

  • 0202de3 Update CHANGELOG and bump version
  • 6f7cb51 [Tests] fix linter
  • 695e534 [Fix] jsx-wrap-multilines: avoid crash when no trailing newline
  • 146d8d1 [Fix] jsx-max-depth: avoid a crash
  • dfeeb81 Merge pull request #2099 from jomasti/issue-2094
  • 55e5fc1 Fix false positives inside lifecycle methods
  • 254a84a Merge pull request #2098 from jomasti/issue-2096
  • 72982f6 Fix no-unused-state crash
  • 835fc05 Fix CHANGELOG.md
  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test

There are 136 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v7.12.2

Fixed

Commits

The new version differs by 141 commits.

  • c93cbc6 Update CHANGELOG and bump version
  • e71feb5 [Fix] forbid-prop-types: fix crash with propWrapper check on MemberExpressions
  • 11a66c0 Merge pull request #2103 from yoyo837/patch-1
  • e9cfc16 Link does not end with '.'
  • 4da90ea [Fix] prop-types: avoid crash on used prevProps
  • 0202de3 Update CHANGELOG and bump version
  • 6f7cb51 [Tests] fix linter
  • 695e534 [Fix] jsx-wrap-multilines: avoid crash when no trailing newline
  • 146d8d1 [Fix] jsx-max-depth: avoid a crash
  • dfeeb81 Merge pull request #2099 from jomasti/issue-2094
  • 55e5fc1 Fix false positives inside lifecycle methods
  • 254a84a Merge pull request #2098 from jomasti/issue-2096
  • 72982f6 Fix no-unused-state crash
  • 835fc05 Fix CHANGELOG.md
  • a83d65c Update CHANGELOG and bump version

There are 141 commits in total.

See the full diff