fix(deps): update dependency androidx.navigation:navigation-compose to v2.10.0 - #1337
renovate[bot] wants to merge 2 commits into
Conversation
|
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
02457b5 to
be93224
Compare
be93224 to
4501eec
Compare
a7ec22a to
cd9a2e1
Compare
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.navigation:navigation-compose to v2.10.0 ([#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 |
cd9a2e1 to
77eed66
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |


This PR contains the following updates:
2.5.2→2.10.0Warning
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.