Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt bazel_dep patch 8.2.0.2 -> 8.2.1

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: keith/buildifier-prebuilt@8.2.0.2...8.2.1

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.2.1",
    dev_dependency = True,
)

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "b0434d14d8ca6eb87ae1d0e71911aeb83ffa3096c6b81db7e26c1698fd980d42",
    strip_prefix = "buildifier-prebuilt-8.2.1",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.2.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()

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://bazel-contrib.github.io/bcr-ui-preview/pr-preview/pr-225/

Built to branch gh-pages at 2025-11-10 16:04 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-8.x branch 2 times, most recently from 54dc39c to f72cd31 Compare November 9, 2025 23:59
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-8.x branch from f72cd31 to 755adb8 Compare November 10, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant