Skip to content

Commit a44b6c1

Browse files
clydinalan-agius4
authored andcommitted
build: update aspect_bazel_lib to v2.5.3
Also removes `asspect_bazel_lib` from the renovate update ignore list. The build problems have since been resolved.
1 parent db4b5f3 commit a44b6c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ yarn_install(
101101

102102
http_archive(
103103
name = "aspect_bazel_lib",
104-
sha256 = "9a51150a25ba13e0301b47bbe731aef537330dcc222dc598ebdfe18d2efe2f33",
105-
strip_prefix = "bazel-lib-1.34.5",
106-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.34.5.tar.gz",
104+
sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d",
105+
strip_prefix = "bazel-lib-2.5.3",
106+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz",
107107
)
108108

109-
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
109+
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
110110

111111
aspect_bazel_lib_dependencies()
112112

113-
register_jq_toolchains(version = "1.6")
113+
aspect_bazel_lib_register_toolchains()
114114

115115
register_toolchains(
116116
"@npm//@angular/build-tooling/bazel/git-toolchain:git_linux_toolchain",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencyDashboard": true,
1313
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1414
"baseBranches": ["main"],
15-
"ignoreDeps": ["@types/node", "aspect_bazel_lib", "rules_pkg", "copy-webpack-plugin"],
15+
"ignoreDeps": ["@types/node", "rules_pkg", "copy-webpack-plugin"],
1616
"includePaths": [
1717
"WORKSPACE",
1818
"package.json",

0 commit comments

Comments
 (0)