-
-
Notifications
You must be signed in to change notification settings - Fork 27
Update all dependencies #342
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-deps
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #342 +/- ##
=======================================
Coverage 88.38% 88.38%
=======================================
Files 37 37
Lines 801 801
Branches 107 107
=======================================
Hits 708 708
Misses 52 52
Partials 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4c35fab
to
b800312
Compare
9ff538c
to
36e4f5b
Compare
4cd188d
to
f913128
Compare
f913128
to
b11573e
Compare
b11573e
to
1dd3682
Compare
642fe65
to
5406383
Compare
671f46c
to
345c506
Compare
345c506
to
3a671c6
Compare
79eb960
to
ece3ed5
Compare
0d77ee6
to
ab8461a
Compare
b62ca51
to
631b38b
Compare
631b38b
to
204b054
Compare
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.4.0 | v5.4.3 | | gradle-version | gradle | 8.13 | 8.14.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.10.1 | 1.10.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.10.1 | 1.10.2 | | maven | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.18.5 | 0.19.1 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.17.0 | 0.18.1 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.30.0 | 0.34.0 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 7.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.1.10 | 2.2.0 |
204b054
to
9660bd4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.4.0
->v5.4.3
8.13
->8.14.3
1.10.1
->1.10.2
1.10.1
->1.10.2
0.18.5
->0.19.1
0.17.0
->0.18.1
0.30.0
->0.34.0
7.0.2
->7.1.0
2.1.10
->2.2.0
Release Notes
codecov/codecov-action (codecov/codecov-action)
v5.4.3
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
gradle/gradle (gradle)
v8.14.3
: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 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.
v8.14.2
Compare Source
v8.14.1
Compare Source
v8.14
Compare Source
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)
v1.10.2
Compare Source
kotlinx-coroutines-debug
JAR file including themodule-info.class
file twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344!Flow.stateIn
hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari!.limitedParallelism
(#4330) and during flow collection (#4272).runBlocking
failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).drewhamilton/Poko (dev.drewhamilton.poko)
v0.19.1
Compare Source
2025-07-11
Add forward compatibility with Kotlin 2.2.20-Beta1.
v0.19.0
Compare Source
2025-06-25
Compile with Kotlin 2.2.0.
Drop support for Kotlin 2.1 due to incompatibility.
v0.18.7
Compare Source
2025-05-16
Fix bug in generated
toString
for@ReadArrayContent
properties on Poko classes targeting JS:array properties would print a value of "[...]" instead of their actual content.
Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.
v0.18.6
Compare Source
2025-04-16
Add forward compatibility with Kotlin 2.2.0-Beta1.
Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)
v0.18.1
Compare Source
What's Changed
v0.18.0
Compare Source
What's Changed
Thanks to @TheMrMilchmann, @osipxd, and @Goooler for their contributions!
vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)
v0.34.0
Compare Source
0.33.0 release notes for upgrade
instructions if you haven't upgraded yet.
SonatypeHost
has been removed from the DSL.SONATYPE_HOST
only supportsCENTRAL_PORTAL
now (it's recommended to usemavenCentralPublishing=true
instead).publish
tasks.Thanks to @Goooler and @solrudev for their contributions to this release.
Minimum supported versions
Compatibility tested up to
v0.33.0
Compare Source
BREAKING
publishToMavenCentral()
andpublishToMavenCentral(automaticRelease)
withoutSonatypeHost
willnow publish through the Central Portal.
publishToMavenCentral
that take aSonatypeHost
parameter.SonatypeHost
.New
com.android.fused-library
. There are currently several limitationson the Android Gradle plugin side which make signing as well as publishing sources/javadocs not possible.
Improvements
mavenCentralPublishing=true
replacesSONATYPE_HOST=CENTRAL_PORTAL
.mavenCentralAutomaticPublishing=true
replacesSONATYPE_AUTOMATIC_RELEASE=true
.signAllPublications=true
replacesRELEASE_SIGNING_ENABLED=true
.pomFromGradleProperties()
is not called.TaskProvider
toJavadocJar.Dokka
.-javadoc
jars (locally, the name of the published artifact is unchanged).version
to be read too early when publishing to Central Portal.Thanks to @Goooler, @solrudev and @sschuberth for their contributions to this release.
Minimum supported versions
Compatibility tested up to
v0.32.0
Compare Source
Minimum supported versions
Compatibility tested up to
Configuration cache status
Configuration cache is generally supported, except for:
V2Enabled
.v0.31.0
Compare Source
Minimum supported versions
Compatibility tested up to
Configuration cache status
Configuration cache is generally supported, except for:
V2Enabled
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.