Skip to content

Commit a75b789

Browse files
authored
chore(deps): update dependency aspect_bazel_lib to v2.8.1 (#476)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_bazel_lib | bazel_dep | minor | `2.7.7` -> `2.8.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazelbuild/examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 2fd400e commit a75b789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel module dependencies, see https://bazel.build/external/overview#bzlmod"
22

3-
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
3+
bazel_dep(name = "aspect_bazel_lib", version = "2.8.1")
44
bazel_dep(name = "aspect_rules_lint", version = "1.0.0-rc4")
55
bazel_dep(name = "aspect_rules_jest", version = "0.22.0-rc0")
66
bazel_dep(name = "aspect_rules_js", version = "2.0.0-rc1")

java-maven/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
3+
bazel_dep(name = "aspect_bazel_lib", version = "2.8.1")
44
bazel_dep(name = "container_structure_test", version = "1.16.0")
55
bazel_dep(name = "rules_jvm_external", version = "5.3")
66
bazel_dep(name = "rules_oci", version = "1.4.0")

0 commit comments

Comments
 (0)