Bump checkstyle from 8.45.1 to 10.6.0 #80

Merged
dependabot[bot] merged 1 commit from dependabot/maven/com.puppycrawl.tools-checkstyle-10.6.0 into main 2025-05-04 13:21:16 -04:00
dependabot[bot] commented 2023-01-02 13:03:51 -05:00 (Migrated from github.com)

Bumps checkstyle from 8.45.1 to 10.6.0.

Release notes

Sourced from checkstyle's releases.

checkstyle-10.6.0

Checkstyle 10.6.0 - https://checkstyle.org/releasenotes.html#Release_10.6.0

Breaking backward compatibility:

#12520 - Simplify JavadocStyleCheck: remove functionality for missing package-info Javadoc

Bug fixes:

#12409 - Inconsistent allowedAbbreviations when a method contains an underscore #12486 - NoWhitespaceAfter false positive on synchronized method #11807 - Null pointer exception with records in RequireThisCheck

checkstyle-10.5.0

Checkstyle 10.5.0 - https://checkstyle.org/releasenotes.html#Release_10.5.0

New:

#11644 - Allow 3rd party Check providers to group modules under custom parent module

Bug fixes:

#12443 - checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from IllegalType rule #12345 - False positive in NoWhiteSpaceAfter #12291 - EmptyForInitializerPad: ArrayIndexOutOfBoundsException

... (truncated)

Commits
  • 233c91b [maven-release-plugin] prepare release checkstyle-10.6.0
  • c982461 config: maven has problems to push, moving push to action level
  • 2826b1b config: git push commands need write permission in actions
  • 311a1b7 config: skip pgp sign plugin during release:prepare as we do not sign commits
  • 04347b1 doc: release notes for 10.6.0
  • d12ffc7 Issue #12409: Inconsistentency In Allowed Abbreviations
  • a5be3cf minor: Bump version to 10.6.0-SNAPSHOT
  • ebb46cb Issue #12520: removes missing package-info Javadoc check in JavadocStyle
  • 475063f supplemental: Forbid usage of @​BeforeAll in tests
  • 069905a config: upgrade sevntu to 1.44.1
  • 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 [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 10.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-10.6.0</h2> <p>Checkstyle 10.6.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.6.0">https://checkstyle.org/releasenotes.html#Release_10.6.0</a></p> <p>Breaking backward compatibility:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12520">#12520</a> - Simplify JavadocStyleCheck: remove functionality for missing package-info Javadoc</p> <p>Bug fixes:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12409">#12409</a> - Inconsistent allowedAbbreviations when a method contains an underscore <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12486">#12486</a> - NoWhitespaceAfter false positive on synchronized method <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11807">#11807</a> - Null pointer exception with records in RequireThisCheck</p> <!-- raw HTML omitted --> <h2>checkstyle-10.5.0</h2> <p>Checkstyle 10.5.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.5.0">https://checkstyle.org/releasenotes.html#Release_10.5.0</a></p> <p>New:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11644">#11644</a> - Allow 3rd party Check providers to group modules under custom parent module</p> <p>Bug fixes:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12443">#12443</a> - checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from IllegalType rule <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12345">#12345</a> - False positive in NoWhiteSpaceAfter <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12291">#12291</a> - EmptyForInitializerPad: ArrayIndexOutOfBoundsException</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/233c91be45abc1ddf67c1df7bc8f9f8ab64caa1c"><code>233c91b</code></a> [maven-release-plugin] prepare release checkstyle-10.6.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/c9824616f9d4a36fc28e4ca74dc0a84f1abc1846"><code>c982461</code></a> config: maven has problems to push, moving push to action level</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/2826b1b187a0f6319cd5d82d9ab8dd080569cc27"><code>2826b1b</code></a> config: git push commands need write permission in actions</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/311a1b73a1b1dd78d8239c67afae3b9dcaebcdc3"><code>311a1b7</code></a> config: skip pgp sign plugin during release:prepare as we do not sign commits</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/04347b174250df76be234dc59089816f1419979c"><code>04347b1</code></a> doc: release notes for 10.6.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/d12ffc7ea53674a661c2702908b7242a1c442466"><code>d12ffc7</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12409">#12409</a>: Inconsistentency In Allowed Abbreviations</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/a5be3cff4896c82d35fc556ed684dbeb8ceaddc7"><code>a5be3cf</code></a> minor: Bump version to 10.6.0-SNAPSHOT</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ebb46cba359037bddca15bf7b8b6264463920f3a"><code>ebb46cb</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12520">#12520</a>: removes missing package-info Javadoc check in JavadocStyle</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/475063f103bf321184a76179bfdd34f4be9f39ed"><code>475063f</code></a> supplemental: Forbid usage of <a href="https://github.com/BeforeAll"><code>@​BeforeAll</code></a> in tests</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/069905ab1bdd6a866a6b2c1090c192e82e83100c"><code>069905a</code></a> config: upgrade sevntu to 1.44.1</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-10.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=8.45.1&new-version=10.6.0)](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-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>
simcop2387 merged commit 95288b5d6b into main 2025-05-04 13:21:16 -04:00
Sign in to join this conversation.
No description provided.