Skip to content

Commit 7bbe1d1

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency apple_support to v1.19.0 (#1527)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | apple_support | bazel_dep | minor | `1.17.1` -> `1.19.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 032c93a commit 7bbe1d1

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
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.7.1")
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.17.1")
15+
bazel_dep(name = "apple_support", version = "1.19.0")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "2.7.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.7.1")
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.17.1")
15+
bazel_dep(name = "apple_support", version = "1.19.0")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "2.7.0",

examples/google_maps_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.25.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
12-
bazel_dep(name = "apple_support", version = "1.17.1")
12+
bazel_dep(name = "apple_support", version = "1.19.0")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "2.7.0",

examples/grpc_example/MODULE.bazel

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

1717
# The apple_support bazel_dep must come before the rules_cc.
1818
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
19-
bazel_dep(name = "apple_support", version = "1.17.1")
19+
bazel_dep(name = "apple_support", version = "1.19.0")
2020
bazel_dep(
2121
name = "rules_swift",
2222
version = "2.7.0",

examples/grpc_package_example/MODULE.bazel

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

1717
# The apple_support bazel_dep must come before the rules_cc.
1818
# https://github.com/bazelbuild/apple_support#incompatible-toolchain-resolution
19-
bazel_dep(name = "apple_support", version = "1.17.1")
19+
bazel_dep(name = "apple_support", version = "1.19.0")
2020
bazel_dep(
2121
name = "rules_swift",
2222
version = "2.7.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.7.1")
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.17.1")
20+
bazel_dep(name = "apple_support", version = "1.19.0")
2121
bazel_dep(name = "platforms", version = "0.0.11")
2222
bazel_dep(
2323
name = "rules_swift",

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.7.1")
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.17.1")
15+
bazel_dep(name = "apple_support", version = "1.19.0")
1616
bazel_dep(
1717
name = "rules_swift",
1818
version = "2.7.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.25.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
12-
bazel_dep(name = "apple_support", version = "1.17.1")
12+
bazel_dep(name = "apple_support", version = "1.19.0")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "2.7.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.25.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
12-
bazel_dep(name = "apple_support", version = "1.17.1")
12+
bazel_dep(name = "apple_support", version = "1.19.0")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "2.7.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.25.2")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
12-
bazel_dep(name = "apple_support", version = "1.17.1")
12+
bazel_dep(name = "apple_support", version = "1.19.0")
1313
bazel_dep(
1414
name = "rules_swift",
1515
version = "2.7.0",

0 commit comments

Comments
 (0)