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): rollback klaw to 3.x #2002

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

alexander-fenster
Copy link

Q A
Bug fix? yes
New feature? no
Breaking change? no
Deprecations? no
Tests added? no
Fixed issues #2000
License Apache-2.0

As described in #2000, pulling klaw v4 makes jsdoc require Node.js v14.

Background: jsdoc is a runtime dependency of protobufjs-cli (it may sound weird, but jsdoc is used to generate .d.ts files from the proto files, and is used by pbts tool). So, since Google Cloud client libraries use pbts, this change made google-gax and the client libraries require Node.js v14, but we still want to support Node.js v12 for some time.

I think this change is not intentional, so we suggest that the 3.6.x branch should still depend on klaw v3.

@hegemonic, what do you think?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants