Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io.insert-koin:koin-android to v3.5.0 #18

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.insert-koin:koin-android (source) 3.1.2 -> 3.5.0 age adoption passing confidence

Release Notes

InsertKoinIO/koin (io.insert-koin:koin-android)

v3.5.0

bom-3.5.0
core-3.5.0

Version upgrades

Updates

Fixes

android-3.5.0

Version upgrades

  • android lib updates: androidx.activity:activity-ktx:1.7.2, androidx.fragment:fragment-ktx:1.6.1, androidx.navigation:navigation-fragment-ktx:2.7.1 by @​arnaudgiuliani in 1fb1193

Fixes

ktor-3.5.0

Version upgrades

Updates

compose-1.1.0 androidx-compose-3.5.0

Version upgrades

New Features

Fixes

documentation
CI/CD
New Contributors

Full Changelog: InsertKoinIO/koin@core-3.4.3...3.5.0

v3.4.3

v3.4.2

v3.4.1

v3.4.0

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

v3.3.3

  • [UPDATED] - koin-core 3.3.3
  • [FIXED] - #​1500 Fix ViewModel Factory to resolve against qualifier
  • [FIXED] - #​1445 ShareViewModelCompat owner fix
  • [FIXED] - #​1494 viewModelOf arguments until 22
  • [UPDATED]- androidx.fragment:fragment-ktx to 1.5.5
  • [UPDATED]- androidx.navigation:navigation-fragment-ktx to 2.5.3

v3.3.2

  • [UPDATED] - koin-core 3.3.2

v3.3.1

  • [UPDATED] - koin-core 3.3.3
  • [UPDATED] - Ktor 2.2.3

v3.3.0

  • [UPDATED] - io.ktor:ktor-server-core 2.2.1
  • [UPDATED] - koin-core 3.3.2

v3.2.3

  • [FIXED] - Fix Broken Scope API and revert back AndroidScopeComponent with related API in Activity & Fragment. Reworked activityScope(), activityRetainedScope() and fragmentScope(). Removed Deprecations. #​1443 #​1448
  • [FIXED] - Fix NavGraph scope resolution #​1446

v3.2.2

  • [UPDATED] - update with Koin 3.2.2 + Fix back compat with Java 8 compilation

v3.2.1

  • [UPDATED] - ktor update - 2.0.3

v3.2.0

Compare Source

  • [NEW] - Koin Ktor extracted project
  • [UPDATED] - slf4j update - org.slf4j:slf4j-api:1.7.36
  • [UPDATED] - ktor update - 2.0.1
  • [BREAKING] - moved Koin ktor plugin to org.koin.ktor.plugin

v3.1.6

Compare Source

  • [FIXED] [core] - fix #​1146 duplicate bindings with getAll()
  • [FIXED] [android] - Require ComponentActivity instead of AppCompatActivity in LifecycleViewModelScopeDelegate for FragmentScenario support
  • [FIXED] [ktor] - Fix #​1263 Ktor scope closing with ApplicationStopped event listening
  • [FIXED] [android] - fix #​1207 #​1308 - Realign ViewModel API with Google viewModels() API to better register on factories
  • [FIXED] [ktor] - downgrade to Ktor 1.6.5 due to link to Kotlin 1.6.x (further versions will follow 3.2.x branch with independant koin-ktor module project)

v3.1.5

Compare Source

  • [FIXED] [android] - #​1240 - ViewModel scope instance creation fixed
  • [FIXED] [android] - #​1232 & #​1207 - Android minimum dependencies is clean up and should avoid indirect library crash
  • [ADDED] [android] - #​1250 - Android instrumented test doc
  • [FIXED] [core] - #​1213 - withInstance() mock instance fixed
  • [FIXED] [core] - #​1248 - fix createeagerInstances() to be seperated back of modules()
  • [FIXED] [core] - checkKoinModules API is fixed / deprecate old signatures
  • [FIXED] [androidx-compose] - ViewModelStoreOwner property fixed for Compose
  • [UPDATED] [androidx-compose] - Compose 1.0.5
  • [FIXED] [android] - fixed scope delegate property to help create scope later for fragment, and bind with parent activity scope

v3.1.4

Compare Source

v3.1.3

Compare Source

  • [UPDATED] [core] - Update to Kotlin 1.5.30
  • [UPDATED] [android] - Update to latest android ktx
  • [UPDATED] [android-compose] - update to jetpack compose 1.0.3
  • [FIXED] [android] - ViewModel instances are now reinjected into Koin Android scopes
  • [FIXED] [android] - Activity/Fragment are now available in their own scopes (no need of explicit inject from the source)
  • [ADDED] [android] - new koin-androidx-navigation package, offering by koinNavGraphViewModel() to allow scope a ViewModel for a given navigation graph - https://insert-koin.io/docs/reference/koin-android/viewmodel#navigation-graph-viewmodel-updated-in-313
  • [DEPRECATED] [android] - by stateViewModel() is deprecated. state parameter is not needed anymore. It's now merged into viewModel(), to inject SavedStateHandle
  • [FIXED] [android] - Fix from Koin 2.x. ViewModel API get back the owner property, to allow specify from where we are instanciating ViewModel.
  • [ADDED] [test] - Introduce new checkKoinModules and DSL to help verify modules - https://insert-koin.io/docs/reference/koin-test/checkmodules
  • [DEPRECATED] [test] - deprecate old checkModules function, in favor of new API checkKoinModules

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency io.insert-koin:koin-android to v3.4.2 Update dependency io.insert-koin:koin-android to v3.4.3 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/koin branch from bcbd2b6 to ee279e6 Compare July 28, 2023 10:37
@renovate renovate bot changed the title Update dependency io.insert-koin:koin-android to v3.4.3 Update dependency io.insert-koin:koin-android to v3.5.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/koin branch 3 times, most recently from bf7cf04 to b16203f Compare October 19, 2023 11:32
@LinX64 LinX64 merged commit 0731ca2 into master Oct 19, 2023
2 of 4 checks passed
@renovate renovate bot deleted the renovate/koin branch October 19, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant