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 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #115

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.9 -> 8.12 age adoption passing confidence
gradle/wrapper-validation-action action major v2 -> v3 age adoption passing confidence
com.pinterest.ktlint:ktlint-cli dependencies minor 1.1.1 -> 1.5.0 age adoption passing confidence
app.cash.turbine:turbine dependencies minor 1.0.0 -> 1.2.0 age adoption passing confidence
com.google.truth:truth dependencies minor 1.1.3 -> 1.4.4 age adoption passing confidence
com.diffplug.spotless plugin minor 6.24.0 -> 6.25.0 age adoption passing confidence
androidx.media3:media3-ui dependencies minor 1.4.0-rc01 -> 1.5.1 age adoption passing confidence
androidx.media3:media3-transformer dependencies minor 1.4.0-rc01 -> 1.5.1 age adoption passing confidence
androidx.media3:media3-exoplayer dependencies minor 1.4.0-rc01 -> 1.5.1 age adoption passing confidence
androidx.media3:media3-effect dependencies minor 1.4.0-rc01 -> 1.5.1 age adoption passing confidence
androidx.media3:media3-common dependencies minor 1.4.0-rc01 -> 1.5.1 age adoption passing confidence
com.google.devtools.ksp (source) plugin minor 2.0.0-1.0.21 -> 2.1.0-1.0.29 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
com.google.dagger.hilt.android plugin minor 2.49 -> 2.54 age adoption passing confidence
com.google.dagger:hilt-android-compiler dependencies minor 2.49 -> 2.54 age adoption passing confidence
com.google.dagger:hilt-android dependencies minor 2.49 -> 2.54 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.11.00 -> 2024.12.01 age adoption passing confidence
io.coil-kt:coil-compose dependencies minor 2.4.0 -> 2.7.0 age adoption passing confidence
io.coil-kt:coil dependencies minor 2.4.0 -> 2.7.0 age adoption passing confidence
androidx.camera:camera-camera2 (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.camera:camera-view (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.camera:camera-lifecycle (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.camera:camera-extensions (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.camera:camera-core (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
com.google.accompanist:accompanist-permissions dependencies minor 0.32.0 -> 0.37.0 age adoption passing confidence
com.google.accompanist:accompanist-drawablepainter dependencies minor 0.32.0 -> 0.37.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

gradle/wrapper-validation-action (gradle/wrapper-validation-action)

v3

Compare Source

pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)

v1.5.0

Compare Source

The release of Kotlin 2.1 is the primary reason for publishing this release earlier than planned. Because of the removal of some language elements in Kotlin 2.1, the embedded Kotlin compiler in KtLint blocked Kotlinter users from upgrading to Kotlin 2.1.

🆕 Features
🔧 Fixes
📦 Dependencies
  • chore(deps): update plugin com.gradle.develocity to v3.18.2 - #​2865, by @​renovate[bot]

  • chore(deps): update dependency gradle to v8.11.1 - #​2875, by @​renovate[bot]

  • fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - #​2874, by @​renovate[bot]

  • fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - #​2871, by @​renovate[bot]

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - #​2883, by @​renovate[bot]

  • fix(deps): update kotlin monorepo to v2.1.0 - #​2880, by @​renovate[bot]

  • fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - #​2886, by @​renovate[bot]

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - #​2887, by @​renovate[bot]

  • fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - #​2889, by @​renovate[bot]

v1.4.1

Compare Source

🔧 Fixes
📦 Dependencies

v1.4.0

Compare Source

🆕 Features
🔧 Fixes
📦 Dependencies

v1.3.1

Compare Source

🔧 Fixes
📦 Dependencies
💬 Other

v1.3.0

Compare Source

🆕 Features
🔧 Fixes
📦 Dependencies
  • Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20 - #​2590, by @​renovate[bot]

  • Update softprops/action-gh-release action to v2 - #​2600, by @​renovate[bot]

  • Update dependency io.github.detekt.sa


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (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 force-pushed the renovate/all branch 2 times, most recently from 784bd2c to 341677c Compare December 13, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants