Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nullaway from 0.9.10 to 0.10.1 #619

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2022

Bumps nullaway from 0.9.10 to 0.10.1.

Changelog

Sourced from nullaway's changelog.

Version 0.10.1

This is a bug-fixing release for a crash introduced in 0.10.1 on type.class (for primitive type = boolean/int/void/etc.).

  • Fix crash when querying null-markedness of primitive.class expressions (#654)
  • Fix for querying for generated code w/ primitive.class expressions. (#655)

Version 0.10.0

  • Switch parameter overriding handler to use Nullness[] (#648) [performance opt!]
  • EXPERIMENTAL support for JSpecify's 0.3.0 @​NullMarked and @​NullUnmarked semantics
  • Dependency Updates:
    • Update to WALA 1.5.8 (#650)
  • Build / CI tooling for NullAway itself:
    • Update to Gradle 7.5.1 (#647)
    • Add Gradle versions plugin and update some "safe" dependencies (#649)
Commits

Dependabot compatibility score

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 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)

Bumps [nullaway](https://github.com/uber/NullAway) from 0.9.10 to 0.10.1.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.9.10...v0.10.1)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Sep 13, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 90.39% // Head: 90.39% // No change to project coverage 👍

Coverage data is based on head (cf7579c) compared to base (d16f60f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #619   +/-   ##
=========================================
  Coverage     90.39%   90.39%           
  Complexity      109      109           
=========================================
  Files            10       10           
  Lines           427      427           
  Branches         60       60           
=========================================
  Hits            386      386           
  Misses           32       32           
  Partials          9        9           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@uhafner uhafner merged commit cb9a711 into main Sep 14, 2022
@uhafner uhafner deleted the dependabot/maven/com.uber.nullaway-nullaway-0.10.1 branch September 14, 2022 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants