Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 8.10 -> 8.10.1 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 1.0.0-RC -> 1.0.0-SNAPSHOT age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies minor 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.8.1 -> 1.9.0 age adoption passing confidence
dev.drewhamilton.poko:poko-gradle-plugin dependencies patch 0.17.0 -> 0.17.1 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies patch 8.6.0 -> 8.6.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.10.1

Compare Source

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

v1.9.0

Compare Source

Features
  • Wasm/WASI target support (#​4064). Thanks, @​igoriakovlev!
  • limitedParallelism now optionally accepts the name of the dispatcher view for easier debugging (#​4023).
  • No longer initialize Dispatchers.IO on the JVM when other standard dispatchers are accessed (#​4166). Thanks, @​metalhead8816!
  • Introduced the Flow<T>.chunked(size: Int): Flow<List<T>> operator that groups emitted values into groups of the given size (#​1290).
  • Closeable dispatchers are instances of AutoCloseable now (#​4123).
Fixes
  • Calling hasNext on a Channel's iterator is idempotent (#​4065). Thanks, @​gitpaxultek!
  • CoroutineScope() created without an explicit dispatcher uses Dispatchers.Default on Native (#​4074). Thanks, @​whyoleg!
  • Fixed a bug that prevented non-Android Dispatchers.Main from initializing when the Firebase dependency is used (#​3914).
  • Ensured a more intuitive ordering of tasks in runBlocking (#​4134).
  • Forbid casting a Mutex to Semaphore (#​4176).
  • Worked around a stack overflow that may occur when calling asDeferred on a Future many times (#​4156).
Deprecations and promotions
  • Advanced the deprecation levels for BroadcastChannel-based API (#​4197).
  • Advanced the deprecation levels for the old kotlinx-coroutines-test API (#​4198).
  • Deprecated Job.cancelFutureOnCompletion (#​4173).
  • Promoted CoroutineDispatcher.limitedParallelism to stable (#​3864).
  • Promoted CoroutineStart.ATOMIC from ExperimentalCoroutinesApi to DelicateCoroutinesApi (#​4169).
  • Promoted CancellableContinuation.resume with an onCancellation lambda to stable, providing extra arguments to the lambda (#​4088).
  • Marked the classes and interfaces that are not supposed to be inherited from with the new InternalForInheritanceCoroutinesApi opt-in (#​3770).
  • Marked the classes and interfaces inheriting from which is not stable with the new ExperimentalForInheritanceCoroutinesApi opt-in (#​3770).
Other
  • Kotlin was updated to 2.0 (#​4137).
  • Reworked the documentation for CoroutineStart and Channel-based API (#​4147, #​4148, #​4167). Thanks, @​globsterg!
  • Simplified the internal implementation of Job (#​4053).
  • Small tweaks, fixes, and documentation improvements.
drewhamilton/Poko (dev.drewhamilton.poko:poko-gradle-plugin)

v0.17.1

Compare Source

2024-09-17

Automatically add the Poko annotation dependency to test fixtures when they are enabled on JVM
projects.


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 Sep 9, 2024
@codecov
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.11%. Comparing base (35d2cb7) to head (c494563).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #232   +/-   ##
=======================================
  Coverage   62.11%   62.11%           
=======================================
  Files          37       37           
  Lines        1069     1069           
  Branches      104      104           
=======================================
  Hits          664      664           
  Misses        391      391           
  Partials       14       14           

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

@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from a6f0bb8 to 9a43e19 Compare September 17, 2024 19:38
| datasource     | package                                          | from     | to             |
| -------------- | ------------------------------------------------ | -------- | -------------- |
| gradle-version | gradle                                           | 8.10     | 8.10.1         |
| maven          | io.github.hoc081098:FlowExt                      | 1.0.0-RC | 1.0.0-SNAPSHOT |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test    | 1.8.1    | 1.9.0          |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.8.1    | 1.9.0          |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core    | 1.8.1    | 1.9.0          |
| maven          | dev.drewhamilton.poko:poko-gradle-plugin         | 0.17.0   | 0.17.1         |
| maven          | com.android.tools.build:gradle                   | 8.6.0    | 8.6.1          |
@renovate renovate bot force-pushed the renovate/all-deps branch from 9a43e19 to c494563 Compare September 17, 2024 23:27
@hoc081098 hoc081098 merged commit 368436f into master Sep 18, 2024
6 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch September 18, 2024 10:09
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.

2 participants