Skip to content

Commit

Permalink
chore: Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 (#247
Browse files Browse the repository at this point in the history
)

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

<details>
<summary>pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)</summary>

###
[`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 -
[#&#8203;2890](https://redirect.github.com/pinterest/ktlint/pull/2890),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Add configuration setting for constant names in `property-naming` rule
-
[#&#8203;2893](https://redirect.github.com/pinterest/ktlint/pull/2893),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Allow backing property to be defined in the companion object
(`backing-property-naming`) -
[#&#8203;2895](https://redirect.github.com/pinterest/ktlint/pull/2895),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

##### 🔧 Fixes

- Ignore multi dollar string interpolation prefix in
`string-template-indent` rule -
[#&#8203;2888](https://redirect.github.com/pinterest/ktlint/pull/2888),
by [@&#8203;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`
-
[#&#8203;2873](https://redirect.github.com/pinterest/ktlint/pull/2873),
by [@&#8203;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 -
[#&#8203;2891](https://redirect.github.com/pinterest/ktlint/pull/2891),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Do not wrap a context receiver in a function parameter type reference
-
[#&#8203;2892](https://redirect.github.com/pinterest/ktlint/pull/2892),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

- Allow comment before parameter list in function literal
(`function-literal`) -
[#&#8203;2894](https://redirect.github.com/pinterest/ktlint/pull/2894),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

##### 📦 Dependencies

- chore(deps): update plugin com.gradle.develocity to v3.18.2 -
[#&#8203;2865](https://redirect.github.com/pinterest/ktlint/pull/2865),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update dependency gradle to v8.11.1 -
[#&#8203;2875](https://redirect.github.com/pinterest/ktlint/pull/2875),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 -
[#&#8203;2874](https://redirect.github.com/pinterest/ktlint/pull/2874),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin
to v2.1.0-rc2 -
[#&#8203;2871](https://redirect.github.com/pinterest/ktlint/pull/2871),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to
v7.0.3 -
[#&#8203;2883](https://redirect.github.com/pinterest/ktlint/pull/2883),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update kotlin monorepo to v2.1.0 -
[#&#8203;2880](https://redirect.github.com/pinterest/ktlint/pull/2880),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 -
[#&#8203;2886](https://redirect.github.com/pinterest/ktlint/pull/2886),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- chore(deps): update plugin
org.gradle.toolchains.foojay-resolver-convention to v0.9.0 -
[#&#8203;2887](https://redirect.github.com/pinterest/ktlint/pull/2887),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

- fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin
to v0.18.0 -
[#&#8203;2889](https://redirect.github.com/pinterest/ktlint/pull/2889),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

</details>

---

### 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.

---

- [ ] <!-- 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/monosoul/jooq-gradle-plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ3JhZGxlLXRlc3QtZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrei Nevedomskii <kloz.klaud@gmail.com>
  • Loading branch information
renovate[bot] and monosoul authored Dec 7, 2024
1 parent cb7ef9c commit 2978a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2978a76

Please sign in to comment.