-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore(deps): switched from request
to @theia/request
#12413
Conversation
Can somebody please advise what to do to fix the license check? Thank you!
|
I have made the requested changes and downgraded to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yarn audit
no longer warns about vulnerabilities.
@kittaakos there's not much you can do about new dependencies that cause dash-license to fail but @vince-fugnitto ran the tool in auto-review mode on your PR to make the check go green. |
If the PR does not require a CQ, I would bump |
@kittaakos I'm fine with bumping to the latest if it works well, I'll perform a dash-licenses review as necessary. |
I bump to the latest |
It's done. |
I wanted to merge but GH tells me there are conflicts? Can you look into it? I'll merge then. |
to remove the deprecated `request` dependency - Updated to `[email protected]` - Updated to `@types/[email protected]` Closes eclipse-theia#12401 Co-authored-by: Mark Sujew <[email protected]> Co-authored-by: Paul Maréchal <[email protected]> Co-authored-by: Akos Kitta <[email protected]> Signed-off-by: Akos Kitta <[email protected]>
Thanks! I rebased the PR from the |
@kittaakos The branch is out of date, so we can't merge it. Can you allow edits to your PR from collaborators, so that we can rebase the branch ourselves before merging? |
Done. Thanks for taking care of it. Great support from all of you 👏 |
What it does
This PR replaces
request
with@theia/request
to eliminate all dependency vulnerabilities detected byyarn audit
.% yarn audit yarn audit v1.22.18 0 vulnerabilities found - Packages audited: 1912 ✨ Done in 1.35s.
How to test
yarn audit
should produce the0 vulnerabilities found
resultCloses #12401
Review checklist
Reminder for reviewers
I have no idea how to test/verify the HTTP and GitHub plugin resolvers 😕