flipperdevices / Flipper-Android-App

Android Mobile app to rule all Flipper's family
https://forum.flipperzero.one/c/mobile/14
MIT License
1.5k stars 172 forks source link

Update all dependencies #904

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.nlopez.compose.rules:detekt 0.4.5 -> 0.4.8 age adoption passing confidence
androidx.annotation:annotation (source) 1.8.0 -> 1.8.1 age adoption passing confidence
it.unimi.dsi:fastutil (source) 8.5.13 -> 8.5.14 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-testing (source) 2.8.3 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-service (source) 2.8.3 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) 2.8.3 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.8.3 -> 2.8.4 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.8.3 -> 2.8.4 age adoption passing confidence
androidx.activity:activity-ktx (source) 1.9.0 -> 1.9.1 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.0 -> 1.9.1 age adoption passing confidence
io.sentry:sentry-android-timber 7.12.0 -> 7.12.1 age adoption passing confidence
io.sentry:sentry-android 7.12.0 -> 7.12.1 age adoption passing confidence
com.google.android.horologist:horologist-compose-layout 0.6.16 -> 0.6.17 age adoption passing confidence
androidx.paging:paging-compose (source) 3.3.0 -> 3.3.1 age adoption passing confidence
com.squareup.anvil 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
com.squareup.anvil:gradle-plugin 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
com.squareup.anvil:compiler-utils 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
com.squareup.anvil:compiler 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
com.squareup.anvil:compiler-api 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
com.squareup.anvil:annotations 2.5.0-beta09 -> 2.5.0-beta11 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin.android 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:compose-compiler-gradle-plugin (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-serialization (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-annotation-processing-embeddable (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 2.0.20-Beta2 -> 2.0.20-RC age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mrmans0n/compose-rules (io.nlopez.compose.rules:detekt) ### [`v0.4.8`](https://togithub.com/mrmans0n/compose-rules/releases/tag/v0.4.8) #### Changelog - Update Naming to ignore overridden function definitions ([#​304](https://togithub.com/mrmans0n/compose-rules/issues/304)) [@​mrmans0n](https://togithub.com/mrmans0n) - Add util to find slots ([#​303](https://togithub.com/mrmans0n/compose-rules/issues/303)) [@​mrmans0n](https://togithub.com/mrmans0n) - Add binary expressions support to MultipleContentEmitters ([#​302](https://togithub.com/mrmans0n/compose-rules/issues/302)) [@​mrmans0n](https://togithub.com/mrmans0n) ### [`v0.4.7`](https://togithub.com/mrmans0n/compose-rules/releases/tag/v0.4.7) If you encounter any issue with ParameterNaming and you are using treatAsComposableLambda, swap it by treatAsLambda instead due to [#​299](https://togithub.com/mrmans0n/compose-rules/issues/299). #### Changelog - Fix ContentTrailingLambda rule not taking `@Composable` into account ([#​300](https://togithub.com/mrmans0n/compose-rules/issues/300)) [@​mrmans0n](https://togithub.com/mrmans0n) - Update ParameterNaming to use treatAsLambda instead of treatAsComposableLambda ([#​299](https://togithub.com/mrmans0n/compose-rules/issues/299)) [@​mrmans0n](https://togithub.com/mrmans0n) ### [`v0.4.6`](https://togithub.com/mrmans0n/compose-rules/releases/tag/v0.4.6) #### Changelog - Improve content emitter logic and support for conditional emitter count ([#​298](https://togithub.com/mrmans0n/compose-rules/issues/298)) [@​mrmans0n](https://togithub.com/mrmans0n) - Update plugin com.gradle.develocity to v3.17.6 ([#​297](https://togithub.com/mrmans0n/compose-rules/issues/297)) [@​renovate](https://togithub.com/renovate) - Fixed incorrect property name for CompositionLocal allow list. ([#​295](https://togithub.com/mrmans0n/compose-rules/issues/295)) [@​vinaywadhwa](https://togithub.com/vinaywadhwa) - Update dependency gradle to v8.9 ([#​296](https://togithub.com/mrmans0n/compose-rules/issues/296)) [@​renovate](https://togithub.com/renovate) - Update plugin mavenPublish to v0.29.0 ([#​293](https://togithub.com/mrmans0n/compose-rules/issues/293)) [@​renovate](https://togithub.com/renovate) - Update dependency org.assertj:assertj-core to v3.26.3 ([#​294](https://togithub.com/mrmans0n/compose-rules/issues/294)) [@​renovate](https://togithub.com/renovate) - Add exemption for shadowed declarations on LambdaParameterInRestartableEffect ([#​292](https://togithub.com/mrmans0n/compose-rules/issues/292)) [@​mrmans0n](https://togithub.com/mrmans0n) - Update ktlint to v1.3.1 ([#​289](https://togithub.com/mrmans0n/compose-rules/issues/289)) [@​renovate](https://togithub.com/renovate)
getsentry/sentry-java (io.sentry:sentry-android-timber) ### [`v7.12.1`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7121) [Compare Source](https://togithub.com/getsentry/sentry-java/compare/7.12.0...7.12.1) ##### Fixes - Check app start spans time and ignore background app starts ([#​3550](https://togithub.com/getsentry/sentry-java/pull/3550)) - This should eliminate long-lasting App Start transactions
google/horologist (com.google.android.horologist:horologist-compose-layout) ### [`v0.6.17`](https://togithub.com/google/horologist/releases/tag/v0.6.17): 0.6.17 #### What's Changed - Support for initial position of rememberResponsiveColumnState Last release off main for 0.6.x **Full Changelog**: https://github.com/google/horologist/compare/v0.6.16...v0.6.17
square/anvil (com.squareup.anvil) ### [`v2.5.0-beta11`](https://togithub.com/square/anvil/blob/HEAD/CHANGELOG.md#250-beta11---2024-07-29) ##### Fixed - resolve inherited field-injected generic properties to their substituted type ([#​1040](https://togithub.com/square/anvil/pull/1040)) - Resolve generic types when checking Subcomponent factory return types ([#​1041](https://togithub.com/square/anvil/pull/1041)) ### [`v2.5.0-beta10`](https://togithub.com/square/anvil/blob/HEAD/CHANGELOG.md#250-beta10---2024-07-22) ##### Deprecated - `ClassReference.functions` has been deprecated in favor of `ClassReference.memberFunctions` and `ClassReference.declaredMemberFunctions` - `ClassReference.properties` has been deprecated in favor of `ClassReference.memberProperties` and `ClassReference.declaredMemberProperties` ##### Fixed - consider `ignoreQualifier` arguments when checking for duplicate bindings ([#​1033](https://togithub.com/square/anvil/pull/1033)) - incremental compilation is automatically disabled for source sets that perform interface or module merging ([#​1024](https://togithub.com/square/anvil/pull/1024)) - include inherited functions in Subcomponent Factory checks by [@​RBusarow](https://togithub.com/RBusarow) in ([#​1038](https://togithub.com/square/anvil/pull/1038))
JetBrains/kotlin (org.jetbrains.kotlin:compose-compiler-gradle-plugin) ### [`v2.0.20-RC`](https://togithub.com/JetBrains/kotlin/releases/tag/v2.0.20-RC): Kotlin 2.0.20-RC ##### 2.0.20-RC ##### Analysis. API - [`KT-69630`](https://youtrack.jetbrains.com/issue/KT-69630) KAPT User project builds with KAPT4 enabled fail with Metaspace overflow ##### Backend. Wasm - [`KT-69876`](https://youtrack.jetbrains.com/issue/KT-69876) K2 Compile exception: Only IrBlockBody together with kotlinx serialization - [`KT-69529`](https://youtrack.jetbrains.com/issue/KT-69529) compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1) - [`KT-68088`](https://youtrack.jetbrains.com/issue/KT-68088) Wasm: "UNREACHABLE executed at Precompute.cpp:838" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows ##### Compiler - [`KT-69494`](https://youtrack.jetbrains.com/issue/KT-69494) StackOverflowError in CfgTraverserKt.getPreviousCfgNodes - [`KT-69723`](https://youtrack.jetbrains.com/issue/KT-69723) K2: code analysis taking too long - [`KT-56880`](https://youtrack.jetbrains.com/issue/KT-56880) K2. Conflicting overloads for main() isn't shown when language version is set to 2.0 - [`KT-69170`](https://youtrack.jetbrains.com/issue/KT-69170) K2: "Unresolved reference" caused by generics and fun interfaces - [`KT-70039`](https://youtrack.jetbrains.com/issue/KT-70039) K2: inconsistent stability of vals of captured receivers - [`KT-68996`](https://youtrack.jetbrains.com/issue/KT-68996) K2: "Not enough information to infer type argument" caused by typealias annotation with fixed generic argument - [`KT-68889`](https://youtrack.jetbrains.com/issue/KT-68889) K2: type variable should not be fixed - [`KT-15388`](https://youtrack.jetbrains.com/issue/KT-15388) Forbid delegated property to have external getter/setter ##### Compose compiler - [`b/351858979`](https://issuetracker.google.com/issues/351858979) Fix stability inferencing of interfaces on incremental compilation - [`b/346821372`](https://issuetracker.google.com/issues/346821372) \[Compose] Fix code generation for group optimization ##### JavaScript - [`KT-69353`](https://youtrack.jetbrains.com/issue/KT-69353) KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts ##### Libraries - [`KT-68025`](https://youtrack.jetbrains.com/issue/KT-68025) Improve documentation for Hex ##### Native. Build Infrastructure - [`KT-69781`](https://youtrack.jetbrains.com/issue/KT-69781) Kotlin/Native performance tests fail to compile with bitcode ##### Native. C and ObjC Import - [`KT-69094`](https://youtrack.jetbrains.com/issue/KT-69094) LLVM 11 clang: cinterops fail with "\_Float16 is not supported on this target" ##### Native. Platform Libraries - [`KT-69382`](https://youtrack.jetbrains.com/issue/KT-69382) LLVM 11 clang: symbol not found when running the linker ##### Native. Runtime - [`KT-68928`](https://youtrack.jetbrains.com/issue/KT-68928) EXC_BREAKPOINT: BUG IN CLIENT OF LIBPLATFORM: Trying to recursively lock an os_unfair_lock ##### Tools. CLI - [`KT-69792`](https://youtrack.jetbrains.com/issue/KT-69792) Add the possibility to disable fast jar fs in K2 ##### Tools. Gradle - [`KT-69809`](https://youtrack.jetbrains.com/issue/KT-69809) Compose Gradle Plugin: AGP doesn't override configuration properties like traceMarkersEnabled - [`KT-68843`](https://youtrack.jetbrains.com/issue/KT-68843) Gradle: Kotlin plugin changes source set 'main' to 'null/main' - [`KT-69837`](https://youtrack.jetbrains.com/issue/KT-69837) Deprecation warning for file-based IC is issued when the property is set to true, altering the intended meaning of the message ##### Tools. Gradle. JS - [`KT-69805`](https://youtrack.jetbrains.com/issue/KT-69805) YarnSetupTask does not work for custom downloadBaseUrl ##### Tools. Gradle. Multiplatform - [`KT-69311`](https://youtrack.jetbrains.com/issue/KT-69311) runDebugExecutable task fails with "this.compilation" is null with enabled configuration cache ##### Tools. Gradle. Native - [`KT-69918`](https://youtrack.jetbrains.com/issue/KT-69918) java.lang.NullPointerException: Cannot invoke "org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.getTarget()" because "this.compilation" is null ##### Tools. Incremental Compile - [`KT-69042`](https://youtrack.jetbrains.com/issue/KT-69042) K2: changing a Java constant won't cause Kotlin usages to recompile ##### Tools. JPS - [`KT-69204`](https://youtrack.jetbrains.com/issue/KT-69204) Generate lookups in dumb mode for compatibility with ref index

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew --console=plain --dependency-verification lenient -q properties
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=52fd4118-ca72-4fd1-ae70-075d1f8f1853, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}
Attempting to read last messages from the daemon log...
Daemon pid: 151
  log file: /home/ubuntu/.gradle/daemon/8.9/daemon-151.out.log
----- Last  20 lines from daemon log file - daemon-151.out.log -----
2024-07-30T11:39:45.946+0000 [DEBUG] [org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler] Starting executing command: Build{id=52fd4118-ca72-4fd1-ae70-075d1f8f1853, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App} with connection: socket connection from /127.0.0.1:39921 to /127.0.0.1:36150.
2024-07-30T11:39:45.951+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Command execution: started DaemonCommandExecution[command = Build{id=52fd4118-ca72-4fd1-ae70-075d1f8f1853, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}, connection = DefaultDaemonConnection: socket connection from /127.0.0.1:39921 to /127.0.0.1:36150] after 0.00145 minutes of idle
2024-07-30T11:39:45.952+0000 [INFO] [org.gradle.launcher.daemon.server.DaemonRegistryUpdater] Marking the daemon as busy, address: [b5308cde-5595-431f-9e9d-7e28e188787f port:39921, addresses:[localhost/127.0.0.1]]
2024-07-30T11:39:45.952+0000 [DEBUG] [org.gradle.launcher.daemon.registry.PersistentDaemonRegistry] Marking busy by address: [b5308cde-5595-431f-9e9d-7e28e188787f port:39921, addresses:[localhost/127.0.0.1]]
2024-07-30T11:39:45.953+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on daemon addresses registry.
2024-07-30T11:39:45.953+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
2024-07-30T11:39:45.954+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
2024-07-30T11:39:45.954+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] resetting idle timer
2024-07-30T11:39:45.954+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon is running. Sleeping until state changes.
2024-07-30T11:39:45.955+0000 [INFO] [org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy] Daemon is about to start building Build{id=52fd4118-ca72-4fd1-ae70-075d1f8f1853, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}. Dispatching build started information...
2024-07-30T11:39:45.955+0000 [DEBUG] [org.gradle.launcher.daemon.server.SynchronizedDispatchConnection] thread 21: dispatching org.gradle.launcher.daemon.protocol.BuildStarted@14fb774
2024-07-30T11:39:45.958+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment] Configuring env variables: [RUST_BACKTRACE, PATH, USER_HOME, GRADLE_OPTS, npm_config_fund, CONTAINERBASE_ENV, USER_ID, CONTAINERBASE_CACHE_DIR, LANG, CGO_ENABLED, npm_config_update_notifier, PWD, CARGO_HOME, _, GOSUMDB, PIP_DISABLE_PIP_VERSION_CHECK, DOTNET_SKIP_FIRST_TIME_EXPERIENCE, GOPATH, USER_NAME, NO_UPDATE_NOTIFIER, DOTNET_ROOT, CONTAINERBASE, DOTNET_CLI_TELEMETRY_OPTOUT, DEBIAN_FRONTEND, LC_ALL, SHLVL, HOME]
2024-07-30T11:39:45.960+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.LogToClient] About to start relaying all logs to the client via the connection.
2024-07-30T11:39:45.960+0000 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 151). The daemon log file: /home/ubuntu/.gradle/daemon/8.9/daemon-151.out.log
2024-07-30T11:39:45.962+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon] Requesting daemon stop after processing Build{id=52fd4118-ca72-4fd1-ae70-075d1f8f1853, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}
2024-07-30T11:39:45.962+0000 [LIFECYCLE] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Daemon will be stopped at the end of the build 
2024-07-30T11:39:45.962+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Stop as soon as idle requested. The daemon is busy
2024-07-30T11:39:45.963+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
2024-07-30T11:39:45.963+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=325ce447-9762-4cf7-816c-02d125589ce4,javaHome=/opt/containerbase/tools/java/17.0.12+7,javaVersion=17,daemonRegistryDir=/home/ubuntu/.gradle/daemon,pid=151,idleTimeout=120000,priority=NORMAL,applyInstrumentationAgent=true,nativeServicesMode=ENABLED,daemonOpts=-XX:+UseParallelGC,--add-opens=java.base/java.util=ALL-UNNAMED,--add-opens=java.base/java.lang=ALL-UNNAMED,--add-opens=java.base/java.lang.invoke=ALL-UNNAMED,--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED,--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED,--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED,--add-opens=java.base/java.nio.charset=ALL-UNNAMED,--add-opens=java.base/java.net=ALL-UNNAMED,--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED,-Xmx8g,-Dfile.encoding=UTF-8,-Duser.country,-Duser.language=en,-Duser.variant]
2024-07-30T11:39:45.964+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon stop has been requested. Sleeping until state changes.----- End of the daemon log -----

FAILURE: Build failed with an exception.

* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.