-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update koin to v3.5.6 #80
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/koin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/koin
branch
from
May 31, 2023 15:14
777f9ef
to
88f1294
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
June 6, 2023 03:31
88f1294
to
2fc99bf
Compare
renovate
bot
changed the title
fix(deps): update koin
fix(deps): update koin - autoclosed
Jul 16, 2023
renovate
bot
changed the title
fix(deps): update koin - autoclosed
fix(deps): update koin
Jul 16, 2023
renovate
bot
force-pushed
the
renovate/koin
branch
from
July 28, 2023 09:36
2fc99bf
to
2df06cb
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
September 13, 2023 15:19
2df06cb
to
0973051
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
December 20, 2023 01:36
0973051
to
893769a
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
3 times, most recently
from
February 1, 2024 21:38
bafd138
to
d4796ae
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
February 2, 2024 01:51
d4796ae
to
71608f0
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
2 times, most recently
from
February 3, 2024 03:22
7ad23e4
to
fb998e8
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
2 times, most recently
from
February 3, 2024 11:16
3fe0798
to
a18c3f9
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
February 3, 2024 12:18
a18c3f9
to
76a772c
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
February 4, 2024 04:18
76a772c
to
5610616
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
February 4, 2024 10:55
5610616
to
75b8036
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
April 5, 2024 18:28
75b8036
to
c991b60
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
April 11, 2024 18:01
c991b60
to
eabe0ee
Compare
renovate
bot
force-pushed
the
renovate/koin
branch
from
April 12, 2024 19:42
eabe0ee
to
3448136
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.3
->3.5.6
3.3.3
->3.5.6
3.3.3
->3.5.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
InsertKoinIO/koin (io.insert-koin:koin-test)
v3.5.6
Compare Source
What's Changed
Full Changelog: InsertKoinIO/koin@3.5.5...3.5.6
v3.5.5
Compare Source
What's Changed
Full Changelog: InsertKoinIO/koin@3.5.4...3.5.5
v3.5.4
Compare Source
Milestones
What's Changed
New Contributors
Full Changelog: InsertKoinIO/koin@3.5.3...3.5.4
v3.5.3
Compare Source
v3.5.2
Compare Source
v3.5.0
bom-3.5.0
io.insert-koin:koin-bom
to cover koin projects, by @arnaudgiuliani in73acbcf
, Fix #1519core-3.5.0
Version upgrades
1.9.0
by @arnaudgiuliani incc44d81
5.9.3
& stately-concurrency to1.2.5
by @arnaudgiuliani in0e9ec2c
1.7.3
by @arnaudgiuliani in217e2cb
Updates
901b0cc
313f6dc
0a91bce
d7382d9
565f642
loadKoinModules
function, to let decide to create eager instances or not by @arnaudgiuliani in4477082
9c7d8d3
Fixes
createEagerInstances : Boolean = true
parameter, by @arnaudgiuliani inbbd18de
verify()
API logs by @arnaudgiuliani in088d8da
Scope
class is no longer a data class by @arnaudgiuliani in1110c2a
android-3.5.0
Version upgrades
androidx.activity:activity-ktx:1.7.2
,androidx.fragment:fragment-ktx:1.6.1
,androidx.navigation:navigation-fragment-ktx:2.7.1
by @arnaudgiuliani in1fb1193
Fixes
ktor-3.5.0
Version upgrades
2.3.3
by @arnaudgiuliani inaff4f42
Updates
fff847e
280fdfe
2e491fb
dc46cec
compose-1.1.0 androidx-compose-3.5.0
Version upgrades
1.5.0
by @arnaudgiuliani inea90be4
androidx.compose.runtime:runtime:1.5.0
,androidx.navigation:navigation-compose:2.7.1
by @arnaudgiuliani inea90be4
New Features
KoinIsolatedContext
to help run child composables using a isolated Koin context by @arnaudgiuliani in8ca591b
61a88bb
Fixes
deb1253
documentation
57c84c3
11397b2
CI/CD
c839ae1
New Contributors
Full Changelog: InsertKoinIO/koin@core-3.4.3...3.5.0
v3.4.3
v3.4.1
v3.4.0
[UPDATED]
-koin-core
3.4.0[UPDATED]
- updated to Ktor 2.2.4Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.