Skip to content

Commit

Permalink
chore(deps): update dependency apple_support to v1.15.1 (#989)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| apple_support | bazel_dep | minor | `1.14.0` -> `1.15.1` |

---

### 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://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Apr 2, 2024
1 parent 38338cc commit 93b7443
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bzlmod/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -17,7 +17,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -17,7 +17,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -9,7 +9,7 @@ local_path_override(

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -11,7 +11,7 @@ bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(
name = "apple_support",
version = "1.14.0",
version = "1.15.1",
)
bazel_dep(
name = "rules_swift",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
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 @@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")

# The apple_support bazel_dep must come before the rules_cc.
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(
name = "rules_swift",
version = "1.17.0",
Expand Down

0 comments on commit 93b7443

Please sign in to comment.