Skip to content

Commit

Permalink
build: update yarn to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Aug 7, 2024
1 parent 3e1f952 commit c4fa7b6
Show file tree
Hide file tree
Showing 5 changed files with 929 additions and 898 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.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 @@ -2,4 +2,4 @@ enableScripts: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ yarn_install(
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.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",
],
# Currently disabled due to:
Expand All @@ -125,7 +125,7 @@ yarn_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.
symlink_node_modules = True,
yarn = "//:.yarn/releases/yarn-4.3.1.cjs",
yarn = "//:.yarn/releases/yarn-4.4.0.cjs",
yarn_lock = "//:yarn.lock",
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sdk",
"Angular DevKit"
],
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"scripts": {
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
"test": "bazel test //packages/...",
Expand Down

0 comments on commit c4fa7b6

Please sign in to comment.