detekt/detekt (io.gitlab.arturbosch.detekt:detekt-formatting)
### [`v1.23.6`](https://togithub.com/detekt/detekt/releases/tag/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](https://togithub.com/detekt/detekt/issues/7037) false positive postfix - [#7084](https://togithub.com/detekt/detekt/pull/7084)
- Don't allow invalid Source Locations - [#7030](https://togithub.com/detekt/detekt/pull/7030)
- UnusedPrivateClass: don't report if private classes are used for type conversion - [#6995](https://togithub.com/detekt/detekt/pull/6995)
- RedundantSuspendModifier: do not report when the function has 'actual' modifier - [#6951](https://togithub.com/detekt/detekt/pull/6951)
- Update dependency gradle to v8.7 - [#7080](https://togithub.com/detekt/detekt/pull/7080)
- Update kotlin monorepo to v1.9.23 - [#7027](https://togithub.com/detekt/detekt/pull/7027)
- Update dependency gradle to v8.6 - [#6939](https://togithub.com/detekt/detekt/pull/6939)
- Update dependency com.android.tools.build:gradle to v8.3.1 - [#7070](https://togithub.com/detekt/detekt/pull/7070)
##### Contributors
We would like to thank the following contributors that made this release possible: [@BraisGabin](https://togithub.com/BraisGabin), [@psuzn](https://togithub.com/psuzn), [@t-kameyama](https://togithub.com/t-kameyama).
### [`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)
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
### [`v0.7.6`](https://togithub.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#076--2024-02-16)
\===================
#### Kover Gradle Plugin
##### Features
- [`527`](https://togithub.com/Kotlin/kotlinx-kover/issues/527) Added the ability to specify a header for an XML report
##### Bugfixes
- [`510`](https://togithub.com/Kotlin/kotlinx-kover/issues/510) Fixed `Stream closed` error when generating Kover HTML report
- [`513`](https://togithub.com/Kotlin/kotlinx-kover/issues/513) Fixed breaking configuration cache
- [`517`](https://togithub.com/Kotlin/kotlinx-kover/issues/517) Fixed incorrect marking of first function line when parameters with default value are used
- [`530`](https://togithub.com/Kotlin/kotlinx-kover/issues/530) Fixed the presence of classes instrumented with Robolectric in Jacoco reports
- [`543`](https://togithub.com/Kotlin/kotlinx-kover/issues/543) Fixed package exclusion in reports for JaCoCo
#### Kover Offline
##### Features
- [`534`](https://togithub.com/Kotlin/kotlinx-kover/issues/534) Created Kover features artifact to invoke the capabilities of Kover programmatically
JetBrains/kotlin (org.jetbrains.kotlin.jvm)
### [`v1.9.23`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.23): Kotlin 1.9.23
##### 1.9.23
##### Apple Ecosystem
- [`KT-65542`](https://youtrack.jetbrains.com/issue/KT-65542) Cinterop tasks fails if Xcode 15.3 is used
##### Backend. Wasm
- [`KT-64486`](https://youtrack.jetbrains.com/issue/KT-64486) Kotlin/Wasm/WASI exported function callback for coroutines support
##### Compiler
- [`KT-53478`](https://youtrack.jetbrains.com/issue/KT-53478) Could not load module
- [`KT-66044`](https://youtrack.jetbrains.com/issue/KT-66044) JDK's new API is used over Kotlin's SDK functions
- [`KT-64640`](https://youtrack.jetbrains.com/issue/KT-64640) Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
- [`KT-65441`](https://youtrack.jetbrains.com/issue/KT-65441) K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
- [`KT-65634`](https://youtrack.jetbrains.com/issue/KT-65634) K/N: data race during monolithic cache creation
- [`KT-53109`](https://youtrack.jetbrains.com/issue/KT-53109) CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
- [`KT-52757`](https://youtrack.jetbrains.com/issue/KT-52757) Type inference for builders fails if inferred from a function
##### Tools. Gradle
- [`KT-65792`](https://youtrack.jetbrains.com/issue/KT-65792) Add JSON build report
- [`KT-65091`](https://youtrack.jetbrains.com/issue/KT-65091) Update compiler metrics in build reports
- [`KT-62490`](https://youtrack.jetbrains.com/issue/KT-62490) KGP dropping resource directories
##### Tools. Gradle. JS
- [`KT-64119`](https://youtrack.jetbrains.com/issue/KT-64119) K/JS: Migrate package manager from Yarn onto NPM
- [`KT-64561`](https://youtrack.jetbrains.com/issue/KT-64561) K/JS tests are not executed after upgrade to 1.9.22
##### Tools. Gradle. Multiplatform
- [`KT-65954`](https://youtrack.jetbrains.com/issue/KT-65954) commonTest dependencies affect commoMainMetadata compilation
##### Tools. Gradle. Native
- [`KT-64573`](https://youtrack.jetbrains.com/issue/KT-64573) Default value for `produceUnpackedKlib` was not provided
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.23.4
->1.23.6
1.23.4
->1.23.6
0.7.5
->0.7.6
2023.2.1
->2023.3.2
1.17.0
->1.17.3
1.9.22
->1.9.23
Release Notes
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-formatting)
### [`v1.23.6`](https://togithub.com/detekt/detekt/releases/tag/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](https://togithub.com/detekt/detekt/issues/7037) false positive postfix - [#7084](https://togithub.com/detekt/detekt/pull/7084) - Don't allow invalid Source Locations - [#7030](https://togithub.com/detekt/detekt/pull/7030) - UnusedPrivateClass: don't report if private classes are used for type conversion - [#6995](https://togithub.com/detekt/detekt/pull/6995) - RedundantSuspendModifier: do not report when the function has 'actual' modifier - [#6951](https://togithub.com/detekt/detekt/pull/6951) - Update dependency gradle to v8.7 - [#7080](https://togithub.com/detekt/detekt/pull/7080) - Update kotlin monorepo to v1.9.23 - [#7027](https://togithub.com/detekt/detekt/pull/7027) - Update dependency gradle to v8.6 - [#6939](https://togithub.com/detekt/detekt/pull/6939) - Update dependency com.android.tools.build:gradle to v8.3.1 - [#7070](https://togithub.com/detekt/detekt/pull/7070) ##### Contributors We would like to thank the following contributors that made this release possible: [@BraisGabin](https://togithub.com/BraisGabin), [@psuzn](https://togithub.com/psuzn), [@t-kameyama](https://togithub.com/t-kameyama). ### [`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)Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
### [`v0.7.6`](https://togithub.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#076--2024-02-16) \=================== #### Kover Gradle Plugin ##### Features - [`527`](https://togithub.com/Kotlin/kotlinx-kover/issues/527) Added the ability to specify a header for an XML report ##### Bugfixes - [`510`](https://togithub.com/Kotlin/kotlinx-kover/issues/510) Fixed `Stream closed` error when generating Kover HTML report - [`513`](https://togithub.com/Kotlin/kotlinx-kover/issues/513) Fixed breaking configuration cache - [`517`](https://togithub.com/Kotlin/kotlinx-kover/issues/517) Fixed incorrect marking of first function line when parameters with default value are used - [`530`](https://togithub.com/Kotlin/kotlinx-kover/issues/530) Fixed the presence of classes instrumented with Robolectric in Jacoco reports - [`543`](https://togithub.com/Kotlin/kotlinx-kover/issues/543) Fixed package exclusion in reports for JaCoCo #### Kover Offline ##### Features - [`534`](https://togithub.com/Kotlin/kotlinx-kover/issues/534) Created Kover features artifact to invoke the capabilities of Kover programmaticallyJetBrains/kotlin (org.jetbrains.kotlin.jvm)
### [`v1.9.23`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.23): Kotlin 1.9.23 ##### 1.9.23 ##### Apple Ecosystem - [`KT-65542`](https://youtrack.jetbrains.com/issue/KT-65542) Cinterop tasks fails if Xcode 15.3 is used ##### Backend. Wasm - [`KT-64486`](https://youtrack.jetbrains.com/issue/KT-64486) Kotlin/Wasm/WASI exported function callback for coroutines support ##### Compiler - [`KT-53478`](https://youtrack.jetbrains.com/issue/KT-53478) Could not load moduleConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.