save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

chore(deps): update all non-major dependencies (except core kotlin)

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.2 -> 5.14.1 age adoption passing confidence
io.kotest:kotest-assertions-core 5.8.1 -> 5.9.1 age adoption passing confidence
com.google.code.gson:gson 2.10.1 -> 2.13.2 age adoption passing confidence
com.gradle.enterprise 3.16.2 -> 3.19.2 age adoption passing confidence
com.squareup:kotlinpoet 2.0.0 -> 2.2.0 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.3 -> 0.19.2 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.5 -> 1.23.8 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.23.1 -> 2.25.2 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.23.1 -> 2.25.2 age adoption passing confidence
io.github.detekt.sarif4k:sarif4k (source) 0.5.0 -> 0.6.0 age adoption passing confidence
io.github.petertrr:kotlin-multiplatform-diff 0.5.0 -> 0.7.0 age adoption passing confidence
com.akuleshov7:ktoml-source 0.5.1 -> 0.7.1 age adoption passing confidence
com.akuleshov7:ktoml-file 0.5.1 -> 0.7.1 age adoption passing confidence
com.akuleshov7:ktoml-core 0.5.1 -> 0.7.1 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.8.0 -> 3.16.2 age adoption passing confidence
com.squareup.okio:okio 3.8.0 -> 3.16.2 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: https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1

v5.9.0

New Features
  • Support for WebAssembly (the wasmJs target) has been added (#​3805)
Breaking Changes
  • Support for watchosX86 and iosArm32 targets has been removed (#​3805)
Requirements
  • Kotlin 1.9.23 and higher
  • kotlinx.coroutines 1.8.0 and higher
What's Changed
New Contributors

Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0

square/kotlinpoet (com.squareup:kotlinpoet)

v2.2.0

Compare Source

Thanks to @​IRus for contributing to this release.

  • New: Kotlin 2.1.21.
  • New: KSP 2.1.21-2.0.1.
  • New: Add support for context parameters. (#​2112)
  • New: Eliminate Guava dependency. (#​2110)
  • New: Migrate to Dokka plugin V2. (#​2113)

v2.1.0

Compare Source

Thanks to @​ForteScarlet, @​TrevorSStone, @​RaoPrashanth, @​damianw, @​ansehoon1999, @​TheMrMilchmann for contributing to this release.

  • New: Kotlin 2.1.10.
  • New: KSP 2.1.10-1.0.30.
  • Fix: Support delegates on anonymous classes. (#​2034)
  • Fix: Prevent aliased imports from colliding with existing imports. (#​2052)
  • Fix: TypeName.MUTABLE_MAP_ENTRY now correctly uses the MutableEntry nested class name. (#​2061)
  • Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. (#​2068)
  • Fix: Allow zero methods in a functional interface if it has a superinterface. (#​2075)
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 Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #​7580
  • fix(deps): Update AGP to v8.8.1 - #​7879
  • fix(deps): update Gradle to v8.12.1 - #​7780
Changelog
  • UseDataClass: do not report on expect classes - #​7857
  • Fix InjectDispatcher false positives - #​7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #​7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #​7715
  • Issue #​7634: Make UndocumentedPublicClass configurable to flag `com… - #​7635
  • Fix redundant empty tags in baseline XML - #​7625
  • MatchingDeclarationName now supports platofrm suffixes - #​6426
Contributors

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 Kotlin 2.0.10, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184

v1.23.6

1.23.6 - 2024-03-23

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.

Changelog
  • UselessPostfixExpression - Fix #​7037 false positive postfix - #​7084
  • Don't allow invalid Source Locations - #​7030
  • UnusedPrivateClass: don't report if private classes are used for type conversion - #​6995
  • RedundantSuspendModifier: do not report when the function has 'actual' modifier - #​6951
  • Update dependency gradle to v8.7 - #​7080
  • Update kotlin monorepo to v1.9.23 - #​7027
  • Update dependency gradle to v8.6 - #​6939
  • Update dependency com.android.tools.build:gradle to v8.3.1 - #​7070
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

  • Create a sarif merger (#​82)
  • Properly implement PropertyBag to allow arbitrary key/value pairs (#​78)
  • Add a breakline at the end of the file when encoding no minified sarif (#​99)
  • Update kdoc (#​98)

What's Changed

New Contributors

Full Changelog: https://github.com/detekt/sarif4k/compare/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: https://github.com/petertrr/kotlin-multiplatform-diff/compare/v0.6.0...v0.7.0

v0.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/petertrr/kotlin-multiplatform-diff/compare/v0.5.0...v0.6.0

akuleshov7/ktoml (com.akuleshov7:ktoml-source)

v0.7.1

What's Changed
Version updates
New Contributors

Full Changelog: https://github.com/orchestr7/ktoml/compare/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
  • Decoding of array of tables was finally added
  • Breaking Changes: huge removal of deprecated methods and classes (including TOMLConfig)
  • Multiple critical fixes
What's Changed
New Contributors

Full Changelog: https://github.com/orchestr7/ktoml/compare/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: https://github.com/orchestr7/ktoml/compare/v0.5.2...v0.6.0

v0.5.2

Main
  • K2 and 1.7.0 serialization support
  • a new target: linux arm64
What's Changed
  • Fix Serialization in readme to use encodeToString instead of wrong decodeFr

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.


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

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

renovate[bot] avatar Mar 18 '24 01:03 renovate[bot]

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

97 tests   - 148   93 :white_check_mark:  - 128   4s :stopwatch: - 8m 47s 21 suites  -  27    4 :zzz:  -  20  21 files    -  27    0 :x: ±  0 

Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.

This pull request removes 148 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[linuxX64]
…

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 18 '24 02:03 github-actions[bot]

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

48 tests   - 75   46 :white_check_mark:  - 65   3s :stopwatch: - 3m 56s 10 suites  - 14    2 :zzz:  - 10  10 files    - 14    0 :x: ± 0 

Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.

This pull request removes 75 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom()[jvm]
…

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 18 '24 02:03 github-actions[bot]

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

97 tests   - 148   93 :white_check_mark:  - 128   5s :stopwatch: - 9m 20s 21 suites  -  27    4 :zzz:  -  20  21 files    -  27    0 :x: ±  0 

Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.

This pull request removes 148 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[mingwX64]
…

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 18 '24 02:03 github-actions[bot]