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

fix(deps): update dependency @google-cloud/common to ^0.23.0 #281

Merged
merged 4 commits into from
Aug 23, 2018

Conversation

fhinkel
Copy link
Contributor

@fhinkel fhinkel commented Aug 23, 2018

Breaking changes in common: common was split in multiple modules, HTTP
dependency must be passed in by client library.

Fixes: googleapis/nodejs-common#204
Fixes: #266

Breaking changes in common: common was split in multiple modules, HTTP
dependency must be passed in by client library.

Fixes: googleapis/nodejs-common#204
Fixes: googleapis#266
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 23, 2018
@codecov
Copy link

codecov bot commented Aug 23, 2018

Codecov Report

Merging #281 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #281      +/-   ##
=========================================
- Coverage   89.75%   89.7%   -0.06%     
=========================================
  Files           6       6              
  Lines         410     408       -2     
  Branches       72      73       +1     
=========================================
- Hits          368     366       -2     
  Misses         42      42
Impacted Files Coverage Δ
ts/src/config.ts 100% <ø> (ø) ⬆️
ts/src/profilers/heap-profiler.ts 100% <ø> (ø) ⬆️
ts/src/index.ts 65% <ø> (-0.69%) ⬇️
ts/src/profiler.ts 95.93% <100%> (+0.02%) ⬆️

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 3ea7578...de7ce48. Read the comment docs.

@aalexand
Copy link
Contributor

@fhinkel Looks like there are merge conflicts in ts/test/test-heap-profiler.ts? Also appveyor CI check is red, PTAL.

Copy link
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

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

LGTM once CI is green.

super({
parent: new Service(serviceConfig, config),
baseUrl: '/',
requestModule: request

This comment was marked as spam.

This comment was marked as spam.

@fhinkel
Copy link
Contributor Author

fhinkel commented Aug 23, 2018

CI is green and merge ist resolved. Can somebody land this? (Or give me write access). Thanks

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.

5 participants