Skip to content

Commit 50a849c

Browse files
chore(deps): update dependency cgrindel_bazel_starlib to v0.19.0 (#261)
[![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.18.1` -> `0.19.0` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.18.1` -> `v0.19.0` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/376](https://togithub.com/cgrindel/bazel-starlib/pull/376) **Full Changelog**: cgrindel/bazel-starlib@v0.18.1...v0.19.0 ##### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0") ``` ##### Workspace Snippet ```python load("@&#8203;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("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4a84fa commit 50a849c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bazel_integration_test/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def bazel_integration_test_rules_dependencies():
1818
maybe(
1919
http_archive,
2020
name = "cgrindel_bazel_starlib",
21-
sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
21+
sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a",
2222
urls = [
23-
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.1.tar.gz",
23+
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.0.tar.gz",
2424
],
2525
)
2626

examples/custom_test_runner/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local_path_override(
1414
)
1515

1616
bazel_dep(name = "platforms", version = "0.0.8")
17-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.1")
17+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0")
1818
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1919
bazel_dep(
2020
name = "gazelle",

examples/simple/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module(
33
version = "0.0.0",
44
)
55

6-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.1")
6+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.19.0")
77
bazel_dep(name = "bazel_skylib", version = "1.5.0")

examples/simple/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "cgrindel_bazel_starlib",
7-
sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
7+
sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a",
88
urls = [
9-
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.1.tar.gz",
9+
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.0.tar.gz",
1010
],
1111
)
1212

0 commit comments

Comments
 (0)