Skip to content

Commit

Permalink
Update detekt to v1.23.1 (#498)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.gitlab.arturbosch.detekt](https://detekt.dev)
([source](https://togithub.com/detekt/detekt)) | plugin | patch |
`1.23.0` -> `1.23.1` |
|
[io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://detekt.github.io/detekt)
([source](https://togithub.com/detekt/detekt)) | dependencies | patch |
`1.23.0` -> `1.23.1` |
|
[io.gitlab.arturbosch.detekt:detekt-core](https://detekt.github.io/detekt)
([source](https://togithub.com/detekt/detekt)) | dependencies | patch |
`1.23.0` -> `1.23.1` |

---

### Release Notes

<details>
<summary>detekt/detekt</summary>

### [`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 -
[#&#8203;6258](https://togithub.com/detekt/detekt/pull/6258)
- Bumped KtLint to v0.50.0 -
[#&#8203;6239](https://togithub.com/detekt/detekt/pull/6239)
- Updated CLI to reflect Java 20 support -
[#&#8203;6277](https://togithub.com/detekt/detekt/pull/6277)

##### Changelog

- Add missing jdkHome and languageVersion properties to
DetektCreateBaselineTask -
[#&#8203;6284](https://togithub.com/detekt/detekt/pull/6284)
- Make InvalidRange aware of rangeUntil operator -
[#&#8203;6264](https://togithub.com/detekt/detekt/pull/6264)
- MaxChainedCallsOnSameLine: don't count class references as chained
calls - [#&#8203;6224](https://togithub.com/detekt/detekt/pull/6224)
- CanBeNonNullable: Fix false positive when property is defined after
assignment -
[#&#8203;6210](https://togithub.com/detekt/detekt/pull/6210)
- Add `..<` and `rangeTo` in the `ForEachOnRange` rule -
[#&#8203;6197](https://togithub.com/detekt/detekt/pull/6197)
- Don't report `UseDataClass` if class contains non-property parameters
- [#&#8203;6173](https://togithub.com/detekt/detekt/pull/6173)
- Allow documenting public fun name when same private variable is
present - [#&#8203;6165](https://togithub.com/detekt/detekt/pull/6165)
- Find range call using recursion -
[#&#8203;6164](https://togithub.com/detekt/detekt/pull/6164)
- StringShouldBeRawString: Ignore `replaceIndent` and `prependIndent` -
[#&#8203;6154](https://togithub.com/detekt/detekt/pull/6154)
- UnusedPrivateProperty: Fix false postive by ignoring data classes -
[#&#8203;6151](https://togithub.com/detekt/detekt/pull/6151)
- PropertyUsedBeforeDeclaration: fix false positive in nested/inner
class - [#&#8203;6139](https://togithub.com/detekt/detekt/pull/6139)

##### Dependency Updates

- Update dependency gradle to v8.2.1 -
[#&#8203;6274](https://togithub.com/detekt/detekt/pull/6274)
- Switch to SLF4J 2.x -
[#&#8203;6266](https://togithub.com/detekt/detekt/pull/6266)
- Update kotlin monorepo to v1.8.22 -
[#&#8203;6192](https://togithub.com/detekt/detekt/pull/6192)

##### Contributors

We would like to thank the following contributors that made this release
possible: [@&#8203;3flex](https://togithub.com/3flex),
[@&#8203;Goooler](https://togithub.com/Goooler),
[@&#8203;Hexcles](https://togithub.com/Hexcles),
[@&#8203;PoisonedYouth](https://togithub.com/PoisonedYouth),
[@&#8203;TWiStErRob](https://togithub.com/TWiStErRob),
[@&#8203;VirtualParticle](https://togithub.com/VirtualParticle),
[@&#8203;atulgpt](https://togithub.com/atulgpt),
[@&#8203;cortinico](https://togithub.com/cortinico),
[@&#8203;dzirbel](https://togithub.com/dzirbel),
[@&#8203;eygraber](https://togithub.com/eygraber),
[@&#8203;marschwar](https://togithub.com/marschwar),
[@&#8203;rmarquis](https://togithub.com/rmarquis),
[@&#8203;segunfamisa](https://togithub.com/segunfamisa),
[@&#8203;severn-everett](https://togithub.com/severn-everett),
[@&#8203;t-kameyama](https://togithub.com/t-kameyama)

[See all commit history
here](https://togithub.com/detekt/detekt/compare/v1.23.0...v1.23.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuNiIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC42In0=-->
  • Loading branch information
slack-oss-bot authored Aug 7, 2023
1 parent 0389dad commit 6a7d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ anvil = "2.4.6"
bugsnagGradle = "8.0.1"
compose-jb = "1.4.3"
dependencyAnalysisPlugin = "1.20.0"
detekt = "1.23.0"
detekt = "1.23.1"
dokka = "1.8.20"
errorproneGradle = "3.0.1"
jdk = "20"
Expand Down

0 comments on commit 6a7d9a6

Please sign in to comment.