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

WIP: feat: Remove deprecated request package in favor of axios #2961

Closed
wants to merge 3 commits into from
Closed

WIP: feat: Remove deprecated request package in favor of axios #2961

wants to merge 3 commits into from

Conversation

dunklesToast
Copy link

As request was deprecated at the begin of this year I thought it would be good if it would get replaced.

The functionality is already ported to axios but I have some issues with the tests. Would be great if somebody could assist me there.

@lgtm-com
Copy link

lgtm-com bot commented Aug 31, 2020

This pull request introduces 2 alerts when merging 66fd9d3 into 1bab0ad - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@@ -9,6 +9,7 @@ var fs = require('fs'),
sass = require('../lib/extensions'),
request = require('request'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Missed that.

@stephanvierkant
Copy link

You've added yarn.lock (by accident?).

@dunklesToast
Copy link
Author

I added yarn.lock because I use yarn as a package manager. I will remove it once the PR is ready to merge.

@easingthemes
Copy link

Check #2851, request replacement. is in consideration, and final plugin is not decided yet.

@dunklesToast
Copy link
Author

Okay it seems that make-fetch-happen should be used. If that decision is final I'd like to create a PR for that.

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

3 participants