-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update all non-major dependencies (except core kotlin) #574
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: main
Are you sure you want to change the base?
Conversation
JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)97 tests - 148 93 ✅ - 128 4s ⏱️ - 8m 41s Results for commit 87d5672. ± Comparison against base commit ac44d7e. This pull request removes 148 tests.
♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)48 tests - 75 46 ✅ - 65 3s ⏱️ - 3m 11s Results for commit 87d5672. ± Comparison against base commit ac44d7e. This pull request removes 75 tests.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)97 tests - 148 93 ✅ - 128 7s ⏱️ - 8m 54s Results for commit 87d5672. ± Comparison against base commit ac44d7e. This pull request removes 148 tests.
♻️ This comment has been updated with latest results. |
@@ -11,7 +11,7 @@ ktoml = "0.5.1" | |||
multiplatform-diff = "0.5.0" | |||
kotlinpoet = "1.16.0" | |||
kotest = "5.8.1" | |||
sarif4k = "0.5.0" | |||
sarif4k = "0.6.0" |
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.
need to downgrade the version since it has conflict with sarif-utils
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.
why, if we already merged the same in the sarif-utils
?
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.
because we didn't release a new version of sarif-utils
ad33b30
to
4593f08
Compare
4593f08
to
fd745b4
Compare
275805f
to
f76333e
Compare
f95537f
to
9ae30c2
Compare
5a1e9af
to
2290d90
Compare
0f41f80
to
04dae8a
Compare
3bfab23
to
0b38faf
Compare
0b38faf
to
9a0966f
Compare
7ae3e0e
to
f2e0266
Compare
f2e0266
to
810b13b
Compare
88385c6
to
b396ef9
Compare
a7d0c1f
to
c5f8095
Compare
94e7898
to
b38e13c
Compare
78c04f9
to
bc66b9f
Compare
2e760b1
to
39514b6
Compare
e153e90
to
4e357c7
Compare
4e357c7
to
13e5597
Compare
cb74c5b
to
96f3826
Compare
96f3826
to
4a35c02
Compare
4a35c02
to
d401641
Compare
67d6691
to
849e420
Compare
849e420
to
86c14f3
Compare
9837f47
to
b682f6a
Compare
081f2ce
to
155e7df
Compare
6ebbd07
to
ffc9aca
Compare
ffc9aca
to
7504cec
Compare
4549252
to
98825b2
Compare
044b1ed
to
69a719b
Compare
69a719b
to
0b4fa4e
Compare
0b4fa4e
to
6cfc813
Compare
6cfc813
to
68c6fc8
Compare
68c6fc8
to
e3855e3
Compare
e3855e3
to
aa66e91
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
5.10.2
->5.13.4
5.8.1
->5.9.1
2.10.1
->2.13.2
3.16.2
->3.19.2
2.0.0
->2.2.0
0.18.3
->0.19.2
1.23.5
->1.23.8
2.23.1
->2.25.1
2.23.1
->2.25.1
0.5.0
->0.6.0
0.5.0
->0.7.0
0.5.1
->0.7.1
0.5.1
->0.7.1
0.5.1
->0.7.1
3.8.0
->3.16.0
3.8.0
->3.16.0
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 #4060Framework
Property-testing
Arb.list<T?>
due to performance issues by @Kantis in #4023Docs
Build / CI/CD / Dependency updates
New Contributors
Full Changelog: kotest/kotest@v5.9.0...v5.9.1
v5.9.0
New Features
Breaking Changes
Requirements
What's Changed
collection.shouldContainAllInAnyOrder()
by @u-ways-e in #3995New Contributors
Full Changelog: kotest/kotest@v5.8.1...v5.9.0
square/kotlinpoet (com.squareup:kotlinpoet)
v2.2.0
Compare Source
Thanks to @IRus for contributing to this release.
v2.1.0
Compare Source
Thanks to @ForteScarlet, @TrevorSStone, @RaoPrashanth, @damianw, @ansehoon1999, @TheMrMilchmann for contributing to this release.
TypeName.MUTABLE_MAP_ENTRY
now correctly uses theMutableEntry
nested class name. (#2061)detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)
v1.23.8
1.23.8 - 2025-02-20
This is a point release for Detekt
1.23.0
, built against Kotlin2.0.21
, with fixes for several bugs that got reported by the community.Notable Changes
Changelog
expect
classes - #7857ThrowingExceptionsWithoutMessageOrCause
false positive - #7715UndocumentedPublicClass
configurable to flag `com… - #7635Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @JordanLongstaff, @Nava2, @atulgpt, @eygraber, @lexa-diky, @t-kameyama
v1.23.7
1.23.7 - 2024-09-08
This is a point release for Detekt
1.23.0
, built against Kotlin2.0.10
, with fixes for several bugs that got reported by the community.Notable Changes
Changelog
UndocumentedPublicProperty
- #7426public companion
object forUndocumentedPublicClass
- #7219Housekeeping/Docs
v1.23.6
1.23.6 - 2024-03-23
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.23
and 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.
detekt/sarif4k (io.github.detekt.sarif4k:sarif4k)
v0.6.0
Compare Source
Critical changes
What's Changed
f43a0e5
by @renovate in #68e12d46a
by @renovate in #77a8a3f3a
by @renovate in #750ab4596
by @renovate in #79ec92e82
by @renovate in #915d5d22a
by @renovate in #96417ae3c
by @renovate in #102PropertyBag
by @BraisGabin in #1019704b39
by @renovate in #104New Contributors
Full Changelog: detekt/sarif4k@0.5.0...0.6.0
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 #112
chore(deps): update all github actions to v4 (major) by @renovate in #99
Update Gradle to 8.6, switch to new Gradle GH actions by @petertrr in #100
chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v1.9.22 by @renovate in #95
chore(deps): update detekt to v1.23.5 by @renovate in #96
chore(deps): update junit to v5.10.1 by @renovate in #94
chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.2 by @renovate in #90
Update build configuration to reflect KGP improvements by @lppedd in #102
Update codecov action to v4 by @petertrr in #109
Perform an overall code cleanup by @lppedd in #108
Support WebAssembly targets by @lppedd in #111
Switch to the new Gradle action in release.yml by @petertrr in #110
New Contributors
Full Changelog: petertrr/kotlin-multiplatform-diff@v0.5.0...v0.6.0
akuleshov7/ktoml (com.akuleshov7:ktoml-source)
v0.7.1
What's Changed
Version updates
New Contributors
Full Changelog: orchestr7/ktoml@v0.7.0...v0.7.1
v0.7.0
Many thanks to an outstanding contribution made by Evgeny @BOOMeranGG. He is a full owner and a creator of this release.
Highlights
What's Changed
New Contributors
Full Changelog: orchestr7/ktoml@v0.6.0...v0.7.0
v0.6.0
Main changes
Technical updates
New Contributors
Many thanks to @BOOMeranGG for this release and significant contribution!
Full Changelog: orchestr7/ktoml@v0.5.2...v0.6.0
[
v0.5.2
](https://redirect.github.com/orchestr7/ktoml/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 is behind base branch, 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.