From 32ae8c0db9290bbf7a7a1cdb7fecf9bce18949b0 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:13:13 +0000 Subject: [PATCH] chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.1.2" (#1213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SDWebImage/SDWebImageSwiftUI](https://togithub.com/SDWebImage/SDWebImageSwiftUI) | patch | `from: "3.1.1"` -> `from: "3.1.2"` | --- ### Release Notes
SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI) ### [`v3.1.2`](https://togithub.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#312---2024-08-29) [Compare Source](https://togithub.com/SDWebImage/SDWebImageSwiftUI/compare/3.1.1...3.1.2) - Allows easy to use WebImage with isAnimating default to false and change to true later [#​333](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/333) - Note: This changes WebImage's internal loaded image from `UIImage/NSImage` to `SDAnimatedImage`, which is compatible for `UIImageView/NSImageView`
--- ### 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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/resources_example/swift/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resources_example/swift/Package.swift b/examples/resources_example/swift/Package.swift index ac0f202d9..1252800f7 100644 --- a/examples/resources_example/swift/Package.swift +++ b/examples/resources_example/swift/Package.swift @@ -9,7 +9,7 @@ let package = Package( .package(path: "../third_party/app_lovin_sdk"), .package(path: "../third_party/package_with_resources"), .package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.7"), - .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.1"), + .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.2"), .package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"), .package( url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",