kamgurgul / cpu-info

CPU Info is a KMP application which provides information about device hardware and software
Apache License 2.0
612 stars 98 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months 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

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.