Skip to content

Commit 28a4d46

Browse files
chore(deps): update dependency messagekit/messagekit to v5 (#1382)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [MessageKit/MessageKit](https://redirect.github.com/MessageKit/MessageKit) | major | `from: "4.3.0"` -> `from: "5.0.0"` | --- ### Release Notes <details> <summary>MessageKit/MessageKit (MessageKit/MessageKit)</summary> ### [`v5.0.0`](https://redirect.github.com/MessageKit/MessageKit/releases/tag/5.0.0): - Swift 6, Swift Concurrency [Compare Source](https://redirect.github.com/MessageKit/MessageKit/compare/4.3.0...5.0.0) iOS 13 has been around for a while, but with recent release of iOS 18, we are ready to let this version go and rest in peace forever. *** ##### Changed - **Breaking change**: Dropped support for iOS 13 by [@&#8203;Kaspik](https://redirect.github.com/Kaspik) in [https://github.com/MessageKit/MessageKit/pull/1870](https://redirect.github.com/MessageKit/MessageKit/pull/1870) - **Breaking change**: Fully migrated to Swift 6.0 by [@&#8203;Kaspik](https://redirect.github.com/Kaspik) in [https://github.com/MessageKit/MessageKit/pull/1870](https://redirect.github.com/MessageKit/MessageKit/pull/1870) ##### Fixed - Fix crash in CLLocation cell by [@&#8203;Kaspik](https://redirect.github.com/Kaspik) in [https://github.com/MessageKit/MessageKit/pull/1870](https://redirect.github.com/MessageKit/MessageKit/pull/1870) **Full Changelog**: MessageKit/MessageKit@4.3.0...5.0.0 </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 5f11f86 commit 28a4d46

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
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "messagekit_example",
77
dependencies: [
8-
.package(url: "https://github.com/MessageKit/MessageKit", from: "4.3.0"),
8+
.package(url: "https://github.com/MessageKit/MessageKit", from: "5.0.0"),
99
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.1.1"),
1010
]
1111
)

0 commit comments

Comments
 (0)