Commit d82df0f
authored
chore(deps): update dependency bazel_features to v1.42.1 (#692)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[bazel_features](https://redirect.github.com/bazel-contrib/bazel_features)
| http_archive | patch | `v1.42.0` → `v1.42.1` |
---
### Release Notes
<details>
<summary>bazel-contrib/bazel_features (bazel_features)</summary>
###
[`v1.42.1`](https://redirect.github.com/bazel-contrib/bazel_features/releases/tag/v1.42.1)
[Compare
Source](https://redirect.github.com/bazel-contrib/bazel_features/compare/v1.42.0...v1.42.1)
##### 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.42.1")
```
##### Using WORKSPACE
Paste this snippet into your file:
```starlark
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
- Fix "removed in" version for CcSharedLibraryHintInfo by
[@​fmeum](https://redirect.github.com/fmeum) in
[#​132](https://redirect.github.com/bazel-contrib/bazel_features/pull/132)
**Full Changelog**:
<bazel-contrib/bazel_features@v1.42.0...v1.42.1>
</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:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 2e37b68 commit d82df0f
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments