-
Notifications
You must be signed in to change notification settings - Fork 40
chore(deps): update all non-major dependencies (except core kotlin) #1922
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
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) 167 files ±0 167 suites ±0 1m 44s ⏱️ - 1m 41s For more details on these failures, see this check. Results for commit 2d22c0b. ± Comparison against base commit cd77a0b. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 167 files ±0 167 suites ±0 4m 10s ⏱️ - 4m 15s For more details on these failures, see this check. Results for commit 2d22c0b. ± Comparison against base commit cd77a0b. ♻️ 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:151The same failures at multiple other tests when run under Java 11.
This PR contains the following updates:
2.0.12->2.0.133.16.2->3.17.63.25.3->3.26.31.5.8->1.5.101.8.0->1.8.10.5.0->0.6.00.5.0->0.6.00.57.0->0.61.06.0.3->6.0.93.9.6->3.9.83.9.6->3.9.81.23.5->1.23.61.23.5->1.23.62.15.1->2.16.11.6.0->1.8.033.0.0-jre->33.2.1-jre1.10.2->1.10.35.10.2->5.10.35.10.2->5.10.35.10.2->5.10.35.10.2->5.10.31.6.3->1.7.11.6.3->1.7.11.6.3->1.7.1Warning
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.13Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core)
v1.8.1Compare Source
@ExperimentalTimeannotation from usages ofTimeSource(#4046). Thanks, @hfhbd!NullPointerExceptionwhen setting theStateFlowvalue on old Android devices (#3820).kotlin.random.Randomas part ofDispatchers.DefaultandDispatchers.IOinitialization (#4051).Flow.timeoutthrows the exception with which the channel was closed (#4071).Changelog relative to version 1.8.1-Beta
Flow.timeoutthrows the exception with which the channel was closed (#4071).detekt/sarif4k (io.github.detekt.sarif4k:sarif4k-jvm)
v0.6.0Compare Source
Critical changes
What's Changed
f43a0e5by @renovate in https://github.com/detekt/sarif4k/pull/68e12d46aby @renovate in https://github.com/detekt/sarif4k/pull/77a8a3f3aby @renovate in https://github.com/detekt/sarif4k/pull/750ab4596by @renovate in https://github.com/detekt/sarif4k/pull/79ec92e82by @renovate in https://github.com/detekt/sarif4k/pull/915d5d22aby @renovate in https://github.com/detekt/sarif4k/pull/96417ae3cby @renovate in https://github.com/detekt/sarif4k/pull/102PropertyBagby @BraisGabin in https://github.com/detekt/sarif4k/pull/1019704b39by @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.0Compare Source
v0.60.0Compare Source
v0.59.0Compare Source
YamlConfiguration.codePointLimit(#543 - thanks to @sschuberth for the PR)v0.58.0Compare 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.9Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@6.0.8...6.0.9
v6.0.8Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@6.0.7...6.0.8
v6.0.7Compare Source
Full Changelog: oshai/kotlin-logging@6.0.5...6.0.7
v6.0.4Compare 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.61.23.6 - 2024-03-23
This is a point release for Detekt
1.23.0, where we added support for Kotlin1.9.23and 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-hoconartifact.It also contains experimental integration with
kotlinx-iolibrary.Kotlin 2.0.0 is used by default.
Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete:
kotlinx-serialization-hoconartifact is missing from 1.7.0 and 1.7.0-RC releases.This release fixes this problem and now
kotlinx-serialization-hoconis 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-iois 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-iocoordinates.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
classDiscriminatorModeproperty inJsonBuilderis 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.