Skip to content

Commit 66ab1e5

Browse files
Update dependency bazel_skylib to v1.8.2 (#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 ([#&#8203;593](https://redirect.github.com/bazelbuild/bazel-skylib/issues/593)) **Other Changes** - Migrate `copy_directory` away from deprecated host constraint ([#&#8203;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 ([#&#8203;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 [@&#8203;kilian-funk](https://redirect.github.com/kilian-funk) in [#&#8203;531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531) - Strip compatible\_with from bzl\_library rules by [@&#8203;aiuto](https://redirect.github.com/aiuto) in [#&#8203;522](https://redirect.github.com/bazelbuild/bazel-skylib/pull/522) - Make only root test\_deps externally visible by [@&#8203;tetromino](https://redirect.github.com/tetromino) in [#&#8203;508](https://redirect.github.com/bazelbuild/bazel-skylib/pull/508) - Update README.md by [@&#8203;BoleynSu](https://redirect.github.com/BoleynSu) in [#&#8203;380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380) - Add test\_deps to rules/private by [@&#8203;aiuto](https://redirect.github.com/aiuto) in [#&#8203;534](https://redirect.github.com/bazelbuild/bazel-skylib/pull/534) - Fix bazel\_skylib with Bazel\@&#8203;HEAD by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [#&#8203;538](https://redirect.github.com/bazelbuild/bazel-skylib/pull/538) - Explicitly enable workspace for some tasks by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [#&#8203;540](https://redirect.github.com/bazelbuild/bazel-skylib/pull/540) - README.md: fix broken directory rule links by [@&#8203;lukasoyen](https://redirect.github.com/lukasoyen) in [#&#8203;544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544) - Remove sh\_binary usage for Bazel 8 friendliness by [@&#8203;tetromino](https://redirect.github.com/tetromino) in [#&#8203;550](https://redirect.github.com/bazelbuild/bazel-skylib/pull/550) - adding scope attributes for starlark flags by [@&#8203;aranguyen](https://redirect.github.com/aranguyen) in [#&#8203;546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546) - Update common\_settings.bzl by [@&#8203;aranguyen](https://redirect.github.com/aranguyen) in [#&#8203;552](https://redirect.github.com/bazelbuild/bazel-skylib/pull/552) - Simplify CI steup and make presubmit green again by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [#&#8203;557](https://redirect.github.com/bazelbuild/bazel-skylib/pull/557) - fix(gazelle): remove deprecated function call by [@&#8203;tyler-french](https://redirect.github.com/tyler-french) in [#&#8203;556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556) - Remove obsolete bazel 4.x compat code by [@&#8203;lukasoyen](https://redirect.github.com/lukasoyen) in [#&#8203;560](https://redirect.github.com/bazelbuild/bazel-skylib/pull/560) - Add new "env" variable to native\_\* rules by [@&#8203;gioachin](https://redirect.github.com/gioachin) in [#&#8203;561](https://redirect.github.com/bazelbuild/bazel-skylib/pull/561) - Replace outdated `select() on --cpu` with another flag ref by [@&#8203;gregestren](https://redirect.github.com/gregestren) in [#&#8203;570](https://redirect.github.com/bazelbuild/bazel-skylib/pull/570) - Migrate away from `@bazel_tools//src/conditions:host_windows` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;574](https://redirect.github.com/bazelbuild/bazel-skylib/pull/574) - Use DefaultInfo directly by [@&#8203;keith](https://redirect.github.com/keith) in [#&#8203;577](https://redirect.github.com/bazelbuild/bazel-skylib/pull/577) - Use `native.package_relative_label` in `selects.bzl` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;576](https://redirect.github.com/bazelbuild/bazel-skylib/pull/576) - Add BCR publishing workflow by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [#&#8203;581](https://redirect.github.com/bazelbuild/bazel-skylib/pull/581) #### New Contributors - [@&#8203;kilian-funk](https://redirect.github.com/kilian-funk) made their first contribution in [#&#8203;531](https://redirect.github.com/bazelbuild/bazel-skylib/pull/531) - [@&#8203;BoleynSu](https://redirect.github.com/BoleynSu) made their first contribution in [#&#8203;380](https://redirect.github.com/bazelbuild/bazel-skylib/pull/380) - [@&#8203;lukasoyen](https://redirect.github.com/lukasoyen) made their first contribution in [#&#8203;544](https://redirect.github.com/bazelbuild/bazel-skylib/pull/544) - [@&#8203;aranguyen](https://redirect.github.com/aranguyen) made their first contribution in [#&#8203;546](https://redirect.github.com/bazelbuild/bazel-skylib/pull/546) - [@&#8203;tyler-french](https://redirect.github.com/tyler-french) made their first contribution in [#&#8203;556](https://redirect.github.com/bazelbuild/bazel-skylib/pull/556) - [@&#8203;gioachin](https://redirect.github.com/gioachin) made their first contribution in [#&#8203;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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ local_path_override(
2020
path = "..",
2121
)
2222

23-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
23+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
2424
bazel_dep(name = "platforms", version = "0.0.11")
2525
bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")

toolchain/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def bazel_toolchain_dependencies():
2929
http_archive(
3030
name = "bazel_skylib",
3131
urls = [
32-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
33-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
32+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz",
33+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz",
3434
],
35-
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
35+
sha256 = "6e78f0e57de26801f6f564fa7c4a48dc8b36873e416257a92bbb0937eeac8446",
3636
)
3737

3838
# Skip bazel_skylib_workspace because we are not using lib/unittest.bzl

0 commit comments

Comments
 (0)