chore(deps): update dependency buildifier_prebuilt to v7 - abandoned
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
What's Changed
- Update README.md for 6.4.0 by @buildifier-prebuilt-releases in https://github.com/keith/buildifier-prebuilt/pull/84
- [CI] Fix macOS machines by @keith in https://github.com/keith/buildifier-prebuilt/pull/92
- Update buildifier to 7.1.2 by @keith in https://github.com/keith/buildifier-prebuilt/pull/93
Full Changelog: https://github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2
Bazel Module Snippet
bazel_dep(
name = "buildifier_prebuilt",
version = "7.1.2",
dev_dependency = True,
)
Workspace Snippet
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
⚠️ 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: undefined
Command failed: bazelisk run //:tidy_modified
/bin/sh: 1: bazelisk: not found
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.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.