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

yarn upgrade: avoid vscode-jsonrpc@6 #8868

Merged
merged 1 commit into from
Dec 15, 2020
Merged

yarn upgrade: avoid vscode-jsonrpc@6 #8868

merged 1 commit into from
Dec 15, 2020

Conversation

paul-marechal
Copy link
Member

@paul-marechal paul-marechal commented Dec 15, 2020

What it does

Closes: #8862

[email protected] depends on vscode-jsonrpc@6
which breaks our build. We expect to have vscode-jsonrpc@5.

Signed-off-by: Paul [email protected]

How to test

  • Do yarn upgrade
  • yarn why vscode-jsonrpc should not show a version different from [email protected]

Review checklist

Reminder for reviewers

@paul-marechal paul-marechal added bug bugs found in the application dependencies pull requests that update a dependency file labels Dec 15, 2020
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

The changes look good to me 👍

`[email protected]` depends on `vscode-jsonrpc@6`
which breaks our build. We expect to have `vscode-jsonrpc@5`.

Signed-off-by: Paul <[email protected]>
@paul-marechal paul-marechal merged commit cb4d6b3 into master Dec 15, 2020
@paul-marechal paul-marechal deleted the mp/yarn-upgrade branch December 15, 2020 21:35
@github-actions github-actions bot added this to the 1.9.0 milestone Dec 15, 2020
perrinjerome added a commit to perrinjerome/theia that referenced this pull request Sep 2, 2022
It was breaking the build at the time of eclipse-theia#8868 but there is no such
problem anymore

Signed-off-by: Jérome Perrin <[email protected]>
perrinjerome added a commit to perrinjerome/theia that referenced this pull request Sep 2, 2022
It was breaking the build at the time of eclipse-theia#8868 but there is no such
problem anymore.

Re-running yarn also updated ts-md5 (and other things), so the import
had to be adjusted.

Signed-off-by: Jérome Perrin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application dependencies pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example from docs is not working
2 participants