Commit 66ab1e5
authored
Update dependency bazel_skylib to v1.8.2 (bazel-contrib#534)
> [!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_skylib](https://redirect.github.com/bazelbuild/bazel-skylib) |
bazel_dep | minor | `1.7.1` -> `1.8.2` |
| [bazel_skylib](https://redirect.github.com/bazelbuild/bazel-skylib) |
http_archive | minor | `1.7.1` -> `1.8.2` |
---
### Release Notes
<details>
<summary>bazelbuild/bazel-skylib (bazel_skylib)</summary>
###
[`v1.8.2`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-182)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.8.1...1.8.2)
**New Features**
- Introduce repeatable\_string\_flag
([#​593](https://redirect.github.com/bazelbuild/bazel-skylib/issues/593))
**Other Changes**
- Migrate `copy_directory` away from deprecated host constraint
([#​588](https://redirect.github.com/bazelbuild/bazel-skylib/issues/588))
**Contributors**
- fmeum@
- susinmotion@
###
[`v1.8.1`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-181)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.8.0...1.8.1)
**What's Changed**
- Make `is_windows` public
([#​584](https://redirect.github.com/bazelbuild/bazel-skylib/pull/584))
**Full Changelog**:
<bazelbuild/bazel-skylib@1.8.0...1.8.1>
###
[`v1.8.0`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-180)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.7.1...1.8.0)
#### What's Changed
- fix: subpackages.all works for root packages by
[@​kilian-funk](https://redirect.github.com/kilian-funk) in
[#​531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531)
- Strip compatible\_with from bzl\_library rules by
[@​aiuto](https://redirect.github.com/aiuto) in
[#​522](https://redirect.github.com/bazelbuild/bazel-skylib/pull/522)
- Make only root test\_deps externally visible by
[@​tetromino](https://redirect.github.com/tetromino) in
[#​508](https://redirect.github.com/bazelbuild/bazel-skylib/pull/508)
- Update README.md by
[@​BoleynSu](https://redirect.github.com/BoleynSu) in
[#​380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380)
- Add test\_deps to rules/private by
[@​aiuto](https://redirect.github.com/aiuto) in
[#​534](https://redirect.github.com/bazelbuild/bazel-skylib/pull/534)
- Fix bazel\_skylib with Bazel\@​HEAD by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[#​538](https://redirect.github.com/bazelbuild/bazel-skylib/pull/538)
- Explicitly enable workspace for some tasks by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[#​540](https://redirect.github.com/bazelbuild/bazel-skylib/pull/540)
- README.md: fix broken directory rule links by
[@​lukasoyen](https://redirect.github.com/lukasoyen) in
[#​544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544)
- Remove sh\_binary usage for Bazel 8 friendliness by
[@​tetromino](https://redirect.github.com/tetromino) in
[#​550](https://redirect.github.com/bazelbuild/bazel-skylib/pull/550)
- adding scope attributes for starlark flags by
[@​aranguyen](https://redirect.github.com/aranguyen) in
[#​546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546)
- Update common\_settings.bzl by
[@​aranguyen](https://redirect.github.com/aranguyen) in
[#​552](https://redirect.github.com/bazelbuild/bazel-skylib/pull/552)
- Simplify CI steup and make presubmit green again by
[@​meteorcloudy](https://redirect.github.com/meteorcloudy) in
[#​557](https://redirect.github.com/bazelbuild/bazel-skylib/pull/557)
- fix(gazelle): remove deprecated function call by
[@​tyler-french](https://redirect.github.com/tyler-french) in
[#​556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556)
- Remove obsolete bazel 4.x compat code by
[@​lukasoyen](https://redirect.github.com/lukasoyen) in
[#​560](https://redirect.github.com/bazelbuild/bazel-skylib/pull/560)
- Add new "env" variable to native\_\* rules by
[@​gioachin](https://redirect.github.com/gioachin) in
[#​561](https://redirect.github.com/bazelbuild/bazel-skylib/pull/561)
- Replace outdated `select() on --cpu` with another flag ref by
[@​gregestren](https://redirect.github.com/gregestren) in
[#​570](https://redirect.github.com/bazelbuild/bazel-skylib/pull/570)
- Migrate away from `@bazel_tools//src/conditions:host_windows` by
[@​fmeum](https://redirect.github.com/fmeum) in
[#​574](https://redirect.github.com/bazelbuild/bazel-skylib/pull/574)
- Use DefaultInfo directly by
[@​keith](https://redirect.github.com/keith) in
[#​577](https://redirect.github.com/bazelbuild/bazel-skylib/pull/577)
- Use `native.package_relative_label` in `selects.bzl` by
[@​fmeum](https://redirect.github.com/fmeum) in
[#​576](https://redirect.github.com/bazelbuild/bazel-skylib/pull/576)
- Add BCR publishing workflow by
[@​fmeum](https://redirect.github.com/fmeum) in
[#​581](https://redirect.github.com/bazelbuild/bazel-skylib/pull/581)
#### New Contributors
- [@​kilian-funk](https://redirect.github.com/kilian-funk) made
their first contribution in
[#​531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531)
- [@​BoleynSu](https://redirect.github.com/BoleynSu) made their
first contribution in
[#​380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380)
- [@​lukasoyen](https://redirect.github.com/lukasoyen) made their
first contribution in
[#​544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544)
- [@​aranguyen](https://redirect.github.com/aranguyen) made their
first contribution in
[#​546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546)
- [@​tyler-french](https://redirect.github.com/tyler-french) made
their first contribution in
[#​556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556)
- [@​gioachin](https://redirect.github.com/gioachin) made their
first contribution in
[#​561](https://redirect.github.com/bazelbuild/bazel-skylib/pull/561)
**Full Changelog**:
<bazelbuild/bazel-skylib@1.7.1...1.8.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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1d0c58f commit 66ab1e5
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments