a3500c453b8ca57a64dbbfb8dc28a1cb45b3e71d
158 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
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 |
||
|
|
e5709b21e1 |
Bump mockito-core from 3.11.1 to 3.11.2 (#2521)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2. <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.11.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.11.2</h4> <ul> <li>2021-06-21 - <a href="https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2">5 commit(s)</a> by dependabot[bot]</li> <li>Bump versions.bytebuddy from 1.11.2 to 1.11.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2333">https://github.com/facebook/flipper/issues/2333</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2333">mockito/mockito#2333</a>)</li> <li>Bump assertj-core from 3.20.0 to 3.20.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2332">https://github.com/facebook/flipper/issues/2332</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2332">mockito/mockito#2332</a>)</li> <li>Bump org.eclipse.osgi from 3.16.200 to 3.16.300 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2330">https://github.com/facebook/flipper/issues/2330</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2330">mockito/mockito#2330</a>)</li> <li>Bump assertj-core from 3.19.0 to 3.20.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2329">https://github.com/facebook/flipper/issues/2329</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2329">mockito/mockito#2329</a>)</li> <li>Bump shipkit-auto-version from 1.1.17 to 1.1.19 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2328">https://github.com/facebook/flipper/issues/2328</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2328">mockito/mockito#2328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
345620a7c0 |
Bump gradle-maven-publish-plugin from 0.15.1 to 0.16.0 (#2485)
Summary: Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.15.1 to 0.16.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.16.0</h2> <p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0160-2021-06-20">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.16.0 <em>(2021-06-20)</em></h2> <ul> <li>Add <code>pomFromGradleProperties</code> API to base plugin. This configures the pom in the same way the regular plugin does.</li> <li>Add the ability to remove the default <code>mavenCentral</code> repository, by setting <code>sonatypeHost</code> to <code>null</code></li> <li>Support <code>POM_LICENSE_NAME</code>, <code>POM_LICENSE_URL</code> and <code>POM_LICENSE_DIST</code> properties in addition to <code>LICENCE</code> based properties.</li> <li>Fixes an issue in the base plugin that caused an error during configuration of Android projects.</li> <li>Fixes an issue with javadoc tasks when using Java toolchains.</li> <li>The deprecated <code>nexusOptions</code> method was removed. <code>closeAndReleaseRepository</code> is automatically configured.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6754ccb8dc |
Bump protobuf-java from 3.17.2 to 3.17.3 (#2455)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.2 to 3.17.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.17.3</h2> <p><strong>C++</strong></p> <ul> <li>Introduce FieldAccessListener.</li> <li>Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class</li> <li>Fixed some uninitialized variable warnings in generated_message_reflection.cc.</li> </ul> <p><strong>Kotlin</strong></p> <ul> <li>Fix duplicate proto files error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8699">#8699</a>)</li> </ul> <p><strong>Java</strong></p> <ul> <li>Fixed parser to check that we are at a proper limit when a sub-message has finished parsing.</li> </ul> <p><strong>General</strong></p> <ul> <li>Support M1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8557">#8557</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
706e24a8e9 |
Bump mockito-core from 3.11.0 to 3.11.1 (#2454)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.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.11.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.11.1</h4> <ul> <li>2021-06-11 - <a href="https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1">3 commit(s)</a> by Charles Munger, dependabot[bot]</li> <li>Bump versions.bytebuddy from 1.11.1 to 1.11.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2322">https://github.com/facebook/flipper/issues/2322</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2322">mockito/mockito#2322</a>)</li> <li>Check package-privacy of method params [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2318">https://github.com/facebook/flipper/issues/2318</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2318">mockito/mockito#2318</a>)</li> <li>Bump shipkit-auto-version from 1.1.16 to 1.1.17 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2317">https://github.com/facebook/flipper/issues/2317</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2317">mockito/mockito#2317</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fd732a847c |
Bump mockito-core from 3.10.0 to 3.11.0 (#2424)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.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>v3.11.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.11.0</h4> <ul> <li>2021-06-03 - <a href="https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0">18 commit(s)</a> by Charles Munger, Szczepan Faber, dependabot[bot]</li> <li>Bump versions.bytebuddy from 1.11.0 to 1.11.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2313">https://github.com/facebook/flipper/issues/2313</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2313">mockito/mockito#2313</a>)</li> <li>Undo parent for MultipleParentsClassLoader [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2312">https://github.com/facebook/flipper/issues/2312</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2312">mockito/mockito#2312</a>)</li> <li>Bump shipkit-auto-version from 1.1.14 to 1.1.16 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2310">https://github.com/facebook/flipper/issues/2310</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2310">mockito/mockito#2310</a>)</li> <li>Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2309">https://github.com/facebook/flipper/issues/2309</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2309">mockito/mockito#2309</a>)</li> <li>Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2308">https://github.com/facebook/flipper/issues/2308</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2308">mockito/mockito#2308</a>)</li> <li>Bump shipkit-auto-version from 1.1.11 to 1.1.14 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2307">https://github.com/facebook/flipper/issues/2307</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2307">mockito/mockito#2307</a>)</li> <li>Use the parent classloader if the context classloader is a child of it. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2306">https://github.com/facebook/flipper/issues/2306</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2306">mockito/mockito#2306</a>)</li> <li>Bump kotlin-stdlib from 1.5.0 to 1.5.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2305">https://github.com/facebook/flipper/issues/2305</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2305">mockito/mockito#2305</a>)</li> <li>"The type is not public and its mock class is loaded by a different class loader" with a context classloader that delegates [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2303">https://github.com/facebook/flipper/issues/2303</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2303">mockito/mockito#2303</a>)</li> <li>Enabled automated changelog [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2301">https://github.com/facebook/flipper/issues/2301</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2301">mockito/mockito#2301</a>)</li> <li>Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2299">https://github.com/facebook/flipper/issues/2299</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2299">mockito/mockito#2299</a>)</li> <li>Bump versions.errorprone from 2.6.0 to 2.7.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2298">https://github.com/facebook/flipper/issues/2298</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2298">mockito/mockito#2298</a>)</li> <li>Bump junit-platform-launcher from 1.7.1 to 1.7.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2297">https://github.com/facebook/flipper/issues/2297</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2297">mockito/mockito#2297</a>)</li> <li>Bump versions.junitJupiter from 5.7.1 to 5.7.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2296">https://github.com/facebook/flipper/issues/2296</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2296">mockito/mockito#2296</a>)</li> <li>Renamed main dev branch [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2295">https://github.com/facebook/flipper/issues/2295</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2295">mockito/mockito#2295</a>)</li> <li>Bump gradle/wrapper-validation-action from 1 to 1.0.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2294">https://github.com/facebook/flipper/issues/2294</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2294">mockito/mockito#2294</a>)</li> <li>Bump actions/checkout from 2 to 2.3.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2293">https://github.com/facebook/flipper/issues/2293</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2293">mockito/mockito#2293</a>)</li> <li>'this' is not available - when enabling mock-maker-inline [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2082">https://github.com/facebook/flipper/issues/2082</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2082">mockito/mockito#2082</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c38dc6ff91 |
Bump protobuf-java from 3.17.1 to 3.17.2 (#2423)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.17.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.17.2</h2> <p><strong><strong>Kotlin</strong></strong></p> <ul> <li>Fix duplicate class error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8653">#8653</a>)</li> </ul> <p><strong><strong>PHP</strong></strong></p> <ul> <li>Fixed SEGV in sub-message getters for well-known types when message is unset (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8670">#8670</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a98e224fa3 |
Bump Fresco to 2.5.0 (#2429)
Summary: Per title. Pull Request resolved: https://github.com/facebook/flipper/pull/2429 Test Plan: CI ./gradlew :sample:assembleDebug Reviewed By: mweststrate Differential Revision: D28939925 Pulled By: passy fbshipit-source-id: e1d28f0784376413b029302d69b7f02cc8e7b7ad |
||
|
|
3e0133cfbb |
Bump proguard-annotations from 1.16.0 to 1.19.0 (#2355)
Summary: Bumps [proguard-annotations](https://github.com/facebook/yoga) from 1.16.0 to 1.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/yoga/releases">proguard-annotations's releases</a>.</em></p> <blockquote> <h2>v1.19.0</h2> <p>Release for Maven Central.</p> <h2>v1.18.0</h2> <p>No release notes provided.</p> <h2>v1.17.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7455d39ac4 |
Bump protobuf-java from 3.17.0 to 3.17.1 (#2393)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.0 to 3.17.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.17.1</h2> <h1>PHP</h1> <ul> <li>Fixed PHP memory leaks and arginfo errors. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8614">#8614</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> <h1>Ruby</h1> <ul> <li>Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4fd63d44e5 |
Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (#2392)
Summary: Bumps com.github.ben-manes.versions from 0.38.0 to 0.39.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/2392 Reviewed By: nikoant Differential Revision: D28795383 Pulled By: passy fbshipit-source-id: 941bb27ea6fdbf203e0fa09fdb0af0d9af430800 |
||
|
|
e18dd53f4a |
Bump gradle from 4.2.0 to 4.2.1 (#2325)
Summary: Bumps gradle from 4.2.0 to 4.2.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/2325 Reviewed By: priteshrnandgaonkar Differential Revision: D28474742 Pulled By: mweststrate fbshipit-source-id: fa58186520441ea86ae7204e63843a028c3b53e8 |
||
|
|
205ad32eb7 |
Bump mockito-core from 3.9.0 to 3.10.0 (#2326)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.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>v3.10.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.10.0</h4> <ul> <li>2021-05-12 - <a href="https://github.com/mockito/mockito/compare/HEAD...v3.10.0">0 commit(s)</a> by</li> <li>No notable improvements. No pull requests (issues) were referenced from commits.</li> </ul> <h2>v3.9.10</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.9.10</h4> <ul> <li>2021-04-29 - <a href="https://github.com/mockito/mockito/compare/v3.9.7...v3.9.10">3 commit(s)</a> by Ismaël Mejía, Tim van der Lippe, dependabot[bot]</li> <li>Remove ASM dependency [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2279">https://github.com/facebook/flipper/issues/2279</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2279">mockito/mockito#2279</a>)</li> <li>Apply automated ErrorProne fixes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2277">https://github.com/facebook/flipper/issues/2277</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2277">mockito/mockito#2277</a>)</li> <li>Bump kotlinx-coroutines-core from 1.4.2-native-mt to 1.4.3-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2276">https://github.com/facebook/flipper/issues/2276</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2276">mockito/mockito#2276</a>)</li> </ul> <h2>v3.9.9</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.9.9</h4> <ul> <li>2021-04-29 - <a href="https://github.com/mockito/mockito/compare/v3.9.7...v3.9.9">2 commit(s)</a> by Ismaël Mejía, dependabot[bot]</li> <li>Remove ASM dependency [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2279">https://github.com/facebook/flipper/issues/2279</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2279">mockito/mockito#2279</a>)</li> <li>Bump kotlinx-coroutines-core from 1.4.2-native-mt to 1.4.3-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2276">https://github.com/facebook/flipper/issues/2276</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2276">mockito/mockito#2276</a>)</li> </ul> <h2>v3.9.7</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.9.7</h4> <ul> <li>2021-04-23 - <a href="https://github.com/mockito/mockito/compare/v3.9.3...v3.9.7">4 commit(s)</a> by Michael Vitz, dependabot[bot]</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">https://github.com/facebook/flipper/issues/2273</a> : Add missing parenthesis to javadoc example [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2274">https://github.com/facebook/flipper/issues/2274</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2274">mockito/mockito#2274</a>)</li> <li>Example in javadoc of ArgumentMatcher has missing parenthesis [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">https://github.com/facebook/flipper/issues/2273</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">mockito/mockito#2273</a>)</li> <li>Bump groovy from 3.0.7 to 3.0.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2271">https://github.com/facebook/flipper/issues/2271</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2271">mockito/mockito#2271</a>)</li> <li>Bump shipkit-changelog from 1.1.13 to 1.1.15 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2270">https://github.com/facebook/flipper/issues/2270</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2270">mockito/mockito#2270</a>)</li> <li>Bump versions.bytebuddy from 1.10.20 to 1.11.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2269">https://github.com/facebook/flipper/issues/2269</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2269">mockito/mockito#2269</a>)</li> </ul> <h2>v3.9.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.9.3</h4> <ul> <li>2021-04-14 - <a href="https://github.com/mockito/mockito/compare/v3.9.2...v3.9.3">1 commit(s)</a> by A248</li> <li>Include cause when FieldReader fails to access field [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2267">https://github.com/facebook/flipper/issues/2267</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2267">mockito/mockito#2267</a>)</li> <li>Swallowed illegal access exceptions make it harder to debug modularity-related issues [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2266">https://github.com/facebook/flipper/issues/2266</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2266">mockito/mockito#2266</a>)</li> </ul> <h2>v3.9.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.9.2</h4> <ul> <li>2021-04-12 - <a href="https://github.com/mockito/mockito/compare/v3.9.0...v3.9.2">2 commit(s)</a> by dependabot[bot], devin040</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2242">https://github.com/facebook/flipper/issues/2242</a> : Make exceptions for Inorder.verify more standard / spec… [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2263">https://github.com/facebook/flipper/issues/2263</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2263">mockito/mockito#2263</a>)</li> <li>Bump shipkit-auto-version from 1.1.5 to 1.1.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2261">https://github.com/facebook/flipper/issues/2261</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2261">mockito/mockito#2261</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
e0b6135903 |
Bump protobuf-java from 3.16.0 to 3.17.0 (#2324)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.0 to 3.17.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.17.0</h2> <h1>Protocol Compiler</h1> <ul> <li>Fix the generated source information for reserved values in Enums.</li> </ul> <h1>C++</h1> <ul> <li>Fix -Wunused-parameter in map<!-- raw HTML omitted --> fields (fixes <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8494">#8494</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8500">#8500</a>)</li> <li>Use byteswap.h when building against musl libc (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8503">#8503</a>)</li> <li>Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8532">#8532</a>)</li> <li>Fix bug where <code>Descriptor::DebugString()</code> printed proto3 synthetic oneofs.</li> <li>Provide stable versions of <code>SortAndUnique()</code>.</li> <li>Make sure to cache proto3 optional message fields when they are cleared.</li> <li>Expose UnsafeArena methods to Reflection.</li> <li>Use std::string::empty() rather than std::string::size() > 0.</li> </ul> <h1>Kotlin</h1> <ul> <li>Restrict extension setter and getter operators to non-nullable T.</li> </ul> <h1>Java</h1> <ul> <li>updating GSON and Guava to more recent versions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8524">#8524</a>)</li> <li>Reduce the time spent evaluating isExtensionNumber by storing the extension ranges in a TreeMap for faster queries. This is particularly relevant for protos which define a large number of extension ranges, for example when each tag is defined as an extension.</li> <li>Fix java bytecode estimation logic for optional fields.</li> <li>Optimize Descriptor.isExtensionNumber.</li> </ul> <h1>Python</h1> <ul> <li>Add MethodDescriptor.CopyToProto() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8327">#8327</a>)</li> <li>Remove unused python_protobuf.{cc,h} (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8513">#8513</a>)</li> <li>Start publishing python aarch64 manylinux wheels normally (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8530">#8530</a>)</li> <li>Fix constness issue detected by MSVC standard conforming mode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8568">#8568</a>)</li> <li>Make JSON parsing match C++ and Java when multiple fields from the same oneof are present and all but one is null.</li> </ul> <h1>Ruby</h1> <ul> <li>Add support for proto3 json_name in compiler and field definitions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8356">#8356</a>)</li> <li>Fixed memory leak of Ruby arena objects. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8461">#8461</a>)</li> <li>Fix source gem compilation (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8471">#8471</a>)</li> <li>Fix various exceptions in Ruby on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8563">#8563</a>)</li> <li>Fix crash when calculating Message hash values on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8565">#8565</a>)</li> </ul> <h1>Conformance Tests</h1> <ul> <li>Added a conformance test for the case of multiple fields from the same oneof.</li> </ul> <h1>Other</h1> <ul> <li>Open sourcing kotlin protos (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8272">#8272</a>)</li> <li>Use a newer version of rules_proto, with the new rule <code>proto_descriptor_set</code> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8469">#8469</a>)</li> </ul> <h2>Protocol Buffers v3.17.0-rc2</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6279cc68b1 |
Upgrade to Gradle 7 (#2279)
Summary: Depends on https://github.com/facebook/flipper/issues/2277. Fixes https://github.com/facebook/flipper/issues/2221. The maven plugin is no longer exposed and implied by https://developer.android.com/studio/build/maven-publish-plugin. Pull Request resolved: https://github.com/facebook/flipper/pull/2279 Test Plan: ./gradlew uploadArchives -PdryRun=true Reviewed By: priteshrnandgaonkar Differential Revision: D28473692 Pulled By: passy fbshipit-source-id: 3d95122fecebfeac8bfa5173c5c633eee3f13311 |
||
|
|
5afd38165d |
Remove supportDesign in build.gradle (#2305)
Summary: dependabot notifies to upgrade `"com.google.android.material:material:1.0.0-rc01"` (D28323842), but none references this. This diff tries to remove it as it's unused Pull Request resolved: https://github.com/facebook/flipper/pull/2305 Reviewed By: passy, fabiomassimo Differential Revision: D28375893 fbshipit-source-id: 5963ad81b8008e5836dd59a1e09d8cdeb4f8eafe |
||
|
|
e6f68a9fce |
Bump protobuf-java from 3.15.8 to 3.16.0 (#2294)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.8 to 3.16.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.16.0</h2> <h1>C++</h1> <ul> <li>Fix compiler warnings issue found in conformance_test_runner <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8189">#8189</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8190">#8190</a>)</li> <li>Fix MinGW-w64 build issues. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8286">#8286</a>)</li> <li>[Protoc] C++ Resolved an issue where NO_DESTROY and CONSTINIT are in incorrect order (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8296">#8296</a>)</li> <li>Fix PROTOBUF_CONSTINIT macro redefinition (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8323">#8323</a>)</li> <li>Delete StringPiecePod (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8353">#8353</a>)</li> <li>Fix gcc error: comparison of unsigned expression in '>= 0' is always … (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8309">#8309</a>)</li> <li>Fix cmake install on iOS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8301">#8301</a>)</li> <li>Create a CMake option to control whether or not RTTI is enabled (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8347">#8347</a>)</li> <li>Fix endian.h location on FreeBSD (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8351">#8351</a>)</li> <li>Refactor util::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8354">#8354</a>)</li> <li>Make util::Status more similar to absl::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8405">#8405</a>)</li> <li>Fix -Wsuggest-destructor-override for generated C++ proto classes. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8408">#8408</a>)</li> <li>Refactor StatusOr and StringPiece (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8406">#8406</a>)</li> <li>Refactor uint128 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8416">#8416</a>)</li> <li>The ::pb namespace is no longer exposed due to conflicts.</li> <li>Allow MessageDifferencer::TreatAsSet() (and friends) to override previous calls instead of crashing.</li> <li>Reduce the size of generated proto headers for protos with <code>string</code> or <code>bytes</code> fields.</li> <li>Move arena() operation on uncommon path to out-of-line routine</li> <li>For iterator-pair function parameter types, take both iterators by value.</li> <li>Code-space savings and perhaps some modest performance improvements in RepeatedPtrField.</li> <li>Eliminate nullptr check from every tag parse.</li> <li>Remove unused _$name$<em>cached_byte_size</em> fields.</li> <li>Serialize extension ranges together when not broken by a proto field in the middle.</li> <li>Do out-of-line allocation and deallocation of string object in ArenaString.</li> <li>Streamline ParseContext::ParseMessage<!-- raw HTML omitted --> to avoid code bloat and improve performance.</li> <li>New member functions RepeatedField::Assign, RepeatedPtrField::{Add, Assign}.</li> <li>Fix undefined behavior warning due to innocuous uninitialization of value on an error path.</li> <li>Avoid expensive inlined code space for encoding message length for messages <blockquote> <p>= 128 bytes and instead do a procedure call to a shared out-of-line routine.</p> </blockquote> </li> <li>util::DefaultFieldComparator will be final in a future version of protobuf. Subclasses should inherit from SimpleFieldComparator instead.</li> </ul> <h1>C#</h1> <ul> <li>Add .NET 5 target and improve WriteString performance with SIMD (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8147">#8147</a>)</li> </ul> <h1>Java</h1> <ul> <li>deps: update JUnit and Truth (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8319">#8319</a>)</li> <li>Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.</li> <li>Exceptions thrown while reading from an InputStream in parseFrom are now included as causes.</li> <li>Support potentially more efficient proto parsing from RopeByteStrings.</li> <li>Clarify runtime of ByteString.Output.toStringBuffer().</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
dd25b69d66 |
Bump gradle from 4.1.3 to 4.2.0 (#2293)
Summary: Bumps gradle from 4.1.3 to 4.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/2293 Reviewed By: passy Differential Revision: D28323838 Pulled By: cekkaewnumchai fbshipit-source-id: 260e664a4abb9c9acbb45ecdff734c16ab6c8596 |