Skip to content

Commit

Permalink
chore(deps): update dependency onevcat/kingfisher to from: "8.3.0" (#…
Browse files Browse the repository at this point in the history
…1506)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [onevcat/Kingfisher](https://github.com/onevcat/Kingfisher) |
minor | `from: "8.2.0"` -> `from: "8.3.0"` |

---

### Release Notes

<details>
<summary>onevcat/Kingfisher (onevcat/Kingfisher)</summary>

###
[`v8.3.0`](https://github.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#830---Progressive-Loading-Improvement-2025-03-04)

[Compare
Source](https://github.com/onevcat/Kingfisher/compare/8.2.0...8.3.0)

##### Add

- The progressive JPEG loading option is now available for SwiftUI too.
You can load a progressive JPEG image with the `progressiveJPEG`
modifier in `KFImage`.
[@&#8203;onevcat](https://github.com/onevcat)
[@&#8203;nikolaydubina](https://github.com/nikolaydubina)
[@&#8203;mantoljak](https://github.com/mantoljak)
[#&#8203;2366](https://github.com/onevcat/Kingfisher/pull/2366)

##### Fix

- Solves a memory leak when using progressive JPEG loading.
[@&#8203;onevcat](https://github.com/onevcat)
[@&#8203;james-app](https://github.com/james-app)
[@&#8203;Adobels](https://github.com/Adobels)
[#&#8203;2368](https://github.com/onevcat/Kingfisher/pull/2368)
- The filename and the content structure of the prebuilt xcframework zip
in the Assets section of the release page have been updated. If your
script depends on this file, you may need to adjust it accordingly. See
more in
[#&#8203;2361](https://github.com/onevcat/Kingfisher/pull/2361)
[@&#8203;olejnjak](https://github.com/olejnjak)
- A wrong `imageNotExisting` was used in KingfisherManager. Now the
correct low level error is propagated to caller side.
[@&#8203;onevcat](https://github.com/onevcat)
[@&#8203;iAllenC](https://github.com/iAllenC)
[@&#8203;kuzomenskyi](https://github.com/kuzomenskyi)
[#&#8203;2336](https://github.com/onevcat/Kingfisher/pull/2336)]

***

</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://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://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>
  • Loading branch information
1 parent 6b7ddf4 commit 356a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/messagekit_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let package = Package(
name: "messagekit_example",
dependencies: [
.package(url: "https://github.com/MessageKit/MessageKit", from: "5.0.0"),
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.2.0"),
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.3.0"),
]
)

0 comments on commit 356a75b

Please sign in to comment.