Skip to content

Update dependency io.nlopez.compose.rules:detekt to v0.6.2#37

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.nlopez.compose.rules-detekt-0.x
Open

Update dependency io.nlopez.compose.rules:detekt to v0.6.2#37
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.nlopez.compose.rules-detekt-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.nlopez.compose.rules:detekt 0.4.280.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

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

v0.5.7

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.2 2.3.0
ktlint 1.8.0 2.2.21

v0.5.6

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.2 2.3.0
ktlint 1.8.0 2.2.21

v0.5.5

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

v0.5.4

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

v0.5.3

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

v0.5.2

What's changed

Dependency Matrix

version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

v0.5.1

What's changed

Dependency Matrix

version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

v0.5.0

[!IMPORTANT]
This version targets detekt 2.x (specifically, 2.0.0-alpha.1). It is incompatible with earlier detekt 1.x versions, so if you are using those, DO NOT UPDATE.

What's changed

Dependency Matrix

version kotlin version
detekt 2.0.0-alpha.1 2.2.20
ktlint 1.8.0 2.2.21

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Dec 3, 2025
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.0 Update dependency io.nlopez.compose.rules:detekt to v0.5.1 Dec 4, 2025
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from e2556d3 to 9279fda Compare December 4, 2025 13:56
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 9279fda to 611ffa3 Compare December 12, 2025 09:56
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.1 Update dependency io.nlopez.compose.rules:detekt to v0.5.2 Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 611ffa3 to be4c7e7 Compare December 18, 2025 22:15
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.2 Update dependency io.nlopez.compose.rules:detekt to v0.5.3 Dec 18, 2025
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.3 Update dependency io.nlopez.compose.rules:detekt to v0.5.5 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch 2 times, most recently from 1016c01 to bfb86fa Compare January 27, 2026 15:52
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.5 Update dependency io.nlopez.compose.rules:detekt to v0.5.6 Jan 27, 2026
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.6 Update dependency io.nlopez.compose.rules:detekt to v0.5.7 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from bfb86fa to 5344025 Compare April 9, 2026 00:27
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.7 Update dependency io.nlopez.compose.rules:detekt to v0.5.8 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 5344025 to 4be6791 Compare April 25, 2026 13:12
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 4be6791 to 08681b7 Compare May 21, 2026 07:52
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.8 Update dependency io.nlopez.compose.rules:detekt to v0.5.9 May 21, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 08681b7 to 72d4bb3 Compare June 8, 2026 15:41
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.9 Update dependency io.nlopez.compose.rules:detekt to v0.6.0 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 72d4bb3 to 99eaea1 Compare June 14, 2026 08:52
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.6.0 Update dependency io.nlopez.compose.rules:detekt to v0.6.1 Jun 14, 2026
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.6.1 Update dependency io.nlopez.compose.rules:detekt to v0.6.2 Jun 19, 2026
@renovate renovate Bot force-pushed the renovate/io.nlopez.compose.rules-detekt-0.x branch from 99eaea1 to 92774e7 Compare June 19, 2026 15:59
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.

0 participants