build: update dependency aspect_rules_ts to v3.6.3 (#62512)

See associated pull request for more information.

PR Close #62512
This commit is contained in:
Angular Robot
2025-07-08 05:09:13 +00:00
committed by Andrew Kushnir
parent 3b0b0d19f1
commit 6adaf01899
+3 -3
View File
@@ -147,9 +147,9 @@ npm_repositories()
http_archive(
name = "aspect_rules_ts",
sha256 = "f60d5d25d17760e258d194f1fcab7a29e73629b86f070609c6ce2b2459dd49e3",
strip_prefix = "rules_ts-3.6.2",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.2/rules_ts-v3.6.2.tar.gz",
sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99",
strip_prefix = "rules_ts-3.6.3",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3/rules_ts-v3.6.3.tar.gz",
)
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")