Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.pinterest.ktlint:ktlint-cli from 1.0.1 to 1.5.0 #1161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps com.pinterest.ktlint:ktlint-cli from 1.0.1 to 1.5.0.

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli'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-cli'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)

Bumps [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) from 1.0.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@1.0.1...1.5.0)

---
updated-dependencies:
- dependency-name: com.pinterest.ktlint:ktlint-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants