Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 in …
…the dependencies group Bumps the dependencies group with 1 update: [com.google.errorprone:error_prone_core](https://github.com/google/error-prone). Updates `com.google.errorprone:error_prone_core` from 2.33.0 to 2.34.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.34.0</h2> <p>Changes:</p> <ul> <li>Passing the javac flag <code>--should-stop=ifError=FLOW</code> is now required when running Error Prone (<a href="https://redirect.github.com/google/error-prone/issues/4595">#4595</a>)</li> <li>The <code>MemberName</code> check was renamed to <a href="https://errorprone.info/bugpattern/IdentifierName"><code>IdentifierName</code></a></li> </ul> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/FutureTransformAsync"><code>FutureTransformAsync</code></a>: The usage of transformAsync is not necessary when all the return values of the transformation function are immediate futures.</li> <li><a href="https://errorprone.info/bugpattern/MisformattedTestData"><code>MisformattedTestData</code></a>: Reformats Java source code inside Error Prone test cases.</li> <li><a href="https://errorprone.info/bugpattern/MisleadingEscapedSpace"><code>MisleadingEscapedSpace</code></a>: Using <code>\s</code> anywhere except at the end of a line in a text block is potentially misleading.</li> <li><a href="https://errorprone.info/bugpattern/ThrowIfUncheckedKnownUnchecked"><code>ThrowIfUncheckedKnownUnchecked</code></a>: <code>throwIfUnchecked(knownUnchecked)</code> is equivalent to <code>throw knownUnchecked</code>.</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4595">#4595</a>, <a href="https://redirect.github.com/google/error-prone/issues/4598">#4598</a>, <a href="https://redirect.github.com/google/error-prone/issues/4620">#4620</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.33.0...v2.34.0">https://github.com/google/error-prone/compare/v2.33.0...v2.34.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/bb113af7cae2d2c4478aba33d70e96291e8a07ef"><code>bb113af</code></a> Release Error Prone 2.34.0</li> <li><a href="https://github.com/google/error-prone/commit/82a216870b043e841cad14eddb4568b8edcb9eff"><code>82a2168</code></a> Recognize that <code>Runtime.halt</code> and <code>exit</code> never return.</li> <li><a href="https://github.com/google/error-prone/commit/1d040949c37c1d5b5105f6b8fe2540101897b43c"><code>1d04094</code></a> A couple of fixes in MoreAnnotations</li> <li><a href="https://github.com/google/error-prone/commit/6203a0eea4abaec9356fef6a2723a42057775055"><code>6203a0e</code></a> Remove references to <code>-XDshouldStopPolicyIfError</code> now that `--should-stop=ifE...</li> <li><a href="https://github.com/google/error-prone/commit/40bb976809f79046bf46e065ca2d2e01f6efbfe9"><code>40bb976</code></a> Tweak <code>ThrowIfUncheckedKnownChecked</code> implementation to match `ThrowIfUnchecke...</li> <li><a href="https://github.com/google/error-prone/commit/6380cc27fbc25c7de55be3e5a891e5025ff8cca8"><code>6380cc2</code></a> Warn about <code>throwIfUnchecked(unchecked)</code>, which could be just <code>throw unchecked</code>.</li> <li><a href="https://github.com/google/error-prone/commit/7a736905260fcb8cc2097f62a565bd7c879c6ed4"><code>7a73690</code></a> Fix or suppress CheckReturnValue errors</li> <li><a href="https://github.com/google/error-prone/commit/ca50d5c282bab7efb228434c75515135a0f97156"><code>ca50d5c</code></a> Update <code>--should-stop=ifError=FLOW</code> flags</li> <li><a href="https://github.com/google/error-prone/commit/c897d8f4cd5ab310af4dca63bf1acf2d10f6f49f"><code>c897d8f</code></a> Open-source more of check_api/src/test/java/com/google/errorprone/util</li> <li><a href="https://github.com/google/error-prone/commit/4f630fc668d107b7801281ce527e1a83a782dc1b"><code>4f630fc</code></a> Rename MemberName to SymbolName, given it's handling classes too now.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.33.0...v2.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_core&package-manager=maven&previous-version=2.33.0&new-version=2.34.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Fixes #378 COPYBARA_INTEGRATE_REVIEW=#378 from google:dependabot/maven/dependencies-ca357cc6fa 5d71cc9 PiperOrigin-RevId: 688144802
- Loading branch information