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

Build: Upgrade yarn in monorepo #29543

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nodeLinker: node-modules

npmPublishAccess: public

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
11 changes: 5 additions & 6 deletions code/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ logFilters:

nodeLinker: node-modules

npmRegistryServer: 'https://registry.yarnpkg.com'
npmRegistryServer: "https://registry.yarnpkg.com"

plugins:
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
spec: "@yarnpkg/plugin-typescript"
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
spec: "@yarnpkg/plugin-interactive-tools"
- path: ../.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
spec: "@yarnpkg/plugin-workspace-tools"

# See https://github.com/nrwl/nx/issues/22177
supportedArchitectures:
cpu:
- current
Expand All @@ -36,6 +35,6 @@ supportedArchitectures:
unsafeHttpWhitelist:
- localhost

yarnPath: ../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../.yarn/releases/yarn-4.5.1.cjs
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
# checksumBehavior: 'update'
2 changes: 1 addition & 1 deletion scripts/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
unsafeHttpWhitelist:
- localhost

yarnPath: ../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../.yarn/releases/yarn-4.5.1.cjs
installStatePath: '../.yarn/scripts-install-state.gz'
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
# checksumBehavior: 'update'
2 changes: 1 addition & 1 deletion test-storybooks/ember-cli/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
enableImmutableInstalls: false
yarnPath: ../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../.yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion test-storybooks/external-docs/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
enableImmutableInstalls: false
yarnPath: ../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../.yarn/releases/yarn-4.5.1.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enableImmutableInstalls: false
nodeLinker: node-modules
yarnPath: ../../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../../.yarn/releases/yarn-4.5.1.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: ../../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../../.yarn/releases/yarn-4.5.1.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: ../../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../../.yarn/releases/yarn-4.5.1.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: ../../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../../.yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion test-storybooks/server-kitchen-sink/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
enableImmutableInstalls: false
yarnPath: ../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../.yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion test-storybooks/standalone-preview/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
enableImmutableInstalls: false
yarnPath: ../../.yarn/releases/yarn-4.3.0.cjs
yarnPath: ../../.yarn/releases/yarn-4.5.1.cjs
Loading