chore(deps): update dependency androidx.navigation:navigation-compose to v2.9.8 #93

Closed
renovate-bot wants to merge 1 commit from renovate/navigationcompose into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
androidx.navigation:navigation-compose (source) 2.8.52.9.8 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.navigation:navigation-compose](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.8) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.8.5` → `2.9.8` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.navigation:navigation-compose/2.9.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.navigation:navigation-compose/2.8.5/2.9.8?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update dependency androidx.navigation:navigation-compose to v2.9.8
Some checks failed
Android / Android Validation (pull_request) Failing after 3m38s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 34s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 8s
E2E Tests / e2e (pull_request) Successful in 9m4s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 20s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 14s
b8bc967824
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-21 11:55:54 -04:00
Owner

Hermes CI review

The failure is in Android / Android Validation, step Run Android lint.

The unit tests and debug build got past the earlier steps, but lint crashes while analyzing AppGraph.kt:

Unexpected failure during lint analysis of AppGraph.kt
Found class org.jetbrains.kotlin.analysis.api.resolution.KaCallableMemberCall, but interface was expected
The crash seems to involve the detector `androidx.lifecycle.lint.NonNullableMutableLiveDataDetector`.

This looks like a lint/tooling compatibility problem triggered by the androidx.navigation:navigation-compose 2.9.8 update against the current Android toolchain (AGP 8.7.3, Kotlin 2.0.21, compileSdk 35, lifecycle 2.8.7). It is not an app test failure; lint itself is crashing inside the Lifecycle lint detector/UAST stack.

Recommended path: do not automerge this PR as-is. Either keep Navigation Compose at the current compatible version, or move it as part of a coordinated Android toolchain/dependency refresh where AGP/Kotlin/compileSdk/lifecycle are upgraded together and lint is rerun. Disabling NullSafeMutableLiveData would hide the symptom but is not the preferred fix unless we intentionally accept that lint detector gap.

## Hermes CI review The failure is in **Android / Android Validation**, step `Run Android lint`. The unit tests and debug build got past the earlier steps, but lint crashes while analyzing `AppGraph.kt`: ```text Unexpected failure during lint analysis of AppGraph.kt Found class org.jetbrains.kotlin.analysis.api.resolution.KaCallableMemberCall, but interface was expected The crash seems to involve the detector `androidx.lifecycle.lint.NonNullableMutableLiveDataDetector`. ``` This looks like a lint/tooling compatibility problem triggered by the `androidx.navigation:navigation-compose` `2.9.8` update against the current Android toolchain (`AGP 8.7.3`, Kotlin `2.0.21`, `compileSdk 35`, lifecycle `2.8.7`). It is not an app test failure; lint itself is crashing inside the Lifecycle lint detector/UAST stack. Recommended path: do **not** automerge this PR as-is. Either keep Navigation Compose at the current compatible version, or move it as part of a coordinated Android toolchain/dependency refresh where AGP/Kotlin/compileSdk/lifecycle are upgraded together and lint is rerun. Disabling `NullSafeMutableLiveData` would hide the symptom but is not the preferred fix unless we intentionally accept that lint detector gap.
renovate-bot force-pushed renovate/navigationcompose from b8bc967824
Some checks failed
Android / Android Validation (pull_request) Failing after 3m38s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 34s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 8s
E2E Tests / e2e (pull_request) Successful in 9m4s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 20s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 14s
to c69fe5f4d8 2026-05-21 14:26:57 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from b8bc967824
Some checks failed
Android / Android Validation (pull_request) Failing after 3m38s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 34s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 8s
E2E Tests / e2e (pull_request) Successful in 9m4s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 20s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 14s
to b1560ae1e2
Some checks failed
Android / Android Validation (pull_request) Failing after 3m31s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m13s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 17s
2026-05-21 14:40:26 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from b1560ae1e2
Some checks failed
Android / Android Validation (pull_request) Failing after 3m31s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m13s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 17s
to a0833a7a6b
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
2026-05-21 16:45:58 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from a0833a7a6b
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
to 1454c585d8
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
2026-05-21 18:17:46 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from 1454c585d8
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
to 7c40c18611 2026-05-21 20:05:03 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from 1454c585d8
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
to a1f9af980f
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 44s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 22s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 54s
Android / Android Validation (pull_request) Failing after 4m13s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
E2E Tests / e2e (pull_request) Successful in 8m0s
2026-05-21 20:20:23 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from a1f9af980f
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 44s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 22s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 54s
Android / Android Validation (pull_request) Failing after 4m13s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
E2E Tests / e2e (pull_request) Successful in 8m0s
to 77d2a7f819 2026-05-21 21:03:21 -04:00
Compare
renovate-bot force-pushed renovate/navigationcompose from a1f9af980f
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 44s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 22s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 54s
Android / Android Validation (pull_request) Failing after 4m13s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
E2E Tests / e2e (pull_request) Successful in 8m0s
to ac0384984a
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 5s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 16s
Android / Android Validation (pull_request) Failing after 3m33s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 47s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Failing after 14s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
E2E Tests / e2e (pull_request) Successful in 8m1s
2026-05-21 22:02:12 -04:00
Compare
Owner

Hermes is closing this isolated Android dependency bump for now.

Root cause: this update needs the coordinated Android toolchain/dependency migration that will be handled on the MBP. In isolation it cannot pass the current CI stack:

  • current repo: compileSdk = 35, targetSdk = 35, AGP 8.7.3
  • this dependency family now requires compileSdk >= 36 and a newer Android Gradle Plugin baseline, or exposes lint/tooling incompatibilities against the current AGP/Kotlin/Lifecycle stack

Next action: do the Android migration as one MBP-validated PR that upgrades AGP + compile/target SDK and refreshes Activity/Core/Navigation/Lifecycle/Kotlin together, then runs:

cd apps/android
./gradlew test
./gradlew assembleDebug
./gradlew lint
./gradlew assembleRelease

Closing avoids keeping known-red Renovate PRs open while the required Xcode/Android local validation happens separately.

Hermes is closing this isolated Android dependency bump for now. Root cause: this update needs the coordinated Android toolchain/dependency migration that will be handled on the MBP. In isolation it cannot pass the current CI stack: - current repo: `compileSdk = 35`, `targetSdk = 35`, AGP `8.7.3` - this dependency family now requires `compileSdk >= 36` and a newer Android Gradle Plugin baseline, or exposes lint/tooling incompatibilities against the current AGP/Kotlin/Lifecycle stack Next action: do the Android migration as one MBP-validated PR that upgrades AGP + compile/target SDK and refreshes Activity/Core/Navigation/Lifecycle/Kotlin together, then runs: ```bash cd apps/android ./gradlew test ./gradlew assembleDebug ./gradlew lint ./gradlew assembleRelease ``` Closing avoids keeping known-red Renovate PRs open while the required Xcode/Android local validation happens separately.
owlburtoe closed this pull request 2026-05-21 23:18:02 -04:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.9.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.9.8`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 5s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 16s
Android / Android Validation (pull_request) Failing after 3m33s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 47s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Failing after 14s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
E2E Tests / e2e (pull_request) Successful in 8m1s

Pull request closed

Sign in to join this conversation.
No description provided.