Skip to content

Bump bazel_features from 1.30.0 to 1.41.0#3774

Merged
copybara-service[bot] merged 1 commit intomainfrom
dependabot/bazel/bazel_features-1.41.0
Feb 12, 2026
Merged

Bump bazel_features from 1.30.0 to 1.41.0#3774
copybara-service[bot] merged 1 commit intomainfrom
dependabot/bazel/bazel_features-1.41.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps bazel_features from 1.30.0 to 1.41.0.

Release notes

Sourced from bazel_features's releases.

v1.41.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.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

v1.39.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.39.0")

Using WORKSPACE

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jan 31, 2026
@dependabot dependabot bot force-pushed the dependabot/bazel/bazel_features-1.41.0 branch from 92e77a5 to c5fb917 Compare February 2, 2026 18:36
Bumps [bazel_features](https://github.com/bazel-contrib/bazel_features) from 1.30.0 to 1.41.0.
- [Release notes](https://github.com/bazel-contrib/bazel_features/releases)
- [Commits](bazel-contrib/bazel_features@v1.30.0...v1.41.0)

---
updated-dependencies:
- dependency-name: bazel_features
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bazel/bazel_features-1.41.0 branch from c5fb917 to 3968fd2 Compare February 7, 2026 01:23
@copybara-service copybara-service bot merged commit 7072ed2 into main Feb 12, 2026
7 checks passed
@copybara-service copybara-service bot deleted the dependabot/bazel/bazel_features-1.41.0 branch February 12, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file Reviewing Internally

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant