From fbff840dcd38e02e329e969127f066e7db3692b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:21:06 -0700 Subject: [PATCH] Bump core from 0.5.0 to 0.13.0 (#2057) Summary: Bumps [core](https://github.com/facebook/screenshot-tests-for-android) from 0.5.0 to 0.13.0.
Release notes

Sourced from core's releases.

0.13.0

9e3b940 Tentative fix for https://github.com/facebook/flipper/issues/248 (https://github.com/facebook/flipper/issues/249) 49676c1 Make accessibility info for the screenshot an optional value (https://github.com/facebook/flipper/issues/250)

0.12.0

2af0200 Update to AGP 3.6 6dedde3 Update gradle + wrapper to 6.2.x 2b37d95 Add option to show screenshot difference in html report

0.11.0

e00973d Remove use of indirect obsolete api usage 4116c6a Updated Gradle to 5.6.2 4885a0e Replaced use of a deprecated Gradle API (https://github.com/facebook/flipper/issues/231) de7f430 Adopt Contributor Covenant e897fe8 Added failureDir to record differences when verifying screenshots (https://github.com/facebook/flipper/issues/225)

0.10.0

4e054b0 Add accessibility evaluation to detect focusable views without any text to announce. 25f3f4c Force Litho to render in accessibility mode, and bump the metadata version number a919928 Move over to AndroidX fa4da40 Add AccessibilityUtil class with a data structure for the accessibility tree db3ef4e Add the concept of a version to the metadata JSON file 83d010d Fix reference dir (https://github.com/facebook/flipper/issues/220) 0b9e8e9 Fix screenshots on Android 8.0 2cb4718 Support setting max height and width ff2a939 Fix https://github.com/facebook/flipper/issues/192 ScreenshotsPluginExtension's addDeps parameter doesn't work f98a24e Expose max pixels so we can adjust our view size if we exceed it. 7826f9b Zip up all the output screenshots so that the puller can pull them all at once

0.9.0

3983392 Loop over serials in ANDROID_SERIAL when pulling images (https://github.com/facebook/flipper/issues/140) (https://github.com/facebook/flipper/issues/214) 81c8c53 Fix display text in the output html of a screenshot test c9a7646 Bump min sdk to 14 f7a153c Check for empty children when writing a hierarchy 76d8cd1 Make tests run on devices with KitKat and earlier b9ea677 Add Accessibility Hierarchy to Screenshot Tests 8ef0e18 Handle absence of Play Services (https://github.com/facebook/flipper/issues/203) fe98582 avoid the crash on processing an anonymous view (https://github.com/facebook/flipper/issues/200) dcb5e39 detailed error propagation for screenshot tests ded2077 Close ParcelFileDescriptor when done. (https://github.com/facebook/flipper/issues/195) d02e224 Catch API errors when showing current images in reports 39b05df Trigger onGlobalLayoutListener during screenshot tests 7609a80 View before images when running screenshot tests locally 7dba891 Correct multipleDevices flag default 0f14f96 Add setMaxPixels to RecordBuilder interface (https://github.com/facebook/flipper/issues/189)

0.8.0

1411308 Add language feature to device name calculator fadd68c Always use the same output directory for reports (https://github.com/facebook/flipper/issues/169)

... (truncated)

Changelog

Sourced from core's changelog.

0.13.0 (Jul 8 2020)

0.12.0 (Mar 4 2020)

0.11.0 (Oct 17 2019)

0.10.0 (Jun 11 2019)

0.9.0 (Apr 1 2019)

0.8.0 (Jul 30 2018)

0.7.0 (Apr 19 2018)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.testing.screenshot:core&package-manager=gradle&previous-version=0.5.0&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2057 Reviewed By: passy Differential Revision: D27230350 Pulled By: priteshrnandgaonkar fbshipit-source-id: d602e7dda009f892cb24ed660db09aebc371912a --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba349414d..467be1be0 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ ext.deps = [ // First-party soloader : 'com.facebook.soloader:soloader:0.10.1', fbjni : 'com.facebook.fbjni:fbjni:0.2.0', - screenshot : 'com.facebook.testing.screenshot:core:0.5.0', + screenshot : 'com.facebook.testing.screenshot:core:0.13.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0', // Annotations