Skip to content

chore(deps): [WPB-9777] bump co.touchlab:kermit from 2.0.3 to 2.0.8#3832

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/co.touchlab-kermit-2.0.8
Open

chore(deps): [WPB-9777] bump co.touchlab:kermit from 2.0.3 to 2.0.8#3832
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/co.touchlab-kermit-2.0.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps co.touchlab:kermit from 2.0.3 to 2.0.8.

Release notes

Sourced from co.touchlab:kermit's releases.

2.0.8

No release notes provided.

2.0.7

No release notes provided.

2.0.6

No release notes provided.

2.0.5

What's Changed

  • OSLogWriter
    • OSLogWriter now takes in optional subsystem and category strings that are sent to OSLog initializer
    • OSLogWriter now takes in optional publicLogging boolean that when set to true would enforce logs to be public (See documentation here).
    • Changed logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
    • Fixing other issues
  • Adding kermit-io module for file logging, which includes a rolling log file writer RollingFileLogWriter using kotlinx-io
  • Updated the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21

Pull Requests

New Contributors

Full Changelog: touchlab/Kermit@2.0.4...2.0.5

2.0.4

No release notes provided.

Changelog

Sourced from co.touchlab:kermit's changelog.

Change Log

[2.0.6] - 2025-06-13

Changed

  • Fix: Issue with files not being closed by RollingFileLogWriter
  • Update: cinterop definitions used by OSLogWriter now have a kermit prefix to avoid conflicts with other libraries
  • New: Added an example of a test to sample-production

[2.0.5] - 2024-11-20

Changed

  • Added kermit-io module, which contains the RollingFileLogWriter. This is a log writer that writes to a file with rolling logs.
  • Updating OSLogWriter to take in three optional parameters to configure OSLog, and to enable/disable public logging
  • Updating the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21
  • Updating logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")

[2.0.4] - 2024-06-10

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))
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [co.touchlab:kermit](https://github.com/touchlab/Kermit) from 2.0.3 to 2.0.8.
- [Release notes](https://github.com/touchlab/Kermit/releases)
- [Changelog](https://github.com/touchlab/Kermit/blob/main/CHANGELOG.md)
- [Commits](touchlab/Kermit@2.0.3...2.0.8)

---
updated-dependencies:
- dependency-name: co.touchlab:kermit
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants