Skip to content

Commit a65699f

Browse files
chore(deps): update detekt to v1.23.5 (#96)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.gitlab.arturbosch.detekt](https://detekt.dev) ([source](https://togithub.com/detekt/detekt)) | `1.23.3` -> `1.23.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.gitlab.arturbosch.detekt/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.gitlab.arturbosch.detekt/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.gitlab.arturbosch.detekt/1.23.3/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.gitlab.arturbosch.detekt/1.23.3/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.gitlab.arturbosch.detekt:detekt-formatting](https://detekt.dev) ([source](https://togithub.com/detekt/detekt)) | `1.23.3` -> `1.23.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.3/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.3/1.23.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>detekt/detekt (io.gitlab.arturbosch.detekt)</summary> ### [`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 - [#&#8203;6672](https://togithub.com/detekt/detekt/pull/6672) - chore(deps): update dependency gradle to v8.5 - [#&#8203;6663](https://togithub.com/detekt/detekt/pull/6663) - fix(deps): update kotlin monorepo to v1.9.22 - [#&#8203;6746](https://togithub.com/detekt/detekt/pull/6746) ##### Changelog - Report rule's default severity in sarif backport - [#&#8203;6916](https://togithub.com/detekt/detekt/pull/6916) - Add ignoreAnnotatedFunctions to TooManyFunctions - [#&#8203;6875](https://togithub.com/detekt/detekt/pull/6875) - Fix by checking the existence of label in previous statements - [#&#8203;6671](https://togithub.com/detekt/detekt/pull/6671) - Also check `USELESS_ELVIS` in `UnreachableCode` - [#&#8203;6624](https://togithub.com/detekt/detekt/pull/6624) - Fix by adding last method call to the set - [#&#8203;6567](https://togithub.com/detekt/detekt/pull/6567) ##### Housekeeping & Refactorings - Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - [#&#8203;6534](https://togithub.com/detekt/detekt/pull/6534) ##### Contributors We would like to thank the following contributors that made this release possible: [@&#8203;3flex](https://togithub.com/3flex), [@&#8203;TWiStErRob](https://togithub.com/TWiStErRob), [@&#8203;atulgpt](https://togithub.com/atulgpt), [@&#8203;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 - [#&#8203;6642](https://togithub.com/detekt/detekt/pull/6642) - fix(deps): update kotlin monorepo to v1.9.20 - [#&#8203;6572](https://togithub.com/detekt/detekt/pull/6572) ##### Changelog - Update the ruleset regex to allow numbers - [#&#8203;6635](https://togithub.com/detekt/detekt/pull/6635) - Show deprecation message - [#&#8203;6614](https://togithub.com/detekt/detekt/pull/6614) - Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - [#&#8203;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 - [#&#8203;6605](https://togithub.com/detekt/detekt/pull/6605) - Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - [#&#8203;6590](https://togithub.com/detekt/detekt/pull/6590) - MethodSignature - Add the condition of receiver should be null - [#&#8203;6570](https://togithub.com/detekt/detekt/pull/6570) - Remove check for deprectated functions toUpperCase and toLowerCase - [#&#8203;6548](https://togithub.com/detekt/detekt/pull/6548) - Fixes false positive of trailing whitespaces in kdoc - [#&#8203;6370](https://togithub.com/detekt/detekt/pull/6370) ##### Dependency Updates - Update tested AGP version to 8.1.3 - [#&#8203;6610](https://togithub.com/detekt/detekt/pull/6610) - Switch to kctfork for Kotlin compilation testing - [#&#8203;6589](https://togithub.com/detekt/detekt/pull/6589) ##### Contributors We would like to thank the following contributors that made this release possible: [@&#8203;3flex](https://togithub.com/3flex), [@&#8203;BraisGabin](https://togithub.com/BraisGabin), [@&#8203;Gosunet](https://togithub.com/Gosunet), [@&#8203;atulgpt](https://togithub.com/atulgpt), [@&#8203;t-kameyama](https://togithub.com/t-kameyama) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/petertrr/kotlin-multiplatform-diff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuMTUzLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
1 parent 47ff67d commit a65699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "1.9.22"
33
junit = "5.10.0"
4-
detekt = "1.23.3"
4+
detekt = "1.23.5"
55

66
[plugins]
77
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }

0 commit comments

Comments
 (0)