Skip to content

Commit c1165fd

Browse files
Update dependency bazel_features to v1.36.0 (#559)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_features](https://redirect.github.com/bazel-contrib/bazel_features) | http_archive | minor | `v1.15.0` -> `v1.36.0` | --- ### Release Notes <details> <summary>bazel-contrib/bazel_features (bazel_features)</summary> ### [`v1.36.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.36.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.35.0...v1.36.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.36.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add detection for repo\_metadata\_has\_reproducible by [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in [#&#8203;113](https://redirect.github.com/bazel-contrib/bazel_features/pull/113) #### New Contributors - [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) made their first contribution in [#&#8203;113](https://redirect.github.com/bazel-contrib/bazel_features/pull/113) **Full Changelog**: <bazel-contrib/bazel_features@v1.35.0...v1.36.0> ### [`v1.35.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.35.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.34.0...v1.35.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.35.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add has\_default\_test\_toolchain\_type by [@&#8203;keith](https://redirect.github.com/keith) in [#&#8203;112](https://redirect.github.com/bazel-contrib/bazel_features/pull/112) **Full Changelog**: <bazel-contrib/bazel_features@v1.34.0...v1.35.0> ### [`v1.34.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.34.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.33.0...v1.34.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.34.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add `genrule_accepts_toolchain_types` by [@&#8203;novas0x2a](https://redirect.github.com/novas0x2a) in [#&#8203;110](https://redirect.github.com/bazel-contrib/bazel_features/pull/110) #### New Contributors - [@&#8203;novas0x2a](https://redirect.github.com/novas0x2a) made their first contribution in [#&#8203;110](https://redirect.github.com/bazel-contrib/bazel_features/pull/110) **Full Changelog**: <bazel-contrib/bazel_features@v1.33.0...v1.34.0> ### [`v1.33.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.33.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.32.0...v1.33.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.33.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Update version range for `has_launcher_maker_toolchain` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;104](https://redirect.github.com/bazel-contrib/bazel_features/pull/104) - Add `instrumented_files_info_has_baseline_coverage_files` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;105](https://redirect.github.com/bazel-contrib/bazel_features/pull/105) - Add `cc_toolchain_has_generate_modmap` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;109](https://redirect.github.com/bazel-contrib/bazel_features/pull/109) **Full Changelog**: <bazel-contrib/bazel_features@v1.32.0...v1.33.0> ### [`v1.32.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.32.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.31.0...v1.32.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.32.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add `no_struct_field_denylist` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;103](https://redirect.github.com/bazel-contrib/bazel_features/pull/103) **Full Changelog**: <bazel-contrib/bazel_features@v1.31.0...v1.32.0> ### [`v1.31.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.31.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.30.0...v1.31.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.31.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Update platforms in presubmit.yml by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [#&#8203;101](https://redirect.github.com/bazel-contrib/bazel_features/pull/101) - Add `aspect_propagation_context` feature by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;102](https://redirect.github.com/bazel-contrib/bazel_features/pull/102) #### New Contributors - [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) made their first contribution in [#&#8203;101](https://redirect.github.com/bazel-contrib/bazel_features/pull/101) **Full Changelog**: <bazel-contrib/bazel_features@v1.30.0...v1.31.0> ### [`v1.30.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.30.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.29.0...v1.30.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.30.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add an internal feature for the launcher\_maker toolchain by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;100](https://redirect.github.com/bazel-contrib/bazel_features/pull/100) **Full Changelog**: <bazel-contrib/bazel_features@v1.29.0...v1.30.0> ### [`v1.29.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.29.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.28.0...v1.29.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.29.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;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("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add feature for `use_target_platform_constraints` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;97](https://redirect.github.com/bazel-contrib/bazel_features/pull/97) - Add feature for analysis\_test\_transition() on experimental/incompatible flags by [@&#8203;hvadehra](https://redirect.github.com/hvadehra) in [#&#8203;98](https://redirect.github.com/bazel-contrib/bazel_features/pull/98) **Full Changelog**: <bazel-contrib/bazel_features@v1.27.0...v1.29.0> ### [`v1.28.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.28.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.27.0...v1.28.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.28.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "2f057dd02098a106095ea291b4344257398a059eadb2c74cc470de0f9664dccd", strip_prefix = "bazel_features-1.28.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.28.0/bazel_features-v1.28.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` **Full Changelog**: <bazel-contrib/bazel_features@v1.27.0...v1.28.0> ### [`v1.27.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.27.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.26.0...v1.27.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.27.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "2da0aaccbd725ad61f4e35d6d75ed421bf73ec1de167458b00ffecef3cd78f6d", strip_prefix = "bazel_features-1.27.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.27.0/bazel_features-v1.27.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add flag for Xcode config migration in Bazel 8+ by [@&#8203;luispadron](https://redirect.github.com/luispadron) in [#&#8203;96](https://redirect.github.com/bazel-contrib/bazel_features/pull/96) #### New Contributors - [@&#8203;luispadron](https://redirect.github.com/luispadron) made their first contribution in [#&#8203;96](https://redirect.github.com/bazel-contrib/bazel_features/pull/96) **Full Changelog**: <bazel-contrib/bazel_features@v1.26.0...v1.27.0> ### [`v1.26.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.26.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.25.0...v1.26.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.26.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "091d8b1e1f0bf1f7bd688b95007687e862cc489f8d9bc21c14be5fd032a8362f", strip_prefix = "bazel_features-1.26.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.26.0/bazel_features-v1.26.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add feature check for repository\_ctx.getenv by [@&#8203;gholms](https://redirect.github.com/gholms) in [#&#8203;94](https://redirect.github.com/bazel-contrib/bazel_features/pull/94) #### New Contributors - [@&#8203;gholms](https://redirect.github.com/gholms) made their first contribution in [#&#8203;94](https://redirect.github.com/bazel-contrib/bazel_features/pull/94) **Full Changelog**: <bazel-contrib/bazel_features@v1.25.0...v1.26.0> ### [`v1.25.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.25.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.24.0...v1.25.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.25.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "4fd9922d464686820ffd8fcefa28ccffa147f7cdc6b6ac0d8b07fde565c65d66", strip_prefix = "bazel_features-1.25.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.25.0/bazel_features-v1.25.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add feature check for UTF-8 Stardoc input. by [@&#8203;phst](https://redirect.github.com/phst) in [#&#8203;92](https://redirect.github.com/bazel-contrib/bazel_features/pull/92) **Full Changelog**: <bazel-contrib/bazel_features@v1.24.0...v1.25.0> ### [`v1.24.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.24.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.23.0...v1.24.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.24.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "ce32a02849c861e6e3e4d40fcc875f979b7c489e92a426831d4588290fa16068", strip_prefix = "bazel_features-1.24.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.24.0/bazel_features-v1.24.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add a feature for `cc_*` extension support by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;91](https://redirect.github.com/bazel-contrib/bazel_features/pull/91) - Update buildifier hook and apply its fixes by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;90](https://redirect.github.com/bazel-contrib/bazel_features/pull/90) **Full Changelog**: <bazel-contrib/bazel_features@v1.23.0...v1.24.0> ### [`v1.23.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.23.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.22.0...v1.23.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.23.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "8b1c9b7558498000f5adebbc584b7bf15b6b2bf181448a66f6b2fc5b4c84231c", strip_prefix = "bazel_features-1.23.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.23.0/bazel_features-v1.23.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add cc\_proto\_aspect to globals.bzl by [@&#8203;comius](https://redirect.github.com/comius) in [#&#8203;88](https://redirect.github.com/bazel-contrib/bazel_features/pull/88) **Full Changelog**: <bazel-contrib/bazel_features@v1.22.0...v1.23.0> ### [`v1.22.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.22.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.21.0...v1.22.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.22.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "9c7f9a4c997cbf0eb93572b68b0ff0bb9822004633101a16d89499e814190323", strip_prefix = "bazel_features-1.22.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.22.0/bazel_features-v1.22.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Update Bazel to 7.4.1 and add `.gitignore` lines by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;85](https://redirect.github.com/bazel-contrib/bazel_features/pull/85) - Add `macro` and `subrule` to globals by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;86](https://redirect.github.com/bazel-contrib/bazel_features/pull/86) **Full Changelog**: <bazel-contrib/bazel_features@v1.21.0...v1.22.0> ### [`v1.21.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.21.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.20.0...v1.21.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.21.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "af3d4fb1cf4f25942cb4a933b1ad93a0ea9fe9ee70c2af7f369fb72a67c266e5", strip_prefix = "bazel_features-1.21.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.21.0/bazel_features-v1.21.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add `rule_extension_apis_available` by [@&#8203;hvadehra](https://redirect.github.com/hvadehra) in [#&#8203;80](https://redirect.github.com/bazel-contrib/bazel_features/pull/80) - Treat RCs as equivalent to releases by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;83](https://redirect.github.com/bazel-contrib/bazel_features/pull/83) #### New Contributors - [@&#8203;hvadehra](https://redirect.github.com/hvadehra) made their first contribution in [#&#8203;80](https://redirect.github.com/bazel-contrib/bazel_features/pull/80) **Full Changelog**: <bazel-contrib/bazel_features@v1.20.0...v1.21.0> ### [`v1.20.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.20.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.19.0...v1.20.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.20.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "c2596994cf63513bd44180411a4ac3ae95d32bf59148fcb6087a4642b3ffef11", strip_prefix = "bazel_features-1.20.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.20.0/bazel_features-v1.20.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - feat: add feature to indicate availability of runfiles with arbitrary characters by [@&#8203;mark-thm](https://redirect.github.com/mark-thm) in [#&#8203;79](https://redirect.github.com/bazel-contrib/bazel_features/pull/79) #### New Contributors - [@&#8203;mark-thm](https://redirect.github.com/mark-thm) made their first contribution in [#&#8203;79](https://redirect.github.com/bazel-contrib/bazel_features/pull/79) **Full Changelog**: <bazel-contrib/bazel_features@v1.19.0...v1.20.0> ### [`v1.19.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.19.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.18.0...v1.19.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.19.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "3646ffd447753490b77d2380fa63f4d55dd9722e565d84dfda01536b48e183da", strip_prefix = "bazel_features-1.19.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.19.0/bazel_features-v1.19.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add `CcSharedLibraryHintInfo` and update version for `CcSharedLibraryInfo` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;76](https://redirect.github.com/bazel-contrib/bazel_features/pull/76) - feat: detect stardoc output change by [@&#8203;alexeagle](https://redirect.github.com/alexeagle) in [#&#8203;75](https://redirect.github.com/bazel-contrib/bazel_features/pull/75) **Full Changelog**: <bazel-contrib/bazel_features@v1.18.0...v1.19.0> ### [`v1.18.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.18.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.17.0...v1.18.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.18.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "b4b145c19e08fd48337f53c383db46398d0a810002907ff0c590762d926e05be", strip_prefix = "bazel_features-1.18.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.18.0/bazel_features-v1.18.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add providers to be removed from Bazel 8 by [@&#8203;comius](https://redirect.github.com/comius) in [#&#8203;72](https://redirect.github.com/bazel-contrib/bazel_features/pull/72) - Sort globals by [@&#8203;comius](https://redirect.github.com/comius) in [#&#8203;73](https://redirect.github.com/bazel-contrib/bazel_features/pull/73) **Full Changelog**: <bazel-contrib/bazel_features@v1.17.0...v1.18.0> ### [`v1.17.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.17.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.16.0...v1.17.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.17.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158", strip_prefix = "bazel_features-1.17.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.17.0/bazel_features-v1.17.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Feature: support legacy\_symbols by [@&#8203;comius](https://redirect.github.com/comius) in [#&#8203;67](https://redirect.github.com/bazel-contrib/bazel_features/pull/67) **Full Changelog**: <bazel-contrib/bazel_features@v1.16.0...v1.17.0> ### [`v1.16.0`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.15.0...v1.16.0) #### Using Bzlmod with Bazel 6 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "bazel_features", version = "1.16.0") ``` #### Using WORKSPACE Paste this snippet into your file: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", sha256 = "3a900b9d62f19c6168c41694268e93cca355d1d35fae48c6d13eb7947026a35b", strip_prefix = "bazel_features-1.16.0", url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.16.0/bazel_features-v1.16.0.tar.gz", ) load("@&#8203;bazel_features//:deps.bzl", "bazel_features_deps") bazel_features_deps() ``` #### What's Changed - Add protobuf\_on\_allowlist by [@&#8203;comius](https://redirect.github.com/comius) in [#&#8203;66](https://redirect.github.com/bazel-contrib/bazel_features/pull/66) **Full Changelog**: <bazel-contrib/bazel_features@v1.15.0...v1.16.0> </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b52f279 commit c1165fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchain/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def bazel_toolchain_dependencies():
4141
if not native.existing_rule("bazel_features"):
4242
http_archive(
4343
name = "bazel_features",
44-
sha256 = "ba1282c1aa1d1fffdcf994ab32131d7c7551a9bc960fbf05f42d55a1b930cbfb",
45-
strip_prefix = "bazel_features-1.15.0",
46-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.15.0/bazel_features-v1.15.0.tar.gz",
44+
sha256 = "9390b391a68d3b24aef7966bce8556d28003fe3f022a5008efc7807e8acaaf1a",
45+
strip_prefix = "bazel_features-1.36.0",
46+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.36.0/bazel_features-v1.36.0.tar.gz",
4747
)

0 commit comments

Comments
 (0)