From 4f029d3aa4ffe5daff4d600ac777a77945cc53f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:29:27 +0000 Subject: [PATCH] chore(deps): update dependency cgrindel_bazel_starlib to v0.18.0 (#210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | minor | `0.17.0` -> `0.18.0` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.17.0` -> `v0.18.0` | --- ### Release Notes
cgrindel/bazel-starlib (cgrindel_bazel_starlib) ### [`v0.18.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.18.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.17.0...v0.18.0) ##### What's Changed - chore: update README.md for v0.17.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/343](https://togithub.com/cgrindel/bazel-starlib/pull/343) - fix(deps): update module golang.org/x/net to v0.14.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/344](https://togithub.com/cgrindel/bazel-starlib/pull/344) - chore(deps): update actions/checkout action to v4 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/345](https://togithub.com/cgrindel/bazel-starlib/pull/345) - fix(deps): update module golang.org/x/net to v0.15.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/347](https://togithub.com/cgrindel/bazel-starlib/pull/347) - chore(deps): update actions/checkout digest to [`72f2cec`](https://togithub.com/cgrindel/bazel-starlib/commit/72f2cec) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/346](https://togithub.com/cgrindel/bazel-starlib/pull/346) - chore(deps): update dependency bazel_gazelle to v0.33.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/348](https://togithub.com/cgrindel/bazel-starlib/pull/348) - chore(deps): update tibdex/github-app-token action to v2 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/349](https://togithub.com/cgrindel/bazel-starlib/pull/349) - fix: replace `gh-md-toc` with custom `generate_toc` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/352](https://togithub.com/cgrindel/bazel-starlib/pull/352) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.17.0...v0.18.0 ##### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.0") ``` ##### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "dfa423dbf5aac0a5217d3780b295abd3ea1c633d5f9198712b23f0f14f2e8d92", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.0/bazel-starlib.v0.18.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. 🔕 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel_integration_test/deps.bzl | 4 ++-- examples/custom_test_runner/MODULE.bazel | 2 +- examples/simple/MODULE.bazel | 2 +- examples/simple/WORKSPACE | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bazel_integration_test/deps.bzl b/bazel_integration_test/deps.bzl index 974f6274..f79f64b6 100644 --- a/bazel_integration_test/deps.bzl +++ b/bazel_integration_test/deps.bzl @@ -18,9 +18,9 @@ def bazel_integration_test_rules_dependencies(): maybe( http_archive, name = "cgrindel_bazel_starlib", - sha256 = "a8d25340956b429b56302d3fd702bb3df8b3a67db248dd32b3084891ad497964", + sha256 = "dfa423dbf5aac0a5217d3780b295abd3ea1c633d5f9198712b23f0f14f2e8d92", urls = [ - "https://github.com/cgrindel/bazel-starlib/releases/download/v0.17.0/bazel-starlib.v0.17.0.tar.gz", + "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.0/bazel-starlib.v0.18.0.tar.gz", ], ) diff --git a/examples/custom_test_runner/MODULE.bazel b/examples/custom_test_runner/MODULE.bazel index d8c92f30..62b65db1 100644 --- a/examples/custom_test_runner/MODULE.bazel +++ b/examples/custom_test_runner/MODULE.bazel @@ -14,7 +14,7 @@ local_path_override( ) bazel_dep(name = "platforms", version = "0.0.7") -bazel_dep(name = "cgrindel_bazel_starlib", version = "0.17.0") +bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.0") bazel_dep(name = "bazel_skylib", version = "1.4.2") bazel_dep( name = "gazelle", diff --git a/examples/simple/MODULE.bazel b/examples/simple/MODULE.bazel index db9eaf2b..5e3215c0 100644 --- a/examples/simple/MODULE.bazel +++ b/examples/simple/MODULE.bazel @@ -3,5 +3,5 @@ module( version = "0.0.0", ) -bazel_dep(name = "cgrindel_bazel_starlib", version = "0.17.0") +bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.0") bazel_dep(name = "bazel_skylib", version = "1.4.2") diff --git a/examples/simple/WORKSPACE b/examples/simple/WORKSPACE index a3b59a1d..dc2384dd 100644 --- a/examples/simple/WORKSPACE +++ b/examples/simple/WORKSPACE @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", - sha256 = "a8d25340956b429b56302d3fd702bb3df8b3a67db248dd32b3084891ad497964", + sha256 = "dfa423dbf5aac0a5217d3780b295abd3ea1c633d5f9198712b23f0f14f2e8d92", urls = [ - "https://github.com/cgrindel/bazel-starlib/releases/download/v0.17.0/bazel-starlib.v0.17.0.tar.gz", + "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.0/bazel-starlib.v0.18.0.tar.gz", ], )