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

Fix: Update dependency react-docgen #635

Merged
merged 1 commit into from
Oct 11, 2017

Conversation

odinuge
Copy link
Contributor

@odinuge odinuge commented Oct 11, 2017

The new verison of react-docgen@next adds support for parsing flow
function parameters without names. Eg. value: string => void.

Previously react-docgen was unable to parse files containing flow
annotations like these, and therefore resulting in styleguidist being
unable to render them.

The new verison of react-docgen@next adds support for parsing flow
function parameters without names. Eg. 'value: string => void'.

Previously react-docgen was unable to parse files containing flow
annotations like these, and therefore resulting in styleguidist being
unable to render them.
@codecov-io
Copy link

codecov-io commented Oct 11, 2017

Codecov Report

Merging #635 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #635   +/-   ##
=======================================
  Coverage   96.03%   96.03%           
=======================================
  Files         101      101           
  Lines        1338     1338           
  Branches      271      271           
=======================================
  Hits         1285     1285           
  Misses         51       51           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc6e651...68b681a. Read the comment docs.

@sapegin sapegin merged commit f975372 into styleguidist:master Oct 11, 2017
@sapegin
Copy link
Member

sapegin commented Oct 11, 2017

Thanks, merged!

tizmagik added a commit that referenced this pull request Oct 24, 2017
* master:
  Refactor: Replace Markdown links with the Link component instead of the styles (#650)
  Docs: Clarify logging in Node API (#637)
  Docs: Correct the `static` modifier note (#643)
  Docs: Explain behavior for code blocks w/o language tag (#642)
  Docs: Fix invalid prop type warning (#639)
  Fix: Clear console on example reload (#638)
  Docs: Add credits for logo designers (#636)
  Fix: Update react-docgen (#635)
  Fix: Correctly print non-Styleguidist exception messages
  Fix: Fix validation error for uglifyjs-webpack-plugin
  Docs: Remove react-modal dependency, tweak examples
  Docs: Update react-styleguidist in CRA example (#632)

# Conflicts:
#	examples/basic/package-lock.json
#	examples/basic/package.json
#	examples/cra/package-lock.json
#	examples/customised/package-lock.json
#	examples/customised/package.json
#	examples/express/package-lock.json
#	examples/express/package.json
#	examples/sections/package-lock.json
#	examples/sections/package.json
#	examples/webpack/package-lock.json
#	examples/webpack/package.json
#	package-lock.json
#	package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants