Skip to content

Commit 48fe2e7

Browse files
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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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("@&#8203;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("@&#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. 👻 **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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/injectionnext_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local_path_override(
77
path = "../..",
88
)
99

10-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.26.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.27.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212
bazel_dep(name = "apple_support", version = "1.22.0")
1313
bazel_dep(

0 commit comments

Comments
 (0)