-
Notifications
You must be signed in to change notification settings - Fork 211
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
Warnings due to @qiwi/npm-registry-client used in utils package #543
Comments
I would like to follow up on this as well. |
npm-registry-client is used for publishing and updating tags. It's not needed for dtslint, dtslint-runner or eslint-plugin, the parts that run in CI.
|
It's a dep of the util package since it's used both in the publisher and in retag. I've been meaning to send a PR to switch everything over to pacote or libnpmpublish by reviving #472 which is conflicted (but didn't finish the rebase before the holidays) |
I do think we should make some sort of "internal utils" package to hold shared code for our non published packages, as that'd minimize these sorts of problems. (Then again the only people that should see this message are those depending on our packages outside of DT which we don't yet officially say is a good idea) |
@jakebailey I'm not sure what the original problem @kirtan-desai was. DescribeFor me, HowI currently use |
What is the purpose of using npm-registry-client? Is there any plan to deprecate its usage? The use of
request
library in @qiwi/npm-registry-client is causing warnings upstream.The text was updated successfully, but these errors were encountered: