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

Update all non-major dependencies (except core Kotlin) #104

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup:kotlinpoet 1.14.2 -> 1.15.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-properties 1.6.0 -> 1.6.1 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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

square/kotlinpoet (com.squareup:kotlinpoet)

v1.15.1

Compare Source

  • Fix: Fix a regression introduced by #​1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#​1727).

v1.15.0

Compare Source

Thanks to @​drawers, @​fejesjoco, @​takahirom, @​martinbonnin, @​mcarleio for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#​1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#​1723).
  • New: Expose relative path from FileSpec (#​1720).
  • New: Return the generated path from FileSpec.writeTo(). (#​1514).
  • New: Remove default compatibility from unstable types (#​1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#​1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#​1538).
  • New: Add FileSpec.builder convenience for MemberName (#​1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#​1658).
  • Fix: Fix link to incremental KSP in KDoc (#​1638).
  • Fix: Emit primary constructor KDoc (#​1637).
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-properties)

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

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.


  • 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 Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (35c1164) 67.87% compared to head (f63e686) 67.87%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #104   +/-   ##
=========================================
  Coverage     67.87%   67.87%           
  Complexity       32       32           
=========================================
  Files             4        4           
  Lines           277      277           
  Branches         72       72           
=========================================
  Hits            188      188           
  Misses           46       46           
  Partials         43       43           
Flag Coverage Δ
unittests 67.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   1s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit f63e686. ± Comparison against base commit 35c1164.

Copy link

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   2s ⏱️ -1s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit f63e686. ± Comparison against base commit 35c1164.

Copy link

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

72 tests  ±0   72 ✔️ ±0   2s ⏱️ -1s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit f63e686. ± Comparison against base commit 35c1164.

@nulls nulls enabled auto-merge November 20, 2023 08:18
@nulls nulls merged commit c4604ed into main Nov 20, 2023
20 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch November 20, 2023 08:19
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.

2 participants