Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.15.0 (#298)
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.14.9` -> `v0.15.0` |

---

### Release Notes

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

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

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

#### What's Changed

- Update README.md for v0.14.9 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/260](https://togithub.com/cgrindel/bazel-starlib/pull/260)
- fix(deps): update dependency markdown-link-check to v3.10.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/262](https://togithub.com/cgrindel/bazel-starlib/pull/262)
- chore(deps): update dependency bazel to v6.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/261](https://togithub.com/cgrindel/bazel-starlib/pull/261)
- chore: use `rules_bazel_integration_test` module by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/263](https://togithub.com/cgrindel/bazel-starlib/pull/263)
- fix(deps): update dependency markdown-link-check to v3.11.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/265](https://togithub.com/cgrindel/bazel-starlib/pull/265)
- feat: support bzlmod snippets in bzlrelease by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/270](https://togithub.com/cgrindel/bazel-starlib/pull/270)

**Full Changelog**:
cgrindel/bazel-starlib@v0.14.9...v0.15.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.15.0")
```

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "52102a2022624a18587ec32ecf12cf174b5fbf06d97f9787597cd3f1aca4cd0d",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.15.0/bazel-starlib.v0.15.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 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/swift_bazel).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent 8be2ce1 commit e32fa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def swift_bazel_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "00ea5182b75330de5934d0e5fdcfdaa22c2452227153b67278bb0389326ebcba",
sha256 = "52102a2022624a18587ec32ecf12cf174b5fbf06d97f9787597cd3f1aca4cd0d",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.9/bazel-starlib.v0.14.9.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.15.0/bazel-starlib.v0.15.0.tar.gz",
],
)

0 comments on commit e32fa83

Please sign in to comment.