Skip to content

Commit 71e7a50

Browse files
committed
build: use [email protected] via Bazel
Commit f7a8aa2 (ui: upgrade typescript from v4 to v5, 2023-08-03) recently upgraded to TypeScript 5.1.6. Keep the version used by rules_ts in-sync. Epic: none Release note: None
1 parent d6f6de2 commit 71e7a50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WORKSPACE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ ts_http_archive(
237237
name = "npm_typescript",
238238
build_file = "@aspect_rules_ts//ts:BUILD.typescript",
239239
urls = ["https://storage.googleapis.com/cockroach-npm-deps/typescript/-/typescript-{}.tgz"],
240-
version = "4.2.4",
240+
version = "5.1.6",
241+
# v5.1.6 isn't known to rules_ts 1.4.0 (nor to any published rules_ts version as-of 7 Aug 2023).
242+
integrity = "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
241243
)
242244
# NOTE: The version is expected to match up to what version we use in db-console.
243245
# TODO(ricky): We should add a lint check to ensure it does match.

0 commit comments

Comments
 (0)