-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Migrate away from request package #5220
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
Comments
Aha! I was also thinking about this just now. There may be some drop-in replacements for this package. And we can replace |
I would recommend we switch to got as it is under very active development. It does have a nice comparison of alternatives if somebody else wants to propose a different option: https://github.com/sindresorhus/got#faq |
We can switch to it in the next major version. But for now, we need a drop-in replacement. Because there are many CLI plugins depending on |
@sodatea No worries I didn't know there was a need to do it before the next major. I don't know of any drop in options however. |
@sodatea Yes! I noticed a plan in project v5, i'm happy to work for it. any suggestions? |
Version
4.2.2
Steps to reproduce
warning @vue/cli-plugin-babel > @vue/cli-shared-utils > [email protected]: request has been deprecated, see request/request#3142
What is expected?
No deprecation notices in the cli
What is actually happening?
request is being used in @vue/cli-shared-utils but is now deprecated
The text was updated successfully, but these errors were encountered: