Commit 03b520c
authored
chore(deps): update dependency cgrindel_bazel_starlib to v0.8.0 (#12)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.7.1` -> `v0.8.0` |
---
### Release Notes
<details>
<summary>cgrindel/bazel-starlib</summary>
###
[`v0.8.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.8.0)
[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.7.1...v0.8.0)
#### What's Changed
- Update README.md for v0.7.1 by
[@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/145](https://togithub.com/cgrindel/bazel-starlib/pull/145)
- Configure Renovate by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/146](https://togithub.com/cgrindel/bazel-starlib/pull/146)
- feat: point to Renovate preset for org by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/158](https://togithub.com/cgrindel/bazel-starlib/pull/158)
- chore(deps): update actions/checkout action to v3 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/157](https://togithub.com/cgrindel/bazel-starlib/pull/157)
- chore(deps): update dependency bazel_skylib to v1.3.0 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/151](https://togithub.com/cgrindel/bazel-starlib/pull/151)
- chore(deps): update dependency buildifier_prebuilt to v5 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/159](https://togithub.com/cgrindel/bazel-starlib/pull/159)
- chore(deps): update dependency bazel to v5.3.2 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/148](https://togithub.com/cgrindel/bazel-starlib/pull/148)
- chore(deps): update dependency com_github_bazelbuild_buildtools to
v5.1.0 by [@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/153](https://togithub.com/cgrindel/bazel-starlib/pull/153)
- chore(deps): update dependency com_google_protobuf to v3.21.9 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/154](https://togithub.com/cgrindel/bazel-starlib/pull/154)
- chore(deps): update dependency contrib_rules_bazel_integration_test to
v0.8.0 by [@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/155](https://togithub.com/cgrindel/bazel-starlib/pull/155)
- chore(deps): update dependency io_bazel_rules_go to v0.35.0 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/156](https://togithub.com/cgrindel/bazel-starlib/pull/156)
- chore(deps): update dependency io_bazel_stardoc to v0.5.3 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/147](https://togithub.com/cgrindel/bazel-starlib/pull/147)
- fix: `markdown/tools:update_markdown_toc` by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/162](https://togithub.com/cgrindel/bazel-starlib/pull/162)
- chore(deps): update dependency bazel_gazelle to v0.28.0 by
[@​renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/150](https://togithub.com/cgrindel/bazel-starlib/pull/150)
- chore: remove markdown link checking and dependency on rules_nodejs by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/164](https://togithub.com/cgrindel/bazel-starlib/pull/164)
- chore: add Skylib `bzl` gazelle plugin by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/165](https://togithub.com/cgrindel/bazel-starlib/pull/165)
- feat: support running `execute_binary` in the workspace directory by
[@​cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/166](https://togithub.com/cgrindel/bazel-starlib/pull/166)
#### New Contributors
- [@​renovate](https://togithub.com/renovate) made their first
contribution in
[https://github.com/cgrindel/bazel-starlib/pull/146](https://togithub.com/cgrindel/bazel-starlib/pull/146)
**Full Changelog**:
cgrindel/bazel-starlib@v0.7.1...v0.8.0
#### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "3a3b3a5e9b0f63e8a9a193a66bc588c1f2fb2873562be68f2026adb815eea06f",
strip_prefix = "bazel-starlib-0.8.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.8.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 this update
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://app.renovatebot.com/dashboard#github/cgrindel/github_snippets).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 11903ca commit 03b520c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments