bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
14 stars 9 forks source link

chore(deps): update dependency buildifier_prebuilt to v6.4.0 #132

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive minor 6.3.3 -> 6.4.0

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt) ### [`v6.4.0`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/6.4.0) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.3.3...6.4.0) #### What's Changed - Improve error for failed downloads by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/80](https://togithub.com/keith/buildifier-prebuilt/pull/80) - Update README.md for 6.3.3 by [@​buildifier-prebuilt-releases](https://togithub.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/81](https://togithub.com/keith/buildifier-prebuilt/pull/81) - Allow passing `-format` by [@​thii](https://togithub.com/thii) in [https://github.com/keith/buildifier-prebuilt/pull/82](https://togithub.com/keith/buildifier-prebuilt/pull/82) - Update to 6.4.0 by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/83](https://togithub.com/keith/buildifier-prebuilt/pull/83) #### New Contributors - [@​thii](https://togithub.com/thii) made their first contribution in [https://github.com/keith/buildifier-prebuilt/pull/82](https://togithub.com/keith/buildifier-prebuilt/pull/82) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/6.3.3...6.4.0 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "8ada9d88e51ebf5a1fdff37d75ed41d51f5e677cdbeafb0a22dda54747d6e07e", strip_prefix = "buildifier-prebuilt-6.4.0", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/6.4.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: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.