Bump checkstyle from 10.3.4 to 10.4 #89

Merged
dependabot[bot] merged 2 commits from dependabot/maven/com.puppycrawl.tools-checkstyle-10.4 into main 2022-11-01 08:41:18 +01:00
dependabot[bot] commented 2022-10-31 21:35:19 +01:00 (Migrated from github.com)

Bumps checkstyle from 10.3.4 to 10.4.

Release notes

Sourced from checkstyle's releases.

checkstyle-10.4

Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4

Breaking backward compatibility:

#12101 - Checker.localeLanguage property work strange with system property user.language #12102 - Remove custom cache in Violation.java. It was extra cache for resource bundle cache for messages.

Bug fixes:

#11920 - False Positive: UnusedLocalVariableCheck

Commits
  • 8bb88b7 [maven-release-plugin] prepare release checkstyle-10.4
  • 5f165db doc: releasenotes 10.4
  • 9b4e1a6 minor: Bump release version to 10.4
  • 3bbdf40 Issue #12228: Changes in the overview section applied
  • 0ad54c5 Issue #11747: Migrate codenarc to travis CI
  • 6704023 dependency: bump maven-shade-plugin from 3.4.0 to 3.4.1
  • 716ae3d config: upgrade appveyor maven to 3.8.6
  • 7215503 Issue #12319: validate PR number when commit is for PR
  • e2e9792 Issue #12259: Create CI task to fail PR if merge commit exists
  • 28d8be3 Issue #12311: checker-framework.groovy depends too much on name of repo
  • 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 10.3.4 to 10.4. <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.4</h2> <p>Checkstyle 10.4 - <a href="https://checkstyle.org/releasenotes.html#Release_10.4">https://checkstyle.org/releasenotes.html#Release_10.4</a></p> <p>Breaking backward compatibility:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12101">#12101</a> - Checker.localeLanguage property work strange with system property user.language <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12102">#12102</a> - Remove custom cache in Violation.java. It was extra cache for resource bundle cache for messages.</p> <p>Bug fixes:</p> <p><a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11920">#11920</a> - False Positive: UnusedLocalVariableCheck</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/8bb88b783cdf1ebbdbfdc759e2ec7eeb3ec5b89b"><code>8bb88b7</code></a> [maven-release-plugin] prepare release checkstyle-10.4</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/5f165db1cee1cdb2d9ce47adbb68626e77689b3c"><code>5f165db</code></a> doc: releasenotes 10.4</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9b4e1a6eec674ca1108f6aaa64f3616532718c98"><code>9b4e1a6</code></a> minor: Bump release version to 10.4</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3bbdf40e924ed16fca6f8f28a6594e6a1631af6d"><code>3bbdf40</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12228">#12228</a>: Changes in the overview section applied</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/0ad54c544eaf1b1f88ff1db89f6cf993cbd9ee51"><code>0ad54c5</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11747">#11747</a>: Migrate codenarc to travis CI</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6704023d02b89502459e4325ba331017a1e12d65"><code>6704023</code></a> dependency: bump maven-shade-plugin from 3.4.0 to 3.4.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/716ae3d1c76f44e53e256bac67cb531fcd4fa850"><code>716ae3d</code></a> config: upgrade appveyor maven to 3.8.6</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/7215503167e1254d0b06c8396256959cdef62418"><code>7215503</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12319">#12319</a>: validate PR number when commit is for PR</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e2e9792fb860fc26325a1ceae5142ccc245aefa0"><code>e2e9792</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12259">#12259</a>: Create CI task to fail PR if merge commit exists</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/28d8be3b13d960dbdd528c9ff40234a1c7e28da1"><code>28d8be3</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12311">#12311</a>: checker-framework.groovy depends too much on name of repo</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.4...checkstyle-10.4">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=10.3.4&new-version=10.4)](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>
sschnabe (Migrated from github.com) reviewed 2022-10-31 21:35:19 +01:00
rpahli (Migrated from github.com) reviewed 2022-10-31 21:35:19 +01:00
fabian-schlegel (Migrated from github.com) reviewed 2022-10-31 21:35:19 +01:00
kokuwaio-bot (Migrated from github.com) approved these changes 2022-10-31 21:35:33 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#89
No description provided.