deps(deps): bump org.jlleitschuh.gradle.ktlint from 14.0.1 to 14.2.0#594
Conversation
Bumps org.jlleitschuh.gradle.ktlint from 14.0.1 to 14.2.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PR Review: ktlint Plugin Bump 14.0.1 to 14.2.0This is a clean, minimal dependabot bump of the org.jlleitschuh.gradle.ktlint Gradle plugin. Change Summary
Considerations Potential new lint rules: Minor version bumps in the ktlint plugin can introduce new default lint rules. If any new rules are enabled, existing code may fail ktlintCheck. Worth confirming CI is green before merging. Configuration cache: Per the project CLAUDE.md, modifying ktlint-related configuration may require clearing the Gradle configuration cache (rm -rf .gradle/configuration-cache) if unexpected behavior is observed locally after merging. Note for maintainers: The ktlint plugin version does not directly correspond to the underlying ktlint tool version. Check the 14.2.0 release notes to see if ktlint itself was bumped, which would affect which lint rules fire. Verdict Low-risk dependency update. Safe to merge if CI is green. |
Code Coverage
|
Bumps org.jlleitschuh.gradle.ktlint from 14.0.1 to 14.2.0.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)