cgrindel / bazel-starlib

Rules, macros, and APIs that are useful for the implementation of Bazel repositories.
Apache License 2.0
18 stars 2 forks source link

chore(deps): update dependency buildifier_prebuilt to v7 #461

Open cgrindel-self-hosted-renovate[bot] opened 1 month ago

cgrindel-self-hosted-renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive major 6.4.0 -> 7.1.2

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt) ### [`v7.1.2`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/7.1.2) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2) #### What's Changed - Update README.md for 6.4.0 by [@​buildifier-prebuilt-releases](https://togithub.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/84](https://togithub.com/keith/buildifier-prebuilt/pull/84) - \[CI] Fix macOS machines by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/92](https://togithub.com/keith/buildifier-prebuilt/pull/92) - Update buildifier to 7.1.2 by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/93](https://togithub.com/keith/buildifier-prebuilt/pull/93) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.1.2", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "481f220bee90024f4e63d3e516a5e708df9cd736170543ceab334064fa773f41", strip_prefix = "buildifier-prebuilt-7.1.2", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.1.2.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

cgrindel-self-hosted-renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: undefined
Command failed: bazelisk run //:tidy_modified
/bin/sh: 1: bazelisk: not found
cgrindel-self-hosted-renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.