-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Conversation
0b79a31
to
f71efbf
Compare
bf52b39
to
2cd6a08
Compare
f9ff4ae
to
37c5b5e
Compare
5e654b9
to
909fe4f
Compare
23d3f45
to
156b31c
Compare
156b31c
to
82aab83
Compare
8a0adaa
to
000a867
Compare
2169044
to
5ee0285
Compare
5ee0285
to
008a1d0
Compare
008a1d0
to
3390d22
Compare
| 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 |
3390d22
to
0da2bac
Compare
Edited/Blocked NotificationRenovate 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
This PR contains the following updates:
v4.4.0
->v4.5.0
8.7
->8.10
1.13.10
->1.13.12
3.5.1
->3.6.1
1.1.5
->1.2.1
1.5.0
->1.6.1
1.0.0-RC
->1.0.0-SNAPSHOT
2.6.0
->2.7.0
2.8.0
->2.8.4
2.8.0
->2.8.4
2.8.0
->2.8.4
0.15.2
->0.17.0
1.6.1
->1.7.0
8.4.0
->8.5.2
0.7.6
->0.8.3
1.9.24
->1.9.25
1.9.24
->1.9.25
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.8Compare 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:
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
verifyCount
DSL by @T45K in https://github.com/mockk/mockk/pull/1234clearStaticMockk
for KFunction and KProperty by @krocard in https://github.com/mockk/mockk/pull/1239gradle check
before opening a PR by @krocard in https://github.com/mockk/mockk/pull/1240New Contributors
Full Changelog: mockk/mockk@1.13.10...1.13.11
coil-kt/coil (io.coil-kt:coil)
v2.7.0
Compare Source
ImageLoader.execute
,AsyncImage
,SubcomposeAsyncImage
, andrememberAsyncImagePainter
. (#2205)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 denotepackages, 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 denotepackages, 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
Kover Maven Plugin
#51
Implemented Kover Maven Pluginv0.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 codeFeatures
v0.8.1
===================
Kover Gradle Plugin
Features
#600
Apply recommendations for improving DSLBugfixes
#610
FixedKoverCriticalException
with a certain order of applying of pluginsv0.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 interfaceBugfixes
#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 PluginDocumentation
#531
Added explanations about applying of the plugin#486
Increased the readability of the Kover documentationKover JVM Agent
Features
#464
Repacked the intellij-agent artifact to kover-jvm-agentBugfixes
#583
Excluded from report companion objects with only constants#548
Fixed coverage drop in case of using different classloaders for same classChangelog 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 interfaceDocumentation
#486
Increased the readability of the Kover documentation for 0.8.0Kover JVM Agent
Bugfixes
#583
Excluded from report companion objects with only constants#548
Fixed coverage drop in case of using different classloaders for same classJetBrains/kotlin (org.jetbrains.kotlin:kotlin-gradle-plugin)
v1.9.25
: Kotlin 1.9.25Note: This is a technical release for IntelliJ IDEA.
Changelog
Tools. JPS
KT-69204
Generate lookups in dumb mode for compatibility with ref indexConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.