Skip to content

Commit 32ae8c0

Browse files
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.1.2" (#1213)
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 <details> <summary>SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI)</summary> ### [`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 [#&#8203;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` </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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>
1 parent 721d4a5 commit 32ae8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
1111
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.7"),
12-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.1"),
12+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.2"),
1313
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"),
1414
.package(
1515
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",

0 commit comments

Comments
 (0)