chore(deps): update dependency buildifier_prebuilt to v8.2.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| buildifier_prebuilt | http_archive | minor | 8.0.3 -> 8.2.0 |
Release Notes
keith/buildifier-prebuilt (buildifier_prebuilt)
v8.2.0
What's Changed
- Update README.md for 8.0.3 by @buildifier-prebuilt-releases in https://github.com/keith/buildifier-prebuilt/pull/112
- Add
exec_compatible_with = HOST_CONSTRAINTSto rules by @brentleyjones in https://github.com/keith/buildifier-prebuilt/pull/113 - Fix add_tables as run file target to buildifier by @tjoneslo in https://github.com/keith/buildifier-prebuilt/pull/115
- Update to 8.2.0 by @keith in https://github.com/keith/buildifier-prebuilt/pull/116
New Contributors
- @brentleyjones made their first contribution in https://github.com/keith/buildifier-prebuilt/pull/113
- @tjoneslo made their first contribution in https://github.com/keith/buildifier-prebuilt/pull/115
Full Changelog: https://github.com/keith/buildifier-prebuilt/compare/8.0.3...8.2.0
Bazel Module Snippet
bazel_dep(
name = "buildifier_prebuilt",
version = "8.2.0",
dev_dependency = True,
)
Workspace Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "buildifier_prebuilt",
sha256 = "67c6c12f364df863b306b8f0a3b07cba949a964cce6116aeab1ca22980c7d6e4",
strip_prefix = "buildifier-prebuilt-8.2.0",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/8.2.0.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.
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.