Upgrade rules_js and friends to latest
Another step in the bazel 7 migration.
Change-Id: Ia045838d69ee90ce05e6dcb18051b577bbf1daba
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
diff --git a/tools/build_rules/js/ts.bzl b/tools/build_rules/js/ts.bzl
index a5b0770..01b8bfe 100644
--- a/tools/build_rules/js/ts.bzl
+++ b/tools/build_rules/js/ts.bzl
@@ -15,6 +15,6 @@
# TODO(phil): Is this a good idea? I don't _actually_ know what this
# does.
- supports_workers = False,
+ supports_workers = 0,
**kwargs
)