bazel-contrib / rules_nodejs

NodeJS toolchain for Bazel.
https://bazelbuild.github.io/rules_nodejs/
Apache License 2.0
724 stars 523 forks source link

chore: update dependency buildifier_prebuilt to v7 #3778

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive major 6.4.0 -> 7.3.1

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt) ### [`v7.3.1`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/7.3.1) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/7.1.2...7.3.1) #### What's Changed - Update README.md for 7.1.2 by [@​buildifier-prebuilt-releases](https://togithub.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/94](https://togithub.com/keith/buildifier-prebuilt/pull/94) - Update bcr presubmit template by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/95](https://togithub.com/keith/buildifier-prebuilt/pull/95) - Update to 7.3.1 by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/96](https://togithub.com/keith/buildifier-prebuilt/pull/96) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/7.1.2...7.3.1 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc", strip_prefix = "buildifier-prebuilt-7.3.1", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.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() ``` ### [`v7.1.2`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/7.1.2) [Compare Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2) #### What's Changed - Update README.md for 6.4.0 by [@​buildifier-prebuilt-releases](https://togithub.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/84](https://togithub.com/keith/buildifier-prebuilt/pull/84) - \[CI] Fix macOS machines by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/92](https://togithub.com/keith/buildifier-prebuilt/pull/92) - Update buildifier to 7.1.2 by [@​keith](https://togithub.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/93](https://togithub.com/keith/buildifier-prebuilt/pull/93) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.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 = "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: 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 was generated by Mend Renovate. View the repository job log.