Skip to content

Commit 7285d2e

Browse files
authored
chore(deps): update dependency aspect_rules_lint to v0.12.0 (#415)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_rules_lint | bazel_dep | minor | `0.11.0` -> `0.12.0` | --- > [!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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazelbuild/examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 521c2c7 commit 7285d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: frontend/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"Bazel module dependencies, see https://bazel.build/external/overview#bzlmod"
22

33
bazel_dep(name = "aspect_bazel_lib", version = "1.33.0")
4-
bazel_dep(name = "aspect_rules_lint", version = "0.11.0")
4+
bazel_dep(name = "aspect_rules_lint", version = "0.12.0")
55
bazel_dep(name = "aspect_rules_jest", version = "0.19.6")
66
bazel_dep(name = "aspect_rules_js", version = "1.38.0")
77
bazel_dep(name = "aspect_rules_swc", version = "1.1.0")

Diff for: java-maven/MODULE.bazel

+1-1
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.0.0-rc0")
3+
bazel_dep(name = "aspect_bazel_lib", version = "2.5.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)