Commit c4fe3fd
authored
chore(deps): update dependency cgrindel_bazel_starlib to v0.20.2 (#297)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.2` |
---
### Release Notes
<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>
###
[`v0.20.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.2)
[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)
##### What Has Changed
##### What's Changed
- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/403](https://togithub.com/cgrindel/bazel-starlib/pull/403)
**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2
##### Bazel Module Snippet
```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
```
##### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.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()
```
###
[`v0.20.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.1)
[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1)
##### What Has Changed
##### What's Changed
- chore: update README.md for v0.20.0 by
[@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/400](https://togithub.com/cgrindel/bazel-starlib/pull/400)
- fix: BCR presubmit version and upgrade to Bazel 7.1.1 by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/401](https://togithub.com/cgrindel/bazel-starlib/pull/401)
**Full Changelog**:
cgrindel/bazel-starlib@v0.20.0...v0.20.1
##### Bazel Module Snippet
```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1")
```
##### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.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()
```
###
[`v0.20.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.0)
[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)
##### What Has Changed
##### What's Changed
- chore: update README.md for v0.19.0 by
[@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/377](https://togithub.com/cgrindel/bazel-starlib/pull/377)
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/378](https://togithub.com/cgrindel/bazel-starlib/pull/378)
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/379](https://togithub.com/cgrindel/bazel-starlib/pull/379)
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://togithub.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/380](https://togithub.com/cgrindel/bazel-starlib/pull/380)
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/381](https://togithub.com/cgrindel/bazel-starlib/pull/381)
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/382](https://togithub.com/cgrindel/bazel-starlib/pull/382)
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/383](https://togithub.com/cgrindel/bazel-starlib/pull/383)
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/384](https://togithub.com/cgrindel/bazel-starlib/pull/384)
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/385](https://togithub.com/cgrindel/bazel-starlib/pull/385)
- chore(deps): update actions/checkout digest to
[`473055b`](https://togithub.com/cgrindel/bazel-starlib/commit/473055b)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/386](https://togithub.com/cgrindel/bazel-starlib/pull/386)
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://togithub.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/387](https://togithub.com/cgrindel/bazel-starlib/pull/387)
- chore(deps): update actions/checkout digest to
[`aadec89`](https://togithub.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/388](https://togithub.com/cgrindel/bazel-starlib/pull/388)
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://togithub.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/389](https://togithub.com/cgrindel/bazel-starlib/pull/389)
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://togithub.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/390](https://togithub.com/cgrindel/bazel-starlib/pull/390)
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://togithub.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/392](https://togithub.com/cgrindel/bazel-starlib/pull/392)
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/391](https://togithub.com/cgrindel/bazel-starlib/pull/391)
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/393](https://togithub.com/cgrindel/bazel-starlib/pull/393)
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/394](https://togithub.com/cgrindel/bazel-starlib/pull/394)
- chore(deps): update actions/checkout digest by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/395](https://togithub.com/cgrindel/bazel-starlib/pull/395)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/396](https://togithub.com/cgrindel/bazel-starlib/pull/396)
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://togithub.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/397](https://togithub.com/cgrindel/bazel-starlib/pull/397)
- fix: generate release notes test by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/398](https://togithub.com/cgrindel/bazel-starlib/pull/398)
- chore: remove Bazel lock files by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/399](https://togithub.com/cgrindel/bazel-starlib/pull/399)
**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0
##### Bazel Module Snippet
```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0")
```
##### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.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()
```
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent cbc90a1 commit c4fe3fd
File tree
4 files changed
+6
-6
lines changed- bazel_integration_test
- examples
- custom_test_runner
- simple
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments