-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency react-docgen-typescript-loader to v3.7.2 - abandoned #115
base: master
Are you sure you want to change the base?
Conversation
0364c7c
to
2430bfa
Compare
2430bfa
to
d3599eb
Compare
Congratulations 🍻. DeepCode analyzed your code in 0.314 seconds and we found no issues. Enjoy a moment of no bugs ☀️. 💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues. |
d3599eb
to
59dfde6
Compare
59dfde6
to
608a5a2
Compare
608a5a2
to
634d467
Compare
634d467
to
73f0681
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
3.0.1
->3.7.2
Release Notes
strothj/react-docgen-typescript-loader
v3.7.2
v3.7.1
Fixed
v3.6.0
Added
Thanks @patricklafrance: https://github.com/strothj/react-docgen-typescript-loader/pull/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: https://github.com/strothj/react-docgen-typescript-loader/pull/72
componentNameResolver
parser option. This allows override thename resolution for components.
v3.4.0
Added
Thanks @patricklafrance: https://github.com/strothj/react-docgen-typescript-loader/pull/69
type
property attached to generated docs configurable.v3.3.0
Added
Thanks @evless: https://github.com/strothj/react-docgen-typescript-loader/pull/64
v3.2.1
Changed
react-docgen-typescript
tov1.14.1
. @hipstersmoothiev3.2.0
Added
Thanks @nekitk: https://github.com/strothj/react-docgen-typescript-loader/pull/59
If false (like before):
type: { name: "\"blue\" | \"green\"" }
ortype: { name: "ColorEnum" }
If true: type:
{ name: "enum", value: [ { value: "\"blue\"" }, { value: "\"green\""} ] }
v3.1.1
Fix
https://github.com/strothj/react-docgen-typescript-loader/issues/43s/43
v3.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.