goto-bus-stop / react-abstract-autocomplete

Bring-Your-Own-UI autocomplete / mentions component for React.
http://renee.kooi.me/react-abstract-autocomplete/examples/
MIT License
17 stars 0 forks source link

An in-range update of react-docgen is breaking the build 🚨 #213

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

The devDependency react-docgen was updated from 5.2.0 to 5.2.1.

🚨 View failing branch.

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

react-docgen 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 could not complete due to an error ([Details](https://travis-ci.org/goto-bus-stop/react-abstract-autocomplete/builds/649756732?utm_source=github_status&utm_medium=notification)).

Release Notes for 5.2.1

Bug Fixes

  • Support forwardRef with out of line argument (#430)
  • Support empty type for flow (#431)
Commits

The new version differs by 5 commits.

  • ff7bed1 5.2.1
  • b5e6d97 fix: support forwardRef with out of line argument (#430)
  • 0fa71de fix(flow): support empty type (#431)
  • 68503d8 docs(website): Update dependencies
  • d50e5b2 chore: Do not test on 8 anymore

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 4 years ago

After pinning to 5.2.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 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.3.0

New Features

  • Support static methods on function components (#433)

Bug Fixes

  • Handle docblock on out-of-line forwardRef (#435)
  • Infer displayName given forwardRef node (#436)
  • Avoid circular reference when resolving name from within assignment (#434)
  • Fix crash by only visit paths, not nodes (#432)
Commits

The new version differs by 6 commits.

  • 8028dad 5.3.0
  • 72a2344 feat(methods): support static methods on function components
  • d71c3d2 fix: handle docblock on out-of-line forwardRef
  • f9d5490 fix: infer displayName given forwardRef() node
  • 04f573f fix: avoid circular reference when resolving name from within assignment
  • b34977a fix(traverse): only visit paths, not nodes

See the full diff