Update nlopez.compose.rules to v0.6.2#774
Conversation
247c12f to
f73fe41
Compare
Pull Request Review: Update io.nlopez.compose.rules:ktlint to v0.5.0SummaryThis PR updates the compose-rules ktlint dependency from v0.4.27 to v0.5.0. This is a Renovate-generated dependency update that requires careful review due to breaking changes.
|
f73fe41 to
f72fcc2
Compare
PR Review: Update io.nlopez.compose.rules:ktlint to v0.5.1SummaryThis PR updates the Code Quality & Best Practices ✅Positive aspects:
Potential Issues & Concerns
|
f72fcc2 to
bbae555
Compare
Pull Request Review - Dependency Update: io.nlopez.compose.rules:ktlint v0.4.27 → v0.5.2SummaryThis PR updates the Code Quality ✅Positive aspects:
Breaking Changes Analysis
|
bbae555 to
f072725
Compare
f072725 to
d067351
Compare
Pull Request Review - io.nlopez.compose.rules:ktlint v0.4.27 → v0.5.3SummaryThis PR updates the io.nlopez.compose.rules:ktlint dependency from version 0.4.27 to 0.5.3. This is a Renovate-generated dependency update that spans multiple minor versions. Code Quality & Best Practices ✅Positive Aspects:
Integration Check:
Potential Issues & Concerns
|
d067351 to
67797ab
Compare
e121c32 to
e72e9d8
Compare
e72e9d8 to
ac07dbf
Compare
ac07dbf to
bac221e
Compare
25adfca to
f6b90c8
Compare
f6b90c8 to
abe3d3a
Compare
abe3d3a to
78cff38
Compare
78cff38 to
17063ad
Compare
17063ad to
c72eb72
Compare
c72eb72 to
30ac63b
Compare
30ac63b to
3f45cb0
Compare
3f45cb0 to
e187522
Compare
e187522 to
4af57a0
Compare
This PR contains the following updates:
0.4.27→0.6.2Release Notes
mrmans0n/compose-rules (io.nlopez.compose.rules:ktlint)
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
v0.5.7What's changed
Dependency Matrix
v0.5.6What's changed
Dependency Matrix
v0.5.5What's changed
Dependency Matrix
v0.5.4What's changed
Dependency Matrix
v0.5.3What's changed
Dependency Matrix
v0.5.2What's changed
Dependency Matrix
v0.5.1What's changed
Dependency Matrix
v0.5.0What's changed
Dependency Matrix
v0.4.28Notably, the only real "functional" change in this release is that ktlint is now targeting version 1.8.0, compiled against kotlin 2.2.21.
What's changed
Dependency Matrix
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.