-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat(deps): update dependencies & fix gts lint #380
Conversation
xiaozhenliu-gg5
commented
Mar 26, 2020
•
edited
Loading
edited
- upgrade Typescript to 3.8.x
- upgrade gts and fix lint.
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
==========================================
- Coverage 88.95% 87.28% -1.68%
==========================================
Files 27 27
Lines 3106 3106
Branches 292 236 -56
==========================================
- Hits 2763 2711 -52
- Misses 342 392 +50
- Partials 1 3 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ nits
"mocha": "^7.1.1", | ||
"nock": "^12.0.3", | ||
"snap-shot-it": "^7.9.3", | ||
"typescript": "3.8.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to add a range specifier?
"snap-shot-it": "^7.0.0", | ||
"typescript": "3.6.4" | ||
"cross-env": "^7.0.2", | ||
"gts": "^2.0.0-alpha.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe pin to next
intead
}, | ||
"dependencies": { | ||
"@octokit/graphql": "^4.3.1", | ||
"@octokit/request": "^5.3.1", | ||
"@octokit/rest": "^16.43.1", | ||
"@types/yargs": "^15.0.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, why did this sneak into dependencies
instead of devDependencies
?
|
||
// eslint-disable-next-line @typescript-eslint/no-var-requires |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you added the @types
package, why not use an import