Skip to content

Bump bazel_features from 1.25.0 to 1.43.0 - #21478

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/bazel_features-1.43.0
Closed

Bump bazel_features from 1.25.0 to 1.43.0#21478
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/bazel_features-1.43.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps bazel_features from 1.25.0 to 1.43.0.

Release notes

Sourced from bazel_features's releases.

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

v1.42.1

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.42.1")

Using WORKSPACE

Paste this snippet into your file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
</tr></table>

... (truncated)

Commits
  • afd1c52 Add feature for starlark cc_toolchain (#133)
  • f706fb8 Update symlink_action_has_target_type to include Bazel 8.6.0 (#129)
  • 0b1ba9d Fix "removed in" version for CcSharedLibraryHintInfo (#132)
  • 7565ad6 Add feature for mnemonic on ctx.actions.write (#130)
  • a4fd8e5 Add feature for execution_requirements on ctx.actions.write (#128)
  • 206625f chore(deps): update dependency protobuf to v33.5 (#127)
  • b24b3c3 Don't open BCR PRs as drafts (#126)
  • a92343f Migrate to the Publish to BCR workflow (#125)
  • ac482fd chore: generate stardocs on releases (#116)
  • 422f4bd Add symlink_action_has_target_type (#124)
  • Additional commits viewable in compare view

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 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)

Bumps [bazel_features](https://github.com/bazel-contrib/bazel_features) from 1.25.0 to 1.43.0.
- [Release notes](https://github.com/bazel-contrib/bazel_features/releases)
- [Commits](bazel-contrib/bazel_features@v1.25.0...v1.43.0)
---
updated-dependencies:
- dependency-name: bazel_features
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 16, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerMarch 16, 2026 03:10
@dependabotdependabotBot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Mar 16, 2026
@redsun82

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot@github

dependabotBot commented on behalf of githubMar 19, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like bazel_features is no longer a dependency, so this is no longer needed.

@dependabotdependabotBot closed this Mar 19, 2026
@dependabot
dependabotBot deleted the dependabot/bazel/bazel_features-1.43.0 branch March 19, 2026 08:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazelPull requests that update bazel codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@redsun82