Skip to content

Commit

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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [onevcat/Kingfisher](https://redirect.github.com/onevcat/Kingfisher) |
patch | `from: "8.1.2"` -> `from: "8.1.3"` |

---

### Release Notes

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

###
[`v8.1.3`](https://redirect.github.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#813---Failing-Size-2024-12-17)

[Compare
Source](https://redirect.github.com/onevcat/Kingfisher/compare/8.1.2...8.1.3)

##### Fix

- An issue where redrawing a vector image on macOS without specifying
the image size could cause an assertion failure.
[@&#8203;onevcat](https://redirect.github.com/onevcat)
[@&#8203;maoxiaoke](https://redirect.github.com/maoxiaoke)
[#&#8203;2334](https://redirect.github.com/onevcat/Kingfisher/issues/2334)

***

</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>
  • Loading branch information
1 parent e607eeb commit a3dae1b
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.1.2"),
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.1.3"),
]
)

0 comments on commit a3dae1b

Please sign in to comment.