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

build!: upgrade to gts@2 #2062

Merged
merged 3 commits into from Apr 27, 2020
Merged

build!: upgrade to gts@2 #2062

merged 3 commits into from Apr 27, 2020

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Apr 26, 2020

BREAKING CHANGE: Node 10 is now the minimum engines requirement.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 26, 2020
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2020
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 26, 2020
@codecov
Copy link

codecov bot commented Apr 26, 2020

Codecov Report

Merging #2062 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2062      +/-   ##
==========================================
- Coverage   38.99%   38.91%   -0.08%     
==========================================
  Files           6        6              
  Lines        1072     1074       +2     
  Branches        7        8       +1     
==========================================
  Hits          418      418              
- Misses        654      656       +2     
Impacted Files Coverage Δ
src/googleapis.ts 90.07% <0.00%> (-0.65%) ⬇️
src/generator/docs.ts 0.00% <0.00%> (ø)
src/generator/generator.ts 0.00% <0.00%> (ø)

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 7ed5454...33f4a8a. Read the comment docs.

"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"engines": {
"node": ">=10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is breaking right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I know, we do majors all the time anyway. But still.

.authenticate(scopes)
.then(runSample)
.catch(console.error);
sampleClient.authenticate(scopes).then(runSample).catch(console.error);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I liked the old formatting more :) Maybe async/await here?

Copy link
Contributor

@bcoe bcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a heroic effort.

@bcoe bcoe changed the title build: upgrade to gts@2 build!: upgrade to gts@2 Apr 27, 2020
@JustinBeckwith JustinBeckwith merged commit 0b8d04c into master Apr 27, 2020
@release-please release-please bot mentioned this pull request Apr 27, 2020
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.

None yet

5 participants