bazel-contrib / bcr-ui

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

chore(deps): update dependency buildifier_prebuilt to v6.1.2 #64

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive patch 6.1.0 -> 6.1.2

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt) ### [`v6.1.2`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/6.1.2) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.1.0...6.1.2.1) #### What's Changed - chore: add `bzlmod` example by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/keith/buildifier-prebuilt/pull/66](https://togithub.com/keith/buildifier-prebuilt/pull/66) - feat: add bzlmod snippet to `README.md` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/keith/buildifier-prebuilt/pull/67](https://togithub.com/keith/buildifier-prebuilt/pull/67) - feat: initial support for Windows (amd64 only) by [@​GZGavinZhao](https://togithub.com/GZGavinZhao) in [https://github.com/keith/buildifier-prebuilt/pull/69](https://togithub.com/keith/buildifier-prebuilt/pull/69) - Add support for windows in generate_assets_declaration.sh by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/70](https://togithub.com/keith/buildifier-prebuilt/pull/70) #### New Contributors - [@​GZGavinZhao](https://togithub.com/GZGavinZhao) made their first contribution in [https://github.com/keith/buildifier-prebuilt/pull/69](https://togithub.com/keith/buildifier-prebuilt/pull/69) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/6.1.0...6.1.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "6.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 = "29a50ea545810dc077c408d520eb83e9de3eecfe6395e89cb07149d903fc31e5", strip_prefix = "buildifier-prebuilt-6.1.2", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/6.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: 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.