Skip to content

Update all non-major dependencies#91

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#91
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v6.0.1v6.0.2 age confidence
org.jetbrains.dokka plugin minor 2.1.02.2.0 age confidence
nl.littlerobots.version-catalog-update plugin minor 1.0.11.1.0 age confidence
app.cash.quiver:lib dependencies patch 1.0.31.0.5 age confidence
io.mockk:mockk (source) dependencies patch 1.14.71.14.9 age confidence
com.vanniktech.maven.publish.base plugin minor 0.35.00.36.0 age confidence
com.vanniktech:gradle-maven-publish-plugin dependencies minor 0.35.00.36.0 age confidence
app.cash.kfsm:kfsm-v2 dependencies minor 2.1.02.3.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

Kotlin/dokka (org.jetbrains.dokka)

v2.2.0: 2.2.0

Dokka Gradle Plugin

Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

Analysis improvements

Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#​2493, #​4245, #​4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#​3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#​3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#​3451, #​3179, #​3632, #​4327, #​3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#​4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#​4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#​4144)
    • Fix working with intersected and overridden fake functions/properties (#​3857)
    • Fix rendering of links in @see block (#​3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#​4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#​4320)
    • Fix duplicate source links for function overloads and properties (#​4049, #​4338)
    • Fix resolution of links in the second line of KDoc tags (#​4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#​3558, #​4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#​4389)
    • Support context parameters documentation via @param tag (#​4065)
  • Java/Javadoc related improvements:
    • Use language-java class for <pre> and <code> tags generated from Java sources (#​4346)
    • Add new Mark DocTag, TextStyle.Highlight and support for <mark> javadoc HTML tag (#​4376)
    • Fix source links to accessors in the KotlinAsJava plugin (#​4396)
    • Fix incorrect links to Javadoc's functions with type parameters (#​3502)
    • Fix links to Java fields (#​4360)
    • Fix documentation on extension properties is not propagated to the generated extension getters (#​3752)
    • Fix generated getter for property in kotlin-as-java doesn't inherit KDoc description (#​3369)

Kotlin playground runnable samples extracted into a separate plugin

Starting with Dokka 2.2.0, Kotlin Playground–based rendering of @sample KDoc references is disabled by default. Samples are now rendered as non-runnable code blocks.

Support for interactive, runnable samples has been extracted into a separate plugin with configurable options, including custom Playground scripts and server URLs. See the plugin README.md for setup instructions.

Other changes and bugfixes

  • Fix unnecessary logging for unresolved links in module documentation (#​4413)
  • Fix CLI runner to force use of the latest stdlib (#​4324)
  • Use the shadowed stdlib in the Dokka Maven Plugin (#​4229)

Changes from 2.2.0-Beta

  • Fix DGP reads all Gradle properties, which causes unnecessary CC invalidation (#​4467)
  • Detect and handle intersected source roots in Android multi-variant projects (#​4473)

Feedback

We would appreciate your feedback!

littlerobots/version-catalog-update-plugin (nl.littlerobots.version-catalog-update)

v1.1.0

  • Fix adding dependencies that are contributed through build scripts (#​179)
  • Add a new option to the versionCatalogUpdate task that will fail the build if there are updates for any dependency or specific dependencies. (#​168)
cashapp/quiver (app.cash.quiver:lib)

v1.0.5

  • Adds <T> Result<T>.shouldBeSuccessful(): T (Roni Greenwood)
  • Adds fun <T> Result<T>.shouldBeSuccessful(block: (T) -> Unit): T (Roni Greenwood)
  • Adds <T> Result<T>.shouldBeSuccessful(expected: T): T (Roni Greenwood)
mockk/mockk (io.mockk:mockk)

v1.14.9

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.6...1.14.9

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish.base)

v0.36.0

Compare Source

BREAKING

  • Updated minimum supported JDK, Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for Dokka v1, it's now required to use Dokka in v2 mode.
  • Mark DirectorySignatureType internal.

Behavior changes

  • validateDeployment now has the DeploymentValidation enum as type instead of being a boolean. The default
    is now to just wait for the VALIDATED state. The previous behavior can be achieved by setting it to PUBLISHED.
    NONE can be used for disabling the validation completely.
  • When calling configure(...) manually to configure what to publish and not passing javadocJar explicity,
    the plugin now defaults to publishing an empty javadoc jar.

Features

  • Android projects now support using Dokka for javadoc creation, this will happen automatically
    when using the default options and the Dokka plugin is applied to the project.
  • Added consistent JavadocJar and SourcesJar options to configureBasedOnAppliedPlugins and to all
    applicable project types that can be passed to configure. The previous Boolean based versions have
    been deprecated.
  • When enabling Maven Central publishing through the DSL, the mavenCentralDeploymentValidation and
    mavenCentralAutomaticPublishing are used for the default values of the 2 parameters when they are not passed
    explicitly. This allows to more easily override them in certain environments.
  • When isolated projects is enabled the module/project specific gradle.properties files are now considered in
    the same way they are when isolated projects is disabled.

Improvements

  • Better error message when Maven Central credentials are missing.
Minimum supported versions
  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0
Compatibility tested up to
  • JDK 25
  • Gradle 9.3.0
  • Gradle 9.4.0-milestone-4
  • Android Gradle Plugin 8.13.2
  • Android Gradle Plugin 9.0.0
  • Android Gradle Plugin 9.1.0-alpha05
  • Kotlin Gradle Plugin 2.3.0
  • Kotlin Gradle Plugin 2.3.20-Beta1
block/kfsm (app.cash.kfsm:kfsm-v2)

v2.3.0

  • Update outbox and pending request interfaces to return Result rather than throw exceptions.

v2.2.0

  • Add Jooq implementation for PendingRequestStore.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 requested a review from a team as a code owner January 26, 2026 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23f5873 to c2c08f1 Compare January 27, 2026 06:13
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Jan 30, 2026
@renovate renovate bot closed this Jan 30, 2026
@renovate renovate bot deleted the renovate/all-minor-patch branch January 30, 2026 01:32
@renovate renovate bot changed the title Update all non-major dependencies - autoclosed Update all non-major dependencies Feb 2, 2026
@renovate renovate bot reopened this Feb 2, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c274171 to 621e410 Compare February 2, 2026 05:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7730e52 to 5302d16 Compare February 9, 2026 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 99cc75b to dbdc364 Compare February 17, 2026 05:09
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Feb 17, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6288989 to 62905e5 Compare February 24, 2026 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 763e087 to 22420f4 Compare March 6, 2026 05:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22420f4 to d87e8bc Compare March 13, 2026 05:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 045c4ad to cf9ad35 Compare March 22, 2026 04:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eece516 to d731487 Compare April 1, 2026 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d731487 to 4042301 Compare April 8, 2026 19:37
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant