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

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

Open
greenkeeper bot opened this issue Jan 2, 2019 · 8 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 2, 2019

The dependency eslint-plugin-react was updated from 7.12.0 to 7.12.1.

🚨 View failing branch.

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

eslint-plugin-react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/jenkins/branch: This commit cannot be built (Details).

Release Notes for v7.12.1

Fixed

Changed

Commits

The new version differs by 9 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

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
Copy link
Contributor Author

greenkeeper bot commented Jan 3, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v7.12.2

Fixed

Commits

The new version differs by 5 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 3, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v7.12.3

Fixed

Changed

Commits

The new version differs by 14 commits.

  • 2f5cec9 Update CHANGELOG and bump version
  • 096161a Merge pull request #2120 from jomasti/issue-2119
  • 9d3955a Prevent crash of jsx-indent rule
  • 230c7e0 Merge pull request #2117 from haideralsh/patch-1
  • b4b0e72 fix: add a missing in the JSON settings
  • d2aa260 Merge pull request #2115 from drx/class_body_prop_types
  • 41974e5 Fix propType detection inside class bodies
  • 40f2565 [Docs] update README to document React version detection
  • dd0757f Merge pull request #2113 from alexzherdev/2112-fix-self-closing-fragments
  • e997f6c [Fix] avoid crashing on self-closing fragments
  • b48b479 Merge pull request #2111 from drx/prop_types_class_properties
  • e15bafa [Fix] no-unused-prop-types: fix issue with propTypes misclassifying props
  • a86b339 Merge pull request #2109 from jomasti/issue-2105
  • 5f9863e Fix display-name false positive for React.memo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 18, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v7.12.4

Fixed

Changed

Commits

The new version differs by 10 commits.

  • 433cc3f Update CHANGELOG and bump version
  • 536bc35 [Tests] prop-types: add case from #2134
  • df7ffc1 [Tests] no-typos: test case from #2136
  • c7e5f38 [Tests] improve version detection tests.
  • 2dd2277 [Tests] prop-types: add now-passing test case
  • 84652b6 [Fix] no-unused-prop-types: avoid a crash
  • 58ed9e9 [Fix] prop-types: avoid further crashes from nonexistent nodes in unusedPropTypes
  • 7f7b96d [Fix] prop-types: Read name of callee object.
  • 5fc50aa [Fix] Ignore reassignments when matching props declarations with components
  • ba80a4c [Fix] Detect components with return statement in switch/case

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 4, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 84 commits.

  • f39829f Update CHANGELOG and bump version
  • 9e81dde [Deps] update jsx-ast-utils, resolve
  • e73a692 Merge pull request #2256 from mateuszsokola/master
  • b5fc9bf [fix] jsx-props-no-multi-spaces: support generic components (ts)
  • 8bd3837 Fix Node 4 compatibility
  • 005dad3 Revert "Replace mocha by jest"
  • 6e4f43e Replace mocha by jest
  • 09f580c Replace typescript-eslint-parser by @typescript-eslint/parser
  • 861fdef [fix] prop-types: fix case with destructuring and defualt param
  • 9fbd037 Fix ESLint 6 compat by providing parser as absolute path to RuleTester
  • 8041075 Fix jsx-curly-brace-presence schema defaults
  • 9cec705 Add next ESLint version to Travis
  • 0d4725e Add Node 12 and remove Node 4/6 from Travis
  • 9192ec3 Update devDependencies
  • d5d2e82 Merge pull request #2250 from guliashvili/master

There are 84 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 23, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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 152 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 152 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v7.14.2

Fixed

Commits

The new version differs by 157 commits.

  • 8432e5e Update CHANGELOG and bump version
  • 057f1db [Fix] : fix crash on for...of destructuring
  • 62255af Update CHANGELOG and bump version
  • 655eb01 Merge pull request #2320 from golopot/issue-2319
  • 9639d82 [Fix] prop-types: fix crash on multiple destructuring
  • 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

There are 157 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 24, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v7.14.1

Fixed

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

The new version differs by 155 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
  • 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

There are 155 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants