pwittchen / ReactiveNetwork

Android library listening network connection state and Internet connectivity with RxJava Observables
http://pwittchen.github.io/ReactiveNetwork/docs/RxJava2.x/
Apache License 2.0
2.53k stars 276 forks source link

Bump nullaway from 0.5.4 to 0.7.3 #347

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps nullaway from 0.5.4 to 0.7.3.

Changelog *Sourced from [nullaway's changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md).* > Version 0.7.3 > ------------- > * Optional support for assertThat(...).isNotNull() statements ([#304](https://github-redirect.dependabot.com/uber/NullAway/issues/304)) > * Fix NPE in AccessPathElement.toString() ([#306](https://github-redirect.dependabot.com/uber/NullAway/issues/306)) > * Add tests for optional emptiness support with Rx ([#308](https://github-redirect.dependabot.com/uber/NullAway/issues/308)) > * Support for assertThat in JUnit and Hamcrest. ([#310](https://github-redirect.dependabot.com/uber/NullAway/issues/310)) > * Add support for CoreMatchers and core.IsNull in hamcrest. ([#311](https://github-redirect.dependabot.com/uber/NullAway/issues/311)) > * Make class-level caches for InferredJARModelsHandler instance fields. ([#315](https://github-redirect.dependabot.com/uber/NullAway/issues/315)) > > Version 0.7.2 > ------------- > * Install GJF hook using a gradle task, rather than a gradlew hack ([#298](https://github-redirect.dependabot.com/uber/NullAway/issues/298)). > * Nullable switch expression support ([#300](https://github-redirect.dependabot.com/uber/NullAway/issues/300)). > * Upgrade to Error Prone 2.3.3 ([#295](https://github-redirect.dependabot.com/uber/NullAway/issues/295)). > Update Gradle, Error Prone plugin, and Android Gradle Plugin ([#294](https://github-redirect.dependabot.com/uber/NullAway/issues/294)). > Add support for UNSIGNED_RIGHT_SHIFT ([#303](https://github-redirect.dependabot.com/uber/NullAway/issues/303)). > > Version 0.7.1 > -------------- > * Remove warning about [@​nullable](https://github.com/nullable) var args ([#296](https://github-redirect.dependabot.com/uber/NullAway/issues/296)). > > Version 0.7.0 > -------------- > * Added Optional emptiness handler ([#278](https://github-redirect.dependabot.com/uber/NullAway/issues/278)). > `-XepOpt:NullAway:CheckOptionalEmptiness=true` to enable (experimental) support for `Optional` emptiness. > * Improved (partial but sound-er) varargs support ([#291](https://github-redirect.dependabot.com/uber/NullAway/issues/291)). > * Refactor for ErrorMessage class use ([#284](https://github-redirect.dependabot.com/uber/NullAway/issues/284)). > * Custom path to Optional class for Optional emptiness handler ([#288](https://github-redirect.dependabot.com/uber/NullAway/issues/288)). > * Add support for methods taking literal constant args in Access Paths. ([#285](https://github-redirect.dependabot.com/uber/NullAway/issues/285)). > > Version 0.6.6 > --------------- > This only adds a minor library fix supporting Guava's Preconditions.checkNotNull with an error message > argument ([#283](https://github-redirect.dependabot.com/uber/NullAway/issues/283)) > > Version 0.6.5 > --------------- > * Various fixes for generating [@​SuppressWarnings](https://github.com/SuppressWarnings) ([#271](https://github-redirect.dependabot.com/uber/NullAway/issues/271)) > * Improved error message now doesn't tell users to report NullAway config errors to Error Prone ([#273](https://github-redirect.dependabot.com/uber/NullAway/issues/273)) > * Adding support for Activity and Fragment coming from the support libraries ([#275](https://github-redirect.dependabot.com/uber/NullAway/issues/275)) > * Library models fixes ([#277](https://github-redirect.dependabot.com/uber/NullAway/issues/277)) > * Add Fragment.onViewCreated as a known initializer. ([#279](https://github-redirect.dependabot.com/uber/NullAway/issues/279)) > > Version 0.6.4 > --------------- > * Initial support for JDK 11 ([#263](https://github-redirect.dependabot.com/uber/NullAway/issues/263)). Core NullAway should be working, but JarInfer does not yet work. > * Disable JarInfer handler by default ([#261](https://github-redirect.dependabot.com/uber/NullAway/issues/261)). `-XepOpt:NullAway:JarInferEnabled=true` is now required to enable the JarInfer handler. > * Add models for Apache StringUtils isEmpty methods ([#264](https://github-redirect.dependabot.com/uber/NullAway/issues/264)) > * Optimize library model lookups to reduce overhead ([#265](https://github-redirect.dependabot.com/uber/NullAway/issues/265)) > > ... (truncated)
Commits - [`448cb30`](https://github.com/uber/NullAway/commit/448cb30826842d5a8b60d389d48bba296fdbde3d) Prepare for release 0.7.3. - [`cd6e24f`](https://github.com/uber/NullAway/commit/cd6e24fe92c422fdbe9865a64353e62153567d28) Make class-level caches for InferredJARModelsHandler instance fields. ([#315](https://github-redirect.dependabot.com/uber/NullAway/issues/315)) - [`8fce284`](https://github.com/uber/NullAway/commit/8fce284386a7ae604de4cea7e853009c499552a1) Adding support for CoreMatchers and core.IsNull in hamcrest. ([#311](https://github-redirect.dependabot.com/uber/NullAway/issues/311)) - [`c3979b4`](https://github.com/uber/NullAway/commit/c3979b4241f80411dbba6aac3ff653acbb88d00b) Handle assertThat in JUnit and Hamcrest. ([#310](https://github-redirect.dependabot.com/uber/NullAway/issues/310)) - [`f8d255c`](https://github.com/uber/NullAway/commit/f8d255cf910679d87743713234bf45ffaff7d15b) Added tests for optional emptiness support with Rx ([#308](https://github-redirect.dependabot.com/uber/NullAway/issues/308)) - [`29dd90c`](https://github.com/uber/NullAway/commit/29dd90ca53172edf38768fb6205c94cbec3bf992) To string fix for AccessPathElement ([#306](https://github-redirect.dependabot.com/uber/NullAway/issues/306)) - [`d4ae917`](https://github.com/uber/NullAway/commit/d4ae9170697412fe3e75f653991a2008a7ecf80c) Handle assertThat(...).isNotNull() statements ([#304](https://github-redirect.dependabot.com/uber/NullAway/issues/304)) - [`a549a59`](https://github.com/uber/NullAway/commit/a549a59d51cf949ec1add1ba4b8f11b9659e3ae4) Updating Readme for Travis migration - [`713bc5e`](https://github.com/uber/NullAway/commit/713bc5e2996e62f6295020cc53a90dc60a64359b) Prepare next development version. - [`56a027e`](https://github.com/uber/NullAway/commit/56a027e97356847de065bb80b9ef5c5f9a9eb2d2) Prepare for release 0.7.2. - Additional commits viewable in [compare view](https://github.com/uber/NullAway/compare/v0.5.4...v0.7.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov-io commented 5 years ago

Codecov Report

Merging #347 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #347   +/-   ##
==========================================
  Coverage      83.17%   83.17%           
==========================================
  Files             11       11           
  Lines            434      434           
  Branches          33       33           
==========================================
  Hits             361      361           
  Misses            47       47           
  Partials          26       26

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3e4368...7451bbf. Read the comment docs.