chore(deps): update stability.analyzer to v0.10.0#180
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
Download Debug Artifacts: projectkafka-debug.zip |
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.9.0→0.10.0Release Notes
skydoves/compose-stability-analyzer (com.github.skydoves.compose.stability.analyzer)
v0.10.0Compare Source
Added
var→val(aborts if write usages exist), annotate with@Immutable/@Stable, add the type to the stability configuration file, and wrap call-site arguments inremember(keys) { ... }for silent-waste parameters (guarded by conservative safety rules and a preview dialog). New Doctor tool-window tab, Code → Run Stability Doctor action, and a settings group.@TraceRecomposition, so the Live Heatmap, Reality Check, and Stability Doctor get module-wide runtime data without manual annotations.composeStabilityAnalyzer { traceAll { enabled.set(true) // default: false (opt-in) threshold.set(2) // default: 2 — skips the initial-composition burst variants.set(listOf("debug")) // default: ["debug"]; never applies to tests } }@TraceRecompositionannotations keep their own tag/threshold; previews, inline/readonly/non-restartable composables, and property getters are excluded automatically.(fq: com.example.UserProfile)and(auto)tokens (backward compatible with older parsers), so the IDE attributes runtime data precisely even when composables share a simple name across packages.RecompositionEventgains additivefqNameandisAutoTracedfields.Fixed
gradle-apiascompileOnlyand isolates all AGP types behind an Android-only registrar, so KMP/JVM projects without AGP work and AGP 8.x projects no longer get AGP 9 on their buildscript classpath.kotlinx.datetime.LocalTime?matches akotlinx.datetime.LocalTimeconfig entry.Changed
ComposeStabilityAnalyzer.setEnabled(false), trackers allocate nothing (early exits before any event construction); the tracker cache is thread-safe and keyed by fully qualified name to avoid cross-package collisions.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.