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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1
->3.7.2
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
savePropAsValueString
parser option. If set to true, defaultValue to props will be string. https://github.com/styleguidist/react-docgen-typescript#parseroptionsv3.5.0
Added
Thanks @folz: strothj/react-docgen-typescript-loader#72
componentNameResolver
parser option. This allows override thename resolution for components.
v3.4.0
Added
Thanks @patricklafrance: strothj/react-docgen-typescript-loader#69
type
property attached to generated docs configurable.v3.3.0
Added
Thanks @evless: strothj/react-docgen-typescript-loader#64
v3.2.1
Changed
react-docgen-typescript
tov1.14.1
. @hipstersmoothiev3.2.0
Added
Thanks @nekitk: strothj/react-docgen-typescript-loader#59
If false (like before):
type: { name: "\"blue\" | \"green\"" }
ortype: { 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.