File tree Expand file tree Collapse file tree 5 files changed +225
-225
lines changed Expand file tree Collapse file tree 5 files changed +225
-225
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.3.0 .cjs
5
+ yarnPath : .yarn/releases/yarn-4.3.1 .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.3.0 .cjs" ,
117
+ "//:.yarn/releases/yarn-4.3.1 .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.3.0 .cjs" ,
128
+ yarn = "//:.yarn/releases/yarn-4.3.1 .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" :
" [email protected] .0 " ,
13
+ "packageManager" :
" [email protected] .1 " ,
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 @@ -17882,21 +17882,21 @@ __metadata:
17882
17882
17883
17883
"typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>":
17884
17884
version: 5.5.2
17885
- resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=b45daf "
17885
+ resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=379a07 "
17886
17886
bin:
17887
17887
tsc: bin/tsc
17888
17888
tsserver: bin/tsserver
17889
- checksum: 10c0/6721ac8933a70c252d7b640b345792e103d881811ff660355617c1836526dbb71c2044e2e77a8823fb3570b469f33276875a4cab6d3c4de4ae7d7ee1c3074ae4
17889
+ checksum: 10c0/a7b7ede75dc7fc32a76d0d0af6b91f5fbd8620890d84c906f663d8783bf3de6d7bd50f0430b8bb55eac88a38934af847ff709e7156e5138b95ae94cbd5f73e5b
17890
17890
languageName: node
17891
17891
linkType: hard
17892
17892
17893
17893
"typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>":
17894
17894
version: 5.5.3
17895
- resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=b45daf "
17895
+ resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=379a07 "
17896
17896
bin:
17897
17897
tsc: bin/tsc
17898
17898
tsserver: bin/tsserver
17899
- checksum: 10c0/5a437c416251334deeaf29897157032311f3f126547cfdc4b133768b606cb0e62bcee733bb97cf74c42fe7268801aea1392d8e40988cdef112e9546eba4c03c5
17899
+ checksum: 10c0/911c7811d61f57f07df79c4a35f56a0f426a65426a020e5fcd792f66559f399017205f5f10255329ab5a3d8c2d1f1d19530aeceffda70758a521fae1d469432e
17900
17900
languageName: node
17901
17901
linkType: hard
17902
17902
You can’t perform that action at this time.
0 commit comments