Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #924

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Update all dependencies #924

merged 2 commits into from
Aug 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.9 -> 8.10 age adoption passing confidence
tj-actions/changed-files action major v44.5.7 -> v45.0.0 age adoption passing confidence
com.google.firebase:firebase-messaging dependencies patch 24.0.0 -> 24.0.1 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies patch 0.4.9 -> 0.4.10 age adoption passing confidence
androidx.baselineprofile (source) plugin minor 1.2.4 -> 1.3.0 age adoption passing confidence
androidx.benchmark:benchmark-macro-junit4 (source) dependencies minor 1.2.4 -> 1.3.0 age adoption passing confidence
androidx.work:work-runtime-ktx (source) dependencies patch 2.9.0 -> 2.9.1 age adoption passing confidence
ly.count.android:sdk dependencies patch 24.7.1 -> 24.7.2 age adoption passing confidence
org.apache.commons:commons-compress (source) dependencies minor 1.26.2 -> 1.27.1 age adoption passing confidence
androidx.annotation:annotation (source) dependencies patch 1.8.1 -> 1.8.2 age adoption passing confidence
no.nordicsemi.android:ble-common dependencies minor 2.7.5 -> 2.8.0 age adoption passing confidence
no.nordicsemi.android:ble dependencies minor 2.7.5 -> 2.8.0 age adoption passing confidence
io.sentry:sentry-android-gradle-plugin dependencies minor 4.10.0 -> 4.11.0 age adoption passing confidence
io.sentry:sentry-android-timber dependencies minor 7.13.0 -> 7.14.0 age adoption passing confidence
io.sentry:sentry-android dependencies minor 7.13.0 -> 7.14.0 age adoption passing confidence
com.google.android.horologist:horologist-compose-layout dependencies patch 0.6.17 -> 0.6.18 age adoption passing confidence
androidx.paging:paging-compose (source) dependencies patch 3.3.1 -> 3.3.2 age adoption passing confidence
com.android.test (source) plugin patch 8.5.1 -> 8.5.2 age adoption passing confidence
com.android.library (source) plugin patch 8.5.1 -> 8.5.2 age adoption passing confidence
com.android.application (source) plugin patch 8.5.1 -> 8.5.2 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies patch 8.5.1 -> 8.5.2 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.0.20-RC2-1.0.24 -> 2.0.20-1.0.24 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) dependencies patch 2.0.20-RC2-1.0.24 -> 2.0.20-1.0.25-SNAPSHOT age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime dependencies patch 0.6.0 -> 0.6.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose plugin patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization plugin patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin.android plugin patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:compose-compiler-gradle-plugin (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-serialization (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-annotation-processing-embeddable (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.0.20-RC2 -> 2.0.20 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v8.10

Compare Source

tj-actions/changed-files (tj-actions/changed-files)

v45.0.0

Compare Source

🔥🔥 BREAKING CHANGE 🔥🔥
  • With changes detected using GitHub's API setting output_renamed_files_as_deleted_and_added to true, would now include the previous file name in the list of deleted files.
What's Changed
New Contributors

Full Changelog: tj-actions/changed-files@v44...v45.0.0

mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.4.10

Changelog

Countly/countly-sdk-android (ly.count.android:sdk)

v24.7.2

Compare Source

  • Mitigated an issue in the upload plugin that prevented the upload of a symbol file
NordicSemiconductor/Android-BLE-Library (no.nordicsemi.android:ble-common)

v2.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: NordicSemiconductor/Android-BLE-Library@2.7.5...2.8.0

getsentry/sentry-android-gradle-plugin (io.sentry:sentry-android-gradle-plugin)

v4.11.0

Compare Source

Fixes
  • Fix plugin for spring-dependency-management 1.1.6 (#​741)
  • Make SentryUploadNativeSymbolsTask configuration-cache compatible (#​747)
  • Fix permission denied error when extracting sentry-cli concurrently (#​748)
  • Make SentryGenerateProguardUuidTask produce deterministic output based on the mapping file contents (#​750)
    • This disables caching for the SentryGenerateProguardUuidTask task in favour of deterministic UUID generation. The task will always run but will always produce the same UUID for the same mapping file.
Dependencies
getsentry/sentry-java (io.sentry:sentry-android-timber)

v7.14.0

Compare Source

Features
  • Session Replay: Gesture/touch support for Flutter (#​3623)
Fixes
  • Fix app start spans missing from Pixel devices (#​3634)
  • Avoid ArrayIndexOutOfBoundsException on Android cpu data collection (#​3598)
  • Fix lazy select queries instrumentation (#​3604)
  • Session Replay: buffer mode improvements (#​3622)
    • Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode
    • Persist buffer replay type for the entire replay when converting from buffer mode to session mode
    • Properly store screen names for buffer mode
  • Session Replay: fix various crashes and issues (#​3628)
    • Fix video not being encoded on Pixel devices
    • Fix SIGABRT native crashes on Xiaomi devices when encoding a video
    • Fix RejectedExecutionException when redacting a screenshot
    • Fix FileNotFoundException when persisting segment values
Chores
  • Introduce ReplayShadowMediaCodec and refactor tests using custom encoder (#​3612)
google/horologist (com.google.android.horologist:horologist-compose-layout)

v0.6.18: 0.6.18

Responsive fixes to ResponsiveTimeText, Dialogs, Material Components

Full Changelog: google/horologist@v0.6.17...v0.6.18

google/ksp (com.google.devtools.ksp)

v2.0.20-1.0.24

Compare Source

What's Changed

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.6.1

  • Prohibit parsing non-ASCII digits as numbers in DateTimeFormat (#​405)
  • More accurately determine which files represent time zones and which don't on Linux and Darwin (#​395)
  • Fix a regression that occasionally considered the right boundary of a time overlap to be a part of it on Native (#​399)
  • Introduce various small improvements to the timezone handling on Windows (#​390)
  • On Linux, allow not having any /etc/localtime set, defaulting to TimeZone.UTC as the system time zone (#​426)
JetBrains/kotlin (org.jetbrains.kotlin:compose-compiler-gradle-plugin)

v2.0.20


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from LionZXY as a code owner August 25, 2024 16:49
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 25, 2024
Copy link
Contributor Author

renovate bot commented Aug 25, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/wrapper/gradle-wrapper.properties
temporary-error
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=b09ec25b-267e-45b3-8be7-9242cba484f8, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}
Attempting to read last messages from the daemon log...
Daemon pid: 555
  log file: /opt/containerbase/home/.gradle/daemon/8.10/daemon-555.out.log
----- Last 20 lines from daemon log file - daemon-555.out.log -----
2024-08-26T11:12:07.718+0000 [DEBUG] [org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler] Starting executing command: Build{id=b09ec25b-267e-45b3-8be7-9242cba484f8, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App} with connection: socket connection from /127.0.0.1:33089 to /127.0.0.1:36216.
2024-08-26T11:12:07.736+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Command execution: started DaemonCommandExecution[command = Build{id=b09ec25b-267e-45b3-8be7-9242cba484f8, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}, connection = DefaultDaemonConnection: socket connection from /127.0.0.1:33089 to /127.0.0.1:36216] after 0.014766666666666668 minutes of idle
2024-08-26T11:12:07.736+0000 [INFO] [org.gradle.launcher.daemon.server.DaemonRegistryUpdater] Marking the daemon as busy, address: [78b5f4fe-82d4-451e-abc8-a949dc325d28 port:33089, addresses:[localhost/127.0.0.1]]
2024-08-26T11:12:07.736+0000 [DEBUG] [org.gradle.launcher.daemon.registry.PersistentDaemonRegistry] Marking busy by address: [78b5f4fe-82d4-451e-abc8-a949dc325d28 port:33089, addresses:[localhost/127.0.0.1]]
2024-08-26T11:12:07.737+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on daemon addresses registry.
2024-08-26T11:12:07.738+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
2024-08-26T11:12:07.739+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
2024-08-26T11:12:07.739+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] resetting idle timer
2024-08-26T11:12:07.739+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon is running. Sleeping until state changes.
2024-08-26T11:12:07.762+0000 [INFO] [org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy] Daemon is about to start building Build{id=b09ec25b-267e-45b3-8be7-9242cba484f8, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}. Dispatching build started information...
2024-08-26T11:12:07.763+0000 [DEBUG] [org.gradle.launcher.daemon.server.SynchronizedDispatchConnection] thread 21: dispatching org.gradle.launcher.daemon.protocol.BuildStarted@5be91505
2024-08-26T11:12:07.774+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment] Configuring env variables: [PATH, USER_HOME, GRADLE_OPTS, PIP_DISABLE_PIP_VERSION_CHECK, CONTAINERBASE_ENV, USER_ID, CONTAINERBASE_CACHE_DIR, USER_NAME, LANG, CONTAINERBASE, DEBIAN_FRONTEND, LC_ALL, PWD, SHLVL, HOME, _]
2024-08-26T11:12:07.796+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.LogToClient] About to start relaying all logs to the client via the connection.
2024-08-26T11:12:07.797+0000 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 555). The daemon log file: /opt/containerbase/home/.gradle/daemon/8.10/daemon-555.out.log
2024-08-26T11:12:07.817+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon] Requesting daemon stop after processing Build{id=b09ec25b-267e-45b3-8be7-9242cba484f8, currentDir=/tmp/renovate/repos/github/flipperdevices/Flipper-Android-App}
2024-08-26T11:12:07.818+0000 [LIFECYCLE] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Daemon will be stopped at the end of the build 
2024-08-26T11:12:07.818+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Stop as soon as idle requested. The daemon is busy
2024-08-26T11:12:07.819+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon stop has been requested. Sleeping until state changes.
2024-08-26T11:12:07.821+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
2024-08-26T11:12:07.831+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=8d36c582-d3ef-4a8f-912f-c861b3fb58ab,javaHome=/opt/containerbase/tools/java/17.0.12+7,javaVersion=17,javaVendor=Eclipse Adoptium,daemonRegistryDir=/opt/containerbase/home/.gradle/daemon,pid=555,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]----- 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.

Copy link
Contributor Author

renovate bot commented Aug 26, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@LionZXY LionZXY merged commit 10328e5 into dev Aug 27, 2024
9 checks passed
@LionZXY LionZXY deleted the renovate/all branch August 27, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant