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 koin from 3.5.0 to 3.5.3 #24

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 11 months ago

Bumps koin from 3.5.0 to 3.5.3. Updates io.insert-koin:koin-core from 3.5.0 to 3.5.3

Release notes

Sourced from io.insert-koin:koin-core's releases.

3.5.3

core-3.5.3

ktor-3.5.3

android-3.5.3

compose-1.1.2 androidx-compose-3.5.3

New Contributors

Full Changelog: https://github.com/InsertKoinIO/koin/compare/ktor-3.5.1...core-3.5.3

3.5.2

⚠️ Due to maven central package upload corruption, we had to bump all projects to the next version.

3.5.2-RC1

What's Changed

... (truncated)

Changelog

Sourced from io.insert-koin:koin-core's changelog.

Latests Changes

Badges: [UPDATED], [FIXED], [NEW], [DEPRECATED], [REMOVED], [BREAKING], [Experimental]

3.5

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Commits
  • 42192d8 reup to 3.5.3 due to maven central failures :/
  • 5595943 Koin 3.5.2
  • bba33ab update to 3.5.2 + Ktor 2.3.7
  • d9fa7ec Merge pull request #1732 from InsertKoinIO/compose_1.5.6
  • bbeb350 Compose 1.5.6
  • a3e3af0 update compose repo
  • a097abd use compose snapshot version to help build against 1.9.21
  • 39f69a6 3.5.2-RC2
  • 1e14e0d Merge pull request #1723 from InsertKoinIO/fix/compose_api_remember_usage
  • e0b7df7 Avoid throwing exceptions
  • Additional commits viewable in compare view


Updates io.insert-koin:koin-android from 3.5.0 to 3.5.3

Release notes

Sourced from io.insert-koin:koin-android's releases.

3.5.3

core-3.5.3

ktor-3.5.3

android-3.5.3

compose-1.1.2 androidx-compose-3.5.3

New Contributors

Full Changelog: https://github.com/InsertKoinIO/koin/compare/ktor-3.5.1...core-3.5.3

3.5.2

⚠️ Due to maven central package upload corruption, we had to bump all projects to the next version.

3.5.2-RC1

What's Changed

... (truncated)

Changelog

Sourced from io.insert-koin:koin-android's changelog.

Latests Changes

Badges: [UPDATED], [FIXED], [NEW], [DEPRECATED], [REMOVED], [BREAKING], [Experimental]

3.5

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Commits
  • 42192d8 reup to 3.5.3 due to maven central failures :/
  • 5595943 Koin 3.5.2
  • bba33ab update to 3.5.2 + Ktor 2.3.7
  • d9fa7ec Merge pull request #1732 from InsertKoinIO/compose_1.5.6
  • bbeb350 Compose 1.5.6
  • a3e3af0 update compose repo
  • a097abd use compose snapshot version to help build against 1.9.21
  • 39f69a6 3.5.2-RC2
  • 1e14e0d Merge pull request #1723 from InsertKoinIO/fix/compose_api_remember_usage
  • e0b7df7 Avoid throwing exceptions
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (e9ee8fa) 50.00% compared to head (d34eb68) 50.00%. Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #24 +/- ## ======================================= Coverage 50.00% 50.00% ======================================= Files 7 7 Lines 142 142 Branches 25 25 ======================================= Hits 71 71 Misses 62 62 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 7 months ago

Superseded by #53.