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 #226

Merged
merged 7 commits into from
Aug 25, 2024
Merged

chore(deps): update all dependencies #226

merged 7 commits into from
Aug 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

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.10 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.10 -> 1.13.12 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
io.coil-kt:coil dependencies minor 2.6.0 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-common-java8 (source) dependencies patch 2.8.0 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.8.0 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.0 -> 2.8.4 age adoption passing confidence
dev.drewhamilton.poko:poko-gradle-plugin dependencies minor 0.15.2 -> 0.17.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.2 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.7.6 -> 0.8.3 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 1.9.24 -> 1.9.25 age adoption passing confidence

Release Notes

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

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

gradle/gradle (gradle)

v8.10

Compare Source

v8.9

Compare Source

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.12

Compare Source

What's Changed
New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

v1.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

coil-kt/coil (io.coil-kt:coil)

v2.7.0

Compare Source

  • Slightly optimize internal coroutines usage to improve the performance of ImageLoader.execute, AsyncImage, SubcomposeAsyncImage, and rememberAsyncImagePainter. (#​2205)
  • Fix duplicate network calls for chunked responses. (#​2363)
  • Update Kotlin to 2.0.0.
  • Update Compose UI to 1.6.8.
  • Update Okio to 3.9.0.
drewhamilton/Poko (dev.drewhamilton.poko:poko-gradle-plugin)

v0.17.0

Compare Source

2024-08-22

Compile with Kotlin 2.0.20. Support Java 22.

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.3

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

Kover Aggregation Plugin

  • Added support for Android projects in Kover Aggregation Plugin

Kover Maven Plugin

  • #51 Implemented Kover Maven Plugin

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
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-gradle-plugin)

v1.9.25: Kotlin 1.9.25

Note: This is a technical release for IntelliJ IDEA.

Changelog

Tools. JPS
  • KT-69204 Generate lookups in dumb mode for compatibility with ref index

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 May 15, 2024
@renovate renovate bot changed the title chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.8.0 fix(deps): update all dependencies May 16, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from bf52b39 to 2cd6a08 Compare May 20, 2024 18:05
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies May 20, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from f9ff4ae to 37c5b5e Compare June 1, 2024 12:23
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from 5e654b9 to 909fe4f Compare June 13, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 23d3f45 to 156b31c Compare June 27, 2024 19:35
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 8a0adaa to 000a867 Compare July 17, 2024 19:11
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from 2169044 to 5ee0285 Compare July 24, 2024 18:01
| datasource     | package                                                               | from     | to             |
| -------------- | --------------------------------------------------------------------- | -------- | -------------- |
| github-tags    | codecov/codecov-action                                                | v4.4.0   | v4.5.0         |
| gradle-version | gradle                                                                | 8.7      | 8.10           |
| maven          | io.mockk:mockk                                                        | 1.13.10  | 1.13.12        |
| maven          | androidx.test.espresso:espresso-core                                  | 3.5.1    | 3.6.1          |
| maven          | androidx.test.ext:junit-ktx                                           | 1.1.5    | 1.2.1          |
| maven          | androidx.test:core-ktx                                                | 1.5.0    | 1.6.1          |
| maven          | io.github.hoc081098:FlowExt                                           | 1.0.0-RC | 1.0.0-SNAPSHOT |
| maven          | io.coil-kt:coil                                                       | 2.6.0    | 2.7.0          |
| maven          | androidx.lifecycle:lifecycle-common-java8                             | 2.8.0    | 2.8.4          |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                              | 2.8.0    | 2.8.4          |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                            | 2.8.0    | 2.8.4          |
| maven          | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.2   | 0.17.0         |
| maven          | androidx.appcompat:appcompat                                          | 1.6.1    | 1.7.0          |
| maven          | com.android.tools.build:gradle                                        | 8.4.0    | 8.5.2          |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6    | 0.8.3          |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.24   | 1.9.25         |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.24   | 1.9.25         |
Copy link
Contributor Author

renovate bot commented Aug 24, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.11%. Comparing base (501902a) to head (ef061b8).
Report is 33 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
- Coverage   64.61%   62.11%   -2.50%     
==========================================
  Files          53       37      -16     
  Lines        1218     1069     -149     
  Branches      133      104      -29     
==========================================
- Hits          787      664     -123     
+ Misses        411      391      -20     
+ Partials       20       14       -6     

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

@hoc081098 hoc081098 merged commit 3c8029d into master Aug 25, 2024
7 of 8 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch August 25, 2024 10:31
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