Skip to content

Migrate to Yarn 2+ and bump dependencies#123

Merged
Discookie merged 2 commits intoEricsson:mainfrom
Discookie:ericsson/bump-deps-1
Mar 17, 2023
Merged

Migrate to Yarn 2+ and bump dependencies#123
Discookie merged 2 commits intoEricsson:mainfrom
Discookie:ericsson/bump-deps-1

Conversation

@Discookie
Copy link
Copy Markdown
Collaborator

Currently the build seems to fail on CI because of an outdated webpack using an outdated OpenSSL version.

Updated ESLint dependencies, and using Yarn 2 lockfiles now.

Copy link
Copy Markdown
Collaborator

@vodorok vodorok left a comment

Choose a reason for hiding this comment

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

LGTM apart from one question.

Comment thread src/test/runTest.ts
import * as fs from 'fs';

import { runTests } from 'vscode-test';
import { runTests } from '@vscode/test-electron';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just a question, is this related to the Yarn2 upgrade?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The package was apparently migrated it to a different namespace, and the old repository is now deprecated. Same happened with vsce => @vscode/vsce. Yarn gave warnings about the old ones.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

(This was a general issue, not a Yarn 2-specific one)

@Discookie Discookie merged commit 80d36a1 into Ericsson:main Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants