Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency buildifier_prebuilt to v8 #423

Merged
merged 2 commits into from
Mar 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt bazel_dep major 7.3.1 -> 8.0.1
buildifier_prebuilt http_archive major 7.3.1 -> 8.0.1

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.0.1

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.0.0...8.0.1

Bazel Module Snippet

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

Workspace Snippet

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

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

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: keith/buildifier-prebuilt@7.3.1...8.0.0

Bazel Module Snippet

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

Workspace Snippet

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

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "e31fe636a5004eb50b7b47ec31c3cea0afd597d14bb1991832aa213038837ecf",
    strip_prefix = "buildifier-prebuilt-8.0.0",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.0.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: 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 if that's undesired.


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

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

@renovate renovate bot enabled auto-merge (squash) January 10, 2025 05:53
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-8.x branch from 1ec4260 to 92ee945 Compare January 22, 2025 21:26
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-8.x branch 4 times, most recently from b2950be to 3c17581 Compare February 28, 2025 18:46
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-8.x branch from 3c17581 to fb5a9a3 Compare February 28, 2025 21:38
@renovate renovate bot merged commit 15ad7df into main Mar 2, 2025
47 checks passed
@renovate renovate bot deleted the renovate/buildifier_prebuilt-8.x branch March 2, 2025 12:16
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