saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
524 stars 39 forks source link

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

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.slf4j:slf4j-api (source) 2.0.9 -> 2.0.11 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention 0.7.0 -> 0.8.0 age adoption passing confidence
com.gradle.enterprise 3.16.1 -> 3.16.2 age adoption passing confidence
com.diffplug.gradle.spotless 6.23.3 -> 6.25.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle 6.23.3 -> 6.25.0 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.1 -> 0.18.2 age adoption passing confidence
org.assertj:assertj-core (source) 3.24.2 -> 3.25.2 age adoption passing confidence
com.soebes.itf.jupiter.extension:itf-jupiter-extension 0.12.0 -> 0.13.1 age adoption passing confidence
com.charleskorn.kaml:kaml 0.56.0 -> 0.57.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.22.0 -> 2.22.1 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.22.0 -> 2.22.1 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) 1.23.4 -> 1.23.5 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.4 -> 1.23.5 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

qos-ch/slf4j (org.slf4j:slf4j-api) ### [`v2.0.11`](https://togithub.com/qos-ch/slf4j/compare/v_2.0.10...v_2.0.11) ### [`v2.0.10`](https://togithub.com/qos-ch/slf4j/compare/v_2.0.9...v_2.0.10)
ajoberstar/reckon (org.ajoberstar.reckon:reckon-gradle) ### [`v0.18.2`](https://togithub.com/ajoberstar/reckon/releases/tag/0.18.2) [Compare Source](https://togithub.com/ajoberstar/reckon/compare/0.18.1...0.18.2) 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 - [#​200](https://togithub.com/ajoberstar/reckon/issues/200) Register tag/push tasks earlier to make settings plugins easier #### Deprecations *None* #### Compatibility Tested against the following versions. | Java Version | Gradle Versions | |---------------|-------------------| | 11 | 7.0.2, 7.6.1, 8.0.2, 8.5, 8.6-rc-1 | | 17 | 7.3.3, 7.6.1, 8.0.2, 8.5, 8.6-rc-1 | | 21 | 8.4, 8.5, 8.6-rc-1 |
charleskorn/kaml (com.charleskorn.kaml:kaml) ### [`v0.57.0`](https://togithub.com/charleskorn/kaml/releases/tag/0.57.0) [Compare Source](https://togithub.com/charleskorn/kaml/compare/0.56.0...0.57.0) - **New**: Kaml now supports serializing polymorphic types without serializing any type information (ie. without a type property or tag). Set `polymorphismStyle` to `PolymorphismStyle.None` to use this feature. ([#​494](https://togithub.com/charleskorn/kaml/issues/494) - thanks to [@​ZacSweers](https://togithub.com/ZacSweers) for the PR) - **Updated**: use Okio 3.7.0 - **Updated**: use Kotlin 1.9.22
detekt/detekt (io.gitlab.arturbosch.detekt) ### [`v1.23.5`](https://togithub.com/detekt/detekt/releases/tag/v1.23.5) This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.22` and fixed several bugs that got reported by the community. ##### Notable Changes - Test Gradle plugin with AGP 8.2.0 - [#​6672](https://togithub.com/detekt/detekt/pull/6672) - chore(deps): update dependency gradle to v8.5 - [#​6663](https://togithub.com/detekt/detekt/pull/6663) - fix(deps): update kotlin monorepo to v1.9.22 - [#​6746](https://togithub.com/detekt/detekt/pull/6746) ##### Changelog - Report rule's default severity in sarif backport - [#​6916](https://togithub.com/detekt/detekt/pull/6916) - Add ignoreAnnotatedFunctions to TooManyFunctions - [#​6875](https://togithub.com/detekt/detekt/pull/6875) - Fix by checking the existence of label in previous statements - [#​6671](https://togithub.com/detekt/detekt/pull/6671) - Also check `USELESS_ELVIS` in `UnreachableCode` - [#​6624](https://togithub.com/detekt/detekt/pull/6624) - Fix by adding last method call to the set - [#​6567](https://togithub.com/detekt/detekt/pull/6567) ##### Housekeeping & Refactorings - Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - [#​6534](https://togithub.com/detekt/detekt/pull/6534) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​TWiStErRob](https://togithub.com/TWiStErRob), [@​atulgpt](https://togithub.com/atulgpt), [@​matejdro](https://togithub.com/matejdro)

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.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (56d3e8c) 78.19% compared to head (966b855) 78.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1895 +/- ## ========================================= Coverage 78.19% 78.19% Complexity 2492 2492 ========================================= Files 134 134 Lines 8773 8773 Branches 2240 2240 ========================================= Hits 6860 6860 Misses 908 908 Partials 1005 1005 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 9 months ago

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

β€‡β€ˆ167 files  Β±0β€‚β€ƒβ€‡β€ˆ167 suites  Β±0   7m 28s :stopwatch: +7s 1β€ˆ446 tests Β±0  1β€ˆ429 :white_check_mark: Β±0  17 :zzz: Β±0  0 :x: Β±0  2β€ˆ826 runsβ€Š Β±0  2β€ˆ809 :white_check_mark: Β±0  17 :zzz: Β±0  0 :x: Β±0 

Results for commit 966b8553. ± Comparison against base commit 56d3e8c2.

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

github-actions[bot] commented 9 months ago

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

β€‡β€ˆ167 filesβ€„β€ƒβ€‡β€ˆ167 suites   4m 50s :stopwatch: 1β€ˆ446 tests 1β€ˆ407 :white_check_mark: 39 :zzz: 0 :x: 2β€ˆ826 runsβ€Šβ€ƒ2β€ˆ787 :white_check_mark: 39 :zzz: 0 :x:

Results for commit 966b8553.

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