-
Notifications
You must be signed in to change notification settings - Fork 4
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 non-major dependencies (except core kotlin) #559
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
=========================================
Coverage 48.07% 48.07%
Complexity 163 163
=========================================
Files 53 53
Lines 1893 1893
Branches 313 313
=========================================
Hits 910 910
Misses 853 853
Partials 130 130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)245 tests ±0 220 ✅ - 1 12m 17s ⏱️ +3s For more details on these failures, see this check. Results for commit 768d97c. ± Comparison against base commit 9110c0c. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)245 tests ±0 218 ✅ - 3 10m 58s ⏱️ +59s For more details on these failures, see this check. Results for commit 768d97c. ± Comparison against base commit 9110c0c. ♻️ This comment has been updated with latest results. |
Blocked by #556 |
but CI is passed, why blocked? |
I guess this upgrading brings kotlin 1.9.20, which not supported by save-cloud (it uses snapshot version of save-cli) |
a107769
to
a291287
Compare
c9eef40
to
87753f3
Compare
61982c0
to
fb61f6e
Compare
540d5b1
to
c15ddf4
Compare
c15ddf4
to
285a788
Compare
84bde39
to
2cbea75
Compare
d38d2b5
to
e20c29b
Compare
0f7bc72
to
6c42e52
Compare
68136d7
to
0028a0a
Compare
7db7ff7
to
a7ae601
Compare
607a6af
to
4c56a9d
Compare
4c56a9d
to
768d97c
Compare
768d97c
to
1f25646
Compare
This PR contains the following updates:
5.10.1
->5.10.2
3.15.1
->3.16.2
1.14.2
->1.16.0
0.18.1
->0.18.3
1.23.3
->1.23.5
2.21.1
->2.23.0
2.21.1
->2.23.0
0.5.0
->0.5.1
0.5.0
->0.5.1
0.5.0
->0.5.1
3.6.0
->3.8.0
3.6.0
->3.8.0
Release Notes
square/kotlinpoet (com.squareup:kotlinpoet)
v1.16.0
Compare Source
Thanks to @drawers, @rickclephas for contributing to this release.
NameAllocator
API to control keyword pre-allocation (#1803).KSTypeReference.toTypeName
(#1793).v1.15.3
Compare Source
Thanks to @gabrielittner for contributing to this release.
KSTypeReference.toTypeName
(#1756).v1.15.2
Compare Source
Thanks to @evant for contributing to this release.
v1.15.1
Compare Source
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.TypeSpecHolder
interface for constructs that can hold aTypeSpec
and their builders (#1723).FileSpec
(#1720).FileSpec.writeTo()
. (#1514).TypeSpec.expectClassBuilder()
andTypeSpec.valueClassBuilder()
(#1589).KSAnnotation
toAnnotationSpec
while omitting default values (#1538).FileSpec.builder
convenience forMemberName
(#1585).DecimalFormatSymbols.minusSign
for consistency across locales (#1658).ajoberstar/reckon (org.ajoberstar.reckon:reckon-gradle)
v0.18.3
Compare Source
Dependency updates. The zafarkhaja/semver library had a bunch of breaking changes, but it doesn't appear that any of those will affect the outward behavior. Please open an issue if you find otherwise.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested against the following versions.
v0.18.2
Compare Source
Minor improvement for people interacting with the tasks during another settings plugin. Also now tested against Gradle 8.5.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested against the following versions.
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)
v1.23.5
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.22
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
USELESS_ELVIS
inUnreachableCode
- #6624Housekeeping & Refactorings
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @TWiStErRob, @atulgpt, @matejdro
v1.23.4
1.23.4 - 2023-11-26
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.21
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
Dependency Updates
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @BraisGabin, @Gosunet, @atulgpt, @t-kameyama
akuleshov7/ktoml (com.akuleshov7:ktoml-source)
v0.5.1
Important
Updated Kotlin to version 1.9.22 in https://github.com/akuleshov7/ktoml/pull/250
A bunch of bug fixes, infra and logging enhancements.
Enhanced Map decoding: Now, you can decode key-value pairs and tables to Map without prior knowledge of their names.
Enhancements
Bugfixes
Infra
New Contributors
Full Changelog: orchestr7/ktoml@v0.5.0...v0.5.1
square/okio (com.squareup.okio:okio-fakefilesystem)
v3.8.0
2024-02-09
TypedOptions
works likeOptions
, but it returns aT
rather than an index.Pipe.fold()
.v3.7.0
2023-12-16
Timeout.cancel()
prevents a timeout from firing.watchosX86
Kotlin/Native target. From [the Kotlin blog][watchosX86],‘This is an obsolete simulator for Intel Macs. Use the watchosX64 target instead.’
watchosDeviceArm64
Kotlin/Native target.Timeout
APIs that acceptkotlin.time.Duration
.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 has been generated by Mend Renovate. View repository job log here.