Skip to content

Update dependency bazel_features to v1.43.0#278

Closed
renovate-bot wants to merge 1 commit intobazelbuild:mainfrom
renovate-bot:renovate/bazel_features-1.x
Closed

Update dependency bazel_features to v1.43.0#278
renovate-bot wants to merge 1 commit intobazelbuild:mainfrom
renovate-bot:renovate/bazel_features-1.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change
bazel_features bazel_dep minor 1.28.01.43.0
bazel_features http_archive minor v1.32.0v1.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

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")
http_archive(
    name = "bazel_features",
    sha256 = "8189bac9a6bf9cc155a854c4cbebfebf58b9ca7a2d0a67645f7d0c1f83c523ac",
    strip_prefix = "bazel_features-1.42.1",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.42.1/bazel_features-v1.42.1.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

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

v1.42.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.42.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 = "5d7bd1c44051cca8a9e0842eda9a5c223f2cb7264202022ff20ee77dcb3fb275",
    strip_prefix = "bazel_features-1.42.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.42.0/bazel_features-v1.42.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.40.0...v1.42.0

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

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_features",
    sha256 = "5ab1a90d09fd74555e0df22809ad589627ddff263cff82535815aa80ca3e3562",
    strip_prefix = "bazel_features-1.39.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.39.0/bazel_features-v1.39.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.38.0...v1.39.0

v1.38.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.38.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 = "07271d0f6b12633777b69020c4cb1eb67b1939c0cf84bb3944dc85cc250c0c01",
    strip_prefix = "bazel_features-1.38.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.38.0/bazel_features-v1.38.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.37.0...v1.38.0

v1.37.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.37.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 = "adc8ddf121917f197f75c5245dfa8d7b1619f10a1002e25062b093b7957f2798",
    strip_prefix = "bazel_features-1.37.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.37.0/bazel_features-v1.37.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

  • Fix handling of globals that were newly introduced and then removed by @​hvadehra in #​115

Full Changelog: bazel-contrib/bazel_features@v1.36.0...v1.37.0

v1.36.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.36.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 = "9390b391a68d3b24aef7966bce8556d28003fe3f022a5008efc7807e8acaaf1a",
    strip_prefix = "bazel_features-1.36.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.36.0/bazel_features-v1.36.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.35.0...v1.36.0

v1.35.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.35.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 = "06a9691becc357c1e4af011b9fb3239097503ce00607d9eb6b11ea0fac304039",
    strip_prefix = "bazel_features-1.35.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.35.0/bazel_features-v1.35.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.34.0...v1.35.0

v1.34.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.34.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 = "f08776c1430e8f35209a054f828d0985019879e554c4eb32a093e1f49bc9231e",
    strip_prefix = "bazel_features-1.34.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.34.0/bazel_features-v1.34.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.33.0...v1.34.0

v1.33.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.33.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 = "c41853e3b636c533b86bf5ab4658064e6cc9db0a3bce52cbff0629e094344ca9",
    strip_prefix = "bazel_features-1.33.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.33.0/bazel_features-v1.33.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.32.0...v1.33.0

v1.32.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.32.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 = "07bd2b18764cdee1e0d6ff42c9c0a6111ffcbd0c17f0de38e7f44f1519d1c0cd",
    strip_prefix = "bazel_features-1.32.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.32.0/bazel_features-v1.32.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.31.0...v1.32.0

v1.31.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.31.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 = "a015f3f2ebf4f1ac3f4ca8ea371610acb63e1903514fa8725272d381948d2747",
    strip_prefix = "bazel_features-1.31.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.31.0/bazel_features-v1.31.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.30.0...v1.31.0

v1.30.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.30.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 = "a660027f5a87f13224ab54b8dc6e191693c554f2692fcca46e8e29ee7dabc43b",
    strip_prefix = "bazel_features-1.30.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.30.0/bazel_features-v1.30.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

  • Add an internal feature for the launcher_maker toolchain by @​fmeum in #​100

Full Changelog: bazel-contrib/bazel_features@v1.29.0...v1.30.0

v1.29.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.29.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 = "d852f389ce8db8b8c2f9807a4faf065b0d0ba302163898cd2428b6ca7d086681",
    strip_prefix = "bazel_features-1.29.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.29.0/bazel_features-v1.29.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

  • Add feature for use_target_platform_constraints by @​fmeum in #​97
  • Add feature for analysis_test_transition() on experimental/incompatible flags by @​hvadehra in #​98

Full Changelog: bazel-contrib/bazel_features@v1.27.0...v1.29.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 these updates again.


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

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

@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.21.0 Update dependency bazel_features to v1.22.0 Dec 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 4ca1fcd to f297e7b Compare December 6, 2024 18:00
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.22.0 Update dependency bazel_features to v1.23.0 Dec 18, 2024
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from f297e7b to eb98639 Compare December 18, 2024 12:01
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.23.0 chore(deps): update dependency bazel_features to v1.23.0 Jan 24, 2025
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.23.0 chore(deps): update dependency bazel_features to v1.24.0 Jan 24, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from eb98639 to 7529f18 Compare January 24, 2025 21:48
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.24.0 chore(deps): update dependency bazel_features to v1.25.0 Jan 28, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 7529f18 to 90d70d3 Compare January 28, 2025 16:31
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.25.0 Update dependency bazel_features to v1.25.0 Feb 11, 2025
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.25.0 Update dependency bazel_features to v1.26.0 Feb 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 90d70d3 to bf81b4e Compare February 20, 2025 15:39
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from bf81b4e to 9b16b32 Compare March 27, 2025 17:02
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.26.0 Update dependency bazel_features to v1.27.0 Mar 27, 2025
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.27.0 Update dependency bazel_features to v1.28.0 Apr 10, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 9b16b32 to e706a71 Compare April 10, 2025 23:01
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.28.0 chore(deps): update dependency bazel_features to v1.28.0 Apr 24, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from e706a71 to 1affacd Compare May 1, 2025 11:49
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.28.0 chore(deps): update dependency bazel_features to v1.29.0 May 1, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 1affacd to 1194d2f Compare May 20, 2025 23:43
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.29.0 chore(deps): update dependency bazel_features to v1.30.0 May 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch 2 times, most recently from a5d1a02 to 1afe0ee Compare June 3, 2025 19:15
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.30.0 chore(deps): update dependency bazel_features to v1.31.0 Jun 3, 2025
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.31.0 chore(deps): update dependency bazel_features to v1.32.0 Jun 17, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 93b95dd to b4b414a Compare October 9, 2025 10:10
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from b4b414a to d3d9298 Compare October 28, 2025 06:03
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.37.0 Update dependency bazel_features Oct 28, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from d3d9298 to 1e84c65 Compare October 28, 2025 18:40
@renovate-bot renovate-bot changed the title Update dependency bazel_features Update dependency bazel_features to v1.38.0 Oct 28, 2025
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.38.0 chore(deps): update dependency bazel_features to v1.38.0 Nov 25, 2025
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.38.0 Update dependency bazel_features to v1.38.0 Dec 3, 2025
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.38.0 chore(deps): update dependency bazel_features to v1.38.0 Dec 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 1e84c65 to 19211b6 Compare January 2, 2026 21:48
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.38.0 chore(deps): update dependency bazel_features Jan 2, 2026
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 19211b6 to 4170f6e Compare January 3, 2026 00:36
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features chore(deps): update dependency bazel_features to v1.39.0 Jan 3, 2026
@renovate-bot renovate-bot changed the title chore(deps): update dependency bazel_features to v1.39.0 Update dependency bazel_features to v1.39.0 Jan 12, 2026
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 4170f6e to 1e8656c Compare January 19, 2026 18:49
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 1e8656c to 8cc129e Compare January 28, 2026 20:49
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.39.0 Update dependency bazel_features to v1.41.0 Jan 28, 2026
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 8cc129e to 18a62c3 Compare February 2, 2026 20:10
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 18a62c3 to f98f2b8 Compare February 12, 2026 16:42
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from f98f2b8 to 3371bfc Compare February 25, 2026 15:18
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.41.0 Update dependency bazel_features to v1.42.0 Feb 25, 2026
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch 2 times, most recently from fdf4311 to 29f21f2 Compare March 5, 2026 18:13
@renovate-bot renovate-bot changed the title Update dependency bazel_features to v1.42.0 Update dependency bazel_features to v1.42.1 Mar 5, 2026
@renovate-bot renovate-bot force-pushed the renovate/bazel_features-1.x branch from 29f21f2 to 5a3dec5 Compare March 9, 2026 21:50
@armandomontanez
Copy link
Collaborator

Is there a need to pull in a newer version? Usually we try to stay on the minimum compatible version. We should probably just turn off renovate-bot.

@trybka
Copy link
Collaborator

trybka commented Mar 11, 2026

Is there a need to pull in a newer version? Usually we try to stay on the minimum compatible version. We should probably just turn off renovate-bot.

Yes, we need a new version for #598

@trybka
Copy link
Collaborator

trybka commented Mar 11, 2026

cc: @dzbarsky

@dzbarsky
Copy link
Contributor

Yup we need this. Also bazel_features is maybe the only thing that's harmless to bump since it's append-onlt, never breaking:) but yeah +1 to disable renovatebot, it's mostly noise

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.

4 participants