Skip to content

fix(deps): update all dependencies #273

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

Merged
merged 1 commit into from
Apr 10, 2025
Merged

fix(deps): update all dependencies #273

merged 1 commit into from
Apr 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.gradle.toolchains.foojay-resolver-convention 0.9.0 -> 0.10.0 age adoption passing confidence
com.google.devtools.ksp (source) 2.1.20-1.0.32 -> 2.1.20-2.0.0 age adoption passing confidence
com.diffplug.gradle.spotless 7.0.2 -> 7.0.3 age adoption passing confidence
io.mockk:mockk (source) 1.13.17 -> 1.14.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.10.1 -> 1.10.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.1 -> 1.10.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.10.1 -> 1.10.2 age adoption passing confidence
androidx.core:core-ktx (source) 1.15.0 -> 1.16.0 age adoption passing confidence

Release Notes

google/ksp (com.google.devtools.ksp)

v2.1.20-2.0.0

Compare Source

What's Changed

  • Bumped version to 2.0.0 and enabled KSP2 by default!
  • No-op blockOtherCompilerPlugins #​2397
  • A couple of fixes to compilation avoidance #​2401
  • KSTypeReferenceResolvedImpl.toString(): render unexpanded #​2393

Full Changelog: google/ksp@2.1.20-1.0.32...2.1.20-2.0.0

mockk/mockk (io.mockk:mockk)

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.17...1.14.0

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.10.2

Compare Source

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#​4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#​4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#​4330) and during flow collection (#​4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#​4399).
  • Small tweaks, fixes, and documentation improvements.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 7, 2025
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.63%. Comparing base (78c98c6) to head (6c32d98).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   61.63%   61.63%           
=======================================
  Files          37       37           
  Lines        1100     1100           
  Branches      104      104           
=======================================
  Hits          678      678           
  Misses        408      408           
  Partials       14       14           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.gradle.spotless to v7.0.3 fix(deps): update all dependencies Apr 8, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from d78d9de to b9d6e7f Compare April 9, 2025 19:33
| datasource | package                                                                                                         | from          | to           |
| ---------- | --------------------------------------------------------------------------------------------------------------- | ------------- | ------------ |
| maven      | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.9.0         | 0.10.0       |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                                   | 2.1.20-1.0.32 | 2.1.20-2.0.0 |
| maven      | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin                                         | 7.0.2         | 7.0.3        |
| maven      | io.mockk:mockk                                                                                                  | 1.13.17       | 1.14.0       |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                   | 1.10.1        | 1.10.2       |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                   | 1.10.1        | 1.10.2       |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-android                                                                | 1.10.1        | 1.10.2       |
| maven      | androidx.core:core-ktx                                                                                          | 1.15.0        | 1.16.0       |
@renovate renovate bot force-pushed the renovate/all-deps branch from b9d6e7f to 6c32d98 Compare April 10, 2025 08:28
@hoc081098 hoc081098 merged commit a6439f8 into master Apr 10, 2025
8 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch April 10, 2025 09:40
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