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

Bump koin from 3.3.3 to 3.5.0 #4164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps koin from 3.3.3 to 3.5.0.
Updates io.insert-koin:koin-android from 3.3.3 to 3.5.0

Release notes

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

3.5.0

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Changelog

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

3.5.0 - 2023-09-12

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Commits
  • 6d8b643 api sig update for 3.5
  • 11397b2 Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...
  • deb1253 koin-compose - Fix #1601 with stable parameter definition holder
  • 9c7d8d3 updated log message start
  • 61a88bb add KoinContext & KoinAndroidContext with check over CompositionLocalProvider...
  • 57c84c3 Workaround for module include compile issue - #1341 doc note
  • bce68a1 Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext
  • 8c88fb8 Merge pull request #1632 from DebitCardz/main
  • ea54974 Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation
  • 3aa0f8b Merge branch '3.5.0' into maintenance/androidContext
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-androidx-workmanager from 3.3.3 to 3.5.0

Release notes

Sourced from io.insert-koin:koin-androidx-workmanager's releases.

3.5.0

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Changelog

Sourced from io.insert-koin:koin-androidx-workmanager's changelog.

3.5.0 - 2023-09-12

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Commits
  • 6d8b643 api sig update for 3.5
  • 11397b2 Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...
  • deb1253 koin-compose - Fix #1601 with stable parameter definition holder
  • 9c7d8d3 updated log message start
  • 61a88bb add KoinContext & KoinAndroidContext with check over CompositionLocalProvider...
  • 57c84c3 Workaround for module include compile issue - #1341 doc note
  • bce68a1 Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext
  • 8c88fb8 Merge pull request #1632 from DebitCardz/main
  • ea54974 Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation
  • 3aa0f8b Merge branch '3.5.0' into maintenance/androidContext
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-core from 3.3.3 to 3.5.0

Release notes

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

3.5.0

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Changelog

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

3.5.0 - 2023-09-12

bom-3.5.0

  • Create BOM for Koin io.insert-koin:koin-bom to cover koin projects, by @​arnaudgiuliani in 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519

core-3.5.0

Version upgrades

  • Kotlin update to 1.9.0 by @​arnaudgiuliani in cc44d818e4184607d77d3a3e587c582966cba318
  • JUnit 5 update to 5.9.3 & stately-concurrency to 1.2.5 by @​arnaudgiuliani in 0e9ec2c072b2d4d45392c04f799e03eb338f5634
  • Coroutines lib updates to 1.7.3 by @​arnaudgiuliani in 217e2cb97f83ed81163a24efe1602df3b9fbfc7b

Updates

  • Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by @​arnaudgiuliani in 901b0cccddc96cd2a9fb096bc31ec58a30a715e3
  • Remove old native memory management by @​arnaudgiuliani in 313f6dc00d934dbc6bfe185d4d4189010b7d3612
  • Remove deprecated use of native time API by @​arnaudgiuliani in 0a91bceaba452c8e45aa409b90b10297bc74b299
  • Open K2 compiler experiment by @​arnaudgiuliani in d7382d92b232296eb37a4adfec4366378d60db47
  • Protect Logger internal API by @​arnaudgiuliani in 565f642e2ee2e3baf4ab8ffd241eaa6f32575864
  • add optional boolean "createEagerinstances" to loadKoinModules function, to let decide to create eager instances or not by @​arnaudgiuliani in 4477082c00b8a7603b3dcd7b033eddc6a8918946
  • Update case of Scope source type shadowing by @​arnaudgiuliani in #1595
  • Allow includes to take Collection by @​DebitCardz in InsertKoinIO/koin#1632
  • update start message by @​arnaudgiuliani in 9c7d8d344c71b5da000bafa9eeb426645d29420c

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 1fb1193e5caf565dc5b387a5ae1e67502ec294ba

Fixes

ktor-3.5.0

Version upgrades

... (truncated)

Commits
  • 6d8b643 api sig update for 3.5
  • 11397b2 Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...
  • deb1253 koin-compose - Fix #1601 with stable parameter definition holder
  • 9c7d8d3 updated log message start
  • 61a88bb add KoinContext & KoinAndroidContext with check over CompositionLocalProvider...
  • 57c84c3 Workaround for module include compile issue - #1341 doc note
  • bce68a1 Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext
  • 8c88fb8 Merge pull request #1632 from DebitCardz/main
  • ea54974 Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation
  • 3aa0f8b Merge branch '3.5.0' into maintenance/androidContext
  • 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 <dependency name> 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.

@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Sep 20, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/koin-3.5.0 branch 2 times, most recently from a2b701a to 5ca431d Compare October 17, 2023 07:55
@dependabot dependabot bot force-pushed the dependabot/gradle/koin-3.5.0 branch 2 times, most recently from 7de60ba to 4e64970 Compare October 20, 2023 07:51
@Aitorbp
Copy link
Contributor

Aitorbp commented Nov 24, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/koin-3.5.0 branch from 4e64970 to f39b10e Compare November 24, 2023 11:29
@JuancaG05
Copy link
Collaborator

@dependabot rebase

Bumps `koin` from 3.3.3 to 3.5.0.

Updates `io.insert-koin:koin-android` from 3.3.3 to 3.5.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@core-3.3.3...3.5.0)

Updates `io.insert-koin:koin-androidx-workmanager` from 3.3.3 to 3.5.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@core-3.3.3...3.5.0)

Updates `io.insert-koin:koin-core` from 3.3.3 to 3.5.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@core-3.3.3...3.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/koin-3.5.0 branch from f39b10e to bb242c4 Compare December 1, 2023 11:31
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.

None yet

2 participants