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 dependencies for minor & patch changes #77

Merged
merged 7 commits into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.8 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies patch 1.6.5 -> 1.6.8 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.6.5 -> 1.6.8 age adoption passing confidence
androidx.baselineprofile (source) plugin patch 1.2.3 -> 1.2.4 age adoption passing confidence
androidx.benchmark:benchmark-macro-junit4 (source) dependencies patch 1.2.3 -> 1.2.4 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.10 -> 1.13.11 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-compose (source) dependencies minor 2.7.0 -> 2.8.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.6.3 -> 1.7.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies patch 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin patch 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin patch 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test (source) dependencies patch 1.9.23 -> 1.9.24 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.04.00 -> 2024.06.00 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 1.9.23-1.0.20 -> 1.9.24-1.0.20 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies minor 0.3.15 -> 0.4.4 age adoption passing confidence
com.android.test (source) plugin minor 8.3.2 -> 8.5.0 age adoption passing confidence
com.android.library (source) plugin minor 8.3.2 -> 8.5.0 age adoption passing confidence
com.android.application (source) plugin minor 8.3.2 -> 8.5.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

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.

mockk/mockk (io.mockk:mockk)

v1.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.7.0

==================

This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.

The only difference with 1.7.0-RC is that classDiscriminatorMode property in JsonBuilder is marked as experimental,
as it should have been when it was introduced (#​2680).

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small documentation fixes.
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v1.9.24: 1.9.24

Changelog

Backend. Wasm
  • KT-64890 K/Wasm compiler crash with external class and Kodein
Compiler
  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation
Tools. Gradle. Multiplatform
  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
  • KT-65043 JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
google/ksp (com.google.devtools.ksp)

v1.9.24-1.0.20

Compare Source

KSP 1.0.20 for kotlin compiler version 1.9.24

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

v0.4.4

  • Add onValueChangeFinished to ExceptionsInCompose (#​282)
  • Update Chris website (#​281)
  • Update dependency gradle to v8.8 (#​279)
  • Add exception for onFocusChanged in ParameterNaming (#​278)

v0.4.3

Changelog

v0.4.2

Changelog

v0.4.1

v0.3.21

Changelog

v0.3.20

Changelog

v0.3.19

Changelog

v0.3.18

Changelog

v0.3.17

Changelog

v0.3.16

Changelog


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 4 times, most recently from 10d638a to 073f048 Compare April 29, 2024 09:22
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 4 times, most recently from ec1f132 to d6f59d9 Compare May 7, 2024 07:45
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 4 times, most recently from ba1e672 to 6b12eaf Compare May 14, 2024 20:10
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 3 times, most recently from 1c235bd to 194176f Compare May 20, 2024 17:25
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 4 times, most recently from 10c599e to 4722a66 Compare May 31, 2024 23:39
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch 4 times, most recently from e8c4bb4 to 7ab4859 Compare June 12, 2024 19:36
@renovate renovate bot force-pushed the renovate/minor-and-patch-changes branch from 7ab4859 to 3fc368f Compare June 13, 2024 17:28
Copy link
Contributor Author

renovate bot commented Jun 15, 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.

@krzdabrowski krzdabrowski force-pushed the renovate/minor-and-patch-changes branch from b64db88 to 65bb46d Compare June 15, 2024 16:01
@krzdabrowski krzdabrowski merged commit 25243bd into master Jun 15, 2024
1 check passed
@krzdabrowski krzdabrowski deleted the renovate/minor-and-patch-changes branch June 15, 2024 16:50
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.

1 participant