This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
chore: use yarn 3 for development #9201
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
607ec59
chore: use yarn 3 for development
OEvgeny 0a0d92b
Fix types
OEvgeny 92642cb
Fix docker build
OEvgeny b91417f
Fix types again
OEvgeny ca4adf9
Add jest-cli to make CI happy
OEvgeny 52b36c1
Fix codeeditor checksum
OEvgeny 755e75b
Fix jest
OEvgeny e7f4fcc
Fix code editor hash
OEvgeny 11bc42e
Kick CI
OEvgeny c496bc1
Tune yarn
OEvgeny 94b2d45
Update translations
OEvgeny 26f9d2f
Merge branch 'main' into chore/update-yarn-dev
OEvgeny 35f8c11
Fix yarn
OEvgeny 5da9a1b
Kick CI
OEvgeny 3bd498f
Merge branch 'main' into chore/update-yarn-dev
OEvgeny bf7ed7d
fix typo
OEvgeny 37b03a3
Kick CI
OEvgeny 0aaf235
temp skip failing for now
OEvgeny fbd04f3
try bump memory
OEvgeny dff83dc
Revert "temp skip failing for now"
OEvgeny 56763cf
Revert "try bump memory"
OEvgeny bba005e
skip failing test
OEvgeny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| lockfileFilename: "yarn-berry.lock" | ||
| nodeLinker: "node-modules" | ||
| yarnPath: ".yarn/releases/yarn-3.1.1.cjs" | ||
| npmAlwaysAuth: true | ||
| npmAuthIdent: "${AUTH_IDENTITY}" | ||
| npmRegistryServer: "${REGISTRY_SERVER}" | ||
| checksumBehavior: "throw" | ||
| enableImmutableInstalls: true | ||
| enableInlineBuilds: true | ||
| enableTelemetry: false | ||
| preferInteractive: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| lockfileFilename: "yarn-berry.lock" | ||
| nodeLinker: "node-modules" | ||
| npmAlwaysAuth: true | ||
| npmAuthIdent: "${AUTH_IDENTITY}" | ||
| npmRegistryServer: "${REGISTRY_SERVER}" | ||
| yarnPath: ".yarn/releases/yarn-3.1.1.cjs" | ||
| checksumBehavior: "update" | ||
| defaultSemverRangePrefix: "" | ||
| enableTelemetry: false | ||
| preferInteractive: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
just curious: why was this changed?
Uh oh!
There was an error while loading. Please reload this page.
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.
As I recall yarn 3 resolved packages a bit differently and in the newer package types moved to esm folder