gsantner / memetastic

Meme Creator for Android - Simple & Ad-Free
https://github.com/gsantner/memetastic#readme
GNU General Public License v3.0
309 stars 122 forks source link

Bump butterknife from 8.8.1 to 10.1.0 #156

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps butterknife from 8.8.1 to 10.1.0.

Changelog *Sourced from [butterknife'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`. > > > Version 10.0.0 *(2019-01-03)* > ----------------------------- > > * Equivalent to 9.0.0 but only supports AndroidX-enabled builds. > * Removed APIs deprecated in 9.0.0. > > > Version 9.0.0 *(2019-01-03)* > ---------------------------- > > * New: Support for AndroidX. Requires `android.useAndroidX=true` in `gradle.properties` to generate > AndroidX code. > > * New: A `butterknife-runtime` artifact has been extracted from `butterknife` which contains the APIs > required for the generated code but does not contain the code to reflectively look up the generated > code. This allows you to reference the generated code directly such that R8/ProGuard optimization can > rename both the generated code and your classes. `ButterKnife.bind` and the consumer R8/ProGuard rules > remain in the old `butterknife` artifact. > > * New: Experimental `butterknife-reflect` artifact eliminates the need to run the annotation > processor for IDE builds. This artifact is binary compatible with `butterknife` so it can be interchanged > depending on how your build is being invoked. See [its README](https://github.com/JakeWharton/butterknife/blob/master/butterknife-reflect/README.md) for more > information. Currently about 90% of functionality is covered. File bugs for anything that does not work. > > Note: This artifact requires Java 8. There's no good reason for this except to push the ecosystem to > having this be a default. As of AGP 3.2 there is no reason not to do this. > > * New: Lint checks have been ported to UAST and now work on Kotlin code. > > * Helpers such as `apply` have been deprecated on `ButterKnife` and are now available on the `ViewCollections` class. > > * Add support for Android Gradle plugin 3.3 and newer where `R` is no longer generated as Java source. This > has a side-effect of removing support for Android Gradle plugin 3.0.x (and older). > * Use Java 8 bytecode for all artifacts as announced in RC1 release notes. > * Fix: Allow `@BindFont` to work prior to API 26 using `ResourcesCompat`. > * Fix: Update Android Gradle plugin to 3.1 or newer to fix binary incompatibilities. > * Fix: Correct generated resource annotation names when running Turkish locale. > * Fix: Use the application ID instead of the resource package for generating `R2`. > ... (truncated)
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/8.8.1...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). To ignore the version in this PR you can just close it - `@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) - 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.
gsantner commented 4 years ago

@dependabot ignore this dependency

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you about com.jakewharton:butterknife again, unless you re-open this PR or update it yourself. 😢