Skip to content

Commit

Permalink
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-forma…
Browse files Browse the repository at this point in the history
…tting to v1.23.4 (#2257)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.gitlab.arturbosch.detekt:detekt-formatting](https://detekt.dev)
([source](https://togithub.com/detekt/detekt)) | `1.23.3` -> `1.23.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.gitlab.arturbosch.detekt:detekt-formatting/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>detekt/detekt
(io.gitlab.arturbosch.detekt:detekt-formatting)</summary>

### [`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 -
[#&#8203;6642](https://togithub.com/detekt/detekt/pull/6642)
- fix(deps): update kotlin monorepo to v1.9.20 -
[#&#8203;6572](https://togithub.com/detekt/detekt/pull/6572)

##### Changelog

- Update the ruleset regex to allow numbers -
[#&#8203;6635](https://togithub.com/detekt/detekt/pull/6635)
- Show deprecation message -
[#&#8203;6614](https://togithub.com/detekt/detekt/pull/6614)
- Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest -
[#&#8203;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 -
[#&#8203;6605](https://togithub.com/detekt/detekt/pull/6605)
- Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin
1.9.20 - [#&#8203;6590](https://togithub.com/detekt/detekt/pull/6590)
- MethodSignature - Add the condition of receiver should be null -
[#&#8203;6570](https://togithub.com/detekt/detekt/pull/6570)
- Remove check for deprectated functions toUpperCase and toLowerCase -
[#&#8203;6548](https://togithub.com/detekt/detekt/pull/6548)
- Fixes false positive of trailing whitespaces in kdoc -
[#&#8203;6370](https://togithub.com/detekt/detekt/pull/6370)

##### Dependency Updates

- Update tested AGP version to 8.1.3 -
[#&#8203;6610](https://togithub.com/detekt/detekt/pull/6610)
- Switch to kctfork for Kotlin compilation testing -
[#&#8203;6589](https://togithub.com/detekt/detekt/pull/6589)

##### Contributors

We would like to thank the following contributors that made this release
possible: [@&#8203;3flex](https://togithub.com/3flex),
[@&#8203;BraisGabin](https://togithub.com/BraisGabin),
[@&#8203;Gosunet](https://togithub.com/Gosunet),
[@&#8203;atulgpt](https://togithub.com/atulgpt),
[@&#8203;t-kameyama](https://togithub.com/t-kameyama)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent 3ee353d commit 4dc75f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
mavenCentral()
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.3")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
implementation("com.squareup.moshi:moshi:1.15.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit 4dc75f1

Please sign in to comment.