Skip to content
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

Closed
wants to merge 6 commits into from

Conversation

xiaozhenliu-gg5
Copy link

@xiaozhenliu-gg5 xiaozhenliu-gg5 commented Mar 26, 2020

  1. upgrade Typescript to 3.8.x
  2. upgrade gts and fix lint.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 26, 2020
@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #380 into master will decrease coverage by 1.67%.
The diff coverage is 97.20%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/github.ts 71.82% <85.00%> (-2.55%) ⬇️
src/conventional-commits.ts 97.20% <88.88%> (-0.46%) ⬇️
src/commit-split.ts 100.00% <100.00%> (ø)
src/github-release.ts 95.20% <100.00%> (-2.39%) ⬇️
src/graphql-to-commits.ts 88.46% <100.00%> (-1.65%) ⬇️
src/release-pr.ts 85.18% <100.00%> (-4.49%) ⬇️
src/releasers/java-yoshi.ts 92.95% <100.00%> (-1.68%) ⬇️
src/releasers/php-yoshi.ts 91.01% <100.00%> (-2.35%) ⬇️
src/updaters/changelog.ts 100.00% <100.00%> (ø)
src/updaters/java/google-utils.ts 100.00% <100.00%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cec602e...cd2eb3f. Read the comment docs.

Copy link
Contributor

@JustinBeckwith JustinBeckwith left a 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"
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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
Copy link
Contributor

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

@bcoe bcoe closed this Mar 27, 2020
@chingor13 chingor13 deleted the update_dependency branch November 25, 2021 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants