Skip to content

Commit 593b80c

Browse files
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.1.4" (#1905)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SDWebImage/SDWebImageSwiftUI](https://redirect.github.com/SDWebImage/SDWebImageSwiftUI) | patch | `from: "3.1.3"` -> `from: "3.1.4"` | --- ### Release Notes <details> <summary>SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI)</summary> ### [`v3.1.4`](https://redirect.github.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#314---2025-11-03) [Compare Source](https://redirect.github.com/SDWebImage/SDWebImageSwiftUI/compare/3.1.3...3.1.4) - Xcode 26 Compliant (Update SDWebImage to 5.21.1) [#&#8203;354](https://redirect.github.com/SDWebImage/SDWebImageSwiftUI/issues/354) </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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]>
1 parent 2abcbbc commit 593b80c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
.package(path: "../third_party/package_with_resources"),
1212
.package(path: "../third_party/package_with_resources_swift_6"),
1313
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.6.2"),
14-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
14+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.4"),
1515
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "9.0.0"),
1616
.package(
1717
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",

0 commit comments

Comments
 (0)