From 9efb173466cd2f80df35e4447d8de1362518ba3a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 8 Jul 2025 00:50:25 +0000 Subject: [PATCH] build: update dependency aspect_rules_ts to v3.6.3 See associated pull request for more information. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 213f5973f..16dafd938 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -127,9 +127,9 @@ register_toolchains( http_archive( name = "aspect_rules_ts", - sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f", - strip_prefix = "rules_ts-3.6.0", - url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.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")