Skip to content

Commit

Permalink
chore(deps): update dependency sdwebimage/sdwebimageswiftui to from: …
Browse files Browse the repository at this point in the history
…"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>
  • Loading branch information
1 parent 721d4a5 commit 32ae8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32ae8c0

Please sign in to comment.