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: upgrade proto-loader and add long dev dependency #1253

Merged
merged 2 commits into from
May 5, 2022
Merged

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 #1246

@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
@@ -73,7 +74,7 @@
"ts-loader": "^9.0.0",
"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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants