Skip to content

chore(deps): update dependency bazel_features to v1.43.0#6454

Merged
johanbrandhorst merged 1 commit intomainfrom
renovate/bazel_features-1.x
Mar 10, 2026
Merged

chore(deps): update dependency bazel_features to v1.43.0#6454
johanbrandhorst merged 1 commit intomainfrom
renovate/bazel_features-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2026

This PR contains the following updates:

Package Type Update Change
bazel_features bazel_dep minor 1.42.11.43.0

Release Notes

bazel-contrib/bazel_features (bazel_features)

v1.43.0

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_features", version = "1.43.0")

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_features",
    sha256 = "c26b4e69cf02fea24511a108d158188b9d8174426311aac59ce803a78d107648",
    strip_prefix = "bazel_features-1.43.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.43.0/bazel_features-v1.43.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.42.1...v1.43.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


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

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

@grpcgatewaybot grpcgatewaybot force-pushed the renovate/bazel_features-1.x branch from 7b4e59b to d795684 Compare March 10, 2026 01:04
@johanbrandhorst johanbrandhorst merged commit c5fb956 into main Mar 10, 2026
16 checks passed
@johanbrandhorst johanbrandhorst deleted the renovate/bazel_features-1.x branch March 10, 2026 15:30
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