Skip to content

Commit 061bdcb

Browse files
chore(deps): update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.0 (#1999)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx.binary-compatibility-validator](https://redirect.github.com/Kotlin/binary-compatibility-validator) | `0.17.0` -> `0.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.17.0/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin/0.17.0/0.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)</summary> ### [`v0.18.0`](https://redirect.github.com/Kotlin/binary-compatibility-validator/releases/tag/0.18.0) [Compare Source](https://redirect.github.com/Kotlin/binary-compatibility-validator/compare/0.17.0...0.18.0) #### What's Changed - Supported KLIB cross compilation enabled in Kotlin 2.1.0 [#&#8203;299](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/299) - Fixed issue with early properties evaluation [#&#8203;286](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/286) - Started excluding local classes created by Parcelize [#&#8203;300](https://redirect.github.com/Kotlin/binary-compatibility-validator/issues/300) Thanks to [@&#8203;TheMrMilchmann](https://redirect.github.com/TheMrMilchmann), [@&#8203;osipxd](https://redirect.github.com/osipxd), and [@&#8203;Goooler](https://redirect.github.com/Goooler) for their contributions! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b5697f commit 061bdcb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
buildsrc.convention.publishing
66
kotlin("plugin.serialization")
77

8-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
8+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.0"
99
}
1010

1111
group = rootProject.group

action-updates-checker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
buildsrc.convention.`kotlin-jvm`
33
buildsrc.convention.publishing
44

5-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
5+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.0"
66
}
77

88
group = rootProject.group

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
// Code quality.
1313
id("io.gitlab.arturbosch.detekt")
1414
id("info.solidsoft.pitest") version "1.15.0"
15-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
15+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.18.0"
1616

1717
id("org.jetbrains.dokka") version "2.0.0"
1818
}

0 commit comments

Comments
 (0)