c8c40bca17183fcdf0ac11ec78e2f5d2af4dd7c2
175 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c8c40bca17 |
openssl from prefab (google) (#3429)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/3429 Instead of downloading/patching/building openssl, use the prefab package prepared by Google. changelog: Consume openssl from maven (prefab) Reviewed By: passy Differential Revision: D34143349 fbshipit-source-id: 0ca92be6628b1b27a59b3e4ad8278cf8fef6d5d8 |
||
|
|
3473783c8c |
Bump gradle from 7.1.0 to 7.1.1 (#3408)
Summary: Bumps gradle from 7.1.0 to 7.1.1. [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3408 Reviewed By: passy Differential Revision: D34050555 Pulled By: mweststrate fbshipit-source-id: 56c0830b013a33b680bd86dcef2de3927042ac27 |
||
|
|
010c39e996 |
Bump core from 0.14.0 to 0.15.0 (#3407)
Summary: Bumps [core](https://github.com/facebook/screenshot-tests-for-android) from 0.14.0 to 0.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/releases">core's releases</a>.</em></p> <blockquote> <h2>0.15.0</h2> <p><code>cdb5bd3</code> RIP Python2 <code>37feaf0</code> Add option to allow bundling before pull for large folders</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/blob/main/CHANGELOG.md">core's changelog</a>.</em></p> <blockquote> <h2>0.15.0 (Feb 2 2022)</h2> <ul> <li>Python 3 support</li> <li>Added option to specify pulling a <code>tar</code> bundle instead of individual files via <code>bundleResults</code>. This is useful for reducing the time it takes to pull a large amount of screenshots. It will also help if you experience ADB connection flakiness.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
dab5e71b39 |
Bump com.github.ben-manes.versions from 0.41.0 to 0.42.0 (#3406)
Summary: Bumps com.github.ben-manes.versions from 0.41.0 to 0.42.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3406 Reviewed By: passy Differential Revision: D34050639 Pulled By: mweststrate fbshipit-source-id: 7cfb6e6f017fe822a8461d242e7f79bff98de656 |
||
|
|
cdb72db5a9 |
Fix LeakCanary plugin UI, Upgrade LC dependency and make it compile only (#3367)
Summary: **Currently, the Leak Canary plugins is broken, see this screenshot (unable to expand):** <img width="1359" alt="Screen Shot 2022-01-29 at 2 06 33 PM" src="https://user-images.githubusercontent.com/745166/151679662-9d8e8eb6-c19c-4008-9821-1c2c1af92351.png"> **This fix repairs and improves the UI:** <img width="1350" alt="Screen Shot 2022-01-29 at 2 06 03 PM" src="https://user-images.githubusercontent.com/745166/151679677-7965604c-dd04-4ee5-bc8e-d53a82da1bd7.png"> ## Changelog - Fixes UI to enable showing leak trace - Upgrades LackCanary dependency from 2.6 to 2.8.1 - Makes Kotlin and LC `compileOnly` dependencies in order to prevent conflict for the users - Updates documentation Pull Request resolved: https://github.com/facebook/flipper/pull/3367 Test Plan: See demo at https://github.com/hbmartin/leakcanary/tree/flipper-demo/leakcanary-android-sample **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33915179/V3/flipper/)| |**Modified Pages**| Reviewed By: passy Differential Revision: D33915179 Pulled By: cekkaewnumchai fbshipit-source-id: 9698dba23ab475c8cd84e4c222dfc41712b05a1e |
||
|
|
cb66520d55 |
Bump mockito-core from 4.3.0 to 4.3.1 (#3378)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v4.3.1</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>4.3.1</h4>
<ul>
<li>2022-01-25 - <a href="https://github.com/mockito/mockito/compare/v4.3.0...v4.3.1">1 commit(s)</a> by Stefano Cordio</li>
<li>Add <code>mockito-core</code> to the BOM [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2550">https://github.com/facebook/flipper/issues/2550</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2550">mockito/mockito#2550</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="
|
||
|
|
9d3c93253f |
Bump gradle from 7.0.4 to 7.1.0 (#3376)
Summary: Bumps gradle from 7.0.4 to 7.1.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3376 Reviewed By: passy Differential Revision: D33892189 Pulled By: cekkaewnumchai fbshipit-source-id: 9f31be1128342175234b07436cf462fe58e76845 |
||
|
|
1e309ddd5c |
Bump protobuf-java from 3.19.3 to 3.19.4 (#3377)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.19.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.19.4</h2> <h1>Python</h1> <ul> <li>Make libprotobuf symbols local on OSX to fix issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9395">#9395</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9435">#9435</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li> </ul> <h1>PHP</h1> <ul> <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6e54e6ad20 |
Bump mockito-core from 4.2.0 to 4.3.0 (#3342)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>4.3.0</h4> <ul> <li>2022-01-24 - <a href="https://github.com/mockito/mockito/compare/v4.2.0...v4.3.0">20 commit(s)</a> by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">https://github.com/facebook/flipper/issues/2489</a> : Fixed issue related to exceptions thrown from the nested spies [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2546">https://github.com/facebook/flipper/issues/2546</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2546">mockito/mockito#2546</a>)</li> <li>Issue 2544 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2545">https://github.com/facebook/flipper/issues/2545</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2545">mockito/mockito#2545</a>)</li> <li>Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2543">https://github.com/facebook/flipper/issues/2543</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2543">mockito/mockito#2543</a>)</li> <li>Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2542">https://github.com/facebook/flipper/issues/2542</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2542">mockito/mockito#2542</a>)</li> <li>Bump material from 1.4.0 to 1.5.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2541">https://github.com/facebook/flipper/issues/2541</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2541">mockito/mockito#2541</a>)</li> <li>Bump appcompat from 1.4.0 to 1.4.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2539">https://github.com/facebook/flipper/issues/2539</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2539">mockito/mockito#2539</a>)</li> <li>Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2536">https://github.com/facebook/flipper/issues/2536</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2536">mockito/mockito#2536</a>)</li> <li>Remove an <code>link</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2535">https://github.com/facebook/flipper/issues/2535</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2535">mockito/mockito#2535</a>)</li> <li>Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2534">https://github.com/facebook/flipper/issues/2534</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2534">mockito/mockito#2534</a>)</li> <li>Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2533">https://github.com/facebook/flipper/issues/2533</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2533">mockito/mockito#2533</a>)</li> <li>Bump assertj-core from 3.21.0 to 3.22.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2531">https://github.com/facebook/flipper/issues/2531</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2531">mockito/mockito#2531</a>)</li> <li>Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2529">https://github.com/facebook/flipper/issues/2529</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2529">mockito/mockito#2529</a>)</li> <li>Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2527">https://github.com/facebook/flipper/issues/2527</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2527">mockito/mockito#2527</a>)</li> <li>Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2526">https://github.com/facebook/flipper/issues/2526</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2526">mockito/mockito#2526</a>)</li> <li>Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2524">https://github.com/facebook/flipper/issues/2524</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2524">mockito/mockito#2524</a>)</li> <li>Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2520">https://github.com/facebook/flipper/issues/2520</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2520">mockito/mockito#2520</a>)</li> <li>Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2519">https://github.com/facebook/flipper/issues/2519</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2519">mockito/mockito#2519</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">https://github.com/facebook/flipper/issues/2510</a>: Remove ExpectedException from internal test suite [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2518">https://github.com/facebook/flipper/issues/2518</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2518">mockito/mockito#2518</a>)</li> <li>Fix JavaDoc warnings and enforce zero errors in Gradle [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2513">https://github.com/facebook/flipper/issues/2513</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2513">mockito/mockito#2513</a>)</li> <li>Remove <code>ExpectedException</code> from internal test suite [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">https://github.com/facebook/flipper/issues/2510</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">mockito/mockito#2510</a>)</li> <li>Incomplete stack trace returned from spy inside another spy [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">https://github.com/facebook/flipper/issues/2489</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">mockito/mockito#2489</a>)</li> <li>Introduce a BOM for Mockito's artifacts (closes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">https://github.com/facebook/flipper/issues/2321</a>) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2323">https://github.com/facebook/flipper/issues/2323</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2323">mockito/mockito#2323</a>)</li> <li>Provide a bill of materials (BOM) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">https://github.com/facebook/flipper/issues/2321</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">mockito/mockito#2321</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8a9d05cc40 |
Bump protobuf-java from 3.19.2 to 3.19.3 (#3302)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.2 to 3.19.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.19.3</h2> <h1>Python</h1> <ul> <li>Fix missing Windows wheel for Python 3.10 on PyPI</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c233f3bf4a |
Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 (#3254)
Summary: Bumps com.github.ben-manes.versions from 0.40.0 to 0.41.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3254 Reviewed By: mweststrate Differential Revision: D33511879 Pulled By: passy fbshipit-source-id: 09d190ccc0c776c2b7149dab1c787224e9a88322 |
||
|
|
ae06c2d1f4 |
Bump protobuf-java from 3.19.1 to 3.19.2 (#3253)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.19.2</h2> <h1>Python</h1> <ul> <li>Fix missing Windows wheel for Python 3.10 on PyPI</li> </ul> <h1>Java</h1> <ul> <li>Improve performance characteristics of UnknownFieldSet parsing (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li> <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67">Security Advisory for Java users</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f93c0efa32 |
Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 (#3230)
Summary: Bumps com.github.ben-manes.versions from 0.39.0 to 0.40.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3230 Reviewed By: lawrencelomax Differential Revision: D33403869 Pulled By: passy fbshipit-source-id: 76021646079fa15baa92e3e3f780e66371b6daeb |
||
|
|
7f944ae946 |
Bump sqlite-framework from 2.1.0 to 2.2.0 (#3202)
Summary: Bumps sqlite-framework from 2.1.0 to 2.2.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3202 Reviewed By: mweststrate Differential Revision: D33348288 Pulled By: nikoant fbshipit-source-id: 53bafac987202cdf9db392b63b2f8e273f1da485 |
||
|
|
f48904b315 |
Bump mockito-core from 4.0.0 to 4.2.0 (#3201)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>4.2.0</h4> <ul> <li>2021-12-16 - <a href="https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0">21 commit(s)</a> by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot[bot], temp-droid</li> <li>Update ByteBuddy to 1.12.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2515">https://github.com/facebook/flipper/issues/2515</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2515">mockito/mockito#2515</a>)</li> <li>Bump kotlinVersion from 1.6.0 to 1.6.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2514">https://github.com/facebook/flipper/issues/2514</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2514">mockito/mockito#2514</a>)</li> <li>Add DoNotMock mention to main JavaDoc [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2512">https://github.com/facebook/flipper/issues/2512</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2512">mockito/mockito#2512</a>)</li> <li>Replace ExpectedException in MissingInvocationInOrderCheckerTest [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2511">https://github.com/facebook/flipper/issues/2511</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2511">mockito/mockito#2511</a>)</li> <li>Update Gradle to version 7.3.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2509">https://github.com/facebook/flipper/issues/2509</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2509">mockito/mockito#2509</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2497">https://github.com/facebook/flipper/issues/2497</a>: Throw exception on invalid matchers for <code>mockStatic</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2506">https://github.com/facebook/flipper/issues/2506</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2506">mockito/mockito#2506</a>)</li> <li>Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2505">https://github.com/facebook/flipper/issues/2505</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2505">mockito/mockito#2505</a>)</li> <li>Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2504">https://github.com/facebook/flipper/issues/2504</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2504">mockito/mockito#2504</a>)</li> <li>Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2501">https://github.com/facebook/flipper/issues/2501</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2501">mockito/mockito#2501</a>)</li> <li>Bump com.diffplug.spotless from 6.0.1 to 6.0.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2498">https://github.com/facebook/flipper/issues/2498</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2498">mockito/mockito#2498</a>)</li> <li>ArgumentMatchers not working for Mockito.mockStatic [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2497">https://github.com/facebook/flipper/issues/2497</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2497">mockito/mockito#2497</a>)</li> <li>Bump versions.bytebuddy from 1.12.2 to 1.12.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2496">https://github.com/facebook/flipper/issues/2496</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2496">mockito/mockito#2496</a>)</li> <li>Bump com.diffplug.spotless from 6.0.0 to 6.0.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2495">https://github.com/facebook/flipper/issues/2495</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2495">mockito/mockito#2495</a>)</li> <li>Remove the recommendation to import ArgumentMatchers methods using Mockito [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2494">https://github.com/facebook/flipper/issues/2494</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2494">mockito/mockito#2494</a>)</li> <li>Bump versions.junitJupiter from 5.8.1 to 5.8.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2491">https://github.com/facebook/flipper/issues/2491</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2491">mockito/mockito#2491</a>)</li> <li>Bump junit-platform-launcher from 1.8.1 to 1.8.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2490">https://github.com/facebook/flipper/issues/2490</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2490">mockito/mockito#2490</a>)</li> <li>Fix typo 'DoNoMock' should be 'DoNotMock' [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2487">https://github.com/facebook/flipper/issues/2487</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2487">mockito/mockito#2487</a>)</li> <li>Bump biz.aQute.bnd.gradle from 6.0.0 to 6.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2486">https://github.com/facebook/flipper/issues/2486</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2486">mockito/mockito#2486</a>)</li> <li>Bump biz.aQute.bnd.builder from 6.0.0 to 6.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2485">https://github.com/facebook/flipper/issues/2485</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2485">mockito/mockito#2485</a>)</li> <li>Bump versions.bytebuddy from 1.12.1 to 1.12.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2484">https://github.com/facebook/flipper/issues/2484</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2484">mockito/mockito#2484</a>)</li> <li>Bump google-java-format from 1.12.0 to 1.13.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2483">https://github.com/facebook/flipper/issues/2483</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2483">mockito/mockito#2483</a>)</li> <li>Add annotation to mark a type as DoNotMock [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/1833">https://github.com/facebook/flipper/issues/1833</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/1833">mockito/mockito#1833</a>)</li> </ul> <h2>v4.1.0</h2> <h1>Major new feature: <code>DoNotMock</code></h1> <p>You can now mark classes/interfaces with <code>org.mockito.DoNotMock</code> to disallow mocking with Mockito. For more information, see our documentation: <a href="https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/DoNotMock.html">https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/DoNotMock.html</a></p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>4.1.0</h4> <ul> <li>2021-11-19 - <a href="https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0">20 commit(s)</a> by Lars Vogel, Mikaël Francoeur, S.YAMAMOTO, Tim van der Lippe, dependabot[bot]</li> <li>Disable memory test [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2480">https://github.com/facebook/flipper/issues/2480</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2480">mockito/mockito#2480</a>)</li> <li>Bump appcompat from 1.3.1 to 1.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2477">https://github.com/facebook/flipper/issues/2477</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2477">mockito/mockito#2477</a>)</li> <li>Bump kotlinVersion from 1.5.31 to 1.6.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2474">https://github.com/facebook/flipper/issues/2474</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2474">mockito/mockito#2474</a>)</li> <li>Bump versions.bytebuddy from 1.12.0 to 1.12.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2472">https://github.com/facebook/flipper/issues/2472</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2472">mockito/mockito#2472</a>)</li> <li>Bump com.diffplug.gradle.spotless from 4.5.1 to 6.0.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2471">https://github.com/facebook/flipper/issues/2471</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2471">mockito/mockito#2471</a>)</li> <li>Bump versions.bytebuddy from 1.11.22 to 1.12.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2469">https://github.com/facebook/flipper/issues/2469</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2469">mockito/mockito#2469</a>)</li> <li>Bump versions.errorprone from 2.9.0 to 2.10.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2466">https://github.com/facebook/flipper/issues/2466</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2466">mockito/mockito#2466</a>)</li> <li>Bump auto-service from 1.0 to 1.0.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2463">https://github.com/facebook/flipper/issues/2463</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2463">mockito/mockito#2463</a>)</li> <li>Bump actions/checkout from 2.3.5 to 2.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2462">https://github.com/facebook/flipper/issues/2462</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2462">mockito/mockito#2462</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2460">https://github.com/facebook/flipper/issues/2460</a>: Remove a sentence commits to a particular version [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2461">https://github.com/facebook/flipper/issues/2461</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2461">mockito/mockito#2461</a>)</li> <li>Clarify Javadoc of RETURNS_SMART_NULLS, default answer in Mockito 4.0.0? [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2460">https://github.com/facebook/flipper/issues/2460</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2460">mockito/mockito#2460</a>)</li> <li>Bump versions.bytebuddy from 1.11.21 to 1.11.22 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2458">https://github.com/facebook/flipper/issues/2458</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2458">mockito/mockito#2458</a>)</li> <li>Updated readme with the latest Mockito version [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2456">https://github.com/facebook/flipper/issues/2456</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2456">mockito/mockito#2456</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
763bed633a |
Bump dokka-gradle-plugin from 1.6.0 to 1.6.10 (#3217)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.6.0 to 1.6.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Kotlin/dokka/commits">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3217 Reviewed By: timur-valiev Differential Revision: D33348281 Pulled By: nikoant fbshipit-source-id: 10bc522d958638f3690a8776f34454941e1843db |
||
|
|
79023ee190 |
Update copyright headers from Facebook to Meta
Reviewed By: bhamodi Differential Revision: D33331422 fbshipit-source-id: 016e8dcc0c0c7f1fc353a348b54fda0d5e2ddc01 |
||
|
|
57bf96bbb4 |
Bump gradle from 7.0.3 to 7.0.4 (#3163)
Summary: Bumps gradle from 7.0.3 to 7.0.4. [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3163 Reviewed By: passy Differential Revision: D33234015 Pulled By: aigoncharov fbshipit-source-id: 2920220a77123a7b57b073e8d77f80b0760bebc5 |
||
|
|
a8b9059604 |
Bump dokka-gradle-plugin from 1.5.31 to 1.6.0 (#3108)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.31 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.6.0 Beta</h2> <p>Changes:</p> <ul> <li><strong>New UI</strong></li> <li>Support of version plugin for single module projects</li> <li>Allow package-level suppression (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2209">https://github.com/facebook/flipper/issues/2209</a>), thanks <a href="https://github.com/owengray-google"><code>@owengray-google</code></a></li> <li>GFM: Use Markdown syntax to render lists (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2098">https://github.com/facebook/flipper/issues/2098</a>), thanks <a href="https://github.com/sgilson"><code>@sgilson</code></a></li> <li>Fix names of nested inheritors</li> <li>Fix adding new custom stylesheets in submodules</li> <li>Add keywords <code>expect</code> and <code>actual</code> in signatures</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4c73cfb930 |
Bump constraintlayout from 2.1.1 to 2.1.2 (#3076)
Summary: Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/androidx/constraintlayout/commits">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3076 Reviewed By: jknoxville Differential Revision: D32698537 Pulled By: passy fbshipit-source-id: 4c9bbbdb3cbc03bfca3ecabef3f81d1300e8b269 |
||
|
|
21905f7df5 |
Bump okhttp from 4.9.2 to 4.9.3 (#3077)
Summary: Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp's changelog</a>.</em></p> <blockquote> <h2>Version 4.9.3</h2> <p><em>2021-11-21</em></p> <ul> <li>Fix: Don't fail HTTP/2 responses if they complete before a <code>RST_STREAM</code> is sent.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8ccae8a7ac |
Upgrade Android build infra (#3095)
Summary: This includes a bunch of different things which I wanted to do separately, but it's all a massive Jenga Tower and you cannot remove a single piece. - Litho upgrade - Gradle plugin upgrade - Remove storage permission as it apparently doesn't do anything above Android 10 - Upgraded build target to Android 12 because the new support lib/Kotlin stdlib required this which then caused the issue below to pop up - Added "export=true" everywhere as this is now a blocking issue if you don't have it - Upgraded to the LeakCanary2 plugin as version one no longer builds with an Android 12 target for the export reason - Make CI run on JRE 11 because that's required by the new Gradle plugin - Update internal CI to no longer define the SDK twice and use Java 11 Pull Request resolved: https://github.com/facebook/flipper/pull/3095 Test Plan: Built Android Sample and Tutorial app, connected to Flipper. Reviewed By: lblasa Differential Revision: D32644410 Pulled By: passy fbshipit-source-id: 8978f158d9c642b3bbd9dbbd7321eb20098a7a53 |
||
|
|
d0b6021551 |
Upgrade fbjni
Summary: Upgrade to the latest fbjni which builds against the newer NDK. Reviewed By: lblasa Differential Revision: D32594058 fbshipit-source-id: 60e169fac123167d750c3c041e1753d0372847de |
||
|
|
ea9d3607cb |
Bump Java-WebSocket from 1.5.1 to 1.5.2 (#3054)
Summary: Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.1 to 1.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/Java-WebSocket/releases">Java-WebSocket's releases</a>.</em></p> <blockquote> <h2>Release 1.5.2</h2> <h4>Notable changes:</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1008">Issue 1008</a> - Improve Sec-WebSocket-Protocol usability (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1034">PR 1034 </a> by <a href="https://github.com/marci4"><code>@marci4</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1070">PR 1070</a> - Prioritise using provided socket factory when creating socket with proxy, by <a href="https://github.com/marci4"><code>@marci4</code></a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1026">Issue 1026</a> - Force client to use the valid schema (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1025">PR 1025 </a> by <a href="https://github.com/yindex"><code>@yindex</code></a>)</li> </ul> <p>Check out the <a href="https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md#version-release-152-20210405">changelog</a> and the <a href="https://github.com/TooTallNate/Java-WebSocket/milestone/18?closed=1">milestone</a> for more information.</p> <p>A special thanks to all the contributors of this release: <a href="https://github.com/dota17"><code>@dota17</code></a> <a href="https://github.com/yindex"><code>@yindex</code></a> <a href="https://github.com/alphaho"><code>@alphaho</code></a> <a href="https://github.com/pawankgupta-se"><code>@pawankgupta-se</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md">Java-WebSocket's changelog</a>.</em></p> <blockquote> <h2>Version Release 1.5.2 (2021/04/05)</h2> <h4>Bugs Fixed</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1132">Issue 1132</a> - Draft_6455 flagged by Veracode CWE-331 replace Random with SecureRandom (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1133">PR 1133 </a> by <a href="https://github.com/marci4"><code>@marci4</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1053">Issue 1053</a> - It's an invalid check null with SEC_WEB_SOCKET_KEY . (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1054">PR 1054 </a> by <a href="https://github.com/dota17"><code>@dota17</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1026">Issue 1026</a> - Force client to use the valid schema (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1025">PR 1025 </a> by <a href="https://github.com/yindex"><code>@yindex</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1070">PR 1070</a> - Prioritise using provided socket factory when creating socket with proxy, by <a href="https://github.com/marci4"><code>@marci4</code></a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1028">PR 1028</a> - Fixed typo in WebSocketClient.reset's error message, by <a href="https://github.com/alphaho"><code>@alphaho</code></a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1018">PR 1018</a> - Added missing return character, by <a href="https://github.com/pawankgupta-se"><code>@pawankgupta-se</code></a></li> </ul> <h4>New Features</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1008">Issue 1008</a> - Improve Sec-WebSocket-Protocol usability (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1034">PR 1034 </a> by <a href="https://github.com/marci4"><code>@marci4</code></a>)</li> </ul> <h4>Refactoring</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1050">Issue 1050</a> - What about adding the CodeFormatterProfile.xml with the code format ? (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1060">PR 1060 </a> by <a href="https://github.com/dota17"><code>@dota17</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1072">PR 1072</a> - Improve code quality, by <a href="https://github.com/marci4"><code>@marci4</code></a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1060">PR 1060</a> - Using Google Java Code Style To Reformat Code, by <a href="https://github.com/dota17"><code>@dota17</code></a></li> </ul> <p>In this release 5 issues and 9 pull requests were closed.</p> <p>###############################################################################</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3a16f4a133 |
Bump soloader from 0.10.1 to 0.10.3 (#3032)
Summary: Bumps [soloader](https://github.com/facebook/soloader) from 0.10.1 to 0.10.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/soloader/releases">soloader's releases</a>.</em></p> <blockquote> <h2>v0.10.3</h2> <p><strong>Fixes</strong></p> <p>Fix UnsatisfiedLinkError if OEM is using the library that the APP is using as well.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/SoLoader/compare/v0.10.2...v0.10.3">https://github.com/facebook/SoLoader/compare/v0.10.2...v0.10.3</a></p> <h2>v0.10.2</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix Crash on android v12, unable to create application *java.io.SyncFailedException: sync failed (<a href="https://github-redirect.dependabot.com/facebook/soloader/issues/80">https://github.com/facebook/flipper/issues/80</a>)</li> <li>Fix Android app bundle crashes of soloader:Anyone can run my issues sample (<a href="https://github-redirect.dependabot.com/facebook/soloader/issues/83">https://github.com/facebook/flipper/issues/83</a>)</li> </ul> <p><strong>Highlights</strong></p> <ul> <li>Support directly load the libraries from the APK, if they're uncompressed and page-aligned in APK.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/SoLoader/compare/v0.10.1...v0.10.2">https://github.com/facebook/SoLoader/compare/v0.10.1...v0.10.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a935ab8a6c |
Android Web Socket (#2978)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2978 Flipper Android WebSocket provider and socket implementation Reviewed By: ldelgadoj Differential Revision: D31683510 fbshipit-source-id: d553a7fdee9451da742e9ea3e6e5b6a2c9417579 |
||
|
|
b99ae95f60 |
Bump protobuf-java from 3.18.1 to 3.19.1 (#3015)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.1 to 3.19.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.19.1</h2> <h1>Bazel</h1> <ul> <li>Ensure that release archives contain everything needed for Bazel (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9131">#9131</a>)</li> <li>Align dependency handling with Bazel best practices (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9165">#9165</a>)</li> </ul> <h1>JavaScript</h1> <ul> <li>Fix <code>ReferenceError: window is not defined</code> when getting the global object (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9156">#9156</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Fix memory leak in MessageClass.encode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9150">#9150</a>)</li> </ul> <h2>Protocol Buffers v3.19.0</h2> <h1>C++</h1> <ul> <li>Make proto2::Message::DiscardUnknownFields() non-virtual</li> <li>Separate RepeatedPtrField into its own header file</li> <li>For default floating point values of 0, consider all bits significant</li> <li>cmake: support <code>MSVC_RUNTIME_LIBRARY</code> property (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8851">#8851</a>)</li> <li>Fix shadowing warnings (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8926">#8926</a>)</li> <li>Fix for issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8484">#8484</a>, constant initialization doesn't compile in msvc clang-cl environment (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8993">#8993</a>)</li> <li>Fix build on AIX and SunOS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8373">#8373</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9065">#9065</a>)</li> <li>Add Android stlport and default toolchains to BUILD. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8290">#8290</a>)</li> </ul> <h1>Java</h1> <ul> <li>For default floating point values of 0, consider all bits significant</li> <li>Annotate <code>//java/com/google/protobuf/util/...</code> with nullness annotations</li> <li>Use ArrayList copy constructor (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7853">#7853</a>)</li> </ul> <h1>Kotlin</h1> <ul> <li>Switch Kotlin proto DSLs to be implemented with inline value classes</li> <li>Fixing inlining and deprecation for repeated string fields (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9120">#9120</a>)</li> </ul> <h1>Python</h1> <ul> <li>Proto2 DecodeError now includes message name in error message</li> <li>Make MessageToDict convert map keys to strings (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8122">#8122</a>)</li> <li>Add python-requires in setup.py (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8989">#8989</a>)</li> <li>Add python 3.10 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9034">#9034</a>)</li> </ul> <h1>JavaScript</h1> <ul> <li>Skip exports if not available by CommonJS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8856">#8856</a>)</li> <li>JS: Comply with CSP no-unsafe-eval. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8864">#8864</a>)</li> </ul> <h1>PHP</h1> <ul> <li>Added "object" as a reserved name for PHP (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8962">#8962</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Override Map.clone to use Map's dup method (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7938">#7938</a>)</li> <li>Ruby: build extensions for arm64-darwin (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8232">#8232</a>)</li> <li>Add class method Timestamp.from_time to ruby well known types (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8562">#8562</a>)</li> <li>Adopt pure ruby DSL implementation for JRuby (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9047">#9047</a>)</li> <li>Add size to Map class (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8068">#8068</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
72666e4205 |
Bump fresco from 2.5.0 to 2.6.0
Reviewed By: oprisnik Differential Revision: D31544447 fbshipit-source-id: f94dd52bddc87bf13035686f1713efaca4cd6521 |
||
|
|
6362299f9c |
Bump mockito-core from 3.12.4 to 4.0.0 (#2965)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h1>Mockito 4: Removing deprecated APIs.</h1> <p>All of these APIs have been marked as deprecated and have been present in Mockito for quite a while.</p> <p>An overview of now-deleted classes/methods:</p> <ul> <li><code>org.mockito.Matchers</code> which was an alias for <code>org.mockito.ArgumentMatchers</code></li> <li><code>org.mockito.ArgumentMatchers#{anyObject,anyVararg}</code> both which were aliases for <code>org.mockito.ArgumentMatchers#any</code></li> <li><code>org.mockito.ArgumentMatchers#any*Of</code>, which were aliases for the same method name without the Of and the generic parameters (which were ignored)</li> <li><code>org.mockito.ArgumentMatchers#{is}{Not}Null(Class)</code> which took a class which was ignored. Aliases for the same methods without the parameter</li> <li><code>org.mockito.MockedStatic#verify</code> which had the parameter types reversed</li> <li><code>org.mockito.Mockito#verifyZeroInteractions</code> an alias of <code>verifyNoMoreInteractions</code></li> <li><code>org.mockito.Mockito#debug</code> framework integration API that we later refactored</li> <li><code>org.mockito.configuration.AnnotationEngine</code> which was leaking internal APIs and instead users should use <code>org.mockito.plugins.AnnotationEngine</code></li> <li><code>org.mockito.exceptions.verification.TooLittleActualInvocations</code> fixed the grammar from "Little" to "Few"</li> <li>Numerous internal APIs that we never officially supported and can now remove</li> <li><code>org.mockito.plugins.InstantiatorProvider</code> which was leaking internal APIs and instead users should use InstantiatorProvider2 (we should probably rename back to remove the number in a future major release)</li> <li><code>org.mockito.runners</code> a package that hosted several old JUnit runners which were no longer supported. Users should instead use <code>org.mockito.junit.MockitoJUnitRunner</code> which is our official JUnit4 runner.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c129eff18e |
Bump protobuf-java from 3.18.0 to 3.18.1 (#2966)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.0 to 3.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.18.1</h2> <h1>Python</h1> <ul> <li>Update setup.py to reflect that we now require at least Python 3.5 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8989">#8989</a>)</li> <li>Performance fix for DynamicMessage: force GetRaw() to be inlined (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9023">#9023</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Update ruby_generator.cc to allow proto2 imports in proto3 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9003">#9003</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0f04b2f651 |
Bump dokka-gradle-plugin from 1.5.30 to 1.5.31 (#2938)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.31 Alpha</h2> <p>Changes:</p> <ul> <li>Support Kotlin 1.5.31</li> <li>Support JS KLib</li> <li>Fix link to a javadoc enum entry</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1e841b7e6d |
Bump okhttp from 4.9.1 to 4.9.2 (#2937)
Summary: Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp's changelog</a>.</em></p> <blockquote> <h2>Version 4.9.2</h2> <p><em>2021-09-30</em></p> <ul> <li>Fix: Don't include potentially-sensitive header values in <code>Headers.toString()</code> or exceptions. This applies to <code>Authorization</code>, <code>Cookie</code>, <code>Proxy-Authorization</code>, and <code>Set-Cookie</code> headers.</li> <li>Fix: Don't crash with an <code>InaccessibleObjectException</code> when running on JDK17+ with strong encapsulation enabled.</li> <li>Fix: Strictly verify hostnames used with OkHttp's <code>HostnameVerifier</code>. Programs that make direct manual calls to <code>HostnameVerifier</code> could be defeated if the hostnames they pass in are not strictly ASCII. This issue is tracked as [CVE-2021-0341].</li> </ul> <h2>Version 5.0.0-alpha.2</h2> <p><em>2021-01-30</em></p> <p><strong>In this release MockWebServer has a new Maven coordinate and package name.</strong> A longstanding problem with MockWebServer has been its API dependency on JUnit 4. We've reorganized things to remove that dependency while preserving backwards compatibility.</p> <table> <thead> <tr> <th align="left">Maven Coordinate</th> <th align="left">Package Name</th> <th align="left">Description</th> </tr> </thead> <tbody> <tr> <td align="left">com.squareup.okhttp3:mockwebserver3:5.0.0-alpha.2</td> <td align="left">mockwebserver3</td> <td align="left">Core module. No JUnit dependency!</td> </tr> <tr> <td align="left">com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2</td> <td align="left">mockwebserver3.junit4</td> <td align="left">Optional JUnit 4 integration.</td> </tr> <tr> <td align="left">com.squareup.okhttp3:mockwebserver3-junit5:5.0.0-alpha.2</td> <td align="left">mockwebserver3.junit5</td> <td align="left">Optional JUnit 5 integration.</td> </tr> <tr> <td align="left">com.squareup.okhttp3:mockwebserver:5.0.0-alpha.2</td> <td align="left">okhttp3.mockwebserver</td> <td align="left">Obsolete. Depends on JUnit 4.</td> </tr> </tbody> </table> <p>The new APIs use <code>mockwebserver3</code> in both the Maven coordinate and package name. This new API is <strong>not stable</strong> and will likely change before the final 5.0.0 release.</p> <p>If you have code that subclasses <code>okhttp3.mockwebserver.QueueDispatcher</code>, this update is not source or binary compatible. Migrating to the new <code>mockwebserver3</code> package will fix this problem.</p> <ul> <li>New: DNS over HTTPS is now a stable feature of OkHttp. We introduced this as an experimental module in 2018. We are confident in its stable API and solid implementation.</li> <li>Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads concurrently close an SSL socket. This would have appeared in crash logs as <code>NullPointerException: bio == null</code>.</li> <li>Fix: Use plus <code>+</code> instead of <code>%20</code> to encode space characters in <code>FormBody</code>. This was a longstanding bug in OkHttp. The fix makes OkHttp consistent with major web browsers.</li> <li>Fix: Don't crash if Conscrypt returns a null version.</li> <li>Fix: Include the public suffix data as a resource in GraalVM native images.</li> <li>Fix: Fail fast when the cache is corrupted.</li> <li>Fix: Fail fast when a private key cannot be encoded.</li> <li>Fix: Fail fast when attempting to verify a non-ASCII hostname.</li> <li>Upgrade: [GraalVM 21][graalvm_21].</li> <li>Upgrade: [Kotlin 1.4.20][kotlin_1_4_20].</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a0adbb1175 |
Bump constraintlayout from 2.1.0 to 2.1.1 (#2913)
Summary: Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/androidx/constraintlayout/commits">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2913 Reviewed By: mweststrate Differential Revision: D31240190 Pulled By: passy fbshipit-source-id: d72c4fca4ded81b2fbd0b8b6a40e77d7aa6f3541 |
||
|
|
8ec91ac16c |
Bump gradle-maven-publish-plugin from 0.17.0 to 0.18.0 (#2882)
Summary: Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.17.0 to 0.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p> <blockquote> <h2>0.18.0</h2> <p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0180-2021-09-13">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p> <blockquote> <h2>Version 0.18.0 <em>(2021-09-13)</em></h2> <ul> <li>The minimum supported Kotlin version is now <code>1.4.30</code></li> <li>It's now possible to specify <code>SONATYPE_HOST</code> as a Gradle property, e.g. <ul> <li><code>SONATYPE_HOST=S01</code> for <code>s01.sonatype.org</code></li> <li><code>SONATYPE_HOST=</code> to not add any repository by default</li> </ul> </li> <li>Fixed an issue when publishing Kotlin MPP projects with the base plugin</li> <li>Removed checks for presence of properties that aren't used by this plugin anymore</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
90c3a3fa80 |
Bump dokka-gradle-plugin from 1.5.0 to 1.5.30 (#2883)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.0 to 1.5.30. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.30 Alpha</h2> <p>Highlights of this release are:</p> <ul> <li>Support kotlin 1.5.30</li> <li><code>literal</code> is also supported without code tag, thanks <a href="https://github.com/fsladkey"><code>@fsladkey</code></a></li> <li>improvements in<code>link</code> tag support. Now it supports line breaks!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0c365955d4 |
Bump protobuf-java from 3.17.3 to 3.18.0 (#2886)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.18.0</h2> <h1>C++</h1> <ul> <li>Fix warnings raised by clang 11 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8664">#8664</a>)</li> <li>Make StringPiece constructible from std::string_view (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8707">#8707</a>)</li> <li>Add missing capability attributes for LLVM 12 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8714">#8714</a>)</li> <li>Stop using std::iterator (deprecated in C++17). (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8741">#8741</a>)</li> <li>Move field_access_listener from libprotobuf-lite to libprotobuf (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8775">#8775</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7047">#7047</a> Safely handle setlocale (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8735">#8735</a>)</li> <li>Remove deprecated version of SetTotalBytesLimit() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8794">#8794</a>)</li> <li>Support arena allocation of google::protobuf::AnyMetadata (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8758">#8758</a>)</li> <li>Fix undefined symbol error around SharedCtor() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8827">#8827</a>)</li> <li>Fix default value of enum(int) in json_util with proto2 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8835">#8835</a>)</li> <li>Better Smaller ByteSizeLong</li> <li>Introduce event filters for inject_field_listener_events</li> <li>Reduce memory usage of DescriptorPool</li> <li>For lazy fields copy serialized form when allowed.</li> <li>Re-introduce the InlinedStringField class</li> <li>v2 access listener</li> <li>Reduce padding in the proto's ExtensionRegistry map.</li> <li>GetExtension performance optimizations</li> <li>Make tracker a static variable rather than call static functions</li> <li>Support extensions in field access listener</li> <li>Annotate MergeFrom for field access listener</li> <li>Fix incomplete types for field access listener</li> <li>Add map_entry/new_map_entry to SpecificField in MessageDifferencer. They record the map items which are different in MessageDifferencer's reporter.</li> <li>Reduce binary size due to fieldless proto messages</li> <li>TextFormat: ParseInfoTree supports getting field end location in addition to start.</li> <li>Fix repeated enum extension size in field listener</li> <li>Enable Any Text Expansion for Descriptors::DebugString()</li> <li>Switch from int{8,16,32,64} to int{8,16,32,64}_t</li> </ul> <h1>Java</h1> <ul> <li>Fix errorprone conflict (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8723">#8723</a>)</li> <li>Removing deprecated TimeUtil class. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8749">#8749</a>)</li> <li>Optimized FieldDescriptor.valueOf() to avoid array copying.</li> <li>Removing deprecated TimeUtil class.</li> <li>Add Durations.parseUnchecked(String) and Timestamps.parseUnchecked(String)</li> <li>FieldMaskUtil: Add convenience method to mask the fields out of a given proto.</li> </ul> <h1>JavaScript</h1> <ul> <li>Optimize binary parsing of repeated float64</li> <li>Fix for optimization when reading doubles from binary wire format</li> <li>Replace toArray implementation with toJSON.</li> </ul> <h1>PHP</h1> <ul> <li>Migrate PHP & Ruby to ABSL wyhash (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8854">#8854</a>)</li> <li>Added support for PHP 8.1 (currently in RC1) to the C extension (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8964">#8964</a>)</li> <li>Fixed PHP SEGV when constructing messages from a destructor. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8969">#8969</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
da9511a5bf |
Fix CI build for Android (#2836)
Summary: I've been really sweating about this one. It looks like Google now removed NDK 21 as it's too old. However, we've been struggling with the upgrade because OpenSSL was built against an old version of the NDK/glibc/LLVM/some other stuff. I've now managed to create an OpenSSL distribution for 1.1.1k (we had 1.1.0h before) that seems to build with this after some small modifications. This seems to do the trick, but I wouldn't be shocked if we found some more incompatibilities further down the line. Pull Request resolved: https://github.com/facebook/flipper/pull/2836 Test Plan: - Locally: `./gradlew :tutorial:installDebug`. Builds, starts up. Cool. - Public GitHub CI: Happy. - Circle CI: Only triggers post-land. We'll see. But the setup is simple, so hopefully it should work there, too. - Internal CI: Waiting for signal. Reviewed By: fabiomassimo Differential Revision: D30839209 Pulled By: passy fbshipit-source-id: efe599f28cc0edfdf2149f905c3483555239edc0 |
||
|
|
05b641b204 |
Bump mockito-core from 3.12.1 to 3.12.4 (#2761)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v3.12.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>3.12.4</h4> <ul> <li>2021-08-25 - <a href="https://github.com/mockito/mockito/compare/v3.12.3...v3.12.4">1 commit(s)</a> by Rafael Winterhalter</li> <li>No notable improvements. No pull requests (issues) were referenced from commits.</li> </ul> <h2>v3.12.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>3.12.3</h4> <ul> <li>2021-08-24 - <a href="https://github.com/mockito/mockito/compare/v3.12.2...v3.12.3">9 commit(s)</a> by Rafael Winterhalter</li> <li>Fix implementation of proxy mock maker for toString and add additional unit tests. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2405">https://github.com/facebook/flipper/issues/2405</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2405">mockito/mockito#2405</a>)</li> <li>Avoid cache breakage [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2402">https://github.com/facebook/flipper/issues/2402</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2402">mockito/mockito#2402</a>)</li> <li>Add a limited mock maker that is based only on the java.lang.reflect.Proxy utility [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2397">https://github.com/facebook/flipper/issues/2397</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2397">mockito/mockito#2397</a>)</li> </ul> <h2>v3.12.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>3.12.2</h4> <ul> <li>2021-08-24 - <a href="https://github.com/mockito/mockito/compare/v3.12.1...v3.12.2">2 commit(s)</a> by Dmitry Vyazelenko, dependabot[bot]</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">https://github.com/facebook/flipper/issues/2399</a> : Adds defaultAnswer to the MockitoMockKey to distinguish the mock types, i.e. to separate mocks from spies otherwise spy type is reused for a mock or vice versa. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2400">https://github.com/facebook/flipper/issues/2400</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2400">mockito/mockito#2400</a>)</li> <li>Sporadic mock verification failures related to hashCode/equals on 3.12.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">https://github.com/facebook/flipper/issues/2399</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">mockito/mockito#2399</a>)</li> <li>Bump versions.errorprone from 2.8.1 to 2.9.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2396">https://github.com/facebook/flipper/issues/2396</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2396">mockito/mockito#2396</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a262f1f6d0 |
Bump mockito-core from 3.11.2 to 3.12.1 (#2720)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v3.12.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>3.12.1</h4> <ul> <li>2021-08-20 - <a href="https://github.com/mockito/mockito/compare/v3.12.0...v3.12.1">2 commit(s)</a> by Tim van der Lippe, dependabot[bot]</li> <li>Fix verifyNoMoreInteractions inOrder invocations for spies [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2395">https://github.com/facebook/flipper/issues/2395</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2395">mockito/mockito#2395</a>)</li> <li>Regression with InOrder verification after <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2369">https://github.com/facebook/flipper/issues/2369</a> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2394">https://github.com/facebook/flipper/issues/2394</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2394">mockito/mockito#2394</a>)</li> <li>Bump versions.bytebuddy from 1.11.12 to 1.11.13 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2393">https://github.com/facebook/flipper/issues/2393</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2393">mockito/mockito#2393</a>)</li> </ul> <h2>v3.12.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>3.12.0</h4> <ul> <li>2021-08-19 - <a href="https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0">31 commit(s)</a> by EugeneLesnov, Lars Vogel, Logan Rosen, Rafael Winterhalter, Rob Pridham, Tim van der Lippe, dependabot[bot], saurabh7248</li> <li>Add checks for sealed types [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2392">https://github.com/facebook/flipper/issues/2392</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2392">mockito/mockito#2392</a>)</li> <li>Bump versions.bytebuddy from 1.11.10 to 1.11.12 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2388">https://github.com/facebook/flipper/issues/2388</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2388">mockito/mockito#2388</a>)</li> <li>Bump versions.bytebuddy from 1.11.9 to 1.11.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2387">https://github.com/facebook/flipper/issues/2387</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2387">mockito/mockito#2387</a>)</li> <li>Bump versions.errorprone from 2.8.0 to 2.8.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2386">https://github.com/facebook/flipper/issues/2386</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2386">mockito/mockito#2386</a>)</li> <li>Update StaticMockTest to use unified verify method [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2385">https://github.com/facebook/flipper/issues/2385</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2385">mockito/mockito#2385</a>)</li> <li>Reorder InjectMock Javadoc to fit the order of injection [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2383">https://github.com/facebook/flipper/issues/2383</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2383">mockito/mockito#2383</a>)</li> <li>Bump core-ktx from 1.5.0 to 1.6.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2382">https://github.com/facebook/flipper/issues/2382</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2382">mockito/mockito#2382</a>)</li> <li>Bump google-java-format from 1.10.0 to 1.11.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2381">https://github.com/facebook/flipper/issues/2381</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2381">mockito/mockito#2381</a>)</li> <li>Downgrade Android gradle plugin [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2380">https://github.com/facebook/flipper/issues/2380</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2380">mockito/mockito#2380</a>)</li> <li>Applied <a href="https://github.com/CheckReturnValue"><code>@CheckReturnValue</code></a> to some classes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2379">https://github.com/facebook/flipper/issues/2379</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2379">mockito/mockito#2379</a>)</li> <li>how to solve gradle sync failed after 'Add basic Android instrumented and unit tests' [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2378">https://github.com/facebook/flipper/issues/2378</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2378">mockito/mockito#2378</a>)</li> <li>Bump junit from 1.1.2 to 1.1.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2377">https://github.com/facebook/flipper/issues/2377</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2377">mockito/mockito#2377</a>)</li> <li>Bump appcompat from 1.3.0 to 1.3.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2376">https://github.com/facebook/flipper/issues/2376</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2376">mockito/mockito#2376</a>)</li> <li>Bump kotlin-gradle-plugin from 1.5.20 to 1.5.21 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2374">https://github.com/facebook/flipper/issues/2374</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2374">mockito/mockito#2374</a>)</li> <li>Bump material from 1.3.0 to 1.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2373">https://github.com/facebook/flipper/issues/2373</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2373">mockito/mockito#2373</a>)</li> <li>Bump espresso-core from 3.3.0 to 3.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2372">https://github.com/facebook/flipper/issues/2372</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2372">mockito/mockito#2372</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">https://github.com/facebook/flipper/issues/2331</a> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2369">https://github.com/facebook/flipper/issues/2369</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2369">mockito/mockito#2369</a>)</li> <li>Fix typo in exception [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2368">https://github.com/facebook/flipper/issues/2368</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2368">mockito/mockito#2368</a>)</li> <li>Bump versions.bytebuddy from 1.11.8 to 1.11.9 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2367">https://github.com/facebook/flipper/issues/2367</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2367">mockito/mockito#2367</a>)</li> <li>Bump versions.errorprone from 2.7.1 to 2.8.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2365">https://github.com/facebook/flipper/issues/2365</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2365">mockito/mockito#2365</a>)</li> <li>Bump versions.bytebuddy from 1.11.7 to 1.11.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2361">https://github.com/facebook/flipper/issues/2361</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2361">mockito/mockito#2361</a>)</li> <li>Basic Android instrumented and unit tests (closes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2341">https://github.com/facebook/flipper/issues/2341</a>) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2360">https://github.com/facebook/flipper/issues/2360</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2360">mockito/mockito#2360</a>)</li> <li>Bump versions.bytebuddy from 1.11.6 to 1.11.7 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2359">https://github.com/facebook/flipper/issues/2359</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2359">mockito/mockito#2359</a>)</li> <li>Bump kotlin-stdlib from 1.5.20 to 1.5.21 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2356">https://github.com/facebook/flipper/issues/2356</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2356">mockito/mockito#2356</a>)</li> <li>Bump kotlinx-coroutines-core from 1.5.1 to 1.5.1-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2354">https://github.com/facebook/flipper/issues/2354</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2354">mockito/mockito#2354</a>)</li> <li>Bump kotlinx-coroutines-core from 1.5.0-native-mt to 1.5.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2353">https://github.com/facebook/flipper/issues/2353</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2353">mockito/mockito#2353</a>)</li> <li>Bump versions.bytebuddy from 1.11.5 to 1.11.6 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2351">https://github.com/facebook/flipper/issues/2351</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2351">mockito/mockito#2351</a>)</li> <li>Bump gradle-errorprone-plugin from 2.0.1 to 2.0.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2347">https://github.com/facebook/flipper/issues/2347</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2347">mockito/mockito#2347</a>)</li> <li>Bump kotlin-stdlib from 1.5.10 to 1.5.20 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2343">https://github.com/facebook/flipper/issues/2343</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2343">mockito/mockito#2343</a>)</li> <li>Bump versions.bytebuddy from 1.11.3 to 1.11.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2337">https://github.com/facebook/flipper/issues/2337</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2337">mockito/mockito#2337</a>)</li> <li>Bump assertj-core from 3.20.1 to 3.20.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2336">https://github.com/facebook/flipper/issues/2336</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2336">mockito/mockito#2336</a>)</li> <li>Spy doesn't forward hashcode/equals to actual object [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">https://github.com/facebook/flipper/issues/2331</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">mockito/mockito#2331</a>)</li> <li>Fixes mockito#2311 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2320">https://github.com/facebook/flipper/issues/2320</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2320">mockito/mockito#2320</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9e0a5484e7 |
Bump constraintlayout from 2.0.4 to 2.1.0 (#2656)
Summary: Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/androidx/constraintlayout/releases">constraintlayout's releases</a>.</em></p> <blockquote> <h2>2.1.0</h2> <p>No release notes provided.</p> <h2>2.1.0-rc01</h2> <p>No release notes provided.</p> <h2>2.1.0-beta02</h2> <p>MotionLayout</p> <p>A few new features:</p> <ul> <li>OnSwipe enhancement including spring (stiffness, damping, mass etc) & never complete</li> <li>jumpToState function</li> <li>ViewTransition downUp mode where on touch Down it plays to 100 and on up reverses to 0</li> </ul> <p>Various fixes, notably:</p> <p>Fix problem in MotionLayout with vertical scroll (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/173">https://github.com/facebook/flipper/issues/173</a>) Perf improvements on nested MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>) Fast transition with NestedScrollView in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>) ConstraintSet gone in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>) Support downUp ViewTransitions in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/190">https://github.com/facebook/flipper/issues/190</a>) Fix in ImageFilter when reusing drawables (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/192">https://github.com/facebook/flipper/issues/192</a>) Add spring support in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/199">https://github.com/facebook/flipper/issues/199</a>) Performance improvement to CircularFlow (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/200">https://github.com/facebook/flipper/issues/200</a>) Fixes in derived constraints / constraint override (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/212">https://github.com/facebook/flipper/issues/212</a>)</p> <h2>2.1.0-beta01</h2> <h1>ConstraintLayout</h1> <ul> <li>android:layout_width and android:layout_height are back being non-optional due to compatibility issues.</li> </ul> <h1>Helpers</h1> <ul> <li>added a way to animate or jump directly to a given item of a Carousel</li> <li>new CircularFlow helper</li> </ul> <h1>MotionLayout</h1> <ul> <li>Programmatic support for inserting and removing onSwipe and onClick on Transitions</li> <li>Experimental Support for Transitions through screen rotation</li> <li>support duration argument to transitions</li> <li>Better support for customAttributes that are boolean or References</li> </ul> <h2>2.1.0 alpha 2</h2> <p>Many new features added in alpha 2, see the wiki</p> <h2>2.1.0 alpha 1</h2> <p>New features in MotionLayout (view transition etc) and new Carousel helper</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
410445a1ed |
Bump runner from 1.3.0 to 1.4.0 (#2563)
Summary: Bumps runner from 1.3.0 to 1.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2563 Reviewed By: muraziz Differential Revision: D29992992 Pulled By: passy fbshipit-source-id: 4e72fc3a21fead198b1842269116d0e1e8348359 |
||
|
|
c850113193 |
Bump rules from 1.3.0 to 1.4.0 (#2557)
Summary: Bumps rules from 1.3.0 to 1.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2557 Reviewed By: timur-valiev Differential Revision: D29993015 Pulled By: passy fbshipit-source-id: 6ce0278eee8211244593330b8f6dfc8b4e021845 |
||
|
|
86dcef5820 |
Bump espresso-intents from 3.3.0 to 3.4.0 (#2560)
Summary: Bumps espresso-intents from 3.3.0 to 3.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2560 Reviewed By: timur-valiev Differential Revision: D29993011 Pulled By: passy fbshipit-source-id: d70c4bb80672e1682972ae025d91b1af06b57bdd |
||
|
|
fcaeebefb6 |
Bump espresso-core from 3.3.0 to 3.4.0 (#2556)
Summary: Bumps espresso-core from 3.3.0 to 3.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2556 Reviewed By: timur-valiev Differential Revision: D29993017 Pulled By: passy fbshipit-source-id: 62b05da8b40247eb00c6b03ac41945a6edfb0fba |
||
|
|
1753802664 |
Bump core from 1.3.0 to 1.4.0 (#2558)
Summary: Bumps core from 1.3.0 to 1.4.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2558 Reviewed By: timur-valiev Differential Revision: D29993014 Pulled By: passy fbshipit-source-id: 1725a4f44d44e81ed22700990646d5202f030a75 |
||
|
|
079ac47939 |
Bump de.undercouch.download from 4.1.1 to 4.1.2 (#2559)
Summary: Bumps de.undercouch.download from 4.1.1 to 4.1.2. [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2559 Reviewed By: timur-valiev Differential Revision: D29993013 Pulled By: passy fbshipit-source-id: e57e9e2730252840ae74215407bf0c4c06143807 |
||
|
|
4f3ee3ea57 |
Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0
Summary: From the changelog: > Removed the deprecated uploadArchives and installArchives tasks. Use publish and publishToMavenLocal instead. Made the necessary changes to docs and scripts. Reviewed By: nikoant Differential Revision: D29752895 fbshipit-source-id: 6e96c7ea9b26be2acb40b9089cb361837ab10a1b |
||
|
|
98f56a30ed |
Removed bolts-applinks dependency not in use (#2580)
Summary:
As explained in this [Issue](https://github.com/facebook/flipper/issues/1919) when running checks to see if Jetifier is needed to compile any given app using Flipper, it complain due to the dependency on `com.parse.bolts:bolts-applinks:1.4.0`.
```
Scanning com.parse.bolts:bolts-applinks:1.4.0
Absoulute path: /....../bolts-applinks-1.4.0.jar
Graphs to this dependency:
+---com.facebook.flipper:flipper:0.74.0
+---com.parse.bolts:bolts-applinks:1.4.0
> Task :canISayByeByeJetifier FAILED
```
Bolts has already fixed the AndroidX migration in version `1.5.0` but it has never been published ([Issue](https://github.com/BoltsFramework/Bolts-Android/issues/157))
After checking the code i realized flipper is only using `bolts-tasks` in `FrescoFlipperPlugin` ([code](
|
||
|
|
fe96c9b6d2 |
Bump dokka-gradle-plugin from 1.4.32 to 1.5.0 (#2587)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.32 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.0 Alpha</h2> <p>Kotlin compiler upgraded to 1.5.0</p> <p>Fixes:</p> <p>Make module name optional in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1850">https://github.com/facebook/flipper/issues/1850</a>) Fix line separator issues (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1887">https://github.com/facebook/flipper/issues/1887</a>) Fix preserving spaces in Javadoc comments (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1923">https://github.com/facebook/flipper/issues/1923</a>) GFM renderer: sanitize line ends (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1936">https://github.com/facebook/flipper/issues/1936</a>) Fix rendering html in briefs (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1931">https://github.com/facebook/flipper/issues/1931</a>) Fix code blocks on Extension Points page (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1948">https://github.com/facebook/flipper/issues/1948</a>) Remove extra dash (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1968">https://github.com/facebook/flipper/issues/1968</a>) Don't use older dir from previous runs in versioning (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1963">https://github.com/facebook/flipper/issues/1963</a>) Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>) Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</p> <p>Added features:</p> <p>Add a supertype for leaf dokka tasks that defines dokkaSourceSets (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1891">https://github.com/facebook/flipper/issues/1891</a>) Add ability to specify older versions as a list of files (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1890">https://github.com/facebook/flipper/issues/1890</a>) Cachable Gradle task (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1905">https://github.com/facebook/flipper/issues/1905</a>) Multilanguage docs inheritance (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1951">https://github.com/facebook/flipper/issues/1951</a>) Logging levels in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>) Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</p> <p>Special thanks to external contributors: <a href="https://github.com/rnett"><code>@rnett</code></a>, <a href="https://github.com/msink"><code>@msink</code></a>, <a href="https://github.com/zsmb13"><code>@zsmb13</code></a>, <a href="https://github.com/rachelcarmena"><code>@rachelcarmena</code></a> and <a href="https://github.com/hfhbd"><code>@hfhbd</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d676f8f0a6 |
Bump AndroidX/Kotlin setup
Summary: Just a few tweaks to bring AndroidX up-to-date. Required some fixes to the Kotlin Tutorial as it was throwing errors about JRE incompatibilities. Reviewed By: fabiomassimo Differential Revision: D29761484 fbshipit-source-id: 10cb76115fe7542a60b6e5d14be9c0434e85171c |