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 #3300

Merged
merged 5 commits into from
Nov 30, 2023
Merged

chore(deps): update all dependencies #3300

merged 5 commits into from
Nov 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless 6.22.0 -> 6.23.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.0 -> 1.6.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.0 -> 1.6.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.jvm 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlinx.kover 0.7.3 -> 0.7.4 age adoption passing confidence
io.github.classgraph:classgraph 4.8.164 -> 4.8.165 age adoption passing confidence

Release Notes

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

v1.6.1

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

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception.
Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.7.4

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

Kover Gradle Plugin

Features
  • #441 Added support for Android dynamic feature plugins
Bugfixes
  • #440 Replaced absolute paths in the Kover artifact with relative ones
  • #446 Disabled writing of FreeMarker logs to stdout when generating an HTML report
  • #470 Update HTML report path to be clickable
  • #385 Exclude nested functions in function excluded by annotation
  • #303 Optional function parameters should not be considered a "branch"
  • #436 Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed"
Build features
  • Upgraded Gradle version to 8.2.1
Test features
  • #437 Added functional test on Gradle nested classes validation error

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/all branch 2 times, most recently from 5e22e70 to 2fe2ff1 Compare November 23, 2023 13:54
| datasource | package                                                                                           | from    | to      |
| ---------- | ------------------------------------------------------------------------------------------------- | ------- | ------- |
| maven      | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                                         | 6.22.0  | 6.23.0  |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json                                                  | 1.6.0   | 1.6.1   |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-core                                                  | 1.6.0   | 1.6.1   |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.20  | 1.9.21  |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 1.9.20  | 1.9.21  |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 1.9.20  | 1.9.21  |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                             | 0.7.3   | 0.7.4   |
| maven      | io.github.classgraph:classgraph                                                                   | 4.8.164 | 4.8.165 |
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Nov 27, 2023
Copy link
Contributor Author

renovate bot commented Nov 27, 2023

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.

Copy link
Contributor

github-actions bot commented Nov 27, 2023

Kover Report

Total Project Coverage 54.15%

@serras serras merged commit 7ef8147 into main Nov 30, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant