Skip to content

Commit c51aa47

Browse files
chore(deps): update dependency aspect_tools_telemetry to v0.3.3 (#2517)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aspect_tools_telemetry](https://registry.build/github/aspect-build/tools_telemetry) | bazel_dep | minor | `0.2.8` -> `0.3.3` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am every weekday,before 5am every weekday" in timezone America/Los_Angeles, 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/aspect-build/rules_js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcyJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Bedard <[email protected]>
1 parent a6c4e1f commit c51aa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99
# Lower-bounds (minimum) versions for direct runtime dependencies.
1010
# Do not bump these unless rules_js requires a newer version to function.
1111
bazel_dep(name = "aspect_bazel_lib", version = "2.17.1") # TODO(alexeagle): remove
12-
bazel_dep(name = "aspect_tools_telemetry", version = "0.2.8")
12+
bazel_dep(name = "aspect_tools_telemetry", version = "0.3.3")
1313
bazel_dep(name = "bazel_features", version = "1.9.0")
1414
bazel_dep(name = "bazel_lib", version = "3.0.0")
1515
bazel_dep(name = "bazel_skylib", version = "1.5.0")

0 commit comments

Comments
 (0)