File tree 5 files changed +230
-230
lines changed
5 files changed +230
-230
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ enableScripts: false
2
2
3
3
nodeLinker : node-modules
4
4
5
- yarnPath : .yarn/releases/yarn-4.4 .0.cjs
5
+ yarnPath : .yarn/releases/yarn-4.5 .0.cjs
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ yarn_install(
114
114
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch" ,
115
115
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch" ,
116
116
"//:.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" ,
118
118
"//:.yarnrc.yml" ,
119
119
],
120
120
# Currently disabled due to:
@@ -125,7 +125,7 @@ yarn_install(
125
125
# We prefer to symlink the `node_modules` to only maintain a single install.
126
126
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
127
127
symlink_node_modules = True ,
128
- yarn = "//:.yarn/releases/yarn-4.4 .0.cjs" ,
128
+ yarn = "//:.yarn/releases/yarn-4.5 .0.cjs" ,
129
129
yarn_lock = "//:yarn.lock" ,
130
130
)
131
131
Original file line number Diff line number Diff line change 10
10
" sdk" ,
11
11
" Angular DevKit"
12
12
],
13
- "packageManager" : " yarn@4.4 .0" ,
13
+ "packageManager" : " yarn@4.5 .0" ,
14
14
"scripts" : {
15
15
"admin" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs" ,
16
16
"test" : " bazel test //packages/..." ,
Original file line number Diff line number Diff line change @@ -17209,11 +17209,11 @@ __metadata:
17209
17209
17210
17210
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
17211
17211
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 "
17213
17213
bin:
17214
17214
tsc: bin/tsc
17215
17215
tsserver: bin/tsserver
17216
- checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
17216
+ checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
17217
17217
languageName: node
17218
17218
linkType: hard
17219
17219
You can’t perform that action at this time.
0 commit comments