-
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
Upgraded yargs package to fix #7444 #7476
Conversation
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.
I verified that the new dependency version for yargs
is license compatible using the steps as described here.
@vince-fugnitto let me know if this is good to go. |
A couple of things before proceeding:
|
@vince-fugnitto - done with both. Can you check if my ECA shows up now? |
Yes, the ECA looks good now thank you! |
@vince-fugnitto - thanks! Looks everything is good now. |
Was there a reason for not updating other extensions? theia/dev-packages/cli/package.json Line 48 in f4ee12a
theia/dev-packages/electron/package.json Line 30 in f4ee12a
|
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.
LGTM, thanks!
I noticed too late that it wasn't updated in the other places, but given what yarn resolved with your first modification, you should just update the other places and it will be good to go! |
@marechal-p Anything else should be done to merge it? |
We should update the other occurrences of |
@vince-fugnitto fine with me |
Signed-off-by: Chaitanya Munukutla <chaitanya.m61292@gmail.com>
What it does
Upgades the version of yargs package to fix https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381
How to test
Tests can be run with
yarn test
from theexamples/browser
directory.Review checklist
Reminder for reviewers