Skip to content

fix(deps): update dependency com.pinterest.ktlint:ktlint-rule-engine to v1.6.0#364

Merged
mshdabiola merged 1 commit into
developfrom
renovate/com.pinterest.ktlint-ktlint-rule-engine-1.x
Jul 10, 2025
Merged

fix(deps): update dependency com.pinterest.ktlint:ktlint-rule-engine to v1.6.0#364
mshdabiola merged 1 commit into
developfrom
renovate/com.pinterest.ktlint-ktlint-rule-engine-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.pinterest.ktlint:ktlint-rule-engine 1.0.0 -> 1.6.0 age confidence

Release Notes

pinterest/ktlint (com.pinterest.ktlint:ktlint-rule-engine)

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

v1.3.1

Compare Source

🔧 Fixes
📦 Dependencies
💬 Other

v1.3.0

Compare Source

🆕 Features
🔧 Fixes
📦 Dependencies

v1.2.1

Compare Source

🆕 Features

None

🔧 Fixes

v1.2.0

Compare Source

🆕 Features
  • Break dependency between string-template-indent and multiline-expression-wrapping - #​2505, by @​paul-dingemans

  • Allow string template to exceed max line length when it is the only element on a line - #​2480, by @​paul-dingemans

  • Add configuration setting for ignoring argument-list-wrapping above threshold of argument - #​2481, by @​paul-dingemans
    NOTE: In code style ktlint_official this threshold is unset so that arguments are always wrapped. If this impacts your code too much, you can make it backward compatible by setting .editorconfig property ktlint_argument_list_wrapping_ignore_when_parameter_count_greater_or_equal_than to value 8. For other code styles this property is initialized with value 8 and as of that backward compatible by default.

  • Ignore EOL comment that causes max_line_length to be exceeded, except in max-line-length rule - #​2516, by @​paul-dingemans

  • Add new rule for disallowing KDoc at non-whitelisted locations - #​2548, by @​paul-dingemans

  • Improve insert of suppression - #​2546, by @​paul-dingemans

  • Ignore modifier of backing property in android_studio code style - #​2552, by @​paul-dingemans

  • Add rule to check spacing around square brackets 'square-brackets-spacing' - #​2555, by @​paul-dingemans

  • Add rule blank-line-between-when-conditions - #​2564, by @​paul-dingemans

🔧 Fixes
📦 Dependencies
💬 Other

v1.1.1

Compare Source

🆕 Features

None

🔧 Fixes
📦 Dependencies

v1.1.0

Compare Source

🆕 Features
🔧 Fixes
📦 Dependencies

v1.0.1

Compare Source

🆕 Features
  • Add .editorconfig property ktlint_function_naming_ignore_when_annotated_with so that rule function-naming can be ignored based on annotations on that rule. See function-naming.
🔧 Fixes
📦 Dependencies
💬 Other

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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. View the repository job log.

@github-actions

github-actions Bot commented Jul 8, 2025

Copy link
Copy Markdown
Contributor

Test results

18 tests   18 ✅  31s ⏱️
10 suites   0 💤
10 files     0 ❌

Results for commit a60cb73.

♻️ This comment has been updated with latest results.

@codecov

codecov Bot commented Jul 8, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.88%. Comparing base (d49d2f4) to head (d5101e9).
Report is 24 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop    #364   +/-   ##
=======================================
  Coverage     8.88%   8.88%           
=======================================
  Files          117     117           
  Lines         3152    3152           
  Branches       264     264           
=======================================
  Hits           280     280           
  Misses        2846    2846           
  Partials        26      26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/com.pinterest.ktlint-ktlint-rule-engine-1.x branch 20 times, most recently from d2b860b to 60a6bad Compare July 10, 2025 20:02
@renovate
renovate Bot force-pushed the renovate/com.pinterest.ktlint-ktlint-rule-engine-1.x branch from 60a6bad to d5101e9 Compare July 10, 2025 20:04
@mshdabiola
mshdabiola merged commit efbb14e into develop Jul 10, 2025
1 check passed
@mshdabiola
mshdabiola deleted the renovate/com.pinterest.ktlint-ktlint-rule-engine-1.x branch July 10, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant