Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.gitlab.arturbosch.detekt from 1.23.0 to 1.23.1 #64

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.gitlab.arturbosch.detekt from 1.23.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

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 compatibility score

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 [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
…3.1 (#65)

Bumps
[io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt)
from 1.23.0 to 1.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/detekt/detekt/releases">io.gitlab.arturbosch.detekt:detekt-formatting's
releases</a>.</em></p>
<blockquote>
<h2>v1.23.1</h2>
<h4>1.23.1 - 2023-07-30</h4>
<p>This is a point release for Detekt <code>1.23.0</code>, where we
added support for Kotlin <code>1.9.0</code> and fixed several bugs that
got reported by the community.</p>
<h5>Notable Changes</h5>
<ul>
<li>Bumped Kotlin to v1.9.0 - <a
href="https://redirect.github.com/detekt/detekt/pull/6258">#6258</a></li>
<li>Bumped KtLint to v0.50.0 - <a
href="https://redirect.github.com/detekt/detekt/pull/6239">#6239</a></li>
<li>Updated CLI to reflect Java 20 support - <a
href="https://redirect.github.com/detekt/detekt/pull/6277">#6277</a></li>
</ul>
<h5>Changelog</h5>
<ul>
<li>Add missing jdkHome and languageVersion properties to
DetektCreateBaselineTask - <a
href="https://redirect.github.com/detekt/detekt/pull/6284">#6284</a></li>
<li>Make InvalidRange aware of rangeUntil operator - <a
href="https://redirect.github.com/detekt/detekt/pull/6264">#6264</a></li>
<li>MaxChainedCallsOnSameLine: don't count class references as chained
calls - <a
href="https://redirect.github.com/detekt/detekt/pull/6224">#6224</a></li>
<li>CanBeNonNullable: Fix false positive when property is defined after
assignment - <a
href="https://redirect.github.com/detekt/detekt/pull/6210">#6210</a></li>
<li>Add <code>..&lt;</code> and <code>rangeTo</code> in the
<code>ForEachOnRange</code> rule - <a
href="https://redirect.github.com/detekt/detekt/pull/6197">#6197</a></li>
<li>Don't report <code>UseDataClass</code> if class contains
non-property parameters - <a
href="https://redirect.github.com/detekt/detekt/pull/6173">#6173</a></li>
<li>Allow documenting public fun name when same private variable is
present - <a
href="https://redirect.github.com/detekt/detekt/pull/6165">#6165</a></li>
<li>Find range call using recursion - <a
href="https://redirect.github.com/detekt/detekt/pull/6164">#6164</a></li>
<li>StringShouldBeRawString: Ignore <code>replaceIndent</code> and
<code>prependIndent</code> - <a
href="https://redirect.github.com/detekt/detekt/pull/6154">#6154</a></li>
<li>UnusedPrivateProperty: Fix false postive by ignoring data classes -
<a
href="https://redirect.github.com/detekt/detekt/pull/6151">#6151</a></li>
<li>PropertyUsedBeforeDeclaration: fix false positive in nested/inner
class - <a
href="https://redirect.github.com/detekt/detekt/pull/6139">#6139</a></li>
</ul>
<h5>Dependency Updates</h5>
<ul>
<li>Update dependency gradle to v8.2.1 - <a
href="https://redirect.github.com/detekt/detekt/pull/6274">#6274</a></li>
<li>Switch to SLF4J 2.x - <a
href="https://redirect.github.com/detekt/detekt/pull/6266">#6266</a></li>
<li>Update kotlin monorepo to v1.8.22 - <a
href="https://redirect.github.com/detekt/detekt/pull/6192">#6192</a></li>
</ul>
<h5>Contributors</h5>
<p>We would like to thank the following contributors that made this
release possible: <a
href="https://github.com/3flex"><code>@​3flex</code></a>, <a
href="https://github.com/Goooler"><code>@​Goooler</code></a>, <a
href="https://github.com/Hexcles"><code>@​Hexcles</code></a>, <a
href="https://github.com/PoisonedYouth"><code>@​PoisonedYouth</code></a>,
<a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a>,
<a
href="https://github.com/VirtualParticle"><code>@​VirtualParticle</code></a>,
<a href="https://github.com/atulgpt"><code>@​atulgpt</code></a>, <a
href="https://github.com/cortinico"><code>@​cortinico</code></a>, <a
href="https://github.com/dzirbel"><code>@​dzirbel</code></a>, <a
href="https://github.com/eygraber"><code>@​eygraber</code></a>, <a
href="https://github.com/marschwar"><code>@​marschwar</code></a>, <a
href="https://github.com/rmarquis"><code>@​rmarquis</code></a>, <a
href="https://github.com/segunfamisa"><code>@​segunfamisa</code></a>, <a
href="https://github.com/severn-everett"><code>@​severn-everett</code></a>,
<a
href="https://github.com/t-kameyama"><code>@​t-kameyama</code></a></p>
<p><a
href="https://github.com/detekt/detekt/compare/v1.23.0...v1.23.1">See
all commit history here</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/detekt/detekt/commit/c50ed690da3794bf5e5a3bbbe56e15533f7cd0c8"><code>c50ed69</code></a>
Prepare Detekt 1.23.1 (<a
href="https://redirect.github.com/detekt/detekt/issues/6320">#6320</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/fa788ebb962e799774d53da2af33dda3dd6a2f91"><code>fa788eb</code></a>
Deprecate OptionalWhenBraces rule (<a
href="https://redirect.github.com/detekt/detekt/issues/6314">#6314</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/286576319a72786a2464c8c8fe45ecac8ca8c94a"><code>2865763</code></a>
Add missing jdkHome and languageVersion properties to
DetektCreateBaselineTas...</li>
<li><a
href="https://github.com/detekt/detekt/commit/21482e036192b5541b5e1f518518746c3385d716"><code>21482e0</code></a>
Reflect Java 20 support in CLI help output (<a
href="https://redirect.github.com/detekt/detekt/issues/6277">#6277</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/468af4c8e915d112983d0e8e8d6ef92075ca63b5"><code>468af4c</code></a>
Update dependency gradle to v8.2.1 (<a
href="https://redirect.github.com/detekt/detekt/issues/6274">#6274</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/bc249ab79ef991e2004884908ffbc7c9e30e9f59"><code>bc249ab</code></a>
Switch to SLF4J 2.x (<a
href="https://redirect.github.com/detekt/detekt/issues/6266">#6266</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/8687e2a061de9acceb12e3121c6eec6e463e158f"><code>8687e2a</code></a>
Make InvalidRange aware of rangeUntil operator (<a
href="https://redirect.github.com/detekt/detekt/issues/6264">#6264</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/efbcd946c5aadf6d07931d95167349d94c4ad6ad"><code>efbcd94</code></a>
Update kotlin monorepo to v1.9.0 (<a
href="https://redirect.github.com/detekt/detekt/issues/6258">#6258</a>)</li>
<li><a
href="https://github.com/detekt/detekt/commit/7ee3b8a26ab941a7caa63961c11886f0d2e01068"><code>7ee3b8a</code></a>
Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to
v0.50.0 (<a
href="https://redirect.github.com/detekt/detekt/issues/6">#6</a>...</li>
<li><a
href="https://github.com/detekt/detekt/commit/e44a7e87cb99a0865b738b911c120e55287507ee"><code>e44a7e8</code></a>
MaxChainedCallsOnSameLine: don't count class references as chained calls
(<a
href="https://redirect.github.com/detekt/detekt/issues/6224">#6224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/detekt/detekt/compare/v1.23.0...v1.23.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.gitlab.arturbosch.detekt:detekt-formatting&package-manager=gradle&previous-version=1.23.0&new-version=1.23.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by
@Harsh3305.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Harsh3305 Harsh3305 changed the base branch from master to dependabot/gradle/jvm-1.9.0 July 31, 2023 07:11
@Harsh3305 Harsh3305 merged commit b244c1e into dependabot/gradle/jvm-1.9.0 Jul 31, 2023
1 check passed
@Harsh3305 Harsh3305 deleted the dependabot/gradle/io.gitlab.arturbosch.detekt-1.23.1 branch July 31, 2023 07:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant