chore(deps): update ktlintcompose to v0.6.3#92
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
from
February 1, 2026 11:14
797314c to
6ccd66e
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
from
April 9, 2026 00:08
6ccd66e to
844e8e6
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
2 times, most recently
from
April 25, 2026 13:25
844e8e6 to
28b917b
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
from
May 21, 2026 08:16
28b917b to
30f5ecc
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
2 times, most recently
from
June 14, 2026 08:36
4d9e5a0 to
05d7aae
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
from
June 19, 2026 11:38
05d7aae to
d8eb167
Compare
renovate
Bot
force-pushed
the
renovate/ktlintcompose
branch
from
July 16, 2026 17:02
d8eb167 to
b906b2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.7→0.6.30.5.7→0.6.3Release Notes
mrmans0n/compose-rules (io.nlopez.compose.rules:ktlint)
v0.6.3What's changed
Dependency Matrix
v0.6.2What's changed
Dependency Matrix
v0.6.1What's changed
Dependency Matrix
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.
StaleRememberUpdatedStateInRememberto find sneaky misuses of rememberUpdatedStateMissingReadOnlyComposableto find composables that could be optimized by being annotated by@ReadOnlyComposable.InvalidReadOnlyComposableto find annotated@ReadOnlyComposables that shouldn't be.UnnecessaryComposableto find composables that don't need to be composable functions.VarsWithoutStateBackingto find potential misuses of var in a composable function.ConditionHoistto 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
StaleRememberUpdatedStateInRememberdetekt rule (#642) @mrmans0nDependency Matrix
v0.5.9What's Changed
New Contributors
Full Changelog: mrmans0n/compose-rules@v0.5.8...v0.5.9
v0.5.8: 0.5.8What's Changed
New Contributors
Dependency Matrix
Full Changelog: mrmans0n/compose-rules@v0.5.7...v0.5.8
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.