Skip to content

Commit 7b891fc

Browse files
chore(deps): update plugin ktlint to v13 (#10)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | org.jlleitschuh.gradle.ktlint | `12.3.0` -> `13.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.3.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **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. 🔕 **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/open-feature/kotlin-sdk-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Signed-off-by: Bence Hornák <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bence Hornák <[email protected]>
1 parent 06fb690 commit 7b891fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx-coroutines-test = { group="org.jetbrains.kotlinx", name="kotlinx-corouti
1313
dokka = { id="org.jetbrains.dokka", version="2.0.0" }
1414
kotlin-multiplatform = { id="org.jetbrains.kotlin.multiplatform", version.ref="kotlin" }
1515
kotlinx-atomicfu = { id="org.jetbrains.kotlinx.atomicfu", version="0.27.0" }
16-
ktlint = { id="org.jlleitschuh.gradle.ktlint", version="12.3.0" }
16+
ktlint = { id="org.jlleitschuh.gradle.ktlint", version="13.1.0" }
1717
nexus-publish = { id="io.github.gradle-nexus.publish-plugin", version="2.0.0" }
1818
binary-compatibility-validator = { id="org.jetbrains.kotlinx.binary-compatibility-validator", version="0.18.1" }
1919
vanniktech-maven-publish = { id="com.vanniktech.maven.publish", version="0.34.0" }

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
],
1010
"fileFilters": ["kotlin-js-store/yarn.lock"],
1111
"executionMode": "update"
12-
}
12+
},
13+
"allowedCommands": ["^./gradlew kotlinUpgradeYarnLock$"]
1314
}

0 commit comments

Comments
 (0)