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

Bump io.nlopez.compose.rules:detekt from 0.3.19 to 0.4.8 #79

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps io.nlopez.compose.rules:detekt from 0.3.19 to 0.4.8.

Release notes

Sourced from io.nlopez.compose.rules:detekt's releases.

v0.4.8

Changelog

v0.4.7

If you encounter any issue with ParameterNaming and you are using treatAsComposableLambda, swap it by treatAsLambda instead due to #299.

Changelog

  • Fix ContentTrailingLambda rule not taking @Composable into account (#300) @​mrmans0n
  • Update ParameterNaming to use treatAsLambda instead of treatAsComposableLambda (#299) @​mrmans0n

v0.4.6

Changelog

v0.4.5

Changelog

v0.4.4

v0.4.3

Changelog

v0.4.2

Changelog

... (truncated)

Commits
  • f83c702 Bump version to 0.4.8
  • 869ced0 Update Naming to ignore overridden function definitions (#304)
  • 45bd1e8 Add util to find slots (#303)
  • 4862abf Add binary expressions support to MultipleContentEmitters (#302)
  • d0ac760 Bump version to 0.4.8-SNAPSHOT
  • 9d63a24 Bump version to 0.4.7
  • c6dc383 Fix ContentTrailingLambda rule not taking @​Composable into account (#300)
  • 3bda2aa Update ParameterNaming to use treatAsLambda instead of treatAsComposableLambd...
  • c900848 Bump version to 0.4.7-SNAPSHOT
  • 7e8d60a Bump version to 0.4.6
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 3 months ago

Superseded by #80.