Skip to content

Commit a7e9f67

Browse files
committed
build: update dependency typescript to v5.9.2 (#2956)
See associated pull request for more information. Closes # 2919 as a takeover PR. PR Close #2956
1 parent b4adb2e commit a7e9f67

File tree

5 files changed

+146
-150
lines changed

5 files changed

+146
-150
lines changed

.bazelignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bazel/integration/tests/package_mappings/node_modules/
88
bazel/integration/tests/playwright_chromium/node_modules
99

1010
bazel/node_modules
11-
bazel/spec-bundling/test/node_modules
11+
bazel/spec-bundling/test/node_modules
12+
.github/ng-renovate/node_modules

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ http_archive(
6363
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
6464

6565
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==",
6768
ts_version_from = "//bazel:package.json",
6869
)
6970

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"piscina": "^5.0.0",
1515
"send": "1.2.0",
1616
"true-case-path": "2.2.1",
17-
"typescript": "5.8.3",
17+
"typescript": "5.9.2",
1818
"wait-on": "^8.0.3",
1919
"yargs": "18.0.0",
2020
"protractor": "7.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tmp": "^0.2.1",
5353
"true-case-path": "^2.2.1",
5454
"tslib": "^2.5.2",
55-
"typescript": "5.8.3",
55+
"typescript": "5.9.2",
5656
"yargs": "18.0.0"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)