Skip to content

Commit 62e7d6e

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.0.2" (#986)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SDWebImage/SDWebImageSwiftUI](https://togithub.com/SDWebImage/SDWebImageSwiftUI) | patch | `from: "3.0.1"` -> `from: "3.0.2"` | --- ### Release Notes <details> <summary>SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI)</summary> ### [`v3.0.2`](https://togithub.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#302---2024-03-27) [Compare Source](https://togithub.com/SDWebImage/SDWebImageSwiftUI/compare/3.0.1...3.0.2) - Fix the assert crash then when using Data/Name in AnimatedImage [#&#8203;309](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/309) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent e5659ea commit 62e7d6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -8,7 +8,7 @@ let package = Package(
88
.package(path: "../third_party/another_package_with_resources"),
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
11-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.1"),
11+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.2"),
1212
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.0.0"),
1313
.package(
1414
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",

examples/resources_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@
406406
"name": "swiftpkg_sdwebimageswiftui",
407407
"identity": "sdwebimageswiftui",
408408
"remote": {
409-
"commit": "3333a1200c702fa8aad0227018ac6d4c2e927b67",
409+
"commit": "22423b017b99ab8ac44e29e6372f571f782af6e4",
410410
"remote": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
411-
"version": "3.0.1"
411+
"version": "3.0.2"
412412
}
413413
}
414414
]

0 commit comments

Comments
 (0)