Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Confidence
com.pinterest.ktlint:ktlint-cli 1.3.1 -> 1.7.1 age confidence

Release Notes

pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)

v1.7.1

Compare Source

🔧 Fixes
💬 Other

v1.7.0

Compare Source

🆕 Features
Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes
  • Do not run no-unused-imports rule by default - #​3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #​3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features
  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #​3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #​3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #​3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #​3044, by @​paul-dingemans

🔧 Fixes
📦 Dependencies
💬 Other

v1.6.0

Compare Source

🆕 Features

  • Add configuration option to handle (certain) annotation with parameters identical to annotations without parameters - #​2950, by @​paul-dingemans

  • Set system properties to prevent failure when running in ktlint-intellij-plugin with custom installation - #​2970, by @​paul-dingemans

🔧 Fixes

📦 Dependencies

💬 Other

v1.5.0

Compare Source

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
📦 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]

v1.4.1

Compare Source

🔧 Fixes
📦 Dependencies

v1.4.0

Compare Source

🆕 Features
🔧 Fixes
📦 Dependencies

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from a4d2403 to ca78353 Compare October 28, 2024 11:55
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from ca78353 to 305e3c5 Compare November 5, 2024 19:18
@renovate renovate bot changed the title Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch 2 times, most recently from 6129fb6 to 6b7828b Compare November 19, 2024 16:56
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 6b7828b to 7cc260b Compare December 2, 2024 10:55
@renovate renovate bot changed the title Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch 3 times, most recently from 7f75557 to 6712c2b Compare December 10, 2024 21:21
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch 2 times, most recently from e060b1c to 552e1c4 Compare January 14, 2025 17:52
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 552e1c4 to 2f04f1b Compare January 23, 2025 23:11
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 2f04f1b to d3eef2d Compare February 9, 2025 13:03
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from d3eef2d to 166f5db Compare March 17, 2025 16:27
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 166f5db to c67643e Compare April 24, 2025 10:28
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from c67643e to 8b909ac Compare May 19, 2025 17:20
@renovate renovate bot changed the title Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 Update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 May 19, 2025
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 8b909ac to 50ffb89 Compare June 11, 2025 22:28
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 50ffb89 to 68c5c97 Compare July 15, 2025 02:41
@renovate renovate bot changed the title Update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 68c5c97 to e3a744a Compare July 22, 2025 00:03
@renovate renovate bot changed the title Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch 2 times, most recently from 88ea12d to 9c1f81e Compare July 28, 2025 17:51
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 9c1f81e to 0af391f Compare August 6, 2025 14:10
@renovate renovate bot force-pushed the renovate/com.pinterest.ktlint-ktlint-cli-1.x branch from 0af391f to 4637837 Compare September 8, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants