-
Notifications
You must be signed in to change notification settings - Fork 88
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
Conversation
@@ -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", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
.
There was a problem hiding this 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).
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://github.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.
Gax dependency
grpc/proto-loader
switch long dependency back to 4.x grpc/grpc-node#2114It address #1246