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 v6.3.3 #489

Merged
merged 1 commit into from Sep 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt bazel_dep minor 6.1.0 -> 6.3.3
buildifier_prebuilt http_archive minor 6.1.0 -> 6.3.3

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt)

v6.3.3

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@6.1.2.2...6.3.3

Bazel Module Snippet

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

Workspace Snippet

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

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

v6.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: keith/buildifier-prebuilt@6.1.0...6.1.2

Bazel Module Snippet

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

Workspace Snippet

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 - "before 4am on Monday" (UTC), 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 these updates again.


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

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

@renovate renovate bot added the deps Renovate PRs label Jul 31, 2023
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch from fd8a8d3 to ceec2c4 Compare August 14, 2023 19:01
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 6 times, most recently from bb142ce to 6cb1881 Compare August 24, 2023 16:55
@renovate renovate bot changed the title chore(deps): update dependency buildifier_prebuilt to v6.1.2 chore(deps): update dependency buildifier_prebuilt Aug 25, 2023
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch from 6cb1881 to f8b2795 Compare August 25, 2023 18:13
@renovate renovate bot changed the title chore(deps): update dependency buildifier_prebuilt chore(deps): update dependency buildifier_prebuilt to v6.3.3 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 7 times, most recently from a5a570a to 04ec155 Compare August 31, 2023 05:28
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 8 times, most recently from 8c2d861 to 2042551 Compare September 9, 2023 22:40
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 4 times, most recently from 653f047 to afb9dac Compare September 14, 2023 08:47
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 17 times, most recently from 7b077d5 to 8d6bae5 Compare September 28, 2023 00:19
@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch 5 times, most recently from 654d2fa to 8e2c6cb Compare September 29, 2023 21:22
@alexeagle
Copy link
Member

Greening this up with a prefactor in #563

@renovate renovate bot force-pushed the renovate/buildifier_prebuilt-6.x branch from 8e2c6cb to 520d8ad Compare September 29, 2023 21:42
@alexeagle alexeagle enabled auto-merge (squash) September 29, 2023 21:52
@alexeagle alexeagle merged commit e8c60a7 into main Sep 29, 2023
50 checks passed
@alexeagle alexeagle deleted the renovate/buildifier_prebuilt-6.x branch September 29, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Renovate PRs
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant