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) #138

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.2 -> 5.10.3 age adoption passing confidence
io.kotest:kotest-assertions-core 5.9.0 -> 5.9.1 age adoption passing confidence
com.squareup:kotlinpoet 1.17.0 -> 1.18.1 age adoption passing confidence
io.github.petertrr:kotlin-multiplatform-diff 0.5.0 -> 0.7.0 age adoption passing confidence
com.gradle.enterprise 3.17.4 -> 3.17.6 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-properties 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.3 -> 1.7.1 age adoption passing confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core)

v5.9.1

What's Changed

Assertions
Framework
Property-testing
Docs
Build / CI/CD / Dependency updates

New Contributors

Full Changelog: kotest/kotest@v5.9.0...v5.9.1

square/kotlinpoet (com.squareup:kotlinpoet)

v1.18.1

Compare Source

Thanks to @​mitasov-ra for contributing to this release.

  • Fix: Workaround for KT-18706: KotlinPoet now generates import aliases without backticks (#​1920).
// before, doesn't compile due to KT-18706
import com.example.one.`$Foo` as `One$Foo`
import com.example.two.`$Foo` as `Two$Foo`

// now, compiles
import com.example.one.`$Foo` as One__Foo
import com.example.two.`$Foo` as Two__Foo

v1.18.0

Compare Source

Thanks to @​DanielGronau for contributing to this release.

  • New: Kotlin 2.0.0.
  • New: KSP 2.0.0-1.0.22.
  • New: Promote kotlinpoet-metadata out of preview to stable.
  • New: Migrate kotlinpoet-metadata to stable org.jetbrains.kotlin:kotlin-metadata-jvm artifact for Metadata parsing.
  • New: Make enum entry references in KSAnnotation.toAnnotationSpec() and KSClassDeclaration.toClassName() more robust.
  • Fix: Don't expand typealiases of function types to LambdaTypeNames in KSTypeReference.toTypeName().
  • Fix: Avoid rounding small double and float values in %L translation (#​1927).
  • Fix: Fix typealias type argument resolution in KSP2 (#​1929).
petertrr/kotlin-multiplatform-diff (io.github.petertrr:kotlin-multiplatform-diff)

v0.7.0

What's Changed

New Contributors

Full Changelog: petertrr/kotlin-multiplatform-diff@v0.6.0...v0.7.0

v0.6.0

What's Changed

New Contributors

Full Changelog: petertrr/kotlin-multiplatform-diff@v0.5.0...v0.6.0

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

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, and decodeSourceToSequence.
Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#​2715)

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 in JsonBuilder 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jun 10, 2024

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

36 tests  ±0   36 ✅ ±0   0s ⏱️ ±0s
 3 suites ±0    0 💤 ±0 
 3 files   ±0    0 ❌ ±0 

Results for commit d9702ff. ± Comparison against base commit 22b82c6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jun 10, 2024

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 d9702ff. ± Comparison against base commit 22b82c6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jun 10, 2024

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

72 tests  ±0   72 ✅ ±0   2s ⏱️ ±0s
 6 suites ±0    0 💤 ±0 
 6 files   ±0    0 ❌ ±0 

Results for commit d9702ff. ± Comparison against base commit 22b82c6.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e77f9a to 390f0fb Compare June 12, 2024 16:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1de6564 to 6a72db8 Compare June 29, 2024 13:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a72db8 to b27a00d Compare July 5, 2024 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 773e65b to 58f2d16 Compare July 15, 2024 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58f2d16 to dd2555c Compare July 22, 2024 08:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd2555c to d7eb236 Compare July 22, 2024 10:38
@0x6675636b796f75676974687562
Copy link
Member

petertrr/kotlin-multiplatform-diff 0.7.0 brings an incompatible change:

> Task :fixpatches:compileTestKotlinLinuxX64 FAILED
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:35:18 Type mismatch: inferred type is ([Error type: Cannot infer a lambda parameter type], [Error type: Cannot infer a lambda parameter type]) -> String but DiffTagGenerator was expected
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:35:20 Cannot infer a type for this parameter. Please specify it explicitly.
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:35:23 Cannot infer a type for this parameter. Please specify it explicitly.
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:36:18 Type mismatch: inferred type is ([Error type: Cannot infer a lambda parameter type], [Error type: Cannot infer a lambda parameter type]) -> String but DiffTagGenerator was expected
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:36:20 Cannot infer a type for this parameter. Please specify it explicitly.
e: file:///home/runner/work/sarif-utils/sarif-utils/fixpatches/src/commonTest/kotlin/com/saveourtool/sarifutils/adapter/SarifFixAdapterTest.kt:36:23 Cannot infer a type for this parameter. Please specify it explicitly.

Copy link
Contributor Author

renovate bot commented Jul 31, 2024

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.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 merged commit 0153c85 into main Jul 31, 2024
18 checks passed
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the renovate/all-minor-patch branch July 31, 2024 11:34
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