Skip to content

chore: update dependency bazel_features to v1.41.0#3895

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bazel_features-1.x
Closed

chore: update dependency bazel_features to v1.41.0#3895
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bazel_features-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2026

This PR contains the following updates:

Package Type Update Change
bazel_features http_archive minor v1.39.0v1.41.0

Release Notes

bazel-contrib/bazel_features (bazel_features)

v1.41.0

Compare Source

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.41.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 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7",
    strip_prefix = "bazel_features-1.41.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel_features@v1.39.0...v1.41.0


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.


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

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

@aspect-workflows
Copy link

aspect-workflows bot commented Jan 28, 2026

Bazel 7 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 8 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 9 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 35ms.

@jbedard jbedard closed this Jan 30, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 30, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.41.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/bazel_features-1.x branch January 30, 2026 01:41
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