Skip to content

Commit fa6c0cd

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: "3.0.4" (#1053)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SDWebImage/SDWebImageSwiftUI](https://togithub.com/SDWebImage/SDWebImageSwiftUI) | patch | `from: "3.0.2"` -> `from: "3.0.4"` | --- ### Release Notes <details> <summary>SDWebImage/SDWebImageSwiftUI (SDWebImage/SDWebImageSwiftUI)</summary> ### [`v3.0.4`](https://togithub.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#304---2024-04-30) [Compare Source](https://togithub.com/SDWebImage/SDWebImageSwiftUI/compare/3.0.3...3.0.4) - Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue [#&#8203;316](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/316) - This solve a issue in history when sometimes SwiftUI does not trigger the `onAppear` and cause state error, like [#&#8203;312](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/312) [#&#8203;314](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/314) ### [`v3.0.3`](https://togithub.com/SDWebImage/SDWebImageSwiftUI/blob/HEAD/CHANGELOG.md#303---2024-04-29) [Compare Source](https://togithub.com/SDWebImage/SDWebImageSwiftUI/compare/3.0.2...3.0.3) - Added totally empty privacy manifest [#&#8203;315](https://togithub.com/SDWebImage/SDWebImageSwiftUI/issues/315) - People who facing the issue because of Privacy Manifest declaration during ITC validation can try this version </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 2cbab69 commit fa6c0cd

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.2"),
11+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.4"),
1212
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.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
@@ -407,9 +407,9 @@
407407
"name": "swiftpkg_sdwebimageswiftui",
408408
"identity": "sdwebimageswiftui",
409409
"remote": {
410-
"commit": "22423b017b99ab8ac44e29e6372f571f782af6e4",
410+
"commit": "b7af5e6bd9c2987e41730400d1baad13d74a141a",
411411
"remote": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
412-
"version": "3.0.2"
412+
"version": "3.0.4"
413413
}
414414
}
415415
]

0 commit comments

Comments
 (0)