googleapis / google-cloud-cpp

C++ Client Libraries for Google Cloud Services
https://cloud.google.com/
Apache License 2.0
554 stars 374 forks source link

chore(deps): update dependency build_bazel_rules_apple to v3.12.0 #14837

Closed renovate-bot closed 2 weeks ago

renovate-bot commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive minor 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 Reviewable

dpebot commented 2 weeks ago

/gcbrun

codecov[bot] commented 2 weeks ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14837 +/- ## ======================================= Coverage 93.06% 93.06% ======================================= Files 2319 2319 Lines 209023 209023 ======================================= + Hits 194530 194533 +3 + Misses 14493 14490 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dbolduc commented 2 weeks ago

/gcbrun