From 3e4bd7602097d04cbf4faf06ccfe45be4b90701e Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 03:05:10 +0000 Subject: [PATCH] chore(deps): update dependency cgrindel_bazel_starlib to v0.19.0 (#51) 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 | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.18.1` -> `v0.19.0` | --- ### Release Notes
cgrindel/bazel-starlib (cgrindel_bazel_starlib) ### [`v0.19.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.19.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.18.1...v0.19.0) #### What's Changed - chore(deps): update dependency bazel_skylib to v1.5.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/363](https://togithub.com/cgrindel/bazel-starlib/pull/363) - chore(deps): update dependency bazel_skylib to v1.5.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/364](https://togithub.com/cgrindel/bazel-starlib/pull/364) - chore(deps): update dependency bazel_gazelle to v0.34.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/365](https://togithub.com/cgrindel/bazel-starlib/pull/365) - chore: upgrade Bazel to 7.0.0rc3 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/366](https://togithub.com/cgrindel/bazel-starlib/pull/366) - fix: update lock files for `bzltidy` test by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/367](https://togithub.com/cgrindel/bazel-starlib/pull/367) - fix(deps): update github.com/gomarkdown/markdown digest to [`a660076`](https://togithub.com/cgrindel/bazel-starlib/commit/a660076) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/369](https://togithub.com/cgrindel/bazel-starlib/pull/369) - chore: upgrade Bazel to 7.0.0rc4 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/370](https://togithub.com/cgrindel/bazel-starlib/pull/370) - fix: only run bzltidy tests for a single Bazel version by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/372](https://togithub.com/cgrindel/bazel-starlib/pull/372) - fix: enable CI workflow generation after fixing bzltidy by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/373](https://togithub.com/cgrindel/bazel-starlib/pull/373) - chore(deps): update dependency io_bazel_rules_go to v0.43.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/374](https://togithub.com/cgrindel/bazel-starlib/pull/374) - chore(deps): update dependency buildifier_prebuilt to v6.4.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/375](https://togithub.com/cgrindel/bazel-starlib/pull/375) - fix: support new gh auth status output by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/376](https://togithub.com/cgrindel/bazel-starlib/pull/376) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.18.1...v0.19.0 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.0.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ```
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.bzl b/deps.bzl index 312a254..74586d2 100644 --- a/deps.bzl +++ b/deps.bzl @@ -7,9 +7,9 @@ def github_snippets_dependencies(): maybe( http_archive, name = "cgrindel_bazel_starlib", - sha256 = "aeaaad85abce703bf1ab85af49312132cd31c22b1d3a7f86799a0f42021dfb29", - strip_prefix = "bazel-starlib-0.18.1", + sha256 = "fa62fc83374722e47ad4ea7acfa3cf40d59231a167218bbade11963dde1acee0", + strip_prefix = "bazel-starlib-0.19.0", urls = [ - "http://github.com/cgrindel/bazel-starlib/archive/v0.18.1.tar.gz", + "http://github.com/cgrindel/bazel-starlib/archive/v0.19.0.tar.gz", ], )