Skip to content

Commit 25b9a35

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency cgrindel_bazel_starlib to v0.23.0 (#1448)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | minor | `0.22.0` -> `0.23.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 0bcb5d5 commit 25b9a35

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bazel_dep(
3434
)
3535
bazel_dep(
3636
name = "gazelle",
37-
version = "0.40.0",
37+
version = "0.41.0",
3838
repo_name = "bazel_gazelle",
3939
)
4040

bzlmod/workspace/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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.

examples/firebase_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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.

examples/google_maps_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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212
bazel_dep(name = "apple_support", version = "1.17.1")
1313
bazel_dep(

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local_path_override(
1111
path = "../..",
1212
)
1313

14-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.22.0")
14+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1515
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1616

1717
# The apple_support bazel_dep must come before the rules_cc.

examples/grpc_package_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local_path_override(
1111
path = "../..",
1212
)
1313

14-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.22.0")
14+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1515
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1616

1717
# The apple_support bazel_dep must come before the rules_cc.

examples/interesting_deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local_path_override(
1212
path = "../..",
1313
)
1414

15-
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.22.0")
15+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1616
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1717

1818
# The apple_support bazel_dep must come before the rules_cc.

examples/ios_sim/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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.

examples/lottie_ios_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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212
bazel_dep(name = "apple_support", version = "1.17.1")
1313
bazel_dep(

examples/messagekit_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.22.0")
10+
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212
bazel_dep(name = "apple_support", version = "1.17.1")
1313
bazel_dep(

0 commit comments

Comments
 (0)