build: update yarn to v4.4.0

This commit is contained in:
Charles Lyding 2024-08-06 10:38:36 -04:00 committed by Charles
parent 3e1f952536
commit c4fa7b65cb
5 changed files with 929 additions and 898 deletions

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -2,4 +2,4 @@ enableScripts: false
nodeLinker: node-modules nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs yarnPath: .yarn/releases/yarn-4.4.0.cjs

View File

@ -114,7 +114,7 @@ yarn_install(
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch", "//:.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch", "//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
"//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch", "//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
"//:.yarn/releases/yarn-4.3.1.cjs", "//:.yarn/releases/yarn-4.4.0.cjs",
"//:.yarnrc.yml", "//:.yarnrc.yml",
], ],
# Currently disabled due to: # Currently disabled due to:
@ -125,7 +125,7 @@ yarn_install(
# We prefer to symlink the `node_modules` to only maintain a single install. # We prefer to symlink the `node_modules` to only maintain a single install.
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details. # See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
symlink_node_modules = True, symlink_node_modules = True,
yarn = "//:.yarn/releases/yarn-4.3.1.cjs", yarn = "//:.yarn/releases/yarn-4.4.0.cjs",
yarn_lock = "//:yarn.lock", yarn_lock = "//:yarn.lock",
) )

View File

@ -10,7 +10,7 @@
"sdk", "sdk",
"Angular DevKit" "Angular DevKit"
], ],
"packageManager": "yarn@4.3.1", "packageManager": "yarn@4.4.0",
"scripts": { "scripts": {
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs", "admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
"test": "bazel test //packages/...", "test": "bazel test //packages/...",