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

chore(deps): bump nullaway from 0.10.0 to 0.10.2 #1149

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nullaway from 0.10.0 to 0.10.2.

Changelog

Sourced from nullaway's changelog.

Version 0.10.2

  • Make AbstractConfig collection fields explicity Immutable (#601)
  • NullAwayInfer/Annotator data serialization support [experimental]
    • Fix crash in fixserialization when ClassSymbol.sourcefile is null (#656)

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)
Commits
  • a055162 Prepare for release 0.10.2.
  • 1cd2d28 Prevent crash in fixserialization when ClassSymbol.sourcefile is null. (#656)
  • a7ba27e Make AbstractConfig collection fields explicity Immutable (#601)
  • 4d854cb Prepare next development version.
  • e2d82b1 Prepare for release 0.10.1.
  • 3d09158 Fix for querying for generated code w/ .class expressions. (#655)
  • de1a12b Fix crash when querying null-markedness of $primitive.class expressions. (#654)
  • 99fc67b Prepare next development version.
  • See full diff in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

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

Coverage data is based on head (b5c6f5a) compared to base (9c84d59).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1149   +/-   ##
=========================================
  Coverage     67.25%   67.25%           
  Complexity     2492     2492           
=========================================
  Files           184      184           
  Lines         11392    11392           
  Branches       1119     1119           
=========================================
  Hits           7662     7662           
  Misses         3087     3087           
  Partials        643      643           

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.

@dependabot dependabot bot force-pushed the dependabot/gradle/com.uber.nullaway-nullaway-0.10.2 branch 4 times, most recently from 88c5180 to 876302a Compare September 29, 2022 00:07
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.10.0...v0.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.uber.nullaway-nullaway-0.10.2 branch from 876302a to c19fa98 Compare September 29, 2022 00:17
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Sean-Tedrow-LB Sean-Tedrow-LB merged commit a7f572a into main Sep 29, 2022
@Sean-Tedrow-LB Sean-Tedrow-LB deleted the dependabot/gradle/com.uber.nullaway-nullaway-0.10.2 branch September 29, 2022 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant