Skip to content

Commit 5ccd331

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency buildifier_prebuilt to v6.3.3 (#340)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [buildifier_prebuilt](https://togithub.com/keith/buildifier-prebuilt) | http_archive | minor | `6.1.2` -> `6.3.3` | --- ### Release Notes <details> <summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary> ### [`v6.3.3`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/6.3.3) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.1.2.2...6.3.3) #### What's Changed - Update to 6.3.3 by [@&#8203;keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/79](https://togithub.com/keith/buildifier-prebuilt/pull/79) **Full Changelog**: keith/buildifier-prebuilt@6.1.2.2...6.3.3 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "6.3.3", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875", strip_prefix = "buildifier-prebuilt-6.3.3", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz", ], ) load("@&#8203;buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@&#8203;buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 359effe commit 5ccd331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ def _prebuilt_buildtools_dependencies():
1818
maybe(
1919
http_archive,
2020
name = "buildifier_prebuilt",
21-
sha256 = "29a50ea545810dc077c408d520eb83e9de3eecfe6395e89cb07149d903fc31e5",
22-
strip_prefix = "buildifier-prebuilt-6.1.2",
21+
sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
22+
strip_prefix = "buildifier-prebuilt-6.3.3",
2323
urls = [
24-
"http://github.com/keith/buildifier-prebuilt/archive/6.1.2.tar.gz",
24+
"http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz",
2525
],
2626
)
2727

0 commit comments

Comments
 (0)