chore(deps): update all dependencies
This PR contains the following updates:
Release Notes
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
v0.8.0
=================== This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of lazy configuration, allows for the creation of custom report variants, and expands the ability of reports filtering.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as the migration guide.
Kover Gradle Plugin
Features
#461Implemented DSL revision 4#410Add possibility of lazy configuration of Kover extensions#462Redesign the concept of default reports#463Add the ability to create custom report variants#338Create an interface for Kover tasks#66Added support for the publishing plugin to Gradle Plugin Portal#466Implemented multi-project shortcuts#339Implemented warn on verification error#572Added DslMarker to Kover public interfaces#570Added overload for functions of KoverVariantCreateConfig#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interface
Bugfixes
#557Changed log level for print coverage task#520Fixed error: Kover requires extension with name 'androidComponents'
Internal features
#567Used compile dependency to Kover Features in Kover Gradle Plugin
Documentation
#531Added explanations about applying of the plugin#486Increased the readability of the Kover documentation
Kover JVM Agent
Features
#464Repacked the intellij-agent artifact to kover-jvm-agent
Bugfixes
#583Excluded from report companion objects with only constants#548Fixed coverage drop in case of using different classloaders for same class
Changelog relative to version 0.8.0-Beta2
Kover Gradle Plugin
Features
#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interface
Documentation
#486Increased the readability of the Kover documentation for 0.8.0
Kover JVM Agent
Bugfixes
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.4.1
- Update Kotlin version to 2.0.0-RC3 (https://github.com/mrmans0n/compose-rules/pull/261) @mrmans0n
- Remove core modules and integrate in rules submodules (https://github.com/mrmans0n/compose-rules/pull/260) @mrmans0n
- Migrate build files to kts (https://github.com/mrmans0n/compose-rules/pull/259) @mrmans0n
v0.3.21
Changelog
- Update plugin com.gradle.develocity to v3.17.3 (#258) @renovate
- Add tangleViewModel to the known factories (#257) @mrmans0n
- Fix LambdaParameterInRestartableEffect conflict with
onDisposelambda (#254) @dzirbel - Make UnstableCollections rule opt-in (#256) @mrmans0n
- Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v1.9.24 (#255) @renovate
v0.3.20
Changelog
- Add ContentTrailingLambda rule to ensure content slot is trailing (#253) @mrmans0n
- Add exception for open funs in ModifierWithoutDefault rule (#252) @mrmans0n
- Update to gradle/actions/setup-gradle@v3 in CI (#247) @mrmans0n
- Add more autoboxing detections (#246) @mrmans0n
hoc081098/FlowExt (io.github.hoc081098:FlowExt)
v0.8.1
Changed
- Update dependencies:
- Kotlin
1.9.24. - KotlinX Coroutines
1.8.1. Gradleto8.7.
- Kotlin
Added
- Add
Flow.catchAndReturn,Flow.catchAndResumeoperators. - Add
Flow.mapToResult,Flow.mapResultCatching,Flow.throwFailureoperators.
Changed
Flow.chunked(bufferSize: Int)/Flow.bufferCount(bufferSize: Int): reduce unnecessary allocations.
Changelog relative to version [0.8.1-Beta]
-
Flow.mapResultCatchingnow does not catchCancellationExceptionthrown from thetransformlambda.
JetBrains/compose-jb (org.jetbrains.compose)
v1.6.10
Changes since 1.6.10-rc02
Fixes
iOS
Dependencies
-
Gradle Plugin
org.jetbrains.compose, version1.6.10-rc03. Based on Jetpack Compose libraries: -
Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.0-rc03. Based on Jetpack Lifecycle 2.8.0 -
Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.7.0-alpha06. Based on Jetpack Navigation 2.7.7
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-jdk8)
v1.8.1
- Remove the
@ExperimentalTimeannotation from usages ofTimeSource(#4046). Thanks, @hfhbd! - Introduce a workaround for an Android bug that caused an occasional
NullPointerExceptionwhen setting theStateFlowvalue on old Android devices (#3820). - No longer use
kotlin.random.Randomas part ofDispatchers.DefaultandDispatchers.IOinitialization (#4051). Flow.timeoutthrows the exception with which the channel was closed (#4071).- Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
Flow.timeoutthrows the exception with which the channel was closed (#4071).- Small documentation fixes.
JetBrains/kotlin (org.jetbrains.kotlin.plugin.parcelize)
v1.9.24: 1.9.24
Changelog
Backend. Wasm
KT-64890K/Wasm compiler crash with external class and Kodein
Compiler
KT-65235JDK 21 might lead to change in overloads resolutionKT-66768K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
KT-67218Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
Tools. Gradle. Multiplatform
KT-67127KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machinesKT-66514Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
KT-65043JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
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 has been generated by Mend Renovate. View repository job log here.