This repository was archived by the owner on Oct 4, 2020. It is now read-only.
Dependabot#163
Open
zbeekman wants to merge 7 commits into
Open
Conversation
- Add [dependabot] support - Need to activate account for this project at https://app.dependabot.com/auth/sign-up - Keep dependencies up-to-date automatically - Not currently configured for auto-merging of PRs
- Add a link to EditorConfig-Action in the related projects section
Author
This was referenced Jul 8, 2019
Author
|
Failing tests are the same issue highlighted in the first comment/PR description |
greut
reviewed
Dec 31, 2019
| @@ -232,7 +232,7 @@ function fix(argv: IArgv): Stream { | |||
|
|
|||
| function infer(argv: IArgv): Stream { | |||
There was a problem hiding this comment.
@zbeekman a way to make it compile. Ugly though.
Suggested change
| function infer(argv: IArgv): Stream { | |
| function infer(argv: any): Stream { |
Author
There was a problem hiding this comment.
@greut: That did not seem to resolve the problem (or, at least, it created a different one).
There was a problem hiding this comment.
the other handlers needs to same treatment. Cheers mate and happy new year.
Co-Authored-By: Yoan Blanc <yoan@dosimple.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add a dependabot configuration file to get automatic dependency bumps for vulnerable dependencies.
You still need to sign up and enable dependabot here.
Also, I added a link in the related projects section of the README and fixed tslint violations and a vulnerable dependency.
However, when I try to compile (node on macOS) I get:
I'm not a js/ts programmer, so this is beyond my "googling for a fix" skill level to resolve. (I tried for a while.)