Skip to content

Commit c4fa7b6

Browse files
committed
build: update yarn to v4.4.0
1 parent 3e1f952 commit c4fa7b6

File tree

5 files changed

+929
-898
lines changed

5 files changed

+929
-898
lines changed

.yarn/releases/yarn-4.3.1.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.4.0.cjs

Lines changed: 925 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableScripts: false
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.3.1.cjs
5+
yarnPath: .yarn/releases/yarn-4.4.0.cjs

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ yarn_install(
114114
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch",
115115
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
116116
"//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
117-
"//:.yarn/releases/yarn-4.3.1.cjs",
117+
"//:.yarn/releases/yarn-4.4.0.cjs",
118118
"//:.yarnrc.yml",
119119
],
120120
# Currently disabled due to:
@@ -125,7 +125,7 @@ yarn_install(
125125
# We prefer to symlink the `node_modules` to only maintain a single install.
126126
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
127127
symlink_node_modules = True,
128-
yarn = "//:.yarn/releases/yarn-4.3.1.cjs",
128+
yarn = "//:.yarn/releases/yarn-4.4.0.cjs",
129129
yarn_lock = "//:yarn.lock",
130130
)
131131

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sdk",
1111
"Angular DevKit"
1212
],
13-
"packageManager": "yarn@4.3.1",
13+
"packageManager": "yarn@4.4.0",
1414
"scripts": {
1515
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
1616
"test": "bazel test //packages/...",

0 commit comments

Comments
 (0)