-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
d5cfbb9
to
b590fb8
Compare
cfd147d
to
4aa9fbf
Compare
659c191
to
6fbfe3a
Compare
33b732e
to
25f51b9
Compare
cb4c635
to
85608f4
Compare
0220cab
to
46fc96f
Compare
2b400c0
to
5983ca3
Compare
| 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 |
5983ca3
to
265f29d
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
v3.1.4
->v3.1.6
8.5
->8.6
0.13.2
->0.14.0
1.23.4
->1.23.5
6.23.3
->6.25.0
2.7.6
->2.7.7
2.6.2
->2.7.0
2.6.2
->2.7.0
0.3.8
->0.3.11
3.5.0
->3.5.3
3.5.0
->3.5.3
3.5.0
->3.5.3
0.7.4
->0.7.5
1.5.11
->1.5.12
1.5.11
->1.5.12
0.7.0
->0.8.0
8.2.0
->8.2.2
8.2.0
->8.2.2
1.7.3
->1.8.0
1.7.3
->1.8.0
1.7.3
->1.8.0
1.9.21
->1.9.22
1.9.21
->1.9.22
1.9.21
->1.9.22
1.9.21
->1.9.22
1.9.21
->1.9.22
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.9Enum.entries
are now filtered out (#144)DefaultImpls
class (#161)api/
) is added (#170)package-info
classes could be now filtered from the dump by adding these annotations tononPublicMarkers
(#175)ignoredClasses
behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#136)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 Kotlin1.9.22
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
USELESS_ELVIS
inUnreachableCode
- #6624Housekeeping & Refactorings
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
to1.9.22
.Optimize the implementation of
flowFromSuspend
andflowFromNonSuspend
,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
Dispatchers.Main != Dispatchers.Main.immediate
(#3545, #3963).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 settingDebugProbes.enableCoroutineCreationStackTraces
tofalse
, it's the default (#3783).kotlinx-coroutines-test
: set the default timeout ofrunTest
to 60 seconds, added the ability to configure it on the JVM with thekotlinx.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).SharedFlow.collect
suspends for the first time, it's registered as a subscriber for thatSharedFlow
(#3885). Before, it was also true, but not documented.withLock
on JS (#3881). Thanks @CLOVIS-AI!Changelog relative to version 1.8.0-RC2
kotlinx-coroutines-debug
no longer requires manually settingDebugProbes.enableCoroutineCreationStackTraces
tofalse
, it's the default (#3783).Flow
operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#4035, #4038)JetBrains/kotlin (org.jetbrains.kotlin.plugin.parcelize)
v1.9.22
JavaScript
KT-63719
KJS: Test results ignored for ES module kindKT-63808
compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformersNative
KT-64139
Weird bug with while and coroutine in Kotlin NativeKT-63471
linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_depsKT-63789
Native: Incremental compilation problem with composeTools. CLI
KT-64485
CLI: cache and optimize parsing of command-line argumentsTools. Gradle
KT-63990
"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated ProjectsTools. Gradle. Native
KT-63363
Kotlin Gradle Plugin:KotlinNativeHostSpecificMetadataArtifact
breaks configuration cache, implicitly includes output file as configuration cache inputKT-63742
Gradle wrongly caches Kotlin/Native compiler flagsTools. JPS
KT-64305
Kotlin JPS builder requests chunk rebuild with graph implementationKT-64112
Avoid using IJ's JPS mappings in Kotlin JPS testsKT-63799
Make plugin classpath serialization path agnosticConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.