Skip to content

Commit c5f2798

Browse files
chore(deps): update dependency rules_apple to v4.3.1 (#1927)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_apple](https://redirect.github.com/bazelbuild/rules_apple) | bazel_dep | minor | `4.2.0` -> `4.3.1` | --- ### Release Notes <details> <summary>bazelbuild/rules_apple (rules_apple)</summary> ### [`v4.3.1`](https://redirect.github.com/bazelbuild/rules_apple/releases/tag/4.3.1) [Compare Source](https://redirect.github.com/bazelbuild/rules_apple/compare/4.2.0...4.3.1) ##### What's Changed - Simulator: Add support for preferring persistent sims by [@&#8203;rockbruno](https://redirect.github.com/rockbruno) in [https://github.com/bazelbuild/rules_apple/pull/2820](https://redirect.github.com/bazelbuild/rules_apple/pull/2820)0 - Fix `apple_precompiled_resource_bundle` for recent changes by [@&#8203;brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2825](https://redirect.github.com/bazelbuild/rules_apple/pull/2825)5 - Set `BAZEL_DEVICE_UDID` when running on device by [@&#8203;brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2824](https://redirect.github.com/bazelbuild/rules_apple/pull/2824)4 **Full Changelog**: https://github.com/bazelbuild/rules\_apple/compare/4.3.0...4.3.1 This release is compatible with Bazel 7.x LTS and 8.x LTS releases. ##### MODULE.bazel Snippet ```bzl bazel_dep(name = "rules_apple", version = "4.3.1", repo_name = "build_bazel_rules_apple") ``` ##### Workspace Snippet ```bzl load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "build_bazel_rules_apple", sha256 = "75e04b74078419e886048770aee4f964027783cab44029c226953a8ea8aaacd5", url = "https://github.com/bazelbuild/rules_apple/releases/download/4.3.1/rules_apple.4.3.1.tar.gz", ) load( "@&#8203;build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies", ) apple_rules_dependencies() load( "@&#8203;build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) swift_rules_dependencies() load( "@&#8203;build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() load( "@&#8203;build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependencies", ) apple_support_dependencies() ``` </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> 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]>
1 parent a6a6e8e commit c5f2798

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(
2020
)
2121
bazel_dep(
2222
name = "rules_apple",
23-
version = "4.2.0",
23+
version = "4.3.1",
2424
repo_name = "build_bazel_rules_apple",
2525
)
2626

examples/google_maps_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/injectionnext_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/interesting_deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(
2626
)
2727
bazel_dep(
2828
name = "rules_apple",
29-
version = "4.2.0",
29+
version = "4.3.1",
3030
repo_name = "build_bazel_rules_apple",
3131
)
3232

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(
2020
)
2121
bazel_dep(
2222
name = "rules_apple",
23-
version = "4.2.0",
23+
version = "4.3.1",
2424
repo_name = "build_bazel_rules_apple",
2525
)
2626

examples/kscrash_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/language_modes_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/lottie_ios_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/messagekit_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/nimble_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.2.0",
20+
version = "4.3.1",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

0 commit comments

Comments
 (0)