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

Update dependency com.pinterest.ktlint:ktlint-bom to v1 #214

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.pinterest.ktlint:ktlint-bom 0.50.0 -> 1.0.0 age adoption passing confidence

Release Notes

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

v1.0.0

Compare Source

💔 Breaking changes
  • Update and align Maven coordinates - #​2195, by @​paul-dingemans
    Be sure to update Maven coordinates below, to get latest changes!

    Old Maven coordinates New Maven coordinates
    com.pinterest.ktlint com.pinterest.ktlint.ktlint-cli
    com.pinterest.ktlint.ktlint-reporter-baseline com.pinterest.ktlint.ktlint-cli-reporter-baseline
    com.pinterest.ktlint.ktlint-reporter-checkstyle com.pinterest.ktlint.ktlint-cli-reporter-checkstyle
    com.pinterest.ktlint.ktlint-cli-reporter com.pinterest.ktlint.ktlint-cli-reporter-core
    com.pinterest.ktlint.ktlint-reporter-format com.pinterest.ktlint.ktlint-cli-reporter-format
    com.pinterest.ktlint.ktlint-reporter-html com.pinterest.ktlint.ktlint-cli-reporter-html
    com.pinterest.ktlint.ktlint-reporter-json com.pinterest.ktlint.ktlint-cli-reporter-json
    com.pinterest.ktlint.ktlint-reporter-plain com.pinterest.ktlint.ktlint-cli-reporter-plain
    com.pinterest.ktlint.ktlint-reporter-plain-summary com.pinterest.ktlint.ktlint-cli-reporter-plain-summary
    com.pinterest.ktlint.ktlint-reporter-sarif com.pinterest.ktlint.ktlint-cli-reporter-sarif
  • Add binary compatibility validator - #​2131, by @​mateuszkwiecinski

  • Replace kotlin public data classes with Poko compiler plugin generated ones - #​2136, by @​mateuszkwiecinski
    As a part of public API stabilization, data classes are no longer used in the public API. As of that, functions like copy() or componentN() (used for destructuring declarations) are not available anymore.

  • Promote experimental rules - #​2218, by @​paul-dingemans
    The rules below have been promoted to non-experimental rules:

  • Fix statement-wrapping and align rule classes - #​2178, by @​paul-dingemans
    Rule class MultilineExpressionWrapping has been renamed to MultilineExpressionWrappingRule. Rule class StatementWrapping has been renamed to StatementWrappingRule. RULE_ID constants below are moved to a different Java class at compile time. Each rule provided by Ktlint is to be accompanied by a RULE_ID constant that can be used in the VisitorModifier.RunAfter. Filenames did not comply with standard that it should end with Rule suffix.

    RULE ID Old Java class name New Java class name
    FUNCTION_EXPRESSION_BODY_RULE_ID FunctionExpressionBodyKt FunctionExpressionBodyRuleKt
    FUNCTION_LITERAL_RULE_ID FunctionLiteralKt FunctionLiteralRuleKt
    MULTILINE_EXPRESSION_WRAPPING_RULE_ID MultilineExpressionWrappingKt MultilineExpressionWrappingRuleKt
    NO_BLANK_LINE_IN_LIST_RULE_ID NoBlankLineInListKt NoBlankLineInListRuleKt
    NO_EMPTY_FILE_RULE_ID (not applicable) NoEmptyFileRuleKt
  • Update to Kotlin 1.9 & remove TreeCopyHandler extension - #​2113, by @​paul-dingemans
    Class org.jetbrains.kotlin.com.intellij.treeCopyHandler is no longer registered as extension point for the compiler as this is not supported in Kotlin 1.9. Please test your custom rules. In case of unexpected exceptions during formatting of code, see #​2044 for possible remediation.

🆕 Features
  • Change default code style to ktlint_official - #​2144, by @​paul-dingemans

  • Add new experimental rule class-signature - #​2119, by @​paul-dingemans

  • Add new experimental rule function-expression-body - #​2151, by @​paul-dingemans

  • Add new experimental rule chain-method-continuation - #​2088, by @​atulgpt

  • Add new experimental rule function-literal - #​2137, by @​paul-dingemans

  • Add new experimental rule function-type-modifier-spacing rule - #​2216, by @​t-kameyama

  • Define EditorConfigOverride for dynamically loaded ruleset - #​2194, by @​paul-dingemans
    The EditorConfigOverride parameter of the KtlintRuleEngine can be defined using the factory method EditorConfigOverride.from(vararg properties: Pair<EditorConfigProperty<*>, *>). This requires the EditorConfigProperty's to be available at compile time. Some common EditorConfigProperty's are defined in ktlint-rule-engine-core which is loaded as transitive dependency of ktlint-rule-engine and as of that are available at compile.
    If an EditorConfigProperty is defined in a Rule that is only provided via a runtime dependency, it gets a bit more complicated. The ktlint-api-consumer example has now been updated to show how the EditorConfigProperty can be retrieved from the Rule.

  • Move wrapping on semicolon from wrapping rule to statement-wrapping rule - #​2222, by @​paul-dingemans

🔧 Fixes
📦 Dependencies
💬 Other

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Sep 5, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@eygraber eygraber enabled auto-merge (rebase) September 8, 2023 17:08
@eygraber eygraber merged commit 43f2621 into master Sep 8, 2023
3 checks passed
@eygraber eygraber deleted the renovate/major-ktlint branch September 8, 2023 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant