Skip to content

Commit 93b7443

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency apple_support to v1.15.1 (#989)
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>
1 parent 38338cc commit 93b7443

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

bzlmod/workspace/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.
1414
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
15-
bazel_dep(name = "apple_support", version = "1.14.0")
15+
bazel_dep(name = "apple_support", version = "1.15.1")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "1.17.0",

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.
1414
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
15-
bazel_dep(name = "apple_support", version = "1.14.0")
15+
bazel_dep(name = "apple_support", version = "1.15.1")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "1.17.0",

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.
1414
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
15-
bazel_dep(name = "apple_support", version = "1.14.0")
15+
bazel_dep(name = "apple_support", version = "1.15.1")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "1.17.0",

examples/interesting_deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1717

1818
# The apple_support bazel_dep must come before the rules_cc.
1919
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
20-
bazel_dep(name = "apple_support", version = "1.14.0")
20+
bazel_dep(name = "apple_support", version = "1.15.1")
2121
bazel_dep(
2222
name = "rules_swift",
2323
version = "1.17.0",

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212

1313
# The apple_support bazel_dep must come before the rules_cc.
1414
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
15-
bazel_dep(name = "apple_support", version = "1.14.0")
15+
bazel_dep(name = "apple_support", version = "1.15.1")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "1.17.0",

examples/lottie_ios_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local_path_override(
99

1010
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12-
bazel_dep(name = "apple_support", version = "1.14.0")
12+
bazel_dep(name = "apple_support", version = "1.15.1")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "1.17.0",

examples/messagekit_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local_path_override(
99

1010
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12-
bazel_dep(name = "apple_support", version = "1.14.0")
12+
bazel_dep(name = "apple_support", version = "1.15.1")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "1.17.0",

examples/nimble_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local_path_override(
99

1010
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12-
bazel_dep(name = "apple_support", version = "1.14.0")
12+
bazel_dep(name = "apple_support", version = "1.15.1")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "1.17.0",

examples/objc_code/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
1717

1818
# The apple_support bazel_dep must come before the rules_cc.
1919
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
20-
bazel_dep(name = "apple_support", version = "1.14.0")
20+
bazel_dep(name = "apple_support", version = "1.15.1")
2121
bazel_dep(
2222
name = "rules_swift",
2323
version = "1.17.0",

examples/phone_number_kit/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local_path_override(
99

1010
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12-
bazel_dep(name = "apple_support", version = "1.14.0")
12+
bazel_dep(name = "apple_support", version = "1.15.1")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "1.17.0",

0 commit comments

Comments
 (0)