MVI-Coroutines-Flow icon indicating copy to clipboard operation
MVI-Coroutines-Flow copied to clipboard

chore(deps): update all dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action minor v4.4.0 -> v4.5.0 age adoption passing confidence
gradle (source) minor 8.7 -> 8.8 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.10 -> 1.13.11 age adoption passing confidence
androidx.test.espresso:espresso-core dependencies minor 3.5.1 -> 3.6.1 age adoption passing confidence
androidx.test.ext:junit-ktx dependencies minor 1.1.5 -> 1.2.1 age adoption passing confidence
androidx.test:core-ktx dependencies minor 1.5.0 -> 1.6.1 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 1.0.0-RC -> 1.0.0-SNAPSHOT age adoption passing confidence
androidx.lifecycle:lifecycle-common-java8 (source) dependencies patch 2.8.0 -> 2.8.2 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.8.0 -> 2.8.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.0 -> 2.8.2 age adoption passing confidence
dev.drewhamilton.poko:poko-gradle-plugin dependencies minor 0.15.2 -> 0.16.0 age adoption passing confidence
androidx.appcompat:appcompat (source) dependencies minor 1.6.1 -> 1.7.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.4.0 -> 8.5.0 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.7.6 -> 0.8.2 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

gradle/gradle (gradle)

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Björn Kautler, Denes Daniel, Fabian Windheuser, Hélio Fernandes Sebastião, Jay Wei, jhrom, jwp345, Jörgen Andersson, Kirill Gavrilov, MajesticMagikarpKing, Maksim Lazeba, Philip Wedemann, Robert Elliot, Róbert Papp, Stefan M., Tibor Vyletel, Tony Robalik, Valentin Kulesh, Yanming Zhou, 김용후

Upgrade instructions

Switch your build to use Gradle 8.8 by updating your wrapper:

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

mockk/mockk (io.mockk:mockk)

v1.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11

drewhamilton/Poko (dev.drewhamilton.poko:poko-gradle-plugin)

v0.16.0

Compare Source

2024-05-28

Compile with Kotlin 2.0.0. The syntax for custom annotation references now uses / to denote packages, e.g. com/example/MyAnnotationClass.

Deprecate @ArrayContentSupport annotation and stop requiring it for using @ArrayContentBased annotation.

0.16.0-beta01

2024-05-20

Compile with Kotlin 2.0.0-RC3. The syntax for custom annotation references now uses / to denote packages, e.g. com/example/MyAnnotationClass.

v0.15.3

Compare Source

2024-05-19

Support Android native targets and Wasm-WASI target for Kotlin Multiplatform. Implement error checks in FIR to support automatic IDE warnings in future IntelliJ releases.

Compile with Kotlin 1.9.24. Use Node v22 for Wasm and JS targets. Compile released artifacts with -Xjdk-release flag to ensure JVM 1.8 compatibility.

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.8.2

===================

Kover Aggregation Plugin

Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.

This is not a production-ready plugin, it is in an incubation state.

Please refer to the GitHub issue and documentation for details.

Kover Gradle Plugin

Bugfixes
  • #621 Fixed coverage evaluation for enum in K2
  • #633 Fix issue with identical cache keys between projects
  • #613 Fixed JaCoCo error: Can't add different class with same name
  • #601 Fixed support of Compose functions
  • #646 Fixed reusing of configuration cache
  • #628 Fixed coverage evaluation of try-finally and try-with-resources for Java code
Features
  • Disable caching on kover artifact tasks

v0.8.1

===================

Kover Gradle Plugin

Features
  • #600 Apply recommendations for improving DSL
  • Added DSL to copy one report variant
Bugfixes
  • #610 Fixed KoverCriticalException with a certain order of applying of plugins

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

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[bot] avatar May 15 '24 23:05 renovate[bot]