Bump io.nlopez.compose.rules:ktlint from 0.5.9 to 0.6.3 - #90
Bump io.nlopez.compose.rules:ktlint from 0.5.9 to 0.6.3#90dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.5.9 to 0.6.3. - [Release notes](https://github.com/mrmans0n/compose-rules/releases) - [Commits](mrmans0n/compose-rules@v0.5.9...v0.6.3) --- updated-dependencies: - dependency-name: io.nlopez.compose.rules:ktlint dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThe Gradle version catalog updates ChangesCompose Rules Ktlint
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@gradle/libs.versions.toml`:
- Line 36: Update gradle/verification-metadata.xml with the required checksum
entries for io.nlopez.compose.rules:ktlint:0.6.3, following the existing 0.5.9
metadata structure and preserving strict dependency verification compatibility.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a5763940-2e71-49e9-97a6-3bc9f56f1d24
📒 Files selected for processing (1)
gradle/libs.versions.toml
| detekt = "2.0.0-alpha.3" | ||
| composeRulesDetekt = "0.5.9" | ||
| composeRulesKtlint = "0.5.9" | ||
| composeRulesKtlint = "0.6.3" |
There was a problem hiding this comment.
🩺 Stability & Availability | 🟠 Major | 🏗️ Heavy lift
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo '--- gradle/libs.versions.toml (around line 36) ---'
sed -n '30,42p' gradle/libs.versions.toml
echo
echo '--- app/build.gradle.kts (around line 747) ---'
sed -n '735,755p' app/build.gradle.kts
echo
echo '--- search for compose.rules:ktlint and 0.6.3 in verification metadata ---'
rg -n 'compose\.rules:ktlint|0\.6\.3|0\.5\.9' gradle/verification-metadata.xml gradle/libs.versions.toml app/build.gradle.ktsRepository: Insaner1980/runcheck
Length of output: 2676
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo '--- dependency verification settings ---'
rg -n 'dependencyVerification|verification-metadata|verify-metadata|dependencyVerificationMode|Trusted' gradle .github . -g '!**/build/**' -g '!**/.gradle/**'
echo
echo '--- top of gradle/verification-metadata.xml ---'
sed -n '1,80p' gradle/verification-metadata.xml
echo
echo '--- any 0.6.3 entries anywhere ---'
rg -n '0\.6\.3' gradleRepository: Insaner1980/runcheck
Length of output: 10990
Update gradle/verification-metadata.xml for io.nlopez.compose.rules:ktlint:0.6.3.
verify-metadata is enabled, but the metadata file only has 0.5.9 entries for this artifact. Add the new checksums before merging or strict dependency verification will fail.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@gradle/libs.versions.toml` at line 36, Update
gradle/verification-metadata.xml with the required checksum entries for
io.nlopez.compose.rules:ktlint:0.6.3, following the existing 0.5.9 metadata
structure and preserving strict dependency verification compatibility.
Qodana for JVMIt seems all right 👌 No new problems were found according to the checks applied View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2026.1.3
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
Bumps io.nlopez.compose.rules:ktlint from 0.5.9 to 0.6.3.
Release notes
Sourced from io.nlopez.compose.rules:ktlint's releases.
... (truncated)
Commits
eb435a8Bump version to 0.6.3578e83fUpdate plugin shadowJar to v9.6.0 (#675)2fdc19eUpdate plugin shadowJar to v9.5.1 (#672)5ba4559Update astral-sh/setup-uv action to v8.3.2 (#674)1729b49Update astral-sh/setup-uv action to v8.3.1 (#673)38365b8Update astral-sh/setup-uv action to v8.3.0 (#671)4359ec1Update dependency androidx.compose:compose-bom to v2026.06.01 (#670)41f2c36Fix chained composable-getter property reads in UnnecessaryComposable and rel...120c515Update plugin com.gradle.develocity to v4.5.0 (#668)b387e23Update plugin spotless to v8.8.0 (#667)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit