qdsfdhvh / compose-imageloader

Compose Image library for Kotlin Multiplatform.
https://qdsfdhvh.github.io/compose-imageloader/
MIT License
390 stars 15 forks source link

Update dependency co.touchlab:kermit to v2.0.4 #549

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
co.touchlab:kermit 2.0.3 -> 2.0.4 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

touchlab/Kermit (co.touchlab:kermit) ### [`v2.0.4`](https://togithub.com/touchlab/Kermit/blob/HEAD/CHANGELOG.md#204---2024-06-10) [Compare Source](https://togithub.com/touchlab/Kermit/compare/2.0.3...2.0.4) ##### Changed - Added `ChunkedLogWriter`. This LogWriter can be used to wrap existing LogWriters and break their output into defined sizes. This is useful if your LogWriter outputs to something which limits message length (such as Logcat) ([#​396](https://togithub.com/touchlab/Kermit/issues/396) thanks [@​psh](https://togithub.com/psh)) ```kotlin Logger.setLogWriters(platformLogWriter().chunked(maxMessageLength = 4000)) ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.