Skip to content

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

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

Update dependency io.nlopez.compose.rules:detekt to v0.6.2#7085
renovate[bot] wants to merge 1 commit into
developfrom
renovate/detekt.compose.rules

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 requested a review from a team as a code owner June 23, 2026 15:32
@renovate renovate Bot added the PR-Dependencies Pull requests that update a dependency file label Jun 23, 2026
@renovate renovate Bot requested review from jmartinesp and removed request for a team June 23, 2026 15:32
@renovate renovate Bot added the PR-Dependencies Pull requests that update a dependency file label Jun 23, 2026
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/D3Mjq1

@renovate renovate Bot changed the title Update detekt.compose.rules Update dependency io.nlopez.compose.rules:detekt to v0.6.1 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/detekt.compose.rules branch from 7b2c9c5 to 4ae2c5f Compare June 25, 2026 15:08
@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 25, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.62%. Comparing base (a373678) to head (4ae2c5f).
⚠️ Report is 129 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7085   +/-   ##
========================================
  Coverage    80.62%   80.62%           
========================================
  Files         2686     2686           
  Lines        76354    76354           
  Branches     10269    10269           
========================================
  Hits         61557    61557           
  Misses       10866    10866           
  Partials      3931     3931           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file X-Blocked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant