From 2978a769a37ac2ac85ca1875bfc15fc14259a6d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:54:21 +0000 Subject: [PATCH] chore: Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 (#247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.pinterest.ktlint:ktlint-cli](https://redirect.github.com/pinterest/ktlint) | `1.4.1` -> `1.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.pinterest.ktlint:ktlint-cli/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.pinterest.ktlint:ktlint-cli/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.pinterest.ktlint:ktlint-cli/1.4.1/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.pinterest.ktlint:ktlint-cli/1.4.1/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pinterest/ktlint (com.pinterest.ktlint:ktlint-cli) ### [`v1.5.0`](https://redirect.github.com/pinterest/ktlint/blob/HEAD/CHANGELOG.md#150---2024-12-04) [Compare Source](https://redirect.github.com/pinterest/ktlint/compare/1.4.1...1.5.0) The release of Kotlin 2.1 is the primary reason for publishing this release earlier than planned. Because of the removal of some language elements in Kotlin 2.1, the embedded Kotlin compiler in KtLint blocked Kotlinter users from upgrading to Kotlin 2.1. ##### 🆕 Features - Add missing space between `fun` keyword and identifier when latter is wrapped between backticks - [#​2890](https://redirect.github.com/pinterest/ktlint/pull/2890), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Add configuration setting for constant names in `property-naming` rule - [#​2893](https://redirect.github.com/pinterest/ktlint/pull/2893), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Allow backing property to be defined in the companion object (`backing-property-naming`) - [#​2895](https://redirect.github.com/pinterest/ktlint/pull/2895), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) ##### 🔧 Fixes - Ignore multi dollar string interpolation prefix in `string-template-indent` rule - [#​2888](https://redirect.github.com/pinterest/ktlint/pull/2888), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Wrap the expression body in case `.editorconfig` property `ktlint_function_signature_body_expression_wrapping` is set to `always` - [#​2873](https://redirect.github.com/pinterest/ktlint/pull/2873), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Fix false positive when empty parameter list is in between trailing lambda's of a nested call expression - [#​2891](https://redirect.github.com/pinterest/ktlint/pull/2891), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Do not wrap a context receiver in a function parameter type reference - [#​2892](https://redirect.github.com/pinterest/ktlint/pull/2892), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) - Allow comment before parameter list in function literal (`function-literal`) - [#​2894](https://redirect.github.com/pinterest/ktlint/pull/2894), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) ##### 📦 Dependencies - chore(deps): update plugin com.gradle.develocity to v3.18.2 - [#​2865](https://redirect.github.com/pinterest/ktlint/pull/2865), by [@​renovate](https://redirect.github.com/renovate)\[bot] - chore(deps): update dependency gradle to v8.11.1 - [#​2875](https://redirect.github.com/pinterest/ktlint/pull/2875), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - [#​2874](https://redirect.github.com/pinterest/ktlint/pull/2874), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - [#​2871](https://redirect.github.com/pinterest/ktlint/pull/2871), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - [#​2883](https://redirect.github.com/pinterest/ktlint/pull/2883), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update kotlin monorepo to v2.1.0 - [#​2880](https://redirect.github.com/pinterest/ktlint/pull/2880), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - [#​2886](https://redirect.github.com/pinterest/ktlint/pull/2886), by [@​renovate](https://redirect.github.com/renovate)\[bot] - chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - [#​2887](https://redirect.github.com/pinterest/ktlint/pull/2887), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - [#​2889](https://redirect.github.com/pinterest/ktlint/pull/2889), by [@​renovate](https://redirect.github.com/renovate)\[bot]
--- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 week" in timezone Europe/Berlin, 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. --- - [ ] 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/monosoul/jooq-gradle-plugin). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrei Nevedomskii --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 5fd8242..c88a9a6 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -17,7 +17,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } strikt = "io.strikt:strikt-jvm:0.34.1" mockk = "io.mockk:mockk-jvm:1.13.13" -ktlint = "com.pinterest.ktlint:ktlint-cli:1.4.1" +ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0" # plugins gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.3.0"