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(typescript): pin grpc to previous working version #624

Merged
merged 1 commit into from
May 23, 2019
Merged

fix(typescript): pin grpc to previous working version #624

merged 1 commit into from
May 23, 2019

Conversation

callmehiphop
Copy link
Contributor

Relates to grpc/grpc-node#883

Latest version of the gRPC extension results in a slew of TypeScript errors. I believe the culprit is the @types/protobufjs package (which is deprecated). I think the best course of action is to just pin it for now.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 23, 2019
@codecov
Copy link

codecov bot commented May 23, 2019

Codecov Report

Merging #624 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #624   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files          14       14           
  Lines         857      857           
  Branches      178      178           
=======================================
  Hits          839      839           
  Misses          2        2           
  Partials       16       16

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 d3a2d11...74b64cd. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 2167536 into googleapis:master May 23, 2019
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

3 participants