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

build(deps): bump io.insert-koin:koin-android from 3.5.0 to 3.5.3 #664

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps io.insert-koin:koin-android from 3.5.0 to 3.5.3.

Release notes

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

3.5.3

core-3.5.3

ktor-3.5.3

android-3.5.3

compose-1.1.2 androidx-compose-3.5.3

New Contributors

Full Changelog: InsertKoinIO/koin@ktor-3.5.1...core-3.5.3

3.5.2

⚠️ Due to maven central package upload corruption, we had to bump all projects to the next version.

3.5.2-RC1

What's Changed

... (truncated)

Changelog

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

Latests Changes

Badges: [UPDATED], [FIXED], [NEW], [DEPRECATED], [REMOVED], [BREAKING], [Experimental]

3.5

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Commits
  • 42192d8 reup to 3.5.3 due to maven central failures :/
  • 5595943 Koin 3.5.2
  • bba33ab update to 3.5.2 + Ktor 2.3.7
  • d9fa7ec Merge pull request #1732 from InsertKoinIO/compose_1.5.6
  • bbeb350 Compose 1.5.6
  • a3e3af0 update compose repo
  • a097abd use compose snapshot version to help build against 1.9.21
  • 39f69a6 3.5.2-RC2
  • 1e14e0d Merge pull request #1723 from InsertKoinIO/fix/compose_api_remember_usage
  • e0b7df7 Avoid throwing exceptions
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jan 29, 2024
@@ -152,7 +152,7 @@ dependencies {
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.7.3")
implementation("io.insert-koin:koin-android:3.5.0")
implementation("io.insert-koin:koin-android:3.5.3")
implementation("androidx.fragment:fragment:1.6.2")
// TODO remove this when we don't use it anymore
implementation("androidx.preference:preference:1.2.1")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the code patch you provided, here's a brief code review:

  1. Bug Risk: There don't appear to be any evident bug risks in this code patch as it mainly involves updating dependencies.

  2. Improvement Suggestions:
    a. Dependency Versions: It seems like you're updating the Koin version from 3.5.0 to 3.5.3, which is good. However, it would be beneficial to check if there are any other dependencies that also need updating.
    b. TODO Comment: There is a comment mentioning the removal of a dependency ("androidx.preference:preference:1.2.1") when it's no longer used. It would be best to follow up on this and consider removing the dependency if it's unnecessary.

Overall, the code patch appears to be a straightforward update of dependencies, which should not pose significant risk. However, it's essential to conduct thorough testing after applying these changes to ensure that they don't introduce any unexpected issues.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0e3e228) 69.36% compared to head (95cd0df) 70.15%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #664      +/-   ##
=============================================
+ Coverage      69.36%   70.15%   +0.79%     
- Complexity       596      601       +5     
=============================================
  Files             82       82              
  Lines           4410     4410              
  Branches         527      527              
=============================================
+ Hits            3059     3094      +35     
+ Misses          1018      989      -29     
+ Partials         333      327       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yuriykulikov yuriykulikov merged commit 8293b52 into develop Feb 1, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/io.insert-koin-koin-android-3.5.3 branch February 1, 2024 11:50
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.

1 participant