Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.9.0 (#197)
Browse files Browse the repository at this point in the history
[![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](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.8.0` -> `v0.9.0` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib</summary>

###
[`v0.9.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.9.0)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.8.1...v0.9.0)

#### What's Changed

- Update README.md for v0.8.1 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/168](https://togithub.com/cgrindel/bazel-starlib/pull/168)
- chore(deps): update dependency io_bazel_rules_go to v0.36.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/169](https://togithub.com/cgrindel/bazel-starlib/pull/169)
- feat: implement `bzltidy` to execute actions against source and check
for changes by [@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/170](https://togithub.com/cgrindel/bazel-starlib/pull/170)

**Full Changelog**:
cgrindel/bazel-starlib@v0.8.1...v0.9.0

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252",
    strip_prefix = "bazel-starlib-0.9.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.9.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()
```

###
[`v0.8.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.8.1)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.8.0...v0.8.1)

#### What's Changed

- Update README.md for v0.8.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/167](https://togithub.com/cgrindel/bazel-starlib/pull/167)

**Full Changelog**:
cgrindel/bazel-starlib@v0.8.0...v0.8.1

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "f10f9a47f23a76e6cc6f8af0b2d0c6377452e5b17ebeed6dbd656f0ba2aaa4ec",
    strip_prefix = "bazel-starlib-0.8.1",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.8.1.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 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/rules_spm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2022
1 parent 01ff5b6 commit 24f6c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spm/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def spm_rules_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "3a3b3a5e9b0f63e8a9a193a66bc588c1f2fb2873562be68f2026adb815eea06f",
strip_prefix = "bazel-starlib-0.8.0",
sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252",
strip_prefix = "bazel-starlib-0.9.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.8.0.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.9.0.tar.gz",
],
)

Expand Down

0 comments on commit 24f6c10

Please sign in to comment.