Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.24.0 (#1480)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.23.0` -> `0.24.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>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent e01fa32 commit 6fce2ed
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bzlmod/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/google_maps_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc_package_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/interesting_deps/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/ios_sim/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/lottie_ios_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/messagekit_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/nimble_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/objc_code/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/phone_number_kit/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/resources_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/shake_ios_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/snapkit_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/soto_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/symlink_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion examples/tca_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(
name = "apple_support",
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion examples/xcmetrics_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# The apple_support bazel_dep must come before the rules_cc.
Expand Down
2 changes: 1 addition & 1 deletion tools/create_example/template_files/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.24.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(
Expand Down

0 comments on commit 6fce2ed

Please sign in to comment.