Skip to content

chore(deps): bump detekt from 2.0.0-alpha.5 to 2.0.0-alpha.6 - #136

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/detekt-2.0.0-alpha.6
Open

chore(deps): bump detekt from 2.0.0-alpha.5 to 2.0.0-alpha.6#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/detekt-2.0.0-alpha.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps detekt from 2.0.0-alpha.5 to 2.0.0-alpha.6.
Updates dev.detekt:detekt-rules-ktlint-wrapper from 2.0.0-alpha.5 to 2.0.0-alpha.6

Release notes

Sourced from dev.detekt:detekt-rules-ktlint-wrapper's releases.

v2.0.0-alpha.6

2.0.0-alpha.6 - 2026-08-04

This is an alpha release of Detekt 2.0.0. It's built against Kotlin 2.4.10, Gradle 9.6.1, AGP 9.3.1 and is tested against JDK 25.

Notable Changes

  • detekt-rules-ktlint-wrapper now targets JVM 17, in preparation for the next ktlint major release which requires JVM 17+, the rest of detekt still targets JVM 8+ - #9453

Changelog

  • feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface - #9557
  • docs: drop stale Android compile classpath warning note - #9550
  • Recommend to use Locale.ROOT instead of Locale.US - #9532
  • Recognize params swallowed by KDoc lexer in OutdatedDocumentation - #9529
  • Fix UnusedPrivateProperty false negative for constructor properties - #9491
  • Fix MissingSuperCall false positive when annotation is in grandparent - #9469
  • Fix UseDataClass false positive for properties with a custom accessor - #9462
  • Fix a potential bug on Config.getListOrDefault - #9461
  • Fix UnusedPrivateFunction false positive for overloaded private extension functions with a Java (or generated) receiver type - #9450
  • Fix CanBeNonNullable false negative on local variables - #9432
  • Fix CognitiveComplexMethod false positive for object literal methods - #9431
  • Fix ReturnCount/ThrowsCount false positive where a guard clause following a local variable declaration was still counted (with excludeGuardClauses enabled) - #9424
  • Extend PropertyUsedBeforeDeclaration to follow private init calls - #9334
  • Add configuration ignoredFullyQualifiedNames to UnnecessaryFullyQualifiedName rule - #9301
  • Expose multiline parameter in ClassSignature - #9084

Dependency Updates

  • Update agp to v9.3.1 - #9538
  • Update kotlin monorepo to v2.4.10 - #9518
  • Update Gradle to v9.6.1 - #9444
  • Update Gradle to v9.6.0 - #9420

Housekeeping & Refactorings

  • Reduce scope of @Suppress("UNCHECKED_CAST") - #9459
  • Remove irrelevant test for YamlConfig - #9457
  • fix: handle trailing commas in @​Configuration annotation parsing in JS generator - #9447
  • Production code should not depend on fixtures - #9439

Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​ChristophyBarth, @​FilippoVigani, @​Phoenix1808, @​ShubhamWorks02, @​cortinico, @​e5l, @​eyupcanakman, @​iuryeng, @​loganrosen, @​marpalat, @​roian6, @​sahilpatel2521, @​tonytonycoder11

See all issues at: 2.0.0

Commits
  • 401c64b Update github/codeql-action digest to 5595cca (#9569)
  • 7d92d70 Migrate to the OSS Community Develocity Instance (#9549)
  • 7212708 Update gradle/actions digest to 9c97196 (#9568)
  • 529f2ba Update github/codeql-action digest to d1ba80a (#9567)
  • 6df1cf1 feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface (#...
  • 6fa04a6 Update actions/setup-java digest to b6effb0 (#9560)
  • d744c2f Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.8.0 (#9561)
  • 688c42b Update github/codeql-action digest to f205ea1 (#9559)
  • a2f4740 fix(doc): remove mention of fixed issue (#9556)
  • 1ac699e Fix UnusedPrivateProperty false negative (#9491)
  • Additional commits viewable in compare view

Updates dev.detekt from 2.0.0-alpha.5 to 2.0.0-alpha.6

Release notes

Sourced from dev.detekt's releases.

v2.0.0-alpha.6

2.0.0-alpha.6 - 2026-08-04

This is an alpha release of Detekt 2.0.0. It's built against Kotlin 2.4.10, Gradle 9.6.1, AGP 9.3.1 and is tested against JDK 25.

Notable Changes

  • detekt-rules-ktlint-wrapper now targets JVM 17, in preparation for the next ktlint major release which requires JVM 17+, the rest of detekt still targets JVM 8+ - #9453

Changelog

  • feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface - #9557
  • docs: drop stale Android compile classpath warning note - #9550
  • Recommend to use Locale.ROOT instead of Locale.US - #9532
  • Recognize params swallowed by KDoc lexer in OutdatedDocumentation - #9529
  • Fix UnusedPrivateProperty false negative for constructor properties - #9491
  • Fix MissingSuperCall false positive when annotation is in grandparent - #9469
  • Fix UseDataClass false positive for properties with a custom accessor - #9462
  • Fix a potential bug on Config.getListOrDefault - #9461
  • Fix UnusedPrivateFunction false positive for overloaded private extension functions with a Java (or generated) receiver type - #9450
  • Fix CanBeNonNullable false negative on local variables - #9432
  • Fix CognitiveComplexMethod false positive for object literal methods - #9431
  • Fix ReturnCount/ThrowsCount false positive where a guard clause following a local variable declaration was still counted (with excludeGuardClauses enabled) - #9424
  • Extend PropertyUsedBeforeDeclaration to follow private init calls - #9334
  • Add configuration ignoredFullyQualifiedNames to UnnecessaryFullyQualifiedName rule - #9301
  • Expose multiline parameter in ClassSignature - #9084

Dependency Updates

  • Update agp to v9.3.1 - #9538
  • Update kotlin monorepo to v2.4.10 - #9518
  • Update Gradle to v9.6.1 - #9444
  • Update Gradle to v9.6.0 - #9420

Housekeeping & Refactorings

  • Reduce scope of @Suppress("UNCHECKED_CAST") - #9459
  • Remove irrelevant test for YamlConfig - #9457
  • fix: handle trailing commas in @​Configuration annotation parsing in JS generator - #9447
  • Production code should not depend on fixtures - #9439

Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​ChristophyBarth, @​FilippoVigani, @​Phoenix1808, @​ShubhamWorks02, @​cortinico, @​e5l, @​eyupcanakman, @​iuryeng, @​loganrosen, @​marpalat, @​roian6, @​sahilpatel2521, @​tonytonycoder11

See all issues at: 2.0.0

Commits
  • 401c64b Update github/codeql-action digest to 5595cca (#9569)
  • 7d92d70 Migrate to the OSS Community Develocity Instance (#9549)
  • 7212708 Update gradle/actions digest to 9c97196 (#9568)
  • 529f2ba Update github/codeql-action digest to d1ba80a (#9567)
  • 6df1cf1 feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface (#...
  • 6fa04a6 Update actions/setup-java digest to b6effb0 (#9560)
  • d744c2f Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.8.0 (#9561)
  • 688c42b Update github/codeql-action digest to f205ea1 (#9559)
  • a2f4740 fix(doc): remove mention of fixed issue (#9556)
  • 1ac699e Fix UnusedPrivateProperty false negative (#9491)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `detekt` from 2.0.0-alpha.5 to 2.0.0-alpha.6.

Updates `dev.detekt:detekt-rules-ktlint-wrapper` from 2.0.0-alpha.5 to 2.0.0-alpha.6
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v2.0.0-alpha.5...v2.0.0-alpha.6)

Updates `dev.detekt` from 2.0.0-alpha.5 to 2.0.0-alpha.6
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v2.0.0-alpha.5...v2.0.0-alpha.6)

---
updated-dependencies:
- dependency-name: dev.detekt:detekt-rules-ktlint-wrapper
  dependency-version: 2.0.0-alpha.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dev.detekt
  dependency-version: 2.0.0-alpha.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.2.0
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants