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

chore(deps): update all dependencies #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx.kover 0.7.6 -> 0.8.0 age adoption passing confidence
androidx.annotation:annotation (source) 1.7.1 -> 1.8.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) 2.7.0 -> 2.8.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.7.0 -> 2.8.0 age adoption passing confidence
io.nlopez.compose.rules:detekt 0.3.19 -> 0.4.1 age adoption passing confidence
io.github.hoc081098:FlowExt 0.8.1-Beta -> 0.8.1 age adoption passing confidence
org.jetbrains.compose 1.6.2 -> 1.6.10 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 1.8.1-Beta -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.8.1-Beta -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-swing 1.8.1-Beta -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.8.1-Beta -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1-Beta -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize (source) 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.native.cocoapods (source) 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.android (source) 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) 1.9.23 -> 1.9.24 age adoption passing confidence

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
  • #461 Implemented DSL revision 4
  • #410 Add possibility of lazy configuration of Kover extensions
  • #462 Redesign the concept of default reports
  • #463 Add the ability to create custom report variants
  • #338 Create an interface for Kover tasks
  • #66 Added support for the publishing plugin to Gradle Plugin Portal
  • #466 Implemented multi-project shortcuts
  • #339 Implemented warn on verification error
  • #572 Added DslMarker to Kover public interfaces
  • #570 Added overload for functions of KoverVariantCreateConfig
  • #590 Expose reportDir property in KoverHtmlReport interface
  • #587 Added property variantName to KoverReport interface
  • #584 Added project filter for reports
  • #274 Allow for classes to be Included by annotation
  • #454 Added a report filter by parent class or interface
Bugfixes
  • #557 Changed log level for print coverage task
  • #520 Fixed error: Kover requires extension with name 'androidComponents'
Internal features
  • #567 Used compile dependency to Kover Features in Kover Gradle Plugin
Documentation
  • #531 Added explanations about applying of the plugin
  • #486 Increased the readability of the Kover documentation

Kover JVM Agent

Features
  • #464 Repacked the intellij-agent artifact to kover-jvm-agent
Bugfixes
  • #583 Excluded from report companion objects with only constants
  • #548 Fixed coverage drop in case of using different classloaders for same class

Changelog relative to version 0.8.0-Beta2

Kover Gradle Plugin
Features
  • #590 Expose reportDir property in KoverHtmlReport interface
  • #587 Added property variantName to KoverReport interface
  • #584 Added project filter for reports
  • #274 Allow for classes to be Included by annotation
  • #454 Added a report filter by parent class or interface
Documentation
  • #486 Increased the readability of the Kover documentation for 0.8.0
Kover JVM Agent
Bugfixes
  • #583 Excluded from report companion objects with only constants
  • #548 Fixed coverage drop in case of using different classloaders for same class
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.4.1

v0.3.21

Changelog

v0.3.20

Changelog

hoc081098/FlowExt (io.github.hoc081098:FlowExt)

v0.8.1

Compare Source

Changed
Added
  • Add Flow.catchAndReturn, Flow.catchAndResume operators.
  • Add Flow.mapToResult, Flow.mapResultCatching, Flow.throwFailure operators.
Changed
  • Flow.chunked(bufferSize: Int) / Flow.bufferCount(bufferSize: Int): reduce unnecessary allocations.
Changelog relative to version [0.8.1-Beta]
  • Flow.mapResultCatching now does not catch CancellationException
    thrown from the transform lambda.

  • Kotlin 1.9.24.

JetBrains/compose-jb (org.jetbrains.compose)

v1.6.10

Changes since 1.6.10-rc02

Fixes

iOS

Dependencies


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

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws 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-64890 K/Wasm compiler crash with external class and Kodein
Compiler
  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation
Tools. Gradle. Multiplatform
  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
  • KT-65043 JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x

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.

@renovate renovate bot added the dependencies label May 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency io.nlopez.compose.rules:detekt to v0.3.20 fix(deps): update all dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from f2ce3d8 to bbbea19 Compare May 15, 2024 19:05
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies May 15, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 3327f65 to 8f2ef27 Compare May 17, 2024 02:55
| datasource | package                                                                                           | from       | to     |
| ---------- | ------------------------------------------------------------------------------------------------- | ---------- | ------ |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                             | 0.7.6      | 0.8.0  |
| maven      | androidx.annotation:annotation                                                                    | 1.7.1      | 1.8.0  |
| maven      | androidx.lifecycle:lifecycle-viewmodel-savedstate                                                 | 2.7.0      | 2.8.0  |
| maven      | androidx.lifecycle:lifecycle-viewmodel-ktx                                                        | 2.7.0      | 2.8.0  |
| maven      | io.nlopez.compose.rules:detekt                                                                    | 0.3.19     | 0.4.1  |
| maven      | io.github.hoc081098:FlowExt                                                                       | 0.8.1-Beta | 0.8.1  |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.6.2      | 1.6.10 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                     | 1.8.1-Beta | 1.8.1  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                     | 1.8.1-Beta | 1.8.1  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-swing                                                    | 1.8.1-Beta | 1.8.1  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-android                                                  | 1.8.1-Beta | 1.8.1  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                     | 1.8.1-Beta | 1.8.1  |
| maven      | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 1.9.23     | 1.9.24 |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.23     | 1.9.24 |
| maven      | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 1.9.23     | 1.9.24 |
| maven      | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 1.9.23     | 1.9.24 |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 1.9.23     | 1.9.24 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant