Skip to content

Commit bb3ac7c

Browse files
chore(deps): update dependency onevcat/kingfisher to from: "8.1.4" (#1465)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [onevcat/Kingfisher](https://redirect.github.com/onevcat/Kingfisher) | patch | `from: "8.1.3"` -> `from: "8.1.4"` | --- ### Release Notes <details> <summary>onevcat/Kingfisher (onevcat/Kingfisher)</summary> ### [`v8.1.4`](https://redirect.github.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#814---Avoid-Recreation-2025-01-29) [Compare Source](https://redirect.github.com/onevcat/Kingfisher/compare/8.1.3...8.1.4) ##### Fix - Avoid recreating the animated image if the options are the same. This improves the reloading performance. [@&#8203;yeatse](https://redirect.github.com/yeatse) [#&#8203;2347](https://redirect.github.com/onevcat/Kingfisher/pull/2347) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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>
1 parent b49c2fb commit bb3ac7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.3"),
9+
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.1.4"),
1010
]
1111
)

0 commit comments

Comments
 (0)