Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps io.insert-koin:koin-android from 3.1.5 to 3.4.0.

Changelog

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

ktor-3.4.0 -2023-03-24

  • [UPDATED] - koin-core 3.4.0
  • [UPDATED] - updated to Ktor 2.2.4

compose-1.0.0 - 2023-03-24

  • [NEW] - Koin Jetbrains Compose project
  • [NEW] - based on org.jetbrains.compose in 1.3.1
  • [NEW] - Compose API - koinInject to inject Koin dependency into a Composable
  • [NEW] - Compose API - KoinApplication to create Koin application as a Composable
  • [NEW][Experimental] - Compose API - rememberKoinScope and KoinScope to handle Koin Scope in a Composable, follow up current to close scope once Composable is ended
  • [NEW][Experimental] - Compose API - rememberKoinModules load Koin modules and remember on current Composable

androidx-compose-navigation-3.4.3 - 2023-03-24

  • [NEW] - Koin Jetpack Compose Navigation project
  • [NEW] - handle ViewModel and Navigation with koinNavViewModel() function

androidx-compose-3.4.3 - 2023-03-24

  • [UPDATED] - koin-android 3.4.0
  • [UPDATED] - Compose compiler 1.4.2
  • [UPDATED] - lib update androidx.compose.runtime:runtime:1.3.3
  • [UPDATED] - lib update androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0
  • [ADDED] - koin-androidx-compose-navigation to handle koinNavViewModel() function
  • [ADDED] - koin-compose 1.0 as base project for fundamental feature

android-test-3.4.0 - 2023-03-24

  • [NEW] - Koin Android Test project
  • [NEW][Experimental] - Verify() API with default Android types - with Module.verify or Module.androidVerify

androidx-workmanager-3.4.0 - 2023-03-24

  • [UPDATED] - lib update androidx.work:work-runtime-ktx:2.8.0

android-3.4.0 - 2023-03-24

  • [UPDATED] - koin-core 3.4.0
  • [UPDATED] - lib update androidx.appcompat:appcompat:1.6.1
  • [UPDATED] - lib update androidx.activity:activity-ktx:1.6.1
  • [UPDATED] - lib update androidx.fragment:fragment-ktx:1.5.5
  • [UPDATED] - lib update androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0
  • [UPDATED] - lib update androidx.lifecycle:lifecycle-common-java8:2.6.0
  • [FIXED]- Merged PR to add android test coverage #1457 - Thanks @​pedrofsn
  • [FIXED]- SavedStateHandle injection with #1480
  • [FIXED]- AndroidScopeComponent fixed with onCloseScope() function, to be override to handle content before scope is destroyed #1518

core-coroutines-3.4.0 - 2023-03-24

  • [NEW] - Koin Coroutines Engine Extension
  • [NEW] - uses org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
  • [NEW][Experimental] - Background module loading thanks to Kotlin coroutines with lazyModules() KoinApplication DSL functions. awaitKoinStart() suspend function to wait background completetion. JVM waitKoinStart() function is using runBlocking to wait for completion.
  • [NEW][Experimental] - Koin Lazy Module, as a Module that don't not trigger any resources preparation. The lazyModule { } function help declare such Lazy<Module>
  • [NEW][Experimental] - API functions to run Koin function after start: runOnKoinStarted and onKoinStarted

test-3.4.0 - 2023-03-24

... (truncated)

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 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 [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) from 3.1.5 to 3.4.0.
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.1.5...core-3.4.0)

---
updated-dependencies:
- dependency-name: io.insert-koin:koin-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 1, 2023

Superseded by #129.

@dependabot dependabot bot closed this Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.insert-koin-koin-android-3.4.0 branch June 1, 2023 05:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants