You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/09/02 12:14:57 UTC

[GitHub] [commons-collections] dependabot[bot] opened a new pull request #248: Bump checkstyle from 8.45.1 to 9.0

dependabot[bot] opened a new pull request #248:
URL: https://github.com/apache/commons-collections/pull/248


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.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-9.0</h2>
   <p><a href="https://checkstyle.org/releasenotes.html#Release_9.0">https://checkstyle.org/releasenotes.html#Release_9.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/76546b60c2a4ecbd98f714f478dc263da312f27e"><code>76546b6</code></a> [maven-release-plugin] prepare release checkstyle-9.0</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/47c73246d187a1effddfe8baaed217232727c266"><code>47c7324</code></a> doc: relasenotes 9.0</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/378a8688a969789b9d8d10245663a79677aea07f"><code>378a868</code></a> dependency: bump pmd.version from 6.37.0 to 6.38.0</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/f4b0113be9333d4b43c594dd56756432990819ff"><code>f4b0113</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10745">#10745</a>: Removed hardcoded configs in test methods</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/c74d3bbf4d42bcbed7933109a15f11706be488e4"><code>c74d3bb</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10745">#10745</a>: Add inline config support for tests with multiple modules</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/71f7cedba49c2ddc64b8ba170ce62c32b9805f54"><code>71f7ced</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10745">#10745</a>: Added functionality for module parent</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/7c5900dcf981c727e0bb8c1d6dfb86f30fd05424"><code>7c5900d</code></a> infra: disable pitest pitest-report-java-ast-visitor until <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10755">#10755</a></li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/a81510a192c579996559c2ff77be191bf62c16b9"><code>a81510a</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10751">#10751</a>: use forbidden api annotation for specific suppression</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/87a853309bd81a1bf28d98c1bc34ff66fc937b0a"><code>87a8533</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10745">#10745</a>: Added new TestInputConfiguration to hold child modules and viol...</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/1891eec4f9cba1fc960b1a775e3345a2abdfae52"><code>1891eec</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10745">#10745</a>: Renamed TestInputConfiguration to ModuleInputConfiguration</li>
   <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.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=9.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-collections] kinow merged pull request #248: Bump checkstyle from 8.45.1 to 9.0

Posted by GitBox <gi...@apache.org>.
kinow merged pull request #248:
URL: https://github.com/apache/commons-collections/pull/248


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-collections] coveralls commented on pull request #248: Bump checkstyle from 8.45.1 to 9.0

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #248:
URL: https://github.com/apache/commons-collections/pull/248#issuecomment-911884069


   
   [![Coverage Status](https://coveralls.io/builds/42617962/badge)](https://coveralls.io/builds/42617962)
   
   Coverage remained the same at 90.143% when pulling **8f29386c9f5e3d9b5bed975ad430a673270f5df8 on dependabot/maven/com.puppycrawl.tools-checkstyle-9.0** into **6328258a29ecd9f838ba1b17cbc5c6c8ffef71a3 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org