Skip to content

chore(deps): update dependency bazel_features to v1.50.0#464

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bazel_features-1.x
Open

chore(deps): update dependency bazel_features to v1.50.0#464
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bazel_features-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

bazel-contrib/bazel_features (bazel_features)

v1.50.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.50.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 = "094367e732ece23f334eaf84089a720b861d053beeba6a6a68356d3aee1dc32b",
    strip_prefix = "bazel_features-1.50.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.50.0/bazel_features-v1.50.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.49.0...v1.50.0

v1.49.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.49.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 = "add57e2e086463075805e153c37e03bb74c4737773fc5879336733af08e6f086",
    strip_prefix = "bazel_features-1.49.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.49.0/bazel_features-v1.49.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.48.1...v1.49.0

v1.48.1

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.48.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 = "89eca73d4c334cf664f84920365d2ce04e2c98099b89f7c5b676b5f377c8e754",
    strip_prefix = "bazel_features-1.48.1",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.48.1/bazel_features-v1.48.1.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.48.0...v1.48.1

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

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.47.1...v1.48.0

v1.47.1

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.47.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 = "6a727a78c0134b1b912c97c0937e1c956f35775934ae3e1f4af4156f8d5d1ff4",
    strip_prefix = "bazel_features-1.47.1",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.47.1/bazel_features-v1.47.1.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

  • Switch to ge_same_major for is_tool_configuration_public by @​keith in #​144

Full Changelog: bazel-contrib/bazel_features@v1.47.0...v1.47.1

v1.47.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.47.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 = "5f7f87f50584df12bbfe5e461d358b16a8e15d245a7e596011bf39aaee5f58a9",
    strip_prefix = "bazel_features-1.47.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.47.0/bazel_features-v1.47.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.46.0...v1.47.0

v1.46.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.46.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 = "497a10560c07b0478026f49766ebdb6fd07b4fba9767db4f1c25cb6ab2fa1cdb",
    strip_prefix = "bazel_features-1.46.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.46.0/bazel_features-v1.46.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.45.0...v1.46.0

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

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.44.0...v1.45.0

v1.44.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.44.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 = "ccf85bbf0613d12bf6df2c8470ecec544a6fe8ceab684e970e8ed4dde4cb24ec",
    strip_prefix = "bazel_features-1.44.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.44.0/bazel_features-v1.44.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.43.0...v1.44.0

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

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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the month"
  • 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.

@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.42.0 chore(deps): update dependency bazel_features to v1.42.1 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 7a7deae to 2b88016 Compare March 5, 2026 15:15
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.42.1 chore(deps): update dependency bazel_features to v1.43.0 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 2b88016 to 47cb067 Compare March 9, 2026 23:00
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.43.0 chore(deps): update dependency bazel_features to v1.44.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 47cb067 to 50c6d3c Compare March 24, 2026 01:20
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 50c6d3c to 6e7a949 Compare April 2, 2026 20:45
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.44.0 chore(deps): update dependency bazel_features to v1.45.0 Apr 2, 2026
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.45.0 chore(deps): update dependency bazel_features to v1.46.0 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 6e7a949 to beb2da6 Compare April 28, 2026 22:51
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.46.0 chore(deps): update dependency bazel_features to v1.47.0 May 2, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from beb2da6 to 0d29ffc Compare May 2, 2026 21:52
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.47.0 chore(deps): update dependency bazel_features to v1.47.1 May 15, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 0d29ffc to 8935b3a Compare May 15, 2026 17:46
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.47.1 chore(deps): update dependency bazel_features to v1.48.0 Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 8935b3a to fe1917d Compare June 6, 2026 09:17
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.48.0 chore(deps): update dependency bazel_features to v1.48.1 Jun 7, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from fe1917d to 1a33a3d Compare June 7, 2026 10:04
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.48.1 chore(deps): update dependency bazel_features to v1.49.0 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 1a33a3d to 8265c27 Compare June 17, 2026 20:05
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.49.0 chore(deps): update dependency bazel_features to v1.50.0 Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 8265c27 to bc510c1 Compare June 22, 2026 15:50
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.

0 participants