Skip to content

Update dependency io.nlopez.compose.rules:ktlint to v0.6.1#4389

Open
solrbot wants to merge 3 commits into
apache:mainfrom
solrbot:renovate/nlopez.compose
Open

Update dependency io.nlopez.compose.rules:ktlint to v0.6.1#4389
solrbot wants to merge 3 commits into
apache:mainfrom
solrbot:renovate/nlopez.compose

Conversation

@solrbot

@solrbot solrbot commented May 3, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change Pending
io.nlopez.compose.rules:ktlint dependencies minor 0.5.70.6.1 0.6.2

Release Notes

mrmans0n/compose-rules (io.nlopez.compose.rules:ktlint)

v0.6.1

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.4 2.4.0
ktlint 1.8.0 2.2.21

v0.6.0

🎉 A few new rules for you all

For both detekt and ktlint:

  • ComposableNestingDepth, an opt-in rule to add a limit to how many nested content emitters could be used.

And these are detekt exclusive, as they require the Kotlin Analysis API.

  • StaleRememberUpdatedStateInRemember to find sneaky misuses of rememberUpdatedState
  • MissingReadOnlyComposable to find composables that could be optimized by being annotated by @ReadOnlyComposable.
  • InvalidReadOnlyComposable to find annotated @ReadOnlyComposables that shouldn't be.
  • UnnecessaryComposable to find composables that don't need to be composable functions.
  • VarsWithoutStateBacking to find potential misuses of var in a composable function.
  • ConditionHoist to find issues where the contents of a slotted composable function don't emit anything due to branching code.

This is a significant departure for this ruleset, as they are the first rules that are actually using type resolution.

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.3 2.3.21
ktlint 1.8.0 2.2.21

v0.5.9

What's Changed

New Contributors

Full Changelog: mrmans0n/compose-rules@v0.5.8...v0.5.9

v0.5.8: 0.5.8

What's Changed

New Contributors

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.3 2.3.21
ktlint 1.8.0 2.2.21

Full Changelog: mrmans0n/compose-rules@v0.5.7...v0.5.8


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday (* * * * 0)
  • 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 Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label May 3, 2026
@github-actions github-actions Bot added dependencies Dependency upgrades tool:build labels May 3, 2026
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from 8cddd1e to f3d4383 Compare May 4, 2026 02:18
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from 6dca82d to 8a24920 Compare May 13, 2026 11:29
@solrbot

solrbot commented May 13, 2026

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew resolveAndLockAll --write-locks
ERROR: java version must be between 21 and 23, your version: 25

File name: undefined
Command failed: ./gradlew kotlinUpgradeYarnLock
ERROR: java version must be between 21 and 23, your version: 25

File name: undefined
Command failed: ./gradlew updateLicenses
ERROR: java version must be between 21 and 23, your version: 25

@solrbot solrbot force-pushed the renovate/nlopez.compose branch 2 times, most recently from 5b00d84 to a3a31c3 Compare May 18, 2026 22:18
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from af2fc94 to 7d8f7d9 Compare May 24, 2026 10:33
@solrbot solrbot changed the title Update dependency io.nlopez.compose.rules:ktlint to v0.5.8 Update dependency io.nlopez.compose.rules:ktlint to v0.5.9 May 24, 2026
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from 2e6e8fe to 0f2877e Compare May 27, 2026 07:12
@solrbot solrbot changed the title Update dependency io.nlopez.compose.rules:ktlint to v0.5.9 Update dependency io.nlopez.compose.rules:ktlint to v0.6.0 Jun 13, 2026
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from 81bd20a to a53b516 Compare June 13, 2026 16:19
@solrbot solrbot force-pushed the renovate/nlopez.compose branch from c7f7501 to 5d777ba Compare June 19, 2026 08:39
@solrbot solrbot changed the title Update dependency io.nlopez.compose.rules:ktlint to v0.6.0 Update dependency io.nlopez.compose.rules:ktlint to v0.6.1 Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency upgrades exempt-stale Prevent a PR from going stale tool:build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant