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

Switch from request to axios #625

Merged

Conversation

datho7561
Copy link
Contributor

request is deprecated and has several security vulnerabilities.

axios is the most popular request library for JavaScript. It's used in @redhat-developer/vscode-redhat-telemetry, so the total size of our dependencies should decrease.

Signed-off-by: David Thompson [email protected]

[`request`](https://www.npmjs.com/package/request)
is deprecated and has several security vulnerabilities.

`axios` is the most popular request library for JavaScript.
It's used in `@redhat-developer/vscode-redhat-telemetry`,
so the total size of our dependencies should decrease.

Signed-off-by: David Thompson <[email protected]>
Copy link
Contributor

@JessicaJHee JessicaJHee left a comment

Choose a reason for hiding this comment

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

LGTM! I tested with the Generate a Quarkus Project command and it works like before.

@datho7561
Copy link
Contributor Author

Yay! Thanks for the review, Jessica!

@datho7561 datho7561 linked an issue Aug 9, 2023 that may be closed by this pull request
@datho7561 datho7561 merged commit 26b8952 into redhat-developer:master Aug 9, 2023
1 check passed
@datho7561 datho7561 modified the milestone: 1.16.0 Aug 9, 2023
@datho7561 datho7561 deleted the remove-dependency-on-request branch August 9, 2023 17:48
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.

Remove dependency on request
2 participants