From e06432754ceb26ae7090bcfb429f26c8fecf5dab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:33:21 -0800 Subject: [PATCH] chore(deps): update dependency bazel_skylib to v1.7.1 (#472) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bazel_skylib | bazel_dep | minor | `1.5.0` -> `1.7.1` | | [bazel_skylib](https://redirect.github.com/bazelbuild/bazel-skylib) | http_archive | minor | `1.5.0` -> `1.7.1` | --- ### Release Notes
bazelbuild/bazel-skylib (bazel_skylib) ### [`v1.7.1`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-171) [Compare Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.7.0...1.7.1) **What's Changed** - Fix distribution tarballs to include directory rules. ([https://github.com/bazelbuild/bazel-skylib/pull/520](https://redirect.github.com/bazelbuild/bazel-skylib/pull/520)) **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.7.0...1.7.1 ### [`v1.7.0`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-170) [Compare Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.6.1...1.7.0) **New features** - Implement `directory` rules by [@​matts1](https://redirect.github.com/matts1) in [https://github.com/bazelbuild/bazel-skylib/pull/510](https://redirect.github.com/bazelbuild/bazel-skylib/pull/510) - Add `is_normalized` and `starts_with` to paths module by [@​comius](https://redirect.github.com/comius) in [https://github.com/bazelbuild/bazel-skylib/pull/514](https://redirect.github.com/bazelbuild/bazel-skylib/pull/514) **New Contributors** - [@​matts1](https://redirect.github.com/matts1) made their first contribution in [https://github.com/bazelbuild/bazel-skylib/pull/510](https://redirect.github.com/bazelbuild/bazel-skylib/pull/510) **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.1...1.7.0 ### [`v1.6.1`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-161) [Compare Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1) **What's Changed** - Fix `modules` Bazel 6 compatibility by [@​phst](https://redirect.github.com/phst) in [https://github.com/bazelbuild/bazel-skylib/pull/499](https://redirect.github.com/bazelbuild/bazel-skylib/pull/499) **New Contributors** - [@​phst](https://redirect.github.com/phst) made their first contribution in [https://github.com/bazelbuild/bazel-skylib/pull/499](https://redirect.github.com/bazelbuild/bazel-skylib/pull/499) **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1 ### [`v1.6.0`](https://redirect.github.com/bazelbuild/bazel-skylib/blob/HEAD/CHANGELOG.md#Release-160) [Compare Source](https://redirect.github.com/bazelbuild/bazel-skylib/compare/1.5.0...1.6.0) **What's Changed** - Add helper functions for module extensions as `modules` by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazelbuild/bazel-skylib/pull/457](https://redirect.github.com/bazelbuild/bazel-skylib/pull/457) - Make `out` on `native_binary` optional by [@​tpudlik](https://redirect.github.com/tpudlik) in [https://github.com/bazelbuild/bazel-skylib/pull/474](https://redirect.github.com/bazelbuild/bazel-skylib/pull/474) - Remove outdated rules_cc dependency [@​cpsauer](https://redirect.github.com/cpsauer) in [https://github.com/bazelbuild/bazel-skylib/pull/476](https://redirect.github.com/bazelbuild/bazel-skylib/pull/476) - Add toolchains argument to unittests.make by [@​jylinv0](https://redirect.github.com/jylinv0) in [https://github.com/bazelbuild/bazel-skylib/pull/483](https://redirect.github.com/bazelbuild/bazel-skylib/pull/483) - Allow `bzl_library` to depend on non-`bzl_library` targets by [@​Wyverald](https://redirect.github.com/Wyverald) in [https://github.com/bazelbuild/bazel-skylib/pull/495](https://redirect.github.com/bazelbuild/bazel-skylib/pull/495) **New Contributors** - [@​jylinv0](https://redirect.github.com/jylinv0) made their first contribution in [https://github.com/bazelbuild/bazel-skylib/pull/483](https://redirect.github.com/bazelbuild/bazel-skylib/pull/483) - [@​tpudlik](https://redirect.github.com/tpudlik) made their first contribution in [https://github.com/bazelbuild/bazel-skylib/pull/474](https://redirect.github.com/bazelbuild/bazel-skylib/pull/474) **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.5.0...1.6.0
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] 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/aspect-build/rules_py). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e/repository-rule-deps/MODULE.bazel | 2 +- internal_deps.bzl | 6 +++--- py/repositories.bzl | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e2e/repository-rule-deps/MODULE.bazel b/e2e/repository-rule-deps/MODULE.bazel index 38cee20e..d1704879 100644 --- a/e2e/repository-rule-deps/MODULE.bazel +++ b/e2e/repository-rule-deps/MODULE.bazel @@ -30,7 +30,7 @@ python.toolchain( ) # test case for py_library in an imported / generated repository -bazel_dep(name = "bazel_skylib", version = "1.5.0") +bazel_dep(name = "bazel_skylib", version = "1.7.1") importer = use_extension("//rules:import.bzl", "importer") use_repo(importer, "myrepo") diff --git a/internal_deps.bzl b/internal_deps.bzl index 646b4e42..d4c41e99 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -44,9 +44,9 @@ def rules_py_internal_deps(): # see https://github.com/bazelbuild/bazel-skylib/issues/250 http_archive( name = "bazel_skylib", - sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8", - strip_prefix = "bazel-skylib-1.5.0", - url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5.0.tar.gz", + sha256 = "e3fea03ff75a9821e84199466799ba560dbaebb299c655b5307f4df1e5970696", + strip_prefix = "bazel-skylib-1.7.1", + url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7.1.tar.gz", ) http_archive( diff --git a/py/repositories.bzl b/py/repositories.bzl index 12d198b4..5c701802 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -25,9 +25,9 @@ def rules_py_dependencies(): # The minimal version of bazel_skylib we require http_archive( name = "bazel_skylib", - sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8", - strip_prefix = "bazel-skylib-1.5.0", - url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5.0.tar.gz", + sha256 = "e3fea03ff75a9821e84199466799ba560dbaebb299c655b5307f4df1e5970696", + strip_prefix = "bazel-skylib-1.7.1", + url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7.1.tar.gz", ) # py_image_layer requires 2.x for the `tar` rule.