fix(deps): update dependency androidx.navigation:navigation-compose to v2.9.8#1337
fix(deps): update dependency androidx.navigation:navigation-compose to v2.9.8#1337renovate[bot] wants to merge 1 commit into
Conversation
|
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.navigation:navigation-compose to v2.9.8 ([#1337](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1337))If none of the above apply, you can opt out of this check by adding |
de5264c to
59d5a17
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 59d5a17. Configure here.
|
|
||
| sample-androidx-composeRuntime = "androidx.compose.runtime:runtime:1.5.4" | ||
| sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.5.2" | ||
| sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.9.8" |
There was a problem hiding this comment.
Incompatible Navigation Compose upgrade
Medium Severity
Bumping sample-androidx-composeNavigation from 2.5.2 to 2.9.8 leaves the sample on activity-compose 1.4.0 and Compose 1.5.4. Navigation Compose 2.7+ relies on the newer LocalLifecycleOwner from Lifecycle Compose, which older activity-compose does not provide via setContent, so ComposeActivity's NavHost can crash at runtime with CompositionLocal LocalLifecycleOwner not present.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 59d5a17. Configure here.
59d5a17 to
02457b5
Compare


This PR contains the following updates:
2.5.2→2.9.8Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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.