d-date / google-mlkit-swiftpm

Google MLKit for iOS in Swift Package Manager
Apache License 2.0
92 stars 21 forks source link

Update dependency google/GoogleUtilities to v8 #45

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
google/GoogleUtilities major 7.13.2 -> 8.0.2

Release Notes

google/GoogleUtilities (google/GoogleUtilities) ### [`v8.0.2`](https://togithub.com/google/GoogleUtilities/blob/HEAD/CHANGELOG.md#802) [Compare Source](https://togithub.com/google/GoogleUtilities/compare/8.0.1...8.0.2) - Fix default logging level regression introduced in 8.0.0 (no value set); default value is restored to `GULLoggerLevelNotice`. ([#​207](https://togithub.com/google/GoogleUtilities/issues/207)) ### [`v8.0.1`](https://togithub.com/google/GoogleUtilities/blob/HEAD/CHANGELOG.md#801) [Compare Source](https://togithub.com/google/GoogleUtilities/compare/8.0.0...8.0.1) - Add missing copyright to source file. ([#​206](https://togithub.com/google/GoogleUtilities/issues/206)) - Removed an extraneous `#undef GUL_LOGGING_FUNCTION`. ([#​205](https://togithub.com/google/GoogleUtilities/issues/205)) ### [`v8.0.0`](https://togithub.com/google/GoogleUtilities/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://togithub.com/google/GoogleUtilities/compare/7.13.3...8.0.0) - Remove swizzling support for `application:didReceiveRemoteNotification:`. Use `application:didReceiveRemoteNotification:fetchCompletionHandler:` instead. ([#​162](https://togithub.com/google/GoogleUtilities/issues/162)) - Remove `GULHeartbeatDateStorable`, `GULHeartbeatDateStorage`, `GULHeartbeatDateStorageUserDefaults` APIs. ([#​164](https://togithub.com/google/GoogleUtilities/issues/164)) - Remove '+ \[GULAppEnvironmentUtil isIOS7OrHigher]' API. ([#​165](https://togithub.com/google/GoogleUtilities/issues/165)) - Remove '+ \[GULAppEnvironmentUtil hasSwiftRuntime]' API. ([#​166](https://togithub.com/google/GoogleUtilities/issues/166)) - Fix an issue where ObjC associated objects were sometimes set with a non-const key, potentially resulting in undefined behavior. ([#​141](https://togithub.com/google/GoogleUtilities/issues/141)) - Add nullabilty annotations to public headers. ([#​169](https://togithub.com/google/GoogleUtilities/issues/169)) - Remove references to deprecated CTCarrier. ([#​106](https://togithub.com/google/GoogleUtilities/issues/106)) - \[changed] **Breaking change**: Minimum supported versions have updated for the following platforms: - | Platform | GoogleUtilities 8.0| | ------------- | ------------- | | iOS | **12.0** | | tvOS | **13.0** | | macOS | **10.15** | | watchOS | 7.0 | - Remove dependency on `FBLPromises`. The following public API have been removed: - `- [NSURLSession gul_dataTaskPromiseWithRequest:]` - `GULURLSessionDataResponse` The following promise-based public API have been replaced with completion handler-based alternatives. - `- [GULKeychainStorage getObjectForKey:objectClass:accessGroup:]` - `- [GULKeychainStorage setObject:forKey:accessGroup:]` - `- [GULKeychainStorage removeObjectForKey:accessGroup:]` - Update underlying GULLogger implementation from `asl` to `os_log`. - Remove `GULLoggerEnableSTDERR` API. ### [`v7.13.3`](https://togithub.com/google/GoogleUtilities/blob/HEAD/CHANGELOG.md#7133) [Compare Source](https://togithub.com/google/GoogleUtilities/compare/7.13.2...7.13.3) - Rename parameter placeholder in `GULSecureCoding` unarchiving API to avoid conflict with keyword. ([#​152](https://togithub.com/google/GoogleUtilities/issues/152)) - Reorganize privacy manifests for SwiftPM so that each library target has its own privacy manifest, as opposed to transitively depending on a common one. ([#​150](https://togithub.com/google/GoogleUtilities/issues/150))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.