Skip to content

Commit 9e17ad0

Browse files
angular-robotjosephperrott
authored andcommitted
build: update yarn to v4.8.1 (#2702)
Closes #2692 as a pr takeover PR Close #2702
1 parent e4d4954 commit 9e17ad0

File tree

7 files changed

+339
-339
lines changed

7 files changed

+339
-339
lines changed

.github/ng-renovate/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarnPath: ../../.yarn/releases/yarn-4.7.0.cjs
1+
yarnPath: ../../.yarn/releases/yarn-4.8.1.cjs

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-renovate",
3-
"packageManager": "yarn@4.7.0",
3+
"packageManager": "yarn@4.8.1",
44
"type": "commonjs",
55
"dependencies": {
66
"renovate": "39.226.0"

.yarn/releases/yarn-4.7.0.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
1+
yarnPath: .yarn/releases/yarn-4.8.1.cjs
22
nodeLinker: node-modules

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ts_config(
2525

2626
nodejs_binary(
2727
name = "yarn_berry_vendored",
28-
data = [".yarn/releases/yarn-4.7.0.cjs"],
29-
entry_point = ".yarn/releases/yarn-4.7.0.cjs",
28+
data = [".yarn/releases/yarn-4.8.1.cjs"],
29+
entry_point = ".yarn/releases/yarn-4.8.1.cjs",
3030
visibility = ["//bazel/integration/tests:__subpackages__"],
3131
)
3232

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ yarn_install(
7878
"//:.yarn/patches/@angular-bazel-npm.patch",
7979
"//:.yarn/patches/@bazel-jasmine-npm.patch",
8080
"//:.yarn/patches/@octokit-graphql-schema-npm-15.3.0-4046a59648.patch",
81-
"//:.yarn/releases/yarn-4.7.0.cjs",
81+
"//:.yarn/releases/yarn-4.8.1.cjs",
8282
"//:.yarnrc.yml",
8383
],
8484
# Currently disabled due to:
8585
# 1. Missing Windows support currently.
8686
# 2. Incompatibilites with the `ts_library` rule.
8787
exports_directories_only = False,
8888
package_json = "//:package.json",
89-
yarn = "//:.yarn/releases/yarn-4.7.0.cjs",
89+
yarn = "//:.yarn/releases/yarn-4.8.1.cjs",
9090
yarn_lock = "//:yarn.lock",
9191
)
9292

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"default": "./*"
1616
}
1717
},
18-
"packageManager": "yarn@4.7.0",
18+
"packageManager": "yarn@4.8.1",
1919
"dependencies": {
2020
"@angular/benchpress": "0.3.0",
2121
"@angular/build": "20.0.0-next.3",

0 commit comments

Comments
 (0)