File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ enableScripts: false
22
33nodeLinker : node-modules
44
5- yarnPath : .yarn/releases/yarn-4.3.1 .cjs
5+ yarnPath : .yarn/releases/yarn-4.4.0 .cjs
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/..." ,
You can’t perform that action at this time.
0 commit comments