Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps com.pinterest.ktlint:ktlint-rule-engine from 0.49.1 to 1.5.0.

Release notes

Sourced from com.pinterest.ktlint:ktlint-rule-engine's releases.

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

🔧 Fixes

  • Ignore multi dollar string interpolation prefix in string-template-indent rule - #2888, by @​paul-dingemans

  • Wrap the expression body in case .editorconfig property ktlint_function_signature_body_expression_wrapping is set to always - #2873, by @​paul-dingemans

  • Fix false positive when empty parameter list is in between trailing lambda's of a nested call expression - #2891, by @​paul-dingemans

  • Do not wrap a context receiver in a function parameter type reference - #2892, by @​paul-dingemans

  • Allow comment before parameter list in function literal (function-literal) - #2894, by @​paul-dingemans

📦 Dependencies

  • chore(deps): update plugin com.gradle.develocity to v3.18.2 - #2865, by @​renovate[bot]

  • chore(deps): update dependency gradle to v8.11.1 - #2875, by @​renovate[bot]

  • fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - #2874, by @​renovate[bot]

  • fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - #2871, by @​renovate[bot]

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - #2883, by @​renovate[bot]

  • fix(deps): update kotlin monorepo to v2.1.0 - #2880, by @​renovate[bot]

  • fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - #2886, by @​renovate[bot]

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - #2887, by @​renovate[bot]

  • fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - #2889, by @​renovate[bot]

1.4.1

🔧 Fixes

  • Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in kotlin version 2.0.1 - #2857, by @​paul-dingemans

📦 Dependencies

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-rule-engine's changelog.

[1.5.0] - 2024-12-04

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

🔧 Fixes

  • Ignore multi dollar string interpolation prefix in string-template-indent rule - #2888, by @​paul-dingemans

  • Wrap the expression body in case .editorconfig property ktlint_function_signature_body_expression_wrapping is set to always - #2873, by @​paul-dingemans

  • Fix false positive when empty parameter list is in between trailing lambda's of a nested call expression - #2891, by @​paul-dingemans

  • Do not wrap a context receiver in a function parameter type reference - #2892, by @​paul-dingemans

  • Allow comment before parameter list in function literal (function-literal) - #2894, by @​paul-dingemans

📦 Dependencies

  • chore(deps): update plugin com.gradle.develocity to v3.18.2 - #2865, by @​renovate[bot]

  • chore(deps): update dependency gradle to v8.11.1 - #2875, by @​renovate[bot]

  • fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - #2874, by @​renovate[bot]

  • fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - #2871, by @​renovate[bot]

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - #2883, by @​renovate[bot]

  • fix(deps): update kotlin monorepo to v2.1.0 - #2880, by @​renovate[bot]

  • fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - #2886, by @​renovate[bot]

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - #2887, by @​renovate[bot]

  • fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - #2889, by @​renovate[bot]

[1.4.1] - 2024-11-05

🔧 Fixes

  • Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in kotlin version 2.0.1 - #2857, by @​paul-dingemans

... (truncated)

Commits
  • b44a53f Prepare release 1.5.0 (#2896)
  • 7b895c4 Allow backing property to be defined in the companion object (`backing-proper...
  • 6a766f7 fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.1...
  • f4cb520 Allow comment before parameter list in function literal (function-literal) ...
  • 5cb8c49 Add configuration setting for constant names in property-naming rule (#2893)
  • 52ecb3f Do not wrap a context receiver in a function parameter type reference (#2892)
  • 1bc924c Fix false positive when empty parameter list is in between trailing lambda's ...
  • e098f10 Add missing space between fun keyword and identifier when latter is wrapped...
  • fcccb9f Wrap the expression body in case .editorconfig property `ktlint_function_si...
  • c50c237 Ignore multi dollar string interpolation prefix in string-template-indent r...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the skip news This PR does not require new changelog entry label May 5, 2025
Bumps [com.pinterest.ktlint:ktlint-rule-engine](https://github.com/pinterest/ktlint) from 0.49.1 to 1.5.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@0.49.1...1.5.0)

---
updated-dependencies:
- dependency-name: com.pinterest.ktlint:ktlint-rule-engine
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.pinterest.ktlint-ktlint-rule-engine-1.5.0 branch from 58b9c34 to 0a93ae5 Compare May 23, 2025 19:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #891.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.pinterest.ktlint-ktlint-rule-engine-1.5.0 branch May 26, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news This PR does not require new changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant