Skip to content

Update composerules to v0.6.2#1257

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/composerules
Open

Update composerules to v0.6.2#1257
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/composerules

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.nlopez.compose.rules:detekt 0.5.80.6.2 age confidence

Release Notes

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

v0.6.2

What's changed

Dependency Matrix

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

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


Configuration

📅 Schedule: (UTC)

  • 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 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.

@renovate renovate Bot force-pushed the renovate/composerules branch from a77c420 to 3f57056 Compare May 25, 2026 16:17
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.9 Update composerules to v0.5.9 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/composerules branch from 3f57056 to 454e1ed Compare June 8, 2026 16:53
@renovate renovate Bot changed the title Update composerules to v0.5.9 Update composerules to v0.6.0 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/composerules branch from 454e1ed to addadf7 Compare June 14, 2026 10:00
@renovate renovate Bot changed the title Update composerules to v0.6.0 Update composerules to v0.6.1 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/composerules branch from addadf7 to 2f8478e Compare June 19, 2026 12:30
@renovate renovate Bot changed the title Update composerules to v0.6.1 Update composerules to v0.6.2 Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants