Skip to content

Commit 12a9103

Browse files
angular-robotjosephperrott
authored andcommitted
build: update yarn to v4.9.1 (#2740)
Closes #2723 as a pr takeover PR Close #2740
1 parent 8234c1d commit 12a9103

File tree

7 files changed

+955
-942
lines changed

7 files changed

+955
-942
lines changed

.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.8.1",
3+
"packageManager": "yarn@4.9.1",
44
"type": "commonjs",
55
"dependencies": {
66
"renovate": "39.233.3"

.yarn/releases/yarn-4.8.1.cjs

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

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 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
@@ -1,2 +1,2 @@
1-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
1+
yarnPath: .yarn/releases/yarn-4.9.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.8.1.cjs"],
29-
entry_point = ".yarn/releases/yarn-4.8.1.cjs",
28+
data = [".yarn/releases/yarn-4.9.1.cjs"],
29+
entry_point = ".yarn/releases/yarn-4.9.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.8.1.cjs",
81+
"//:.yarn/releases/yarn-4.9.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.8.1.cjs",
89+
yarn = "//:.yarn/releases/yarn-4.9.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.8.1",
18+
"packageManager": "yarn@4.9.1",
1919
"dependencies": {
2020
"@angular/benchpress": "0.3.0",
2121
"@angular/build": "20.0.0-next.4",

0 commit comments

Comments
 (0)