FigureTechnologies / gradle-semver-plugin

Gradle Plugin for Automated Semantic Versioning
Apache License 2.0
15 stars 2 forks source link

fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin from `1.23.0` to `1.23.6` #117

Closed figure-renovate[bot] closed 5 months ago

figure-renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.0 -> 1.23.6 age adoption passing confidence

Release Notes

detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin) ### [`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) ### [`v1.23.3`](https://togithub.com/detekt/detekt/releases/tag/v1.23.3) ##### 1.23.3 - 2023-10-31 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.10` and fixed several bugs that got reported by the community. NOTE: This is a republishing of 1.23.2 which was accidentally published against Kotlin 1.9.0 instead of 1.9.10 ##### Changelog - Consider deprecated rules as inactive when running allRules [#​6381](https://togithub.com/detekt/detekt/pull/6381) - Fix inputstream leaking file descriptor in Gradle - [#​6519](https://togithub.com/detekt/detekt/pull/6519) - ForbiddenMethodCall - Handle sequence of overridden methods - [#​6478](https://togithub.com/detekt/detekt/pull/6478) - Function to return supported Kotlin version - [#​6472](https://togithub.com/detekt/detekt/pull/6472) - Fix false negative `IgnoredReturnValue` with scope functions - [#​6446](https://togithub.com/detekt/detekt/pull/6446) - UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - [#​6443](https://togithub.com/detekt/detekt/pull/6443) - Fix reporting unused imports at file level - [#​6390](https://togithub.com/detekt/detekt/pull/6390) - OutdatedDocumentation - Detect param which private property documented as property - [#​6372](https://togithub.com/detekt/detekt/pull/6372) - NullableToStringCall: fix false negative in lambda - [#​6352](https://togithub.com/detekt/detekt/pull/6352) - Correctly set scheme for URIs in the SARIF report output - [#​6331](https://togithub.com/detekt/detekt/pull/6331) - SleepInsteadOfDelay - Find the parent for suspend check - [#​6191](https://togithub.com/detekt/detekt/pull/6191) ##### Dependency Updates - Update kotlin monorepo to v1.9.10 - [#​6423](https://togithub.com/detekt/detekt/pull/6423) - Update dependency gradle to v8.4 - [#​6522](https://togithub.com/detekt/detekt/pull/6522) - Update dependency gradle to v8.3 - [#​6406](https://togithub.com/detekt/detekt/pull/6406) - Update com.android.tools.build to 8.1.1 - [#​6419](https://togithub.com/detekt/detekt/pull/6419) - update dependency org.jetbrains.dokka to v1.9.10 - [#​6549](https://togithub.com/detekt/detekt/pull/6549) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​arturbosch](https://togithub.com/arturbosch), [@​atulgpt](https://togithub.com/atulgpt), [@​kkocel](https://togithub.com/kkocel), [@​marschwar](https://togithub.com/marschwar), [@​pablobaxter](https://togithub.com/pablobaxter), [@​t-kameyama](https://togithub.com/t-kameyama) ### [`v1.23.2`](https://togithub.com/detekt/detekt/releases/tag/v1.23.2) ##### 1.23.2 - 2023-10-29 **NOTE: Please use version 1.23.3 instead - Version 1.23.2 was accidentally built against Kotlin 1.9.0 instead of 1.9.10** https://github.com/detekt/detekt/releases/tag/v1.23.3 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.10` and fixed several bugs that got reported by the community. ##### Changelog - Consider deprecated rules as inactive when running allRules [#​6381](https://togithub.com/detekt/detekt/pull/6381) - Fix inputstream leaking file descriptor in Gradle - [#​6519](https://togithub.com/detekt/detekt/pull/6519) - ForbiddenMethodCall - Handle sequence of overridden methods - [#​6478](https://togithub.com/detekt/detekt/pull/6478) - Function to return supported Kotlin version - [#​6472](https://togithub.com/detekt/detekt/pull/6472) - Fix false negative `IgnoredReturnValue` with scope functions - [#​6446](https://togithub.com/detekt/detekt/pull/6446) - UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - [#​6443](https://togithub.com/detekt/detekt/pull/6443) - Fix reporting unused imports at file level - [#​6390](https://togithub.com/detekt/detekt/pull/6390) - OutdatedDocumentation - Detect param which private property documented as property - [#​6372](https://togithub.com/detekt/detekt/pull/6372) - NullableToStringCall: fix false negative in lambda - [#​6352](https://togithub.com/detekt/detekt/pull/6352) - Correctly set scheme for URIs in the SARIF report output - [#​6331](https://togithub.com/detekt/detekt/pull/6331) - SleepInsteadOfDelay - Find the parent for suspend check - [#​6191](https://togithub.com/detekt/detekt/pull/6191) ##### Dependency Updates - Update kotlin monorepo to v1.9.10 - [#​6423](https://togithub.com/detekt/detekt/pull/6423) - Update dependency gradle to v8.4 - [#​6522](https://togithub.com/detekt/detekt/pull/6522) - Update dependency gradle to v8.3 - [#​6406](https://togithub.com/detekt/detekt/pull/6406) - Update com.android.tools.build to 8.1.1 - [#​6419](https://togithub.com/detekt/detekt/pull/6419) - update dependency org.jetbrains.dokka to v1.9.10 - [#​6549](https://togithub.com/detekt/detekt/pull/6549) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​arturbosch](https://togithub.com/arturbosch), [@​atulgpt](https://togithub.com/atulgpt), [@​kkocel](https://togithub.com/kkocel), [@​marschwar](https://togithub.com/marschwar), [@​pablobaxter](https://togithub.com/pablobaxter), [@​t-kameyama](https://togithub.com/t-kameyama) ### [`v1.23.1`](https://togithub.com/detekt/detekt/releases/tag/v1.23.1) ##### 1.23.1 - 2023-07-30 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.0` and fixed several bugs that got reported by the community. ##### Notable Changes - Bumped Kotlin to v1.9.0 - [#​6258](https://togithub.com/detekt/detekt/pull/6258) - Bumped KtLint to v0.50.0 - [#​6239](https://togithub.com/detekt/detekt/pull/6239) - Updated CLI to reflect Java 20 support - [#​6277](https://togithub.com/detekt/detekt/pull/6277) ##### Changelog - Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask - [#​6284](https://togithub.com/detekt/detekt/pull/6284) - Make InvalidRange aware of rangeUntil operator - [#​6264](https://togithub.com/detekt/detekt/pull/6264) - MaxChainedCallsOnSameLine: don't count class references as chained calls - [#​6224](https://togithub.com/detekt/detekt/pull/6224) - CanBeNonNullable: Fix false positive when property is defined after assignment - [#​6210](https://togithub.com/detekt/detekt/pull/6210) - Add `..<` and `rangeTo` in the `ForEachOnRange` rule - [#​6197](https://togithub.com/detekt/detekt/pull/6197) - Don't report `UseDataClass` if class contains non-property parameters - [#​6173](https://togithub.com/detekt/detekt/pull/6173) - Allow documenting public fun name when same private variable is present - [#​6165](https://togithub.com/detekt/detekt/pull/6165) - Find range call using recursion - [#​6164](https://togithub.com/detekt/detekt/pull/6164) - StringShouldBeRawString: Ignore `replaceIndent` and `prependIndent` - [#​6154](https://togithub.com/detekt/detekt/pull/6154) - UnusedPrivateProperty: Fix false postive by ignoring data classes - [#​6151](https://togithub.com/detekt/detekt/pull/6151) - PropertyUsedBeforeDeclaration: fix false positive in nested/inner class - [#​6139](https://togithub.com/detekt/detekt/pull/6139) ##### Dependency Updates - Update dependency gradle to v8.2.1 - [#​6274](https://togithub.com/detekt/detekt/pull/6274) - Switch to SLF4J 2.x - [#​6266](https://togithub.com/detekt/detekt/pull/6266) - Update kotlin monorepo to v1.8.22 - [#​6192](https://togithub.com/detekt/detekt/pull/6192) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​Goooler](https://togithub.com/Goooler), [@​Hexcles](https://togithub.com/Hexcles), [@​PoisonedYouth](https://togithub.com/PoisonedYouth), [@​TWiStErRob](https://togithub.com/TWiStErRob), [@​VirtualParticle](https://togithub.com/VirtualParticle), [@​atulgpt](https://togithub.com/atulgpt), [@​cortinico](https://togithub.com/cortinico), [@​dzirbel](https://togithub.com/dzirbel), [@​eygraber](https://togithub.com/eygraber), [@​marschwar](https://togithub.com/marschwar), [@​rmarquis](https://togithub.com/rmarquis), [@​segunfamisa](https://togithub.com/segunfamisa), [@​severn-everett](https://togithub.com/severn-everett), [@​t-kameyama](https://togithub.com/t-kameyama) [See all commit history here](https://togithub.com/detekt/detekt/compare/v1.23.0...v1.23.1)

Configuration

📅 Schedule: Branch creation - "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.

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


github-actions[bot] commented 1 year ago

Test Results

 7 files   7 suites   29s :stopwatch: 42 tests 40 :white_check_mark: 2 :zzz: 0 :x: 48 runs  46 :white_check_mark: 2 :zzz: 0 :x:

Results for commit 14c3b1a9.

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