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

fix(deps): update all dependencies #19

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

fix(deps): update all dependencies #19

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.12 age adoption passing confidence
app.cash.turbine:turbine dependencies minor 1.1.0 -> 1.2.0 age adoption passing confidence
app.cash.molecule:molecule-gradle-plugin dependencies patch 1.4.2 -> 1.4.3 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.7.0 -> 2.8.7 age adoption passing confidence
com.github.skydoves:landscapist-coil dependencies minor 2.3.2 -> 2.4.4 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies major 2.3.10 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-okhttp dependencies major 2.3.10 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-mock dependencies major 2.3.10 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-core dependencies major 2.3.10 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies major 2.3.10 -> 3.0.3 age adoption passing confidence
com.google.devtools.ksp (source) plugin major 1.9.23-1.0.20 -> 2.1.0-1.0.29 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.6.3 -> 1.7.3 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin major 1.9.23 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin major 1.9.23 -> 2.1.0 age adoption passing confidence
io.insert-koin:koin-annotations-bom (source) dependencies minor 1.3.1 -> 1.4.0 age adoption passing confidence
io.insert-koin:koin-bom (source) dependencies major 3.5.4 -> 4.0.1 age adoption passing confidence
androidx.test.ext:junit dependencies minor 1.1.5 -> 1.2.1 age adoption passing confidence
androidx.core:core-ktx (source) dependencies minor 1.12.0 -> 1.15.0 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.04.00 -> 2024.12.01 age adoption passing confidence
io.arrow-kt:arrow-core dependencies major 1.2.4 -> 2.0.0 age adoption passing confidence
com.android.application (source) plugin minor 8.4.0-rc02 -> 8.7.3 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies minor 1.8.2 -> 1.9.3 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.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

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.

cashapp/turbine (app.cash.turbine:turbine)

v1.2.0

Compare Source

Added
  • Add wasmWasi target.
cashapp/molecule (app.cash.molecule:molecule-gradle-plugin)

v1.4.3

Compare Source

New:

  • Support for Kotlin 1.9.24

This version works with Kotlin 1.9.24 by default.

skydoves/landscapist (com.github.skydoves:landscapist-coil)

v2.4.4

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.4.3...2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.4.2...2.4.3

v2.4.2

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.4.1...2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.4.0...2.4.1

v2.4.0

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.3.8...2.4.0

v2.3.8

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.3.7...2.3.8

v2.3.7

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.3.6...2.3.7

v2.3.6

Compare Source

What's Changed

Full Changelog: skydoves/landscapist@2.3.5...2.3.6

v2.3.5

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title fix(deps): update dependency io.insert-koin:koin-bom to v3.5.5 fix(deps): update dependency io.insert-koin:koin-bom to v3.5.6 Apr 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency io.insert-koin:koin-bom to v3.5.6 fix(deps): update all dependencies Apr 13, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d9a82ba to 7fa0e43 Compare April 17, 2024 19:58
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 82c92bf to 95ed02c Compare May 7, 2024 07:06
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 29054c7 to 9db030e Compare May 14, 2024 21:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2f1cb0f to 3e3e6af Compare May 21, 2024 23:04
@fardavide fardavide enabled auto-merge (squash) May 23, 2024 07:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7064aff to cc6d024 Compare June 1, 2024 01:33
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jun 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6d60307 to b88d27e Compare June 12, 2024 19:07
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0d3f160 to 6434f74 Compare June 27, 2024 00:34
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6ee4110 to 7c285ff Compare October 16, 2024 18:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 43705c2 to 7b5db50 Compare October 30, 2024 19:52
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6199c80 to 5e9a1a2 Compare November 5, 2024 14:12
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 90dd11d to 5d8ada4 Compare November 13, 2024 20:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4b172cb to 104f73d Compare November 20, 2024 20:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0a4ce29 to 50ec32c Compare November 28, 2024 02:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5cd1b85 to 4bd319c Compare December 5, 2024 17:09
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0284db1 to b0fe09f Compare December 20, 2024 16:37
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