Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
JamesIves/github-pages-deploy-action action minor v4.6.9 -> v4.7.4 age confidence
gradle (source) minor 8.11.1 -> 8.14.3 age confidence
androidx.compose:compose-bom dependencies minor 2024.11.00 -> 2024.12.01 age confidence
com.vanniktech.maven.publish plugin minor 0.30.0 -> 0.34.0 age confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.16.3 -> 0.18.1 age confidence
org.jetbrains.kotlinx.kover plugin minor 0.8.3 -> 0.9.3 age confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.7 -> 1.23.8 age confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.8.4 -> 2.9.5 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.3 -> 1.11.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) dependencies minor 2.8.7 -> 2.9.4 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.8.7 -> 2.9.4 age confidence
io.nlopez.compose.rules:detekt dependencies patch 0.4.19 -> 0.4.27 age confidence
io.insert-koin:koin-compose (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-core (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-androidx-compose (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-android (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.8.0 -> 0.10.0 age confidence
org.jetbrains.compose plugin minor 1.7.1 -> 1.9.2 age confidence
org.jetbrains.compose.runtime:runtime dependencies minor 1.7.1 -> 1.9.2 age confidence
com.android.library (source) plugin minor 8.7.2 -> 8.13.0 age confidence
com.android.application (source) plugin minor 8.7.2 -> 8.13.0 age confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable dependencies minor 0.3.8 -> 0.4.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.7.3 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependencies minor 1.9.0 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.9.0 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-swing dependencies minor 1.9.0 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies minor 1.9.0 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.9.0 -> 1.10.2 age confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin minor 2.0.21 -> 2.2.21 age confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin minor 2.0.21 -> 2.2.21 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.0.21 -> 2.2.21 age confidence
org.jetbrains.kotlin.native.cocoapods (source) plugin minor 2.0.21 -> 2.2.21 age confidence
org.jetbrains.kotlin.android (source) plugin minor 2.0.21 -> 2.2.21 age confidence
org.jetbrains.kotlin.multiplatform (source) plugin minor 2.0.21 -> 2.2.21 age confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.4

Compare Source

What's Changed

Bug Fixes 🐛
Build 🔧
Other Changes
  • Add comprehensive GitHub Copilot instructions for development workflow by @​Copilot in #​1894

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.4

v4.7.3

Compare Source

What's Changed
Build 🔧
Other Changes

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.3

v4.7.2

Compare Source

What's Changed
Bug Fixes 🐝
  • fix: enable rsync mkpath to be backwards compatible with older Ubuntu versions by @​JamesIves in #​1757
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2

v4.7.1

Compare Source

What's Changed
Features ✨
  • feat: when target-folder is specified the action will now create any missing folders for you by @​databasedav in #​1737
New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.1

v4.7.0

Compare Source

What's Changed
Features ✨
  • feat: added the option to specify an atttempt-limit input, giving you the option to change how many attempts the action will make before failing by @​databasedav in #​1737
Build 🔧
New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.0

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

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.14.2: 8.14.2

Compare Source

The Gradle team is excited to announce Gradle 8.14.2.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.2 && ./gradlew wrapper

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.14.1: 8.14.1

Compare Source

The Gradle team is excited to announce Gradle 8.14.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.1 && ./gradlew wrapper

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.14: 8.14

Compare Source

The Gradle team is excited to announce Gradle 8.14.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14 && ./gradlew wrapper

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.13: 8.13

Compare Source

The Gradle team is excited to announce Gradle 8.13.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Adam,
Ahmad Al-Masry,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Jorge Matamoros,
Lei Zhu,
Madalin Valceleanu,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Roberto Perez Alcolea,
Róbert Papp,
Semyon Gaschenko,
Shi Chen,
Stefan M.,
Steven Schoen,
tg-freigmbh,
TheGoesen,
Tony Robalik,
Zongle Wang.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.13 && ./gradlew wrapper

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.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12.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.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12

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.

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.34.0

Compare Source

  • Added configuration cache support for publishing.
  • Removed support for publishing through Sonatype OSSRH since it has been shut down. See the
    0.33.0 release notes for upgrade
    instructions if you haven't upgraded yet.
    • SonatypeHost has been removed from the DSL.
    • SONATYPE_HOST only supports CENTRAL_PORTAL now. It's recommended to use the following properties instead:
      • mavenCentralPublishing=true replaces SONATYPE_HOST=CENTRAL_PORTAL.
      • mavenCentralAutomaticPublishing=true replaces SONATYPE_AUTOMATIC_RELEASE=true.
  • Update the Central Portal Publisher APIs to the latest.
  • It's now possible to mix SNAPSHOT versions and release versions when running publish tasks.
  • Fixed Gradle's deprecation warning caused by invalid URI.
  • Fixed check for the minimum supported Gradle version running too late in some cases.

Thanks to @​Goooler and @​solrudev for their contributions to this release.

Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 8.14.3
  • Gradle 9.0.0-rc2
  • Android Gradle Plugin 8.11.1
  • Android Gradle Plugin 8.12.0-alpha08
  • Kotlin Gradle Plugin 2.2.0
  • Kotlin Gradle Plugin 2.2.20-Beta1

v0.33.0

[Compare Source](https://redirect.gi


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) November 27, 2024 13:04
@renovate renovate bot requested a review from hoc081098 November 27, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-deps branch from f9857f1 to 360eb1a Compare November 27, 2024 15:31
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlin.plugin.serialization to v2.1.0 chore(deps): update all dependencies to v2.1.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 7 times, most recently from fd9d313 to 68daf9a Compare November 28, 2024 13:49
@renovate renovate bot changed the title chore(deps): update all dependencies to v2.1.0 chore(deps): update all dependencies Nov 28, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 16 times, most recently from 0ba05da to 26d5f64 Compare November 30, 2024 12:44
@renovate renovate bot force-pushed the renovate/all-deps branch 28 times, most recently from 58c7060 to 159f9a5 Compare November 5, 2025 03:59
| datasource     | package                                                                                                                 | from       | to         |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- |
| github-tags    | JamesIves/github-pages-deploy-action                                                                                    | v4.6.9     | v4.7.4     |
| gradle-version | gradle                                                                                                                  | 8.11.1     | 8.14.3     |
| maven          | androidx.compose:compose-bom                                                                                            | 2024.11.00 | 2024.12.01 |
| maven          | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin                                                 | 0.30.0     | 0.34.0     |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3     | 0.18.1     |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                                                   | 0.8.3      | 0.9.3      |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.23.7     | 1.23.8     |
| maven          | androidx.navigation:navigation-compose                                                                                  | 2.8.4      | 2.9.5      |
| maven          | androidx.activity:activity-compose                                                                                      | 1.9.3      | 1.11.0     |
| maven          | androidx.lifecycle:lifecycle-viewmodel-savedstate                                                                       | 2.8.7      | 2.9.4      |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                                                                              | 2.8.7      | 2.9.4      |
| maven          | io.nlopez.compose.rules:detekt                                                                                          | 0.4.19     | 0.4.27     |
| maven          | io.insert-koin:koin-compose                                                                                             | 4.0.0      | 4.1.1      |
| maven          | io.insert-koin:koin-core                                                                                                | 4.0.0      | 4.1.1      |
| maven          | io.insert-koin:koin-androidx-compose                                                                                    | 4.0.0      | 4.1.1      |
| maven          | io.insert-koin:koin-android                                                                                             | 4.0.0      | 4.1.1      |
| maven          | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin         | 0.8.0      | 0.10.0     |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                                               | 1.7.1      | 1.9.2      |
| maven          | org.jetbrains.compose.runtime:runtime                                                                                   | 1.7.1      | 1.9.2      |
| maven          | com.android.library:com.android.library.gradle.plugin                                                                   | 8.7.2      | 8.13.0     |
| maven          | com.android.application:com.android.application.gradle.plugin                                                           | 8.7.2      | 8.13.0     |
| maven          | org.jetbrains.kotlinx:kotlinx-collections-immutable                                                                     | 0.3.8      | 0.4.0      |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-json                                                                        | 1.7.3      | 1.9.0      |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                           | 1.9.0      | 1.10.2     |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.9.0      | 1.10.2     |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-swing                                                                          | 1.9.0      | 1.10.2     |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                                                                        | 1.9.0      | 1.10.2     |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.9.0      | 1.10.2     |
| maven          | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin                               | 2.0.21     | 2.2.21     |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin                       | 2.0.21     | 2.2.21     |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin                                   | 2.0.21     | 2.2.21     |
| maven          | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin                               | 2.0.21     | 2.2.21     |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                                                 | 2.0.21     | 2.2.21     |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 2.0.21     | 2.2.21     |
@renovate renovate bot force-pushed the renovate/all-deps branch from 159f9a5 to 8c4a01f Compare November 5, 2025 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants