Skip to content

fix(deps): update all non-major dependencies - #63

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch
Jun 9, 2026
Merged

fix(deps): update all non-major dependencies#63
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/cache action patch v5.0.3v5.0.5 age confidence
capralifecycle/actions-lib action patch v1.7.0v1.7.1 age confidence
io.github.java-diff-utils:java-diff-utils compile minor 4.164.17 age confidence
org.junit.jupiter:junit-jupiter-engine (source) test minor 6.0.36.1.0 age confidence
org.junit.jupiter:junit-jupiter-api (source) compile minor 6.0.36.1.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json compile minor 1.10.01.11.0 age confidence
org.jetbrains.kotlin:kotlin-maven-serialization (source) build patch 2.3.202.3.21 2.4.0 age confidence
org.jetbrains.kotlin:kotlin-maven-plugin (source) build patch 2.3.202.3.21 2.4.0 age confidence
org.jetbrains.kotlin:kotlin-stdlib (source) compile patch 2.3.202.3.21 2.4.0 age confidence
no.liflig:kotlin-parent parent minor 3.20260311.1943343.20260524.020609 3.20260609.122901 (+3) age confidence

Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

capralifecycle/actions-lib (capralifecycle/actions-lib)

v1.7.1

Compare Source

Bug Fixes
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.11.0

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

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-serialization)

v2.3.21

Compare Source

Backend. Wasm
  • KT-84610 [Wasm] Failed to compile klibs in IC mode
Compiler
  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project
JavaScript
  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map
Libraries
  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API
Native. C and ObjC Import
  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20
Tools. Gradle
  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal
Tools. Gradle. Compiler plugins
  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+
Tools. Scripts
  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location
Tools. Statistics (FUS)
  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'
capralifecycle/liflig-kotlin-parent (no.liflig:kotlin-parent)

v3.20260524.020609

Compare Source

v3.20260519.091816

Compare Source

v3.20260519.070807

Compare Source

v3.20260519.031008

Compare Source

v3.20260518.023024

Compare Source

v3.20260425.153213

Compare Source

v3.20260417.040049

Compare Source

v3.20260401.023949

Compare Source

v3.20260322.021646

Compare Source

v3.20260321.225605

Compare Source

v3.20260320.060050

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ea45da9 to aa8df1e Compare June 7, 2026 02:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from aa8df1e to 387def3 Compare June 9, 2026 13:32
@renovate
renovate Bot merged commit b21bafe into master Jun 9, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch June 9, 2026 21:54
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.

0 participants