Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

build(deps): Bump detekt from 1.22.0 to 1.23.1 #160

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps detekt from 1.22.0 to 1.23.1.
Updates io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.22.0 to 1.23.1

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-gradle-plugin's releases.

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
  • Bumped KtLint to v0.50.0 - #6239
  • Updated CLI to reflect Java 20 support - #6277
Changelog
  • Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask - #6284
  • Make InvalidRange aware of rangeUntil operator - #6264
  • MaxChainedCallsOnSameLine: don't count class references as chained calls - #6224
  • CanBeNonNullable: Fix false positive when property is defined after assignment - #6210
  • Add ..< and rangeTo in the ForEachOnRange rule - #6197
  • Don't report UseDataClass if class contains non-property parameters - #6173
  • Allow documenting public fun name when same private variable is present - #6165
  • Find range call using recursion - #6164
  • StringShouldBeRawString: Ignore replaceIndent and prependIndent - #6154
  • UnusedPrivateProperty: Fix false postive by ignoring data classes - #6151
  • PropertyUsedBeforeDeclaration: fix false positive in nested/inner class - #6139
Dependency Updates
  • Update dependency gradle to v8.2.1 - #6274
  • Switch to SLF4J 2.x - #6266
  • Update kotlin monorepo to v1.8.22 - #6192
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​Goooler, @​Hexcles, @​PoisonedYouth, @​TWiStErRob, @​VirtualParticle, @​atulgpt, @​cortinico, @​dzirbel, @​eygraber, @​marschwar, @​rmarquis, @​segunfamisa, @​severn-everett, @​t-kameyama

See all commit history here

v1.23.0

We're so proud to announce the next upcoming stable release of detekt: 1.23.0 🚀 This release is coming with 25 new rules and much more.

We moved the detekt-compiler-plugin to the main repo, and you can now use it in your builds following the official documentation.

This release also marks the beginning of development of 2.x from the main branch! You can follow the progress here

We want to take the opportunity to thank our Sponsors and our Contributors for testing, bug reporting and helping us release this new version of Detekt. You're more than welcome to join our community on the #detekt channel on KotlinLang's Slack (you can get an invite here).

Notable Changes

... (truncated)

Commits
  • c50ed69 Prepare Detekt 1.23.1 (#6320)
  • fa788eb Deprecate OptionalWhenBraces rule (#6314)
  • 2865763 Add missing jdkHome and languageVersion properties to DetektCreateBaselineTas...
  • 21482e0 Reflect Java 20 support in CLI help output (#6277)
  • 468af4c Update dependency gradle to v8.2.1 (#6274)
  • bc249ab Switch to SLF4J 2.x (#6266)
  • 8687e2a Make InvalidRange aware of rangeUntil operator (#6264)
  • efbcd94 Update kotlin monorepo to v1.9.0 (#6258)
  • 7ee3b8a Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0 (#6...
  • e44a7e8 MaxChainedCallsOnSameLine: don't count class references as chained calls (#6224)
  • Additional commits viewable in compare view

Updates io.gitlab.arturbosch.detekt:detekt-formatting from 1.22.0 to 1.23.1

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-formatting's releases.

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
  • Bumped KtLint to v0.50.0 - #6239
  • Updated CLI to reflect Java 20 support - #6277
Changelog
  • Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask - #6284
  • Make InvalidRange aware of rangeUntil operator - #6264
  • MaxChainedCallsOnSameLine: don't count class references as chained calls - #6224
  • CanBeNonNullable: Fix false positive when property is defined after assignment - #6210
  • Add ..< and rangeTo in the ForEachOnRange rule - #6197
  • Don't report UseDataClass if class contains non-property parameters - #6173
  • Allow documenting public fun name when same private variable is present - #6165
  • Find range call using recursion - #6164
  • StringShouldBeRawString: Ignore replaceIndent and prependIndent - #6154
  • UnusedPrivateProperty: Fix false postive by ignoring data classes - #6151
  • PropertyUsedBeforeDeclaration: fix false positive in nested/inner class - #6139
Dependency Updates
  • Update dependency gradle to v8.2.1 - #6274
  • Switch to SLF4J 2.x - #6266
  • Update kotlin monorepo to v1.8.22 - #6192
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​Goooler, @​Hexcles, @​PoisonedYouth, @​TWiStErRob, @​VirtualParticle, @​atulgpt, @​cortinico, @​dzirbel, @​eygraber, @​marschwar, @​rmarquis, @​segunfamisa, @​severn-everett, @​t-kameyama

See all commit history here

v1.23.0

We're so proud to announce the next upcoming stable release of detekt: 1.23.0 🚀 This release is coming with 25 new rules and much more.

We moved the detekt-compiler-plugin to the main repo, and you can now use it in your builds following the official documentation.

This release also marks the beginning of development of 2.x from the main branch! You can follow the progress here

We want to take the opportunity to thank our Sponsors and our Contributors for testing, bug reporting and helping us release this new version of Detekt. You're more than welcome to join our community on the #detekt channel on KotlinLang's Slack (you can get an invite here).

Notable Changes

... (truncated)

Commits
  • c50ed69 Prepare Detekt 1.23.1 (#6320)
  • fa788eb Deprecate OptionalWhenBraces rule (#6314)
  • 2865763 Add missing jdkHome and languageVersion properties to DetektCreateBaselineTas...
  • 21482e0 Reflect Java 20 support in CLI help output (#6277)
  • 468af4c Update dependency gradle to v8.2.1 (#6274)
  • bc249ab Switch to SLF4J 2.x (#6266)
  • 8687e2a Make InvalidRange aware of rangeUntil operator (#6264)
  • efbcd94 Update kotlin monorepo to v1.9.0 (#6258)
  • 7ee3b8a Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0 (#6...
  • e44a7e8 MaxChainedCallsOnSameLine: don't count class references as chained calls (#6224)
  • Additional commits viewable in compare view

Updates io.gitlab.arturbosch.detekt from 1.22.0 to 1.23.1

Release notes

Sourced from io.gitlab.arturbosch.detekt's releases.

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
  • Bumped KtLint to v0.50.0 - #6239
  • Updated CLI to reflect Java 20 support - #6277
Changelog
  • Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask - #6284
  • Make InvalidRange aware of rangeUntil operator - #6264
  • MaxChainedCallsOnSameLine: don't count class references as chained calls - #6224
  • CanBeNonNullable: Fix false positive when property is defined after assignment - #6210
  • Add ..< and rangeTo in the ForEachOnRange rule - #6197
  • Don't report UseDataClass if class contains non-property parameters - #6173
  • Allow documenting public fun name when same private variable is present - #6165
  • Find range call using recursion - #6164
  • StringShouldBeRawString: Ignore replaceIndent and prependIndent - #6154
  • UnusedPrivateProperty: Fix false postive by ignoring data classes - #6151
  • PropertyUsedBeforeDeclaration: fix false positive in nested/inner class - #6139
Dependency Updates
  • Update dependency gradle to v8.2.1 - #6274
  • Switch to SLF4J 2.x - #6266
  • Update kotlin monorepo to v1.8.22 - #6192
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​Goooler, @​Hexcles, @​PoisonedYouth, @​TWiStErRob, @​VirtualParticle, @​atulgpt, @​cortinico, @​dzirbel, @​eygraber, @​marschwar, @​rmarquis, @​segunfamisa, @​severn-everett, @​t-kameyama

See all commit history here

v1.23.0

We're so proud to announce the next upcoming stable release of detekt: 1.23.0 🚀 This release is coming with 25 new rules and much more.

We moved the detekt-compiler-plugin to the main repo, and you can now use it in your builds following the official documentation.

This release also marks the beginning of development of 2.x from the main branch! You can follow the progress here

We want to take the opportunity to thank our Sponsors and our Contributors for testing, bug reporting and helping us release this new version of Detekt. You're more than welcome to join our community on the #detekt channel on KotlinLang's Slack (you can get an invite here).

Notable Changes

... (truncated)

Commits
  • c50ed69 Prepare Detekt 1.23.1 (#6320)
  • fa788eb Deprecate OptionalWhenBraces rule (#6314)
  • 2865763 Add missing jdkHome and languageVersion properties to DetektCreateBaselineTas...
  • 21482e0 Reflect Java 20 support in CLI help output (#6277)
  • 468af4c Update dependency gradle to v8.2.1 (#6274)
  • bc249ab Switch to SLF4J 2.x (#6266)
  • 8687e2a Make InvalidRange aware of rangeUntil operator (#6264)
  • efbcd94 Update kotlin monorepo to v1.9.0 (#6258)
  • 7ee3b8a Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v0.50.0 (#6...
  • e44a7e8 MaxChainedCallsOnSameLine: don't count class references as chained calls (#6224)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 1.22.0 to 1.23.1.

Updates `io.gitlab.arturbosch.detekt:detekt-gradle-plugin` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.22.0...v1.23.1)

Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.22.0...v1.23.1)

Updates `io.gitlab.arturbosch.detekt` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.22.0...v1.23.1)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

The following labels could not be found: Dependencies Updates (Bot).

@dependabot dependabot bot requested a review from ParaskP7 July 31, 2023 19:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants