Skip to content

Commit 203e30a

Browse files
chore(deps): update dependency onevcat/kingfisher to from: "8.3.3" (#1695)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [onevcat/Kingfisher](https://redirect.github.com/onevcat/Kingfisher) | patch | `from: "8.3.2"` -> `from: "8.3.3"` | --- ### Release Notes <details> <summary>onevcat/Kingfisher (onevcat/Kingfisher)</summary> ### [`v8.3.3`](https://redirect.github.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#833---Swift-Harmony-2025-06-22) [Compare Source](https://redirect.github.com/onevcat/Kingfisher/compare/8.3.2...8.3.3) ##### Add - Add Carthage support for both watchOS and iOS platforms [#&#8203;2399](https://redirect.github.com/onevcat/Kingfisher/pull/2399) [@&#8203;wolfcon](https://redirect.github.com/wolfcon) ##### Fix - Fix Swift Task Continuation Misuse issue with Swift 6 compatible solution [#&#8203;2398](https://redirect.github.com/onevcat/Kingfisher/pull/2398) [@&#8203;VladimirHorky](https://redirect.github.com/VladimirHorky) [@&#8203;onevcat](https://redirect.github.com/onevcat) - Fix ThumbnailImageDataProvider image orientation issue [#&#8203;2396](https://redirect.github.com/onevcat/Kingfisher/pull/2396) [@&#8203;gongzhang](https://redirect.github.com/gongzhang) [@&#8203;onevcat](https://redirect.github.com/onevcat) - Remove incorrect watchOS available declaration [#&#8203;2382](https://redirect.github.com/onevcat/Kingfisher/pull/2382) [@&#8203;wolfcon](https://redirect.github.com/wolfcon) [@&#8203;onevcat](https://redirect.github.com/onevcat) *** </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>
1 parent 5185451 commit 203e30a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/messagekit_example/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/messagekit_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ let package = Package(
66
name: "messagekit_example",
77
dependencies: [
88
.package(url: "https://github.com/MessageKit/MessageKit", from: "5.0.0"),
9-
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.3.2"),
9+
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.3.3"),
1010
]
1111
)

0 commit comments

Comments
 (0)