MoneyFlow icon indicating copy to clipboard operation
MoneyFlow copied to clipboard

Update dependency co.touchlab:kermit to v2

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
co.touchlab:kermit 1.2.2 -> 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

Compare Source

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 thanks @​psh)
Logger.setLogWriters(platformLogWriter().chunked(maxMessageLength = 4000))

v2.0.3

Compare Source

Fixed
  • Remove JUnit dependency from commonJvmMain source set (#​390)
Changed
  • Kotlin 1.9.22
  • [Gradle Plugin] Gradle 8.4
  • [Gradle Plugin] Android Gradle Plugin 8.2.2

v2.0.2

Compare Source

  • restore global api functions
  • WASM support

v2.0.1

Compare Source

v2.0.0

Compare Source

  • Kotlin 1.9.10
  • linuxArm64 support

v1.2.3

Compare Source


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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 20 '23 19:09 renovate[bot]