Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 (#200)
Browse files Browse the repository at this point in the history
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
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=gradle&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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 541c7e5 commit 5efed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
buf = { module = "build.buf:buf", version.ref = "buf" }
cel = { module = "org.projectnessie.cel:cel-bom", version.ref = "cel" }
cel-core = { module = "org.projectnessie.cel:cel-core" }
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.33.0" }
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.34.0" }
guava = { module = "com.google.guava:guava", version = "33.3.1-jre" }
ipaddress = { module = "com.github.seancfoley:ipaddress", version.ref = "ipaddress" }
jakarta-mail-api = { module = "jakarta.mail:jakarta.mail-api", version = "2.1.3" }
Expand Down

0 comments on commit 5efed01

Please sign in to comment.