Commit 48fe2e7
chore(deps): update dependency cgrindel_bazel_starlib to v0.27.0 (#1607)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[cgrindel_bazel_starlib](https://redirect.github.com/cgrindel/bazel-starlib)
| bazel_dep | minor | `0.26.0` -> `0.27.0` |
---
### Release Notes
<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>
###
[`v0.27.0`](https://redirect.github.com/cgrindel/bazel-starlib/releases/tag/v0.27.0)
#### What Has Changed
#### What's Changed
##### Highlights
- chore: update README.md for v0.26.0 by
[@​cgrindel-app-token-generator](https://redirect.github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/515](https://redirect.github.com/cgrindel/bazel-starlib/pull/515)
- fix: set `LC_ALL=C` when using `sort` by
[@​cgrindel](https://redirect.github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/519](https://redirect.github.com/cgrindel/bazel-starlib/pull/519)
##### Dependency Updates
- chore(deps): update dependency bazel to v8.2.0 by
[@​cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/516](https://redirect.github.com/cgrindel/bazel-starlib/pull/516)
- chore(deps): update dependency bazel to v8.2.1 by
[@​cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/517](https://redirect.github.com/cgrindel/bazel-starlib/pull/517)
- chore(deps): update dependency ubuntu to v24 by
[@​cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/518](https://redirect.github.com/cgrindel/bazel-starlib/pull/518)
**Full Changelog**:
cgrindel/bazel-starlib@v0.26.0...v0.27.0
#### Bazel Module Snippet
```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.27.0")
```
#### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "53e77f9b0cea589b4ca6dfb169ce5839aa61d6d56f0773d9bbd63b5fa8c1fff7",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.27.0/bazel-starlib.v0.27.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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent eed6459 commit 48fe2e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments