Skip to content

Update dependency io.nlopez.compose.rules:detekt to v0.6.6 - #238

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/detekt.compose
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/detekt.compose

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.6 age confidence

Release Notes

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

v0.6.6

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.6 2.4.10
ktlint 1.8.0 2.2.21

v0.6.5

A new few rules!

  • UnnecessaryLaunchedEffect will pester you in Compose 1.12+ if you use a LaunchedEffect and nothing in it is suspend. You can configure known exemptions, if you have some effects where timing matters and you'd prefer to keep using LaunchedEffect on them (e.g. FocusRequester interactions are sensible to this).
  • MissingNonRestartableComposable for pass through Composables that not need restarting.

What's changed

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.6 2.4.10
ktlint 1.8.0 2.2.21

v0.6.4: 0.6.4

What's Changed

Full Changelog: mrmans0n/compose-rules@v0.6.3...v0.6.4

Dependency Matrix

linter version kotlin version
detekt 2.0.0-alpha.6 2.4.10
ktlint 1.8.0 2.2.21

v0.6.3

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.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 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/detekt.compose branch from e53341a to 342394c Compare December 3, 2025 15:39
@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/detekt.compose branch from 342394c to 1f3c279 Compare December 4, 2025 17:13
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 1f3c279 to f883b5b Compare December 12, 2025 10:15
@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/detekt.compose branch 4 times, most recently from 67544c9 to 93125a3 Compare December 19, 2025 02:06
@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 19, 2025
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 3 times, most recently from 6e61b95 to 3f63233 Compare January 22, 2026 12:51
@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/detekt.compose branch 3 times, most recently from b12d836 to 75f7bcb Compare January 27, 2026 10:35
@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 force-pushed the renovate/detekt.compose branch 3 times, most recently from 3741ac2 to c01e967 Compare January 29, 2026 20:30
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 2 times, most recently from 0d151cc to 6c3ff33 Compare February 10, 2026 19:30
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 6c3ff33 to dc2ec69 Compare February 18, 2026 15:22
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 5 times, most recently from b6e577b to 37a9c79 Compare March 5, 2026 15:54
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 37a9c79 to dc1c833 Compare March 16, 2026 21:35
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 2 times, most recently from 139623e to fd3771d Compare April 29, 2026 20:12
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 4 times, most recently from 3ac4c86 to 150e238 Compare May 14, 2026 07:58
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 150e238 to 455b822 Compare May 19, 2026 09:00
@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 19, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 455b822 to 7612b4c Compare May 28, 2026 06:32
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.5.9 Update detekt.compose to v0.5.9 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 3 times, most recently from 8d232f4 to b512ff2 Compare June 8, 2026 19:09
@renovate renovate Bot changed the title Update detekt.compose to v0.5.9 Update detekt.compose to v0.6.0 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 2 times, most recently from acc6aec to 3394e5d Compare June 14, 2026 08:51
@renovate renovate Bot changed the title Update detekt.compose to v0.6.0 Update detekt.compose to v0.6.1 Jun 14, 2026
@renovate renovate Bot changed the title Update detekt.compose to v0.6.1 Update detekt.compose to v0.6.2 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch 2 times, most recently from b8af1e4 to 33db2ef Compare June 21, 2026 05:04
@renovate renovate Bot changed the title Update detekt.compose to v0.6.2 Update detekt.compose Jun 22, 2026
@renovate renovate Bot changed the title Update detekt.compose Update dependency io.nlopez.compose.rules:detekt to v0.6.2 Jun 25, 2026
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.6.2 Update dependency io.nlopez.compose.rules:detekt to v0.6.3 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 33db2ef to 272492d Compare July 17, 2026 02:02
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 272492d to 27b2094 Compare August 5, 2026 15:14
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.6.3 Update dependency io.nlopez.compose.rules:detekt to v0.6.4 Aug 5, 2026
@renovate renovate Bot changed the title Update dependency io.nlopez.compose.rules:detekt to v0.6.4 Update dependency io.nlopez.compose.rules:detekt to v0.6.5 Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 27b2094 to 16ef2be Compare September 1, 2026 11:48
@renovate
renovate Bot force-pushed the renovate/detekt.compose branch from 16ef2be to 44f3d33 Compare September 1, 2026 17:46

This branch has not been deployed

No deployments
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