-
Notifications
You must be signed in to change notification settings - Fork 39
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 non-major dependencies (except core kotlin) #1922
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1922 +/- ##
============================================
- Coverage 76.79% 76.67% -0.12%
Complexity 2492 2492
============================================
Files 134 134
Lines 7898 7914 +16
Branches 2240 2240
============================================
+ Hits 6065 6068 +3
- Misses 828 841 +13
Partials 1005 1005 ☔ View full report in Codecov by Sentry. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 8 files - 159 8 suites - 159 49s ⏱️ - 4m 4s For more details on these failures, see this check. Results for commit ebf4ae3. ± Comparison against base commit fe4a01d. This pull request removes 1368 tests.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 163 files - 4 163 suites - 4 3m 5s ⏱️ - 4m 43s For more details on these failures, see this check. Results for commit ebf4ae3. ± Comparison against base commit fe4a01d. This pull request removes 57 tests.
♻️ This comment has been updated with latest results. |
26d89b1
to
d2f014a
Compare
f7dd819
to
dfe2760
Compare
dfe2760
to
c095467
Compare
d5da925
to
e569e9b
Compare
08d90de
to
9a270a5
Compare
9a270a5
to
9d756d8
Compare
9d756d8
to
a51416d
Compare
5c03cf1
to
c27796d
Compare
7ae37fa
to
d2bfe71
Compare
9748052
to
3e7d36a
Compare
3e7d36a
to
637cf7e
Compare
b52810e
to
7adcb03
Compare
7adcb03
to
f02c3de
Compare
d9c6c95
to
33cf690
Compare
7829110
to
a1a6ebd
Compare
73b4a2d
to
6a2bd54
Compare
6a2bd54
to
7c3695e
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DiktatJavaExecTaskTest > check command line in githubActions mode() FAILED
java.lang.UnsupportedClassVersionError at DiktatJavaExecTaskTest.kt:151
The same failures at multiple other tests when run under Java 11.
This PR contains the following updates:
2.0.12
->2.0.13
3.16.2
->3.17.6
3.25.3
->3.26.3
1.5.8
->1.5.10
1.8.0
->1.8.1
0.5.0
->0.6.0
0.5.0
->0.6.0
0.57.0
->0.61.0
6.0.3
->6.0.9
3.9.6
->3.9.8
3.9.6
->3.9.8
1.23.5
->1.23.6
1.23.5
->1.23.6
2.15.1
->2.16.1
1.6.0
->1.8.0
33.0.0-jre
->33.2.1-jre
1.10.2
->1.10.3
5.10.2
->5.10.3
5.10.2
->5.10.3
5.10.2
->5.10.3
5.10.2
->5.10.3
1.6.3
->1.7.1
1.6.3
->1.7.1
1.6.3
->1.7.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
qos-ch/slf4j (org.slf4j:slf4j-api)
v2.0.13
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core)
v1.8.1
Compare Source
@ExperimentalTime
annotation from usages ofTimeSource
(#4046). Thanks, @hfhbd!NullPointerException
when setting theStateFlow
value on old Android devices (#3820).kotlin.random.Random
as part ofDispatchers.Default
andDispatchers.IO
initialization (#4051).Flow.timeout
throws the exception with which the channel was closed (#4071).Changelog relative to version 1.8.1-Beta
Flow.timeout
throws the exception with which the channel was closed (#4071).detekt/sarif4k (io.github.detekt.sarif4k:sarif4k-jvm)
v0.6.0
Compare Source
Critical changes
What's Changed
f43a0e5
by @renovate in https://github.com/detekt/sarif4k/pull/68e12d46a
by @renovate in https://github.com/detekt/sarif4k/pull/77a8a3f3a
by @renovate in https://github.com/detekt/sarif4k/pull/750ab4596
by @renovate in https://github.com/detekt/sarif4k/pull/79ec92e82
by @renovate in https://github.com/detekt/sarif4k/pull/915d5d22a
by @renovate in https://github.com/detekt/sarif4k/pull/96417ae3c
by @renovate in https://github.com/detekt/sarif4k/pull/102PropertyBag
by @BraisGabin in https://github.com/detekt/sarif4k/pull/1019704b39
by @renovate in https://github.com/detekt/sarif4k/pull/104New Contributors
Full Changelog: detekt/sarif4k@0.5.0...0.6.0
charleskorn/kaml (com.charleskorn.kaml:kaml)
v0.61.0
Compare Source
v0.60.0
Compare Source
v0.59.0
Compare Source
YamlConfiguration.codePointLimit
(#543 - thanks to @sschuberth for the PR)v0.58.0
Compare Source
Changed: kaml now uses snakeyaml-engine-kmp for all targets, rather than using SnakeYAML for the JVM and snakeyaml-engine-kmp for JS. (#507 - thanks to @krzema12 and @aSemy for the PR)
As snakeyaml-engine-kmp is a port of SnakeYAML to multiplatform Kotlin, there should be no major behaviour differences.
Yaml.decodeFromStream()
no longer supports anything other than UTF-8 streams, as this is not supported by Okio. If this is a problem for you, please open an issue to discuss your use case.Updated: use Okio 3.8.0
Updated: use kotlinx.serialization 1.6.3
Updated: use Kotlin 1.9.23
Updated: use snakeyaml-engine-kmp 2.7.3
oshai/kotlin-logging (io.github.oshai:kotlin-logging)
v6.0.9
Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@6.0.8...6.0.9
v6.0.8
Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@6.0.7...6.0.8
v6.0.7
Compare Source
Full Changelog: oshai/kotlin-logging@6.0.5...6.0.7
v6.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: oshai/kotlin-logging@6.0.3...6.0.4
detekt/detekt (io.gitlab.arturbosch.detekt)
v1.23.6
1.23.6 - 2024-03-23
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.23
and fixed several bugs that got reported by the community.Changelog
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @psuzn, @t-kameyama.
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json-jvm)
v1.7.1
==================
This is a bugfix release that aims to fix missing
kotlinx-serialization-hocon
artifact.It also contains experimental integration with
kotlinx-io
library.Kotlin 2.0.0 is used by default.
Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete:
kotlinx-serialization-hocon
artifact is missing from 1.7.0 and 1.7.0-RC releases.This release fixes this problem and now
kotlinx-serialization-hocon
is available again with 1.7.1 version.No other changes were made to this artifact. Related ticket: #2717.
Add integration with a kotlinx-io library
kotlinx-io
is an official multiplatform library that provides basic IO primitives, similar to Okio.kotlinx.serialization integration is now available in a separate artifact, located at the
kotlinx-serialization-json-io
coordinates.Integration artifact provides functions similar to existing Okio integration:
encodeToSink
,decodeFromSource
, anddecodeSourceToSequence
.Check out the PR for more details.
Other bugfixes
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 inJsonBuilder
is marked as experimental,as it should have been when it was introduced (#2680).
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.