Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

fix: upgrade proto-loader and add long dev dependency#1253

Merged
summer-ji-eng merged 2 commits intomainfrom
fix_long
May 5, 2022
Merged

fix: upgrade proto-loader and add long dev dependency#1253
summer-ji-eng merged 2 commits intomainfrom
fix_long

Conversation

@summer-ji-eng
Copy link
Contributor

Gax dependency grpc/proto-loader switch long dependency back to 4.x grpc/grpc-node#2114

It address googleapis/google-cloud-node-core#317

@summer-ji-eng summer-ji-eng requested a review from a team as a code owner May 5, 2022 19:10
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 5, 2022
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels May 5, 2022
"typescript": "^3.8.3",
"walkdir": "^0.4.0",
"webpack": "^4.34.0",
"webpack": "^5.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

This sneaked in - I don't think it's related to this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, I got dependency tree error because karmar-webpack ask for 5.0.0. Without this update, it cause fails on npm install.

Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

Let's merge it but not release in 2.x, otherwise we'll get a wave of PRs changing client libraries. It will be good if we can do it within the big change (drop Node 10, start using gax 3.x).

@summer-ji-eng summer-ji-eng merged commit 5dea136 into main May 5, 2022
@summer-ji-eng summer-ji-eng deleted the fix_long branch May 5, 2022 23:20
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 3, 2023
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/gax-nodejs/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

#1253 only did it for some files, not all.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants