File tree Expand file tree Collapse file tree 5 files changed +146
-150
lines changed Expand file tree Collapse file tree 5 files changed +146
-150
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ bazel/integration/tests/package_mappings/node_modules/
8
8
bazel/integration/tests/playwright_chromium/node_modules
9
9
10
10
bazel/node_modules
11
- bazel/spec-bundling/test/node_modules
11
+ bazel/spec-bundling/test/node_modules
12
+ .github/ng-renovate/node_modules
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ http_archive(
63
63
load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
64
64
65
65
rules_ts_dependencies (
66
- ts_integrity = "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==" ,
66
+ # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.2 | jq -r '.dist.integrity'
67
+ ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==" ,
67
68
ts_version_from = "//bazel:package.json" ,
68
69
)
69
70
Original file line number Diff line number Diff line change 14
14
"piscina" : " ^5.0.0" ,
15
15
"send" : " 1.2.0" ,
16
16
"true-case-path" : " 2.2.1" ,
17
- "typescript" : " 5.8.3 " ,
17
+ "typescript" : " 5.9.2 " ,
18
18
"wait-on" : " ^8.0.3" ,
19
19
"yargs" : " 18.0.0" ,
20
20
"protractor" : " 7.0.0" ,
Original file line number Diff line number Diff line change 52
52
"tmp" : " ^0.2.1" ,
53
53
"true-case-path" : " ^2.2.1" ,
54
54
"tslib" : " ^2.5.2" ,
55
- "typescript" : " 5.8.3 " ,
55
+ "typescript" : " 5.9.2 " ,
56
56
"yargs" : " 18.0.0"
57
57
},
58
58
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments