joke / spock-mockable

Mock the un-mockable
Apache License 2.0
28 stars 2 forks source link

chore(deps): bump nullaway from 0.10.5 to 0.10.6 #321

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nullaway from 0.10.5 to 0.10.6.

Changelog

Sourced from nullaway's changelog.

Version 0.10.6

  • Handle BITWISE_COMPLEMENT operator (#696)
  • Add support for AssertJ (#698)
  • Fix logic for @​Nullable annotation on type parameter (#702)
  • Preserve nullness checks in final fields when propagating nullness into inner contexts (#703)
  • NullAwayInfer/Annotator data serialization support [experimental]
    • Add source offset and path to reported errors in error serialization. (#704)
  • Build / CI tooling for NullAway itself:
    • [Jspecify] Update test dep to final JSpecify 0.3.0 release (#700) = Intermediate PRs: 0.3.0-alpha-3 (#692), 0.3-alpha2 (#691)
    • Update to Gradle 7.6 (#690)
Commits
  • ebba16f Prepare for release 0.10.6.
  • e83747a Add source offset and path to reported errors in error serialization. (#704)
  • f002f60 Preserve nullness checks in final fields when propagating nullness into inner...
  • 5ccffb5 Fix logic for @​Nullable annotation on type parameter (#702)
  • c1427da Update test dep to final JSpecify 0.3.0 release (#700)
  • 23dd6cc Add support for AssertJ (#698)
  • ce63224 Handle BITWISE_COMPLEMENT operator (#696)
  • edef55a Remove "Gradle" from CI job step names (#693)
  • f6408c6 Update to JSpecify 0.3.0-alpha-3 annotations (#692)
  • dafe8cb Update to JSpecify 0.3-alpha2 (#691)
  • Additional commits viewable 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)
codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@d8feaaf). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head 6f1e875 differs from pull request most recent head 8f48d20. Consider uploading reports for the commit 8f48d20 to get more accurate results

@@           Coverage Diff           @@
##             main     #321   +/-   ##
=======================================
  Coverage        ?   51.36%           
  Complexity      ?       82           
=======================================
  Files           ?       24           
  Lines           ?      292           
  Branches        ?       19           
=======================================
  Hits            ?      150           
  Misses          ?      139           
  Partials        ?        3           
Flag Coverage Δ
integration 72.50% <ø> (?)
unit 35.27% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more