Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps io.insert-koin:koin-android from 3.3.3 to 3.4.3.

Changelog

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

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

  • [UPDATED]- update core-3.4.0
  • [UPDATED]- verify() now handle centralized types declaration and default types, toavoid having to redeclare extraTypes each time.
  • [UPDATED]- verify() now detect circular dependencies

core-3.4.0 - 2023-03-24

  • [UPDATED]- update Kotlin 1.8.10
  • [UPDATED]- Koin DSL Detetction (DSL Compilation check in IDE)
  • [NEW] - Koin Extension manager to allow extend Koin features
  • [FIXED]- Merged PR to fix scope source resolution #1503 - Thanks @​fesc7420
  • [FIXED]- Fix resolution log to debug #1520
  • [NEW] - KoinPlatform Infrastructure API to help use default context and Koin instance API in a more simple way for Multiplatform. KoinPlatform.getKoin() returns the current Koin instance.KoinPlatform.startKoin(modules,loggerLevl) allow to start Koin directly.

... (truncated)

Commits
  • dcc4026 update compose doc
  • 2e772a5 rework all version 3.4.3 + compose 1.0.4
  • 8b6746b Revert "fix reified operator for scope"
  • 965d43d patch 3.4.2
  • f9739b6 update koin core/android/ktor 3.4.2
  • 202a979 add KoinScopeComponent test
  • d6c8f87 Revert "Fix reified type for createScope, getScopeId, getScopeName"
  • 40f6286 Update README.md
  • 81ee024 Update CHANGELOG.md
  • bdda018 changes
  • 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 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.3.3 to 3.4.3.
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@core-3.3.3...core-3.4.3)

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

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 Jul 28, 2023
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.

1 participant