Skip to content

Commit 8723e0c

Browse files
committed
build: update yarn to v4.5.0
1 parent fedeeb0 commit 8723e0c

File tree

5 files changed

+230
-230
lines changed

5 files changed

+230
-230
lines changed

.yarn/releases/yarn-4.4.0.cjs renamed to .yarn/releases/yarn-4.5.0.cjs

+224-224
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableScripts: false
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.5.0.cjs

WORKSPACE

+2-2
Original file line numberDiff line numberDiff 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.4.0.cjs",
117+
"//:.yarn/releases/yarn-4.5.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.4.0.cjs",
128+
yarn = "//:.yarn/releases/yarn-4.5.0.cjs",
129129
yarn_lock = "//:yarn.lock",
130130
)
131131

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sdk",
1111
"Angular DevKit"
1212
],
13-
"packageManager": "yarn@4.4.0",
13+
"packageManager": "yarn@4.5.0",
1414
"scripts": {
1515
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
1616
"test": "bazel test //packages/...",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -17209,11 +17209,11 @@ __metadata:
1720917209

1721017210
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
1721117211
version: 5.6.2
17212-
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=74658d"
17212+
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
1721317213
bin:
1721417214
tsc: bin/tsc
1721517215
tsserver: bin/tsserver
17216-
checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
17216+
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
1721717217
languageName: node
1721817218
linkType: hard
1721917219

0 commit comments

Comments
 (0)