pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
228 stars 26 forks source link

Bump butterknife-compiler from 10.0.0 to 10.1.0 #139

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps butterknife-compiler from 10.0.0 to 10.1.0.

Changelog *Sourced from [butterknife-compiler's changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md).* > Version 10.1.0 *(2019-02-13)* > ----------------------------- > > * New: Listeners which require return values (e.g., long click) can now be bound to methods returning `void`. > The default value of `true` will be returned in this case. > * New: Add support for `@OnTextChanged` and `@OnPageChange` to reflection backend. > * Remove enforcement of required views in the reflection backend. Most `@Nullable` annotations do not have > runtime retention so they can't be checked at runtime with reflection. Instead of forcing everyone to find > a new annotation, this enforcement is now dropped. While this might lead to nulls in otherwise required > view bindings, they'll either be unused or quickly cause a `NullPointerException`.
Commits - [`a71dc47`](https://github.com/JakeWharton/butterknife/commit/a71dc4734822fb1f5a6bdac4a4525aca643a9061) Prepare version 10.1.0 - [`af80c0a`](https://github.com/JakeWharton/butterknife/commit/af80c0a7b93b383b46652557d428898307c20f71) Merge pull request [#1464](https://github-redirect.dependabot.com/JakeWharton/butterknife/issues/1464) from JakeWharton/jakew/checked-change/2019-02-08 - [`2a7ae33`](https://github.com/JakeWharton/butterknife/commit/2a7ae33851c0fd93793fa94723f9ab5edf0663a1) Checked change integration test - [`ec955eb`](https://github.com/JakeWharton/butterknife/commit/ec955ebb0e849d5cab1137a6ff9e3354363c8061) Merge pull request [#1462](https://github-redirect.dependabot.com/JakeWharton/butterknife/issues/1462) from JakeWharton/jakew/integration-is-the-name/2019-... - [`e7a0482`](https://github.com/JakeWharton/butterknife/commit/e7a0482ab5049750a598059dda70a5fca8f4eabe) More integration tests to exercise reflect backend - [`30d6949`](https://github.com/JakeWharton/butterknife/commit/30d694958ed69031de55c57c4788d3e303a8aca8) Merge pull request [#1460](https://github-redirect.dependabot.com/JakeWharton/butterknife/issues/1460) from JakeWharton/jakew/more-integration/2019-02-07 - [`dbfa768`](https://github.com/JakeWharton/butterknife/commit/dbfa7684fcccc6d8baa680c5782c1fcfc216865a) Move resource binding tests to be integration - [`411ca47`](https://github.com/JakeWharton/butterknife/commit/411ca472a3421901a3700eb3753cba7536173538) Merge pull request [#1458](https://github-redirect.dependabot.com/JakeWharton/butterknife/issues/1458) from AlexKrupa/reflect-onpagechange - [`48f1d7e`](https://github.com/JakeWharton/butterknife/commit/48f1d7e3ee4eca12a5ec8b10f6be698584ecee9a) Add [@​OnPageChange](https://github.com/OnPageChange) support to reflect backend - [`56c1626`](https://github.com/JakeWharton/butterknife/commit/56c1626c18efd08f2544f16ea045a079311e6f3b) Merge pull request [#1456](https://github-redirect.dependabot.com/JakeWharton/butterknife/issues/1456) from JakeWharton/jakew/things/2019-02-05 - Additional commits viewable in [compare view](https://github.com/JakeWharton/butterknife/compare/10.0.0...10.1.0)


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 #139 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #139   +/-   ##
==========================================
  Coverage      97.38%   97.38%           
==========================================
  Files              5        5           
  Lines            153      153           
  Branches          11       11           
==========================================
  Hits             149      149           
  Misses             3        3           
  Partials           1        1

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 7dc7f98...bfc9074. Read the comment docs.