Closed renovate-bot closed 2 weeks ago
/gcbrun
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.06%. Comparing base (
0941d08
) to head (1017971
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/gcbrun
This PR contains the following updates:
3.11.2
->3.12.0
Release Notes
bazelbuild/rules_apple (build_bazel_rules_apple)
### [`v3.12.0`](https://redirect.github.com/bazelbuild/rules_apple/releases/tag/3.12.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_apple/compare/3.11.2...3.12.0) #### What's Changed - Add proper support for **rules_swift** `mixed_language_library` by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2580](https://redirect.github.com/bazelbuild/rules_apple/pull/2580) - Stop using rule(output_to_genfiles = True) by [@EdSchouten](https://redirect.github.com/EdSchouten) in [https://github.com/bazelbuild/rules_apple/pull/2586](https://redirect.github.com/bazelbuild/rules_apple/pull/2586) - Fix `ios_xctestrun_runner` not updating binary on delta updates by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2590](https://redirect.github.com/bazelbuild/rules_apple/pull/2590) - Fix nesting of bundles with `apple_precompiled_resource_bundle` by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2588](https://redirect.github.com/bazelbuild/rules_apple/pull/2588) - Fix nested resources (e.g. `.momd` directories) with `apple_precompiled_resource_bundle` by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2592](https://redirect.github.com/bazelbuild/rules_apple/pull/2592) - Always process `Info.plist` files with `apple_precompiled_resource_bundle` by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2591](https://redirect.github.com/bazelbuild/rules_apple/pull/2591) - Expose a new `AppleDeviceTestRunnerInfo` provider from device-based test runners by [@brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/bazelbuild/rules_apple/pull/2581](https://redirect.github.com/bazelbuild/rules_apple/pull/2581) **Full Changelog**: https://github.com/bazelbuild/rules_apple/compare/3.11.2...3.12.0 This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases. #### MODULE.bazel Snippet ```bzl bazel_dep(name = "rules_apple", version = "3.12.0", 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 = "ccb75e9a25f55fa2088834bcdf052a1fb53250737651ee3532e420e36d375283", url = "https://github.com/bazelbuild/rules_apple/releases/download/3.12.0/rules_apple.3.12.0.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() ```Configuration
π Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This change isβ