Skip to content

Commit

Permalink
build: update aspect_bazel_lib to v2.5.3
Browse files Browse the repository at this point in the history
Also removes `asspect_bazel_lib` from the renovate update ignore list.
The build problems have since been resolved.
  • Loading branch information
clydin authored and alan-agius4 committed Mar 12, 2024
1 parent db4b5f3 commit a44b6c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ yarn_install(

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

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

aspect_bazel_lib_dependencies()

register_jq_toolchains(version = "1.6")
aspect_bazel_lib_register_toolchains()

register_toolchains(
"@npm//@angular/build-tooling/bazel/git-toolchain:git_linux_toolchain",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencyDashboard": true,
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
"baseBranches": ["main"],
"ignoreDeps": ["@types/node", "aspect_bazel_lib", "rules_pkg", "copy-webpack-plugin"],
"ignoreDeps": ["@types/node", "rules_pkg", "copy-webpack-plugin"],
"includePaths": [
"WORKSPACE",
"package.json",
Expand Down

0 comments on commit a44b6c1

Please sign in to comment.