Skip to content

chore(deps): update dependency bazel_features to v1.45.0 - autoclosed#364

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

chore(deps): update dependency bazel_features to v1.45.0 - autoclosed#364
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bazel_features-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 17, 2025

This PR contains the following updates:

Package Type Update Change
bazel_features http_archive minor v1.37.0v1.45.0

Release Notes

bazel-contrib/bazel_features (bazel_features)

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

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

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

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/bazel_features-1.x branch 4 times, most recently from 1e119de to 2099867 Compare December 8, 2025 06:30
@renovate renovate Bot changed the title Update dependency bazel_features to v1.38.0 Update dependency bazel_features to v1.39.0 Jan 3, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 2099867 to 2038210 Compare January 3, 2026 01:09
@renovate 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 renovate Bot force-pushed the renovate/bazel_features-1.x branch 2 times, most recently from 48f4ed5 to be8621a Compare January 31, 2026 13:34
@renovate 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 renovate Bot force-pushed the renovate/bazel_features-1.x branch from be8621a to ca808af Compare February 25, 2026 19:54
@renovate 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 renovate Bot force-pushed the renovate/bazel_features-1.x branch from ca808af to f76fc2a Compare March 5, 2026 19:10
@renovate renovate Bot changed the title Update dependency bazel_features to v1.42.1 Update dependency bazel_features to v1.43.0 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from f76fc2a to 6b56e03 Compare March 9, 2026 21:29
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch 14 times, most recently from 27737dd to bf64c11 Compare March 24, 2026 00:52
@renovate renovate Bot changed the title Update dependency bazel_features to v1.43.0 Update dependency bazel_features to v1.44.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch 2 times, most recently from 09939fa to 3ea5fc1 Compare April 2, 2026 10:45
@renovate renovate Bot changed the title Update dependency bazel_features to v1.44.0 chore(deps): update dependency bazel_features to v1.44.0 Apr 2, 2026
@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 force-pushed the renovate/bazel_features-1.x branch from 3ea5fc1 to 027d96c Compare April 2, 2026 19:10
@renovate renovate Bot force-pushed the renovate/bazel_features-1.x branch from 027d96c to 3006cee Compare April 3, 2026 07:59
@renovate renovate Bot changed the title chore(deps): update dependency bazel_features to v1.45.0 chore(deps): update dependency bazel_features to v1.45.0 - autoclosed Apr 3, 2026
@renovate renovate Bot closed this Apr 3, 2026
@renovate renovate Bot deleted the renovate/bazel_features-1.x branch April 3, 2026 09:39
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