-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Perform yarn upgrade #13748
Perform yarn upgrade #13748
Conversation
opened for a different project, but we need these dependencies as well: |
72b68f1
to
b5c2815
Compare
082de2a
to
88b8c3b
Compare
d810836
to
bafd7e6
Compare
bafd7e6
to
1ba0a24
Compare
Hey, this is really cool. Just wanted to say thanks! |
@jfaltermeier What is the state of this? |
The license check does not complete because the IP team has not yet reviewed the upgraded |
The IP check for this is a bit complicated and could potentially take a while. Looking quickly in this repo, how Searching in the repo, the only use made of What I would do:
|
@marcdumais-work Thank you very much! @jfaltermeier FYI |
@jfaltermeier Alternatively, and probably quicker, another option would be to use a slightly older version of Update root I would suggest doing this for now, but maybe still going forward with the suggestion to open a Theia-specific IP ticket, for the longer term, since you may not want to use an older |
1ba0a24
to
6dfbc1f
Compare
The commit performs a `yarn upgrade` of the framework to better represent what downstream applications pull with our version ranges, and to resolve known security vulnerabilities which were pulled by our lockfile. The changes also make sure that our declared ranges for dependencies are correct and fixes any compilation errors. Contributed on behalf of STMicroelectronics
6dfbc1f
to
54fc4a3
Compare
I've pinned it to Now the license check is failing for |
6b50db2
to
822e625
Compare
We have a works with permission to upgrade Contributed on behalf of STMicroelectronics
822e625
to
de3a477
Compare
We have the approval, and the |
Resolved the conflicts with main. |
@msujew @jfaltermeier are we going to do this or is it time to close this one? |
Sorry this kind of fell off my plate. @jfaltermeier Can you rebase? Afterwards I'll take a look. |
The conflicts have been resolved |
Conflicts have been resolved again |
@jfaltermeier Sorry for the delay. Looking into the changes right now :) |
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.
Thank you, looks good to me 👍
What it does
The commit performs a
yarn upgrade
of the framework to betterrepresent what downstream applications pull with our version ranges, and
to resolve known security vulnerabilities which were pulled by our
lockfile. The changes also make sure that our declared ranges for
dependencies are correct and fixes any compilation errors.
Contributed on behalf of STMicroelectronics
How to test
Check for any regressions, especially for the components that needed compile fixes.
Review checklist
Reminder for reviewers