-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kgevorkyan
approved these changes
Jun 10, 2024
1e77f9a
to
390f0fb
Compare
1de6564
to
6a72db8
Compare
6a72db8
to
b27a00d
Compare
773e65b
to
58f2d16
Compare
58f2d16
to
dd2555c
Compare
dd2555c
to
d7eb236
Compare
0x6675636b796f75676974687562
approved these changes
Jul 31, 2024
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. |
0x6675636b796f75676974687562
approved these changes
Jul 31, 2024
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.10.2
->5.10.3
5.9.0
->5.9.1
1.17.0
->1.18.1
0.5.0
->0.7.0
3.17.4
->3.17.6
1.6.3
->1.7.1
1.6.3
->1.7.1
1.6.3
->1.7.1
Release Notes
kotest/kotest (io.kotest:kotest-assertions-core)
v5.9.1
What's Changed
Assertions
infix
variant ofshouldNotBeNull
that accepts a block by @sschuberth in https://github.com/kotest/kotest/pull/4060Framework
Property-testing
Arb.list<T?>
due to performance issues by @Kantis in https://github.com/kotest/kotest/pull/4023Docs
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.
v1.18.0
Compare Source
Thanks to @DanielGronau for contributing to this release.
kotlinpoet-metadata
out of preview to stable.kotlinpoet-metadata
to stableorg.jetbrains.kotlin:kotlin-metadata-jvm
artifact for Metadata parsing.KSAnnotation.toAnnotationSpec()
andKSClassDeclaration.toClassName()
more robust.LambdaTypeName
s inKSTypeReference.toTypeName()
.%L
translation (#1927).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
Introduce Myers algorithm in linear space by @lppedd in https://github.com/petertrr/kotlin-multiplatform-diff/pull/112
chore(deps): update all github actions to v4 (major) by @renovate in https://github.com/petertrr/kotlin-multiplatform-diff/pull/99
Update Gradle to 8.6, switch to new Gradle GH actions by @petertrr in https://github.com/petertrr/kotlin-multiplatform-diff/pull/100
chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v1.9.22 by @renovate in https://github.com/petertrr/kotlin-multiplatform-diff/pull/95
chore(deps): update detekt to v1.23.5 by @renovate in https://github.com/petertrr/kotlin-multiplatform-diff/pull/96
chore(deps): update junit to v5.10.1 by @renovate in https://github.com/petertrr/kotlin-multiplatform-diff/pull/94
chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.2 by @renovate in https://github.com/petertrr/kotlin-multiplatform-diff/pull/90
Update build configuration to reflect KGP improvements by @lppedd in https://github.com/petertrr/kotlin-multiplatform-diff/pull/102
Update codecov action to v4 by @petertrr in https://github.com/petertrr/kotlin-multiplatform-diff/pull/109
Perform an overall code cleanup by @lppedd in https://github.com/petertrr/kotlin-multiplatform-diff/pull/108
Support WebAssembly targets by @lppedd in https://github.com/petertrr/kotlin-multiplatform-diff/pull/111
Switch to the new Gradle action in release.yml by @petertrr in https://github.com/petertrr/kotlin-multiplatform-diff/pull/110
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
, 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.