Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Update dependency react-docgen-typescript-loader to v3.7.2 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-docgen-typescript-loader 3.1.1 -> 3.7.2 age adoption passing confidence

Release Notes

strothj/react-docgen-typescript-loader

v3.7.2

v3.7.1

Fixed

v3.6.0

Added

Thanks @​patricklafrance: strothj/react-docgen-typescript-loader#73

v3.5.0

Added

Thanks @​folz: strothj/react-docgen-typescript-loader#72

  • Expose the componentNameResolver parser option. This allows override the
    name resolution for components.

v3.4.0

Added

Thanks @​patricklafrance: strothj/react-docgen-typescript-loader#69

  • Make the name of the type property attached to generated docs configurable.

v3.3.0

Added

Thanks @​evless: strothj/react-docgen-typescript-loader#64

  • Default values can be displayed as something other than just string types.

v3.2.1

Changed

v3.2.0

Added

Thanks @​nekitk: strothj/react-docgen-typescript-loader#59

  • Default values for stateless components can now be generated from props destructuring.
  • Passing new parser option (shouldExtractLiteralValuesFromEnum) which allows to parse TypeScript enums and string unions to docgen enum of their values:
    If false (like before): type: { name: "\"blue\" | \"green\"" } or type: { name: "ColorEnum" }
    If true: type: { name: "enum", value: [ { value: "\"blue\"" }, { value: "\"green\""} ] }

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from pauloportella September 1, 2019 05:17
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 1278a4a to 326a0d7 Compare September 17, 2019 21:28
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.2.0 Update dependency react-docgen-typescript-loader to v3.2.1 Sep 17, 2019
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 326a0d7 to 829add9 Compare September 30, 2019 14:51
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.2.1 Update dependency react-docgen-typescript-loader to v3.3.0 Sep 30, 2019
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 829add9 to 1b5b6de Compare November 21, 2019 09:59
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.3.0 Update dependency react-docgen-typescript-loader to v3.5.0 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 1b5b6de to 57d60c6 Compare December 14, 2019 17:45
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.5.0 Update dependency react-docgen-typescript-loader to v3.6.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 57d60c6 to 1620e96 Compare March 10, 2020 16:01
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.6.0 Update dependency react-docgen-typescript-loader to v3.7.1 Mar 10, 2020
@renovate renovate bot force-pushed the renovate/react-docgen-typescript-loader-3.x branch from 1620e96 to f704148 Compare April 26, 2020 11:02
@renovate renovate bot changed the title Update dependency react-docgen-typescript-loader to v3.7.1 Update dependency react-docgen-typescript-loader to v3.7.2 Apr 26, 2020
@codeclimate
Copy link

codeclimate bot commented Apr 26, 2020

Code Climate has analyzed commit f704148 and detected 0 issues on this pull request.

View more on Code Climate.

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

Successfully merging this pull request may close these issues.

1 participant