Commit c5f2798
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
[@​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
[@​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
[@​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("@​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(
"@​build_bazel_rules_apple//apple:repositories.bzl",
"apple_rules_dependencies",
)
apple_rules_dependencies()
load(
"@​build_bazel_rules_swift//swift:repositories.bzl",
"swift_rules_dependencies",
)
swift_rules_dependencies()
load(
"@​build_bazel_rules_swift//swift:extras.bzl",
"swift_rules_extra_dependencies",
)
swift_rules_extra_dependencies()
load(
"@​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- examples
- firebase_example
- google_maps_example
- injectionnext_example
- interesting_deps
- ios_sim
- kscrash_example
- language_modes_example
- lottie_ios_example
- messagekit_example
- nimble_example
- objc_code
- phone_number_kit
- resources_example
- shake_ios_example
- skip_local_transitive_dependencies_example
- snapkit_example
- soto_example
- sqlite_data_example
- stripe_example
- swift_package_registry_example
- symlink_example
- tca_example
- vapor_example
- xcmetrics_example
- tools/create_example/template_files
25 files changed
+25
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments