Skip to content

Commit 03bc97a

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency onevcat/kingfisher to from: "7.11.0" (#913)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [onevcat/Kingfisher](https://togithub.com/onevcat/Kingfisher) | minor | `from: "7.10.2"` -> `from: "7.11.0"` | --- ### Release Notes <details> <summary>onevcat/Kingfisher (onevcat/Kingfisher)</summary> ### [`v7.11.0`](https://togithub.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#7110---visionOS-for-CocoaPods-2024-02-12) [Compare Source](https://togithub.com/onevcat/Kingfisher/compare/7.10.2...7.11.0) ##### Add - Add visionOS as a supported platform when being used in CocoaPods. For other dependency managers, it was already supported from previous versions. [#&#8203;2205](https://togithub.com/onevcat/Kingfisher/pull/2205) [@&#8203;onevcat](https://togithub.com/onevcat) [@&#8203;grachyov](https://togithub.com/grachyov) - A name for background task started for image cache cleanup. [#&#8203;2201](https://togithub.com/onevcat/Kingfisher/pull/2201) [@&#8203;antohisorin](https://togithub.com/antohisorin) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent d74ebf9 commit 03bc97a

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

examples/messagekit_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
"name": "swiftpkg_kingfisher",
135135
"identity": "kingfisher",
136136
"remote": {
137-
"commit": "3ec0ab0bca4feb56e8b33e289c9496e89059dd08",
137+
"commit": "5b92f029fab2cce44386d28588098b5be0824ef5",
138138
"remote": "https://github.com/onevcat/Kingfisher",
139-
"version": "7.10.2"
139+
"version": "7.11.0"
140140
}
141141
},
142142
{

0 commit comments

Comments
 (0)