Commit 4b0ff80
authored
Bump com.uber.nullaway:nullaway from 0.10.9 to 0.10.10 (#8012)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.10.9 to 0.10.10.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">com.uber.nullaway:nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.10</h2>
<ul>
<li>Add command line option to skip specific library models. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/741">#741</a>)</li>
<li>Support for specific libraries/APIs:
<ul>
<li>Model Map.getOrDefault (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/724">#724</a>)</li>
<li>Model Class.cast (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/731">#731</a>)</li>
<li>Model Class.isInstance (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/732">#732</a>)</li>
</ul>
</li>
<li>Internal code refactorings:
<ul>
<li>Refactor code to use Map.getOrDefault where possible (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/727">#727</a>)</li>
<li>Break loops when result can no longer change (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/728">#728</a>)</li>
</ul>
</li>
<li>Support for JSpecify's 0.3.0 annotation [experimental]
<ul>
<li>JSpecify: initial checks for generic type compatibility at
assignments (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/715">#715</a>)</li>
<li>Add JSpecify checking for return statements (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/734">#734</a>)</li>
</ul>
</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Refactoring in symbol serialization (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/736">#736</a>)</li>
<li>Refactoring tabSeparatedToString logic to prepare for serialization
version 3 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/738">#738</a>)</li>
<li>Update method serialization to exclude type use annotations and type
arguments (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/735">#735</a>)</li>
</ul>
</li>
<li>Docs fix: -XepExcludedPaths was added in 2.1.3, not 2.13 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/744">#744</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber/NullAway/commit/e593f11b323f8c380b56e6efaffebea6a0e818b6"><code>e593f11</code></a>
Prepare for release 0.10.10.</li>
<li><a
href="https://github.com/uber/NullAway/commit/9b6d93fc9c07d8b8e63db544e9d010522701bbd8"><code>9b6d93f</code></a>
Add command line option to skip specific library models. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/741">#741</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/49cda490fb4d0fc9f7b90e900688c142415cc216"><code>49cda49</code></a>
Docs: <code>-XepExcludedPaths</code> was added in 2.1.3, not 2.13 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/744">#744</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/16923e56c589f8581b24d4f8d588900a407a6e6a"><code>16923e5</code></a>
Serialization version 3: update method serialization to exclude type use
anno...</li>
<li><a
href="https://github.com/uber/NullAway/commit/ff6b0907601156d42ae88c77ddc6c4331c8e5744"><code>ff6b090</code></a>
Refactoring tabSeparatedToString logic to prepare for serialization
version 3...</li>
<li><a
href="https://github.com/uber/NullAway/commit/1548c69a27e9e3dd1cb185d04b2e870f3b11a771"><code>1548c69</code></a>
Add JSpecify checking for return statements (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/734">#734</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/457a129f41941435118ff1be09c4ce50d5ed356b"><code>457a129</code></a>
Refactoring in symbol serialization (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/736">#736</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/14d3693a6fc15967562c3aba46d0a6f9761244f0"><code>14d3693</code></a>
JSpecify: initial checks for generic type compatibility at assignments
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/715">#715</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/a2efa6ec16828c0424481cac57d3425758ca0dc3"><code>a2efa6e</code></a>
Break loops when result can no longer change (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/728">#728</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/de6e0149fa2b494adc10dd7aa29bc83621bf7c4e"><code>de6e014</code></a>
Model <code>Class.isInstance</code> (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/732">#732</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.10.9...v0.10.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6c53513 commit 4b0ff80
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments