petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
74 stars 5 forks source link

chore(deps): update detekt to v1.23.5 #96

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.gitlab.arturbosch.detekt (source) 1.23.3 -> 1.23.5 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-formatting (source) 1.23.3 -> 1.23.5 age adoption passing confidence

Release Notes

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) ### [`v1.23.4`](https://togithub.com/detekt/detekt/releases/tag/v1.23.4) ##### 1.23.4 - 2023-11-26 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.21` and fixed several bugs that got reported by the community. ##### Notable Changes - fix(deps): update kotlin monorepo to v1.9.21 - [#​6642](https://togithub.com/detekt/detekt/pull/6642) - fix(deps): update kotlin monorepo to v1.9.20 - [#​6572](https://togithub.com/detekt/detekt/pull/6572) ##### Changelog - Update the ruleset regex to allow numbers - [#​6635](https://togithub.com/detekt/detekt/pull/6635) - Show deprecation message - [#​6614](https://togithub.com/detekt/detekt/pull/6614) - Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - [#​6613](https://togithub.com/detekt/detekt/pull/6613) - Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - [#​6605](https://togithub.com/detekt/detekt/pull/6605) - Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - [#​6590](https://togithub.com/detekt/detekt/pull/6590) - MethodSignature - Add the condition of receiver should be null - [#​6570](https://togithub.com/detekt/detekt/pull/6570) - Remove check for deprectated functions toUpperCase and toLowerCase - [#​6548](https://togithub.com/detekt/detekt/pull/6548) - Fixes false positive of trailing whitespaces in kdoc - [#​6370](https://togithub.com/detekt/detekt/pull/6370) ##### Dependency Updates - Update tested AGP version to 8.1.3 - [#​6610](https://togithub.com/detekt/detekt/pull/6610) - Switch to kctfork for Kotlin compilation testing - [#​6589](https://togithub.com/detekt/detekt/pull/6589) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​BraisGabin](https://togithub.com/BraisGabin), [@​Gosunet](https://togithub.com/Gosunet), [@​atulgpt](https://togithub.com/atulgpt), [@​t-kameyama](https://togithub.com/t-kameyama)

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (521ba2c) 85.30% compared to head (e0cfec9) 85.30%. Report is 1 commits behind head on main.

:exclamation: Current head e0cfec9 differs from pull request most recent head 6807bd3. Consider uploading reports for the commit 6807bd3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ========================================= Coverage 85.30% 85.30% Complexity 109 109 ========================================= Files 14 14 Lines 524 524 Branches 89 89 ========================================= Hits 447 447 Misses 53 53 Partials 24 24 ``` | [Flag](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/96/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/petertrr/kotlin-multiplatform-diff/pull/96/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov) | `85.30% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Trifanov#carryforward-flags-in-the-pull-request-comment) to find out more.

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