From 5fdc493c2622bfc8eebb34e63a3f4766f538d291 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 19 Aug 2025 21:42:50 +0200 Subject: [PATCH 1/2] Add yq_windows_arm64 --- MODULE.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/MODULE.bazel b/MODULE.bazel index da3ce57eb..e5b2354b4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -47,6 +47,7 @@ use_repo(bazel_lib_toolchains, "yq_linux_arm64") use_repo(bazel_lib_toolchains, "yq_linux_ppc64le") use_repo(bazel_lib_toolchains, "yq_linux_s390x") use_repo(bazel_lib_toolchains, "yq_windows_amd64") +use_repo(bazel_lib_toolchains, "yq_windows_arm64") use_repo(bazel_lib_toolchains, "bsd_tar_toolchains") ####### Dev dependencies ######## From 3a9462157cc2046edb0048adf0333270b5fda3d0 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 19 Aug 2025 21:46:21 +0200 Subject: [PATCH 2/2] Bump aspect_bazel_lib version --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index e5b2354b4..5790db3a2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,7 +9,7 @@ module( # Lower-bounds (minimum) versions for direct runtime dependencies. # Do not bump these unless rules_js requires a newer version to function. -bazel_dep(name = "aspect_bazel_lib", version = "2.14.0") +bazel_dep(name = "aspect_bazel_lib", version = "2.21.0") bazel_dep(name = "aspect_tools_telemetry", version = "0.2.3") bazel_dep(name = "bazel_features", version = "1.9.0") bazel_dep(name = "bazel_skylib", version = "1.5.0")