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

chore(deps): update all dependencies #21

Merged
merged 2 commits into from
Feb 16, 2024
Merged

chore(deps): update all dependencies #21

merged 2 commits into from
Feb 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action patch v3.1.4 -> v3.1.6 age adoption passing confidence
gradle (source) minor 8.5 -> 8.6 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.13.2 -> 0.14.0 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.4 -> 1.23.5 age adoption passing confidence
com.diffplug.gradle.spotless plugin minor 6.23.3 -> 6.25.0 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies patch 2.7.6 -> 2.7.7 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies patch 0.3.8 -> 0.3.11 age adoption passing confidence
io.insert-koin:koin-androidx-compose (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 0.7.4 -> 0.7.5 age adoption passing confidence
org.jetbrains.compose plugin patch 1.5.11 -> 1.5.12 age adoption passing confidence
org.jetbrains.compose.runtime:runtime dependencies patch 1.5.11 -> 1.5.12 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.7.0 -> 0.8.0 age adoption passing confidence
com.android.library (source) plugin patch 8.2.0 -> 8.2.2 age adoption passing confidence
com.android.application (source) plugin patch 8.2.0 -> 8.2.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin patch 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin.native.cocoapods (source) plugin patch 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin patch 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 1.9.21 -> 1.9.22 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v3.1.6

Compare Source

Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

gradle/gradle (gradle)

v8.6

Compare Source

Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)

v0.14.0

Compare Source

The release contains changes potentially affecting dump's content (#​144, #​162, #​161, #​175).

What changed:
  • $EntriesMappings classes backing Kotlin's 1.9 Enum.entries are now filtered out (#​144)
  • Companion class' annotation are now propagated to the corresponding Companion field (#​162)
  • Interface's class-level annotations are now propagated to the corresponding DefaultImpls class (#​161)
  • An option to setup a custom dump output directory (other that the default api/) is added (#​170)
  • Packages annotated in Java package-info classes could be now filtered from the dump by adding these annotations to nonPublicMarkers (#​175)
  • Fixed ignoredClasses behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#​136)
  • Gradle is updated to 8.5, build scripts and configs are refactored (#​134, #​167), strict API mode is enabled (#​168)
  • ASM is updated to 8.6 to support classifies targeting Java versions (#​173)
  • Tests were cleaned up to avoid hardcoded dump root paths (#​154)
  • Bages in the README file were updated (#​159)

Thanks to @​qwwdfsad, @​bryanlogan, @​aSemy, @​xtrm-en and @​Goooler for contributions!

detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that
got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

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

v0.3.11

Changelog

v0.3.10

Changelog

v0.3.9

Changelog

InsertKoinIO/koin (io.insert-koin:koin-androidx-compose)

v3.5.3

Compare Source

hoc081098/FlowExt (io.github.hoc081098:FlowExt)

v0.7.5

Compare Source

Changed
  • Update dependencies

    • Kotlin to 1.9.22.
  • Optimize the implementation of flowFromSuspend and flowFromNonSuspend,
    it is just an internal change, it does not affect the public API and behavior.

JetBrains/compose-jb (org.jetbrains.compose)

v1.5.12

Common

Features

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

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

v1.8.0

Compare Source

  • Implement the library for the Web Assembly (Wasm) for JavaScript (#​3713). Thanks @​igoriakovlev!
  • Major Kotlin version update: was 1.8.20, became 1.9.21.
  • On Android, ensure that Dispatchers.Main != Dispatchers.Main.immediate (#​3545, #​3963).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • kotlinx-coroutines-debug is published with the correct Java 9 module info (#​3944).
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • kotlinx-coroutines-test: set the default timeout of runTest to 60 seconds, added the ability to configure it on the JVM with the kotlinx.coroutines.test.default_timeout=10s (#​3800).
  • kotlinx-coroutines-test: fixed a bug that could lead to not all uncaught exceptions being reported after some tests failed (#​3800).
  • delay(Duration) rounds nanoseconds up to whole milliseconds and not down (#​3920). Thanks @​kevincianfarini!
  • Dispatchers.Default and the default thread for background work are guaranteed to use the same context classloader as the object containing it them (#​3832).
  • It is guaranteed that by the time SharedFlow.collect suspends for the first time, it's registered as a subscriber for that SharedFlow (#​3885). Before, it was also true, but not documented.
  • Atomicfu version is updated to 0.23.1, and Kotlin/Native atomic transformations are enabled, reducing the footprint of coroutine-heavy code (#​3954).
  • Added a workaround for miscompilation of withLock on JS (#​3881). Thanks @​CLOVIS-AI!
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.0-RC2
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • Small documentation fixes.
JetBrains/kotlin (org.jetbrains.kotlin.plugin.parcelize)

v1.9.22

JavaScript
  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers
Native
  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose
Tools. CLI
  • KT-64485 CLI: cache and optimize parsing of command-line arguments
Tools. Gradle
  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects
Tools. Gradle. Native
  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags
Tools. JPS
  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

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.

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d428b83) 50.00% compared to head (06e9dbc) 50.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files           7        7           
  Lines         142      142           
  Branches       25       25           
=======================================
  Hits           71       71           
  Misses         62       62           
  Partials        9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update dependency io.insert-koin:koin-core to v3.5.2 chore(deps): update all dependencies Dec 19, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from d5cfbb9 to b590fb8 Compare December 21, 2023 16:59
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from cfd147d to 4aa9fbf Compare January 4, 2024 18:18
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 659c191 to 6fbfe3a Compare January 12, 2024 18:47
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 33b732e to 25f51b9 Compare January 19, 2024 16:32
@renovate renovate bot force-pushed the renovate/all-deps branch 7 times, most recently from cb4c635 to 85608f4 Compare January 29, 2024 22:07
@renovate renovate bot force-pushed the renovate/all-deps branch 6 times, most recently from 0220cab to 46fc96f Compare February 1, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-deps branch 18 times, most recently from 2b400c0 to 5983ca3 Compare February 7, 2024 19:08
| datasource     | package                                                                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | codecov/codecov-action                                                                                                  | v3.1.4 | v3.1.6 |
| gradle-version | gradle                                                                                                                  | 8.5    | 8.6    |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.2 | 0.14.0 |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.23.4 | 1.23.5 |
| maven          | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin                                                 | 6.23.3 | 6.25.0 |
| maven          | androidx.navigation:navigation-compose                                                                                  | 2.7.6  | 2.7.7  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-savedstate                                                                       | 2.6.2  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                                                                              | 2.6.2  | 2.7.0  |
| maven          | io.nlopez.compose.rules:detekt                                                                                          | 0.3.8  | 0.3.11 |
| maven          | io.insert-koin:koin-androidx-compose                                                                                    | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-android                                                                                             | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-core                                                                                                | 3.5.0  | 3.5.3  |
| maven          | io.github.hoc081098:FlowExt                                                                                             | 0.7.4  | 0.7.5  |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                                               | 1.5.11 | 1.5.12 |
| maven          | org.jetbrains.compose.runtime:runtime                                                                                   | 1.5.11 | 1.5.12 |
| maven          | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin         | 0.7.0  | 0.8.0  |
| maven          | com.android.library:com.android.library.gradle.plugin                                                                   | 8.2.0  | 8.2.2  |
| maven          | com.android.application:com.android.application.gradle.plugin                                                           | 8.2.0  | 8.2.2  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                           | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin                               | 1.9.21 | 1.9.22 |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin                       | 1.9.21 | 1.9.22 |
| maven          | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin                               | 1.9.21 | 1.9.22 |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                                                 | 1.9.21 | 1.9.22 |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 1.9.21 | 1.9.22 |
@renovate renovate bot force-pushed the renovate/all-deps branch from 5983ca3 to 265f29d Compare February 15, 2024 15:16
Copy link
Contributor Author

renovate bot commented Feb 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.

@hoc081098 hoc081098 self-requested a review February 15, 2024 17:29
@hoc081098 hoc081098 merged commit 8902c78 into master Feb 16, 2024
5 checks passed
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