Kotlin-Multiplatform-Foundation / kotlin-channel-event-bus

A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by kotlinx.coroutines.channels.Channels
https://kotlin-multiplatform-foundation.github.io/kotlin-channel-event-bus/docs/0.x/
Apache License 2.0
42 stars 1 forks source link

fix(deps): update all dependencies #95

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.nlopez.compose.rules:detekt 0.4.15 -> 0.4.16 age adoption passing confidence
com.android.library (source) 8.7.0 -> 8.7.1 age adoption passing confidence
com.android.application (source) 8.7.0 -> 8.7.1 age adoption passing confidence

Release Notes

mrmans0n/compose-rules (io.nlopez.compose.rules:detekt) ### [`v0.4.16`](https://redirect.github.com/mrmans0n/compose-rules/releases/tag/v0.4.16) > \[!NOTE]\ > This version contains a fix for the detekt default config: `ContentSlotReused` wasn't enabled by default and it should have been. The new test in [#​348](https://redirect.github.com/mrmans0n/compose-rules/issues/348) caught the issue, so now it's enabled by default. That test is already paying for itself 😆 #### What's changed - Update plugin mavenPublish to v0.30.0 ([#​357](https://redirect.github.com/mrmans0n/compose-rules/issues/357)) [@​renovate](https://redirect.github.com/renovate) - Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v2.0.21 - autoclosed ([#​354](https://redirect.github.com/mrmans0n/compose-rules/issues/354)) [@​renovate](https://redirect.github.com/renovate) - Update kotlin to v2.0.21 ([#​355](https://redirect.github.com/mrmans0n/compose-rules/issues/355)) [@​renovate](https://redirect.github.com/renovate) - Add script to create all files necessary for a new rule ([#​352](https://redirect.github.com/mrmans0n/compose-rules/issues/352)) [@​mrmans0n](https://redirect.github.com/mrmans0n) - Added dark theme ([#​351](https://redirect.github.com/mrmans0n/compose-rules/issues/351)) [@​rmarquis](https://redirect.github.com/rmarquis) - Update junit5 monorepo to v5.11.2 ([#​350](https://redirect.github.com/mrmans0n/compose-rules/issues/350)) [@​renovate](https://redirect.github.com/renovate) - Add tests to make sure rules have tests ([#​349](https://redirect.github.com/mrmans0n/compose-rules/issues/349)) [@​mrmans0n](https://redirect.github.com/mrmans0n) - Add test to make sure the detekt default config is correct ([#​348](https://redirect.github.com/mrmans0n/compose-rules/issues/348)) [@​mrmans0n](https://redirect.github.com/mrmans0n)

Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark: