Closed
Conversation
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.2 to 10.3. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.2...checkstyle-10.3) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9608518 to
bcdc634
Compare
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Member
|
Thank you, @williamhyun . I set the milestone, v1.9.0. |
dongjoon-hyun
pushed a commit
that referenced
this pull request
Jul 7, 2022
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.2 to 10.3. <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.3</h2> <p><a href="https://checkstyle.org/releasenotes.html#Release_10.3">https://checkstyle.org/releasenotes.html#Release_10.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/a6ee9b43d012c1d6476148974cdb1be7fc27c313"><code>a6ee9b4</code></a> [maven-release-plugin] prepare release checkstyle-10.3</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9e1c669e6942a66727635b7bb239a3ddca6bd86f"><code>9e1c669</code></a> doc: release notes 10.3</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/cddf6a5745a2b8c9c4bfa0186cfff418ca281dcf"><code>cddf6a5</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11666">#11666</a>: Added LITERAL_CASE support for WhitespaceAfter check</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3ca6f75b82b16e6c4a5a73a4387227deb0c5ff13"><code>3ca6f75</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11564">#11564</a>: Wercker service will be shutdown on October 31st, 2022</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/51408f83b03311e2c4a86cb28410d4bd7b3388be"><code>51408f8</code></a> dependency: bump mockito-inline from 4.5.1 to 4.6.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/45c8df0a9cc64309be470d1ba31d6cfe6ba9069c"><code>45c8df0</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11460">#11460</a>: Fixed the default behavior of SuppressoinXpathSingleFilter</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b9e8362e9a58f80a6933d701f4a00c33b91bbc0a"><code>b9e8362</code></a> dependency: bump junit-pioneer from 1.7.0 to 1.7.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/962865b042cd56532fcdb28a6b7124aeb98821d7"><code>962865b</code></a> minor: Use -n instead of ! -z</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/14667989a7f7e0365aba835d0acef5aec58eef65"><code>1466798</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11637">#11637</a>: Used Shellcheck to resolve SC2236 in Shell Script</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/1f818582e13da540bef1e0cea01d2848661c183d"><code>1f81858</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11662">#11662</a>: Fixed NoSuchFileException during maven-compiler-plugin:3.10.1:t...</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.2...checkstyle-10.3">compare view</a></li> </ul> </details> <br /> [](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> Closes #1146 from dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.3. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: William Hyun <william@apache.org> (cherry picked from commit a245a1d) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
|
I backported this to branch-1.8 as a part of Apache ORC 1.8.0 preparation. |
cxzl25
pushed a commit
to cxzl25/orc
that referenced
this pull request
Jan 11, 2024
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.2 to 10.3. <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.3</h2> <p><a href="https://checkstyle.org/releasenotes.html#Release_10.3">https://checkstyle.org/releasenotes.html#Release_10.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/a6ee9b43d012c1d6476148974cdb1be7fc27c313"><code>a6ee9b4</code></a> [maven-release-plugin] prepare release checkstyle-10.3</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9e1c669e6942a66727635b7bb239a3ddca6bd86f"><code>9e1c669</code></a> doc: release notes 10.3</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/cddf6a5745a2b8c9c4bfa0186cfff418ca281dcf"><code>cddf6a5</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11666">#11666</a>: Added LITERAL_CASE support for WhitespaceAfter check</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3ca6f75b82b16e6c4a5a73a4387227deb0c5ff13"><code>3ca6f75</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11564">#11564</a>: Wercker service will be shutdown on October 31st, 2022</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/51408f83b03311e2c4a86cb28410d4bd7b3388be"><code>51408f8</code></a> dependency: bump mockito-inline from 4.5.1 to 4.6.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/45c8df0a9cc64309be470d1ba31d6cfe6ba9069c"><code>45c8df0</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11460">#11460</a>: Fixed the default behavior of SuppressoinXpathSingleFilter</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b9e8362e9a58f80a6933d701f4a00c33b91bbc0a"><code>b9e8362</code></a> dependency: bump junit-pioneer from 1.7.0 to 1.7.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/962865b042cd56532fcdb28a6b7124aeb98821d7"><code>962865b</code></a> minor: Use -n instead of ! -z</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/14667989a7f7e0365aba835d0acef5aec58eef65"><code>1466798</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11637">#11637</a>: Used Shellcheck to resolve SC2236 in Shell Script</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/1f818582e13da540bef1e0cea01d2848661c183d"><code>1f81858</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11662">#11662</a>: Fixed NoSuchFileException during maven-compiler-plugin:3.10.1:t...</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.2...checkstyle-10.3">compare view</a></li> </ul> </details> <br /> [](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> Closes apache#1146 from dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.3. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: William Hyun <william@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps checkstyle from 10.2 to 10.3.
Release notes
Sourced from checkstyle's releases.
Commits
a6ee9b4[maven-release-plugin] prepare release checkstyle-10.39e1c669doc: release notes 10.3cddf6a5Issue #11666: Added LITERAL_CASE support for WhitespaceAfter check3ca6f75Issue #11564: Wercker service will be shutdown on October 31st, 202251408f8dependency: bump mockito-inline from 4.5.1 to 4.6.045c8df0Issue #11460: Fixed the default behavior of SuppressoinXpathSingleFilterb9e8362dependency: bump junit-pioneer from 1.7.0 to 1.7.1962865bminor: Use -n instead of ! -z1466798Issue #11637: Used Shellcheck to resolve SC2236 in Shell Script1f81858Issue #11662: Fixed NoSuchFileException during maven-compiler-plugin:3.10.1:t...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)