Commit Graph

4562 Commits

Author SHA1 Message Date
dependabot[bot]
ea4b8b8f8a Bump socket.io from 2.3.0 to 3.1.0 in /desktop (#1845)
Summary:
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 3.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p>
<blockquote>
<h2>3.1.0</h2>
<p>In order to ease the migration to Socket.IO v3, the v3 server is now able to communicate with v2 clients:</p>
<pre lang="js"><code>const io = require(&quot;socket.io&quot;)({
  allowEIO3: true // false by default
});
</code></pre>
<p>Note: the <code>allowEIO3</code> refers to the version 3 of the Engine.IO protocol which is used in Socket.IO v2</p>
<h3>Features</h3>
<ul>
<li>confirm a weak but matching ETag (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3485">#3485</a>) (<a href="161091dd4c">161091d</a>)</li>
<li><strong>esm:</strong> export the Namespace and Socket class (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3699">#3699</a>) (<a href="233650c222">233650c</a>)</li>
<li>add support for Socket.IO v2 clients (<a href="9925746c8e">9925746</a>)</li>
<li>add room events (<a href="155fa6333a">155fa63</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>allow integers as event names (<a href="1c220ddbf4">1c220dd</a>)</li>
</ul>
<h4>Links:</h4>
<ul>
<li>Milestone: -</li>
<li>Diff: <a href="https://github.com/socketio/socket.io/compare/3.0.5...3.1.0">https://github.com/socketio/socket.io/compare/3.0.5...3.1.0</a></li>
<li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/3.1.0">3.1.0</a></li>
<li>engine.io version:  <code>~4.1.0</code></li>
<li>ws version: <code>~7.4.2</code></li>
</ul>
<h2>3.0.5</h2>
<h3>Bug Fixes</h3>
<ul>
<li>properly clear timeout on connection failure (<a href="170b739f14">170b739</a>)</li>
</ul>
<h3>Reverts</h3>
<ul>
<li>restore the socket middleware functionality (<a href="bf54327421">bf54327</a>)</li>
</ul>
<h4>Links:</h4>
<ul>
<li>Milestone: -</li>
<li>Diff: <a href="https://github.com/socketio/socket.io/compare/3.0.4...3.0.5">https://github.com/socketio/socket.io/compare/3.0.4...3.0.5</a></li>
<li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/3.0.5">3.0.5</a></li>
<li>engine.io version:  <code>~4.0.6</code></li>
<li>ws version: <code>~7.4.2</code></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/master/CHANGELOG.md">socket.io's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/socketio/socket.io/compare/3.0.5...3.1.0">3.1.0</a> (2021-01-15)</h1>
<h3>Features</h3>
<ul>
<li>confirm a weak but matching ETag (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3485">#3485</a>) (<a href="161091dd4c">161091d</a>)</li>
<li><strong>esm:</strong> export the Namespace and Socket class (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3699">#3699</a>) (<a href="233650c222">233650c</a>)</li>
<li>add support for Socket.IO v2 clients (<a href="9925746c8e">9925746</a>)</li>
<li>add room events (<a href="155fa6333a">155fa63</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>allow integers as event names (<a href="1c220ddbf4">1c220dd</a>)</li>
</ul>
<h2><a href="https://github.com/socketio/socket.io/compare/3.0.4...3.0.5">3.0.5</a> (2021-01-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>properly clear timeout on connection failure (<a href="170b739f14">170b739</a>)</li>
</ul>
<h3>Reverts</h3>
<ul>
<li>restore the socket middleware functionality (<a href="bf54327421">bf54327</a>)</li>
</ul>
<h2><a href="https://github.com/socketio/socket.io/compare/3.0.3...3.0.4">3.0.4</a> (2020-12-07)</h2>
<h2><a href="https://github.com/socketio/socket.io/compare/3.0.2...3.0.3">3.0.3</a> (2020-11-19)</h2>
<h2><a href="https://github.com/socketio/socket.io/compare/3.0.1...3.0.2">3.0.2</a> (2020-11-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>merge Engine.IO options (<a href="43705d7a91">43705d7</a>)</li>
</ul>
<h2><a href="https://github.com/socketio/socket.io/compare/3.0.0...3.0.1">3.0.1</a> (2020-11-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>export ServerOptions and Namespace types (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3684">#3684</a>) (<a href="f62f180eda">f62f180</a>)</li>
<li><strong>typings:</strong> update the signature of the emit method (<a href="50671d984a">50671d9</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f05a4a6f82"><code>f05a4a6</code></a> chore(release): 3.1.0</li>
<li><a href="2c883f5d4e"><code>2c883f5</code></a> chore: bump socket.io-adapter version</li>
<li><a href="161091dd4c"><code>161091d</code></a> feat: confirm a weak but matching ETag (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3485">#3485</a>)</li>
<li><a href="d52532b7be"><code>d52532b</code></a> docs: add other client implementations (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3593">#3593</a>)</li>
<li><a href="6b1d7901db"><code>6b1d790</code></a> docs(examples): Improve the chat example with more ES6 features (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3240">#3240</a>)</li>
<li><a href="b55892ae80"><code>b55892a</code></a> docs: add run on repl.it badge to README (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3617">#3617</a>)</li>
<li><a href="233650c222"><code>233650c</code></a> feat(esm): export the Namespace and Socket class (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3699">#3699</a>)</li>
<li><a href="9925746c8e"><code>9925746</code></a> feat: add support for Socket.IO v2 clients</li>
<li><a href="de8dffd252"><code>de8dffd</code></a> refactor: strict type check in if expressions (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3744">#3744</a>)</li>
<li><a href="f8a66fd11a"><code>f8a66fd</code></a> chore(release): 3.0.5</li>
<li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/2.3.0...3.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket.io&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1845

Reviewed By: mweststrate

Differential Revision: D25945568

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 31e4955729b2ce16de88243e9520429f59922d58
2021-01-19 18:45:38 -08:00
Pritesh Nandgaonkar
140ff8861e Add github actions for dependency pod validations (#1834)
Summary:
This PR adds github actions to validate the pods, so that the changes which breaks the validation is not made. This PR also downgrades the version update of OpenSSL, as it doesn't validate the Folly podspec. I have [raised](https://github.com/krzyzanowskim/OpenSSL/issues/113) an issue on the repository which manages the openssl dependency.
## Changelog

- Added githubaction for dependent pod validation
- Downgraded the openssl version, as with upgraded version the folly pod didn't validate.

Pull Request resolved: https://github.com/facebook/flipper/pull/1834

Test Plan: CI

Reviewed By: passy

Differential Revision: D25939525

Pulled By: priteshrnandgaonkar

fbshipit-source-id: f70d043f1f6b2c79028212d8f56c6b8632092e33
2021-01-19 14:20:50 -08:00
Michel Weststrate
18ff69bacd Clean up home screen
Summary: The default screen without any devices or magic GK's was a bit noisy, this diffs cleans it up

Reviewed By: jknoxville

Differential Revision: D25946004

fbshipit-source-id: 76b7eec16b433544e9872e726e8f57dd1ce02b0f
2021-01-19 11:37:24 -08:00
Michel Weststrate
69c8413c57 Check for most recent Flipper version in internal builds as well
Reviewed By: passy

Differential Revision: D25945643

fbshipit-source-id: 4a831fa8d69c38004c8660597659ebd7007a3230
2021-01-19 07:10:00 -08:00
Michel Weststrate
84c05d441d Turn update message into notification
Summary: Based on discussion in D25805957 (ffeb47ed75), instead of showing a warning icon in the siderail, Flipper now shows a notification if there is a version / launcher issue or an update available

Reviewed By: nikoant

Differential Revision: D25924534

fbshipit-source-id: 625e46e41d9aa58f49e8bb77e5c513de0ddfbd6a
2021-01-19 07:09:59 -08:00
Michel Weststrate
6f75e39ca5 Clean up employee warning
Summary: Replaced in-your-face warning with a but more subtle one. Means also less usage of component lib.

Reviewed By: nikoant

Differential Revision: D25944965

fbshipit-source-id: 02a66ff96df2ab8b648f8b8cbeb30d025adfd5a8
2021-01-19 07:09:59 -08:00
John Knox
2e81955eae Fix redirect from wiki
Summary: Created from Diffusion's 'Open in Editor' feature.

Reviewed By: nikoant

Differential Revision: D25952493

fbshipit-source-id: 0509b9e0118afcab4e286757131bfa10cfc920b0
2021-01-19 05:59:14 -08:00
dependabot[bot]
b8e6b38a0c Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.13.0 in /desktop (#1844)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.4.0 to 4.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/eslint-plugin's releases</a>.</em></p>
<blockquote>
<h2>v4.13.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
<h2>v4.12.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
<h2>v4.11.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h2>v4.11.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
<h2>v4.10.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0">4.10.0</a> (2020-12-14)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li>
<li><a href="5558f41000"><code>5558f41</code></a> feat(eslint-plugin): [sort-type-union-intersection-members] add nullish group...</li>
<li><a href="f606846af2"><code>f606846</code></a> fix(eslint-plugin): support eslint@5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2917">#2917</a>)</li>
<li><a href="4c6ec93fe5"><code>4c6ec93</code></a> chore: publish v4.12.0</li>
<li><a href="9092c0494e"><code>9092c04</code></a> feat(eslint-plugin): add rule <code>sort-type-union-intersection-members</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2913">#2913</a>)</li>
<li><a href="4d69fbba91"><code>4d69fbb</code></a> fix(eslint-plugin): [comma-spacing] handle empty type params (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2915">#2915</a>)</li>
<li><a href="85c2720571"><code>85c2720</code></a> chore: publish v4.11.1</li>
<li><a href="2f10e1a5c7"><code>2f10e1a</code></a> fix(eslint-plugin): [naming-convention] fix precedence of method and property...</li>
<li><a href="51b22695eb"><code>51b2269</code></a> docs(eslint-plugin): reword misleading strict-boolean-expressions code exampl...</li>
<li><a href="e8f73e168a"><code>e8f73e1</code></a> chore: publish v4.11.0</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.13.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.4.0&new-version=4.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<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/1844

Reviewed By: mweststrate

Differential Revision: D25945569

Pulled By: priteshrnandgaonkar

fbshipit-source-id: e62acf51430e9f89dde2f0735dde09089b823587
2021-01-18 15:51:12 -08:00
dependabot[bot]
1b02d98021 Bump react-native-flipper from 0.70.0 to 0.71.0 in /react-native/ReactNativeFlipperExample (#1842)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.70.0 to 0.71.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">react-native-flipper's releases</a>.</em></p>
<blockquote>
<h2>v0.71.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a>
for full notes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="06d92002e2"><code>06d9200</code></a> Flipper Release: v0.71.0</li>
<li><a href="c7f1ca6f1c"><code>c7f1ca6</code></a> Bump anyhow from 1.0.37 to 1.0.38 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1822">https://github.com/facebook/flipper/issues/1822</a>)</li>
<li><a href="c85942b6b1"><code>c85942b</code></a> Move sonar robolectric tests to use binary resources</li>
<li><a href="8eb2243f5f"><code>8eb2243</code></a> Added hub icon.</li>
<li><a href="95e8f598a9"><code>95e8f59</code></a> Bump typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 in /flipper-js-cl...</li>
<li><a href="109ee4e4e5"><code>109ee4e</code></a> Bump ws from 7.3.0 to 7.4.2 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1827">https://github.com/facebook/flipper/issues/1827</a>)</li>
<li><a href="a33db4a884"><code>a33db4a</code></a> Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 in /flipper-js-client-sdk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1">https://github.com/facebook/flipper/issues/1</a>...</li>
<li><a href="5d1a902634"><code>5d1a902</code></a> Bump types/react-dom from 16.9.9 to 17.0.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1826">https://github.com/facebook/flipper/issues/1826</a>)</li>
<li><a href="89ff396b88"><code>89ff396</code></a> Bump serde_yaml from 0.8.14 to 0.8.15 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1821">https://github.com/facebook/flipper/issues/1821</a>)</li>
<li><a href="27a31077a5"><code>27a3107</code></a> Bump react-native-flipper from 0.69.0 to 0.70.0 in /react-native/ReactNativeF...</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.70.0...v0.71.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-flipper&package-manager=npm_and_yarn&previous-version=0.70.0&new-version=0.71.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/1842

Reviewed By: mweststrate

Differential Revision: D25945580

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 92889b0f1d18d8b0200aaf6b47c0d02bd40f2475
2021-01-18 14:48:38 -08:00
dependabot[bot]
7f438dc3db Bump serde from 1.0.118 to 1.0.119 in /packer (#1838)
Summary:
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.119.
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c89cf89fd"><code>4c89cf8</code></a> Release 1.0.119</li>
<li><a href="b0c99ed761"><code>b0c99ed</code></a> Restore compatibility with rustc 1.13.0</li>
<li><a href="dd1f4b483e"><code>dd1f4b4</code></a> Make it clearer that the private implementation details are private</li>
<li><a href="91bfa8f947"><code>91bfa8f</code></a> Refresh expandtest files with most recent rustfmt</li>
<li><a href="8847800ce2"><code>8847800</code></a> Ignore from_over_into clippy lint in test suite</li>
<li><a href="3c9fa1ccdf"><code>3c9fa1c</code></a> Switch to short form for serde.rs link in rustdoc</li>
<li><a href="3c29a8857f"><code>3c29a88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1936">#1936</a> from bryanburgers/add-serde-dynamo</li>
<li><a href="a5da27e16d"><code>a5da27e</code></a> Add serde_dynamo to the list of data formats</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.118&new-version=1.0.119)](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/1838

Reviewed By: mweststrate

Differential Revision: D25945124

Pulled By: passy

fbshipit-source-id: 30c3ec70aca76a6cb82c3dabe42547ba9429d981
2021-01-18 08:05:09 -08:00
Michel Weststrate
9cdb36ec0e Add --public-build option to start an OSS like build of Flipper
Summary: This diff adds the `--public-build` option which allows run a devServer emulating the OSS version of flipper. Technical details are explained in the comments.

Reviewed By: passy, nikoant

Differential Revision: D25944966

fbshipit-source-id: 540855808179582752b8aa646f0b8afd4b78396f
2021-01-18 06:48:03 -08:00
Michel Weststrate
7a1717fa87 Clean up App duplication
Summary: fb/App didn't really have a difference with fb-stubs/App, except that one checks for employee presence. However, since that is already controlled by config.checkFbEmployee, de-duped this to a single `<AppWrapper>` component, making the code a bit more easy to follow

Reviewed By: priteshrnandgaonkar

Differential Revision: D25824521

fbshipit-source-id: 8e16f0b29ec5d12475eaf14acd9dbc7df91191a2
2021-01-18 06:48:03 -08:00
Michel Weststrate
bf6655a640 Clean up SandySettingsPanel
Summary: The fb and non-fb sandy settings are now identical (see diff 1 of this stack), so inlined the component and dropped the files

Reviewed By: priteshrnandgaonkar

Differential Revision: D25824522

fbshipit-source-id: 5a388b3f7259cb96f0e45ceb3363c40e4f198d7b
2021-01-18 06:48:03 -08:00
Michel Weststrate
ffeb47ed75 Move title bar functionality to rail (#1816)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/1816

Now that Sandy is the default in OSS builds as well, we can remove the temporarily title bar and switch to small topbar windows in Electron.

This diff removes any remaining elements in the titlebar

- version number went into the title bar
- the update check warning is shown on top of the bottom section of the left rail (orange triangle)
- the development only perf graphs are moved to the left bar as well and are now aligned vertically.

Reviewed By: jknoxville

Differential Revision: D25805957

fbshipit-source-id: fba4b60c246b8f5d99a93087af31af9ac55defe8
2021-01-18 06:48:03 -08:00
Michel Weststrate
bd6c5c0f71 Remove AutoUpdateVersion
Summary: With Sandy we don't have a designed UI for the auto updater, and since this functionality has been disabled for almost a year, we can safely remove it for now until we have the underlying infra, and then rethink the UI if we ever re-introduce it

Reviewed By: passy

Differential Revision: D25804854

fbshipit-source-id: fd96624ffd44e373e8f2c454a67b3797b16779a6
2021-01-18 06:48:02 -08:00
Michel Weststrate
1d23e043de Open Sandy by default to OSS users
Summary:
Removed all `GK.get('flipper_sandy') ` checks to make Sandy the default in public builds as well.

Changelog: Public OSS builds will now use Sandy by default

Reviewed By: passy

Differential Revision: D25803498

fbshipit-source-id: 17b0b431cd30ebcf1c308af0ce63a05b3798741e
2021-01-18 06:48:02 -08:00
Pritesh Nandgaonkar
439601e20c Fix Screen recorder not stopping
Summary:
This fixes the issue raised [here](https://fb.workplace.com/groups/flippersupport/permalink/1059080941239230/) I added the `-l` tag which is for sending signal

{F360746398}

Reviewed By: jknoxville

Differential Revision: D25945336

fbshipit-source-id: a1d8eaf3888072a64ab682fbbc60c03c15ac023a
2021-01-18 06:17:52 -08:00
GitHub
be31bbdb9c Automated: Update Podfile.lock (#1835)
Summary:
This is an automated PR to update the Podfile.lock.
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
- Also make sure that all the dependencies are updated to the latest one.
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Pull Request resolved: https://github.com/facebook/flipper/pull/1835

Reviewed By: priteshrnandgaonkar

Differential Revision: D25944782

Pulled By: passy

fbshipit-source-id: c0375df1ac8030f3bdfeaa9ac846031499bc9d5e
2021-01-18 04:21:50 -08:00
generatedunixname89002005306973
57b3e61e7f Flipper Snapshot Bump: v0.71.1-SNAPSHOT
Summary: Releasing snapshot version 0.71.1-SNAPSHOT

Reviewed By: priteshrnandgaonkar

Differential Revision: D25897816

fbshipit-source-id: 1d14e7c6561dc48cd963183bf6d9bfc525f17f3e
2021-01-17 16:42:22 -08:00
generatedunixname89002005306973
06d92002e2 Flipper Release: v0.71.0
Summary: Releasing version 0.71.0

Reviewed By: priteshrnandgaonkar

Differential Revision: D25897817

fbshipit-source-id: afbb63a381636ce0d8d8a4ecb2636c601f39e932
2021-01-17 16:42:22 -08:00
dependabot[bot]
c7f1ca6f1c Bump anyhow from 1.0.37 to 1.0.38 in /packer (#1822)
Summary:
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.38.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.38</h2>
<ul>
<li>Support using anyhow::Error in code executed by Miri (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/134">https://github.com/facebook/flipper/issues/134</a>, thanks <a href="https://github.com/thomcc">thomcc</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6a16413b65"><code>6a16413</code></a> Release 1.0.38</li>
<li><a href="f3fe8bdd04"><code>f3fe8bd</code></a> Restore compatibility with rustc pre-1.38</li>
<li><a href="62673e2ccf"><code>62673e2</code></a> Adopt some NonNull wrappers</li>
<li><a href="d1b0c9a17c"><code>d1b0c9a</code></a> Only need vtable function for a type erased ErrorImpl</li>
<li><a href="bd5e39bd15"><code>bd5e39b</code></a> Elide ErrorImpl type parameter if erased</li>
<li><a href="ae372df93f"><code>ae372df</code></a> Merge pull request 134 from thomcc/mirimiri</li>
<li><a href="52c2c4c442"><code>52c2c4c</code></a> Fix parse failure in doc test</li>
<li><a href="9757e7f6ac"><code>9757e7f</code></a> Add miri to CI</li>
<li><a href="87fdd9ec91"><code>87fdd9e</code></a> Allow running tests under miri</li>
<li><a href="cb841d6e32"><code>cb841d6</code></a> Fix catching clippy warnings as CI failures</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.38">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.37&new-version=1.0.38)](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/1822

Reviewed By: priteshrnandgaonkar

Differential Revision: D25870651

Pulled By: passy

fbshipit-source-id: 8c4c9a03ade5cad9fa8acf15feb248d29d82d6b7
2021-01-14 10:44:20 -08:00
Ian Childs
c85942b6b1 Move sonar robolectric tests to use binary resources
Summary: Legacy resources are deprecated, this is what we should be using

Reviewed By: jselbo

Differential Revision: D25903962

fbshipit-source-id: ffa91a3aee8956591b7daab523bda2e59fec9932
2021-01-13 14:32:56 -08:00
Scott Kensell
8eb2243f5f Added hub icon.
Summary: This adds the hub icon to the list of available icons.

Reviewed By: mweststrate

Differential Revision: D25873343

fbshipit-source-id: 0060a1a2e3e6298eb39cb652a5e3dbc71c01367e
2021-01-12 11:34:56 -08:00
dependabot[bot]
95e8f598a9 Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 in /flipper-js-client-sdk (#1823)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.11.1 to 4.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/eslint-plugin's releases</a>.</em></p>
<blockquote>
<h2>v4.12.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c6ec93fe5"><code>4c6ec93</code></a> chore: publish v4.12.0</li>
<li><a href="9092c0494e"><code>9092c04</code></a> feat(eslint-plugin): add rule <code>sort-type-union-intersection-members</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2913">#2913</a>)</li>
<li><a href="4d69fbba91"><code>4d69fbb</code></a> fix(eslint-plugin): [comma-spacing] handle empty type params (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2915">#2915</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.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/1823

Reviewed By: mweststrate

Differential Revision: D25870625

Pulled By: passy

fbshipit-source-id: 7600832d73746a39854a56433af8b721d7347df8
2021-01-12 09:50:31 -08:00
dependabot[bot]
109ee4e4e5 Bump ws from 7.3.0 to 7.4.2 in /desktop (#1827)
Summary:
Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p>
<blockquote>
<h2>7.4.2</h2>
<h1>Bug fixes</h1>
<ul>
<li>Silenced a deprecation warning (d1a8af4d).</li>
</ul>
<h2>7.4.1</h2>
<h1>Bug fixes</h1>
<ul>
<li>Added a workaround for a double <code>'error'</code> event bug in Node.js &lt; 13 which
caused an uncaught error during the WebSocket handshake (38d6ab3b).</li>
</ul>
<h2>7.4.0</h2>
<h1>Features</h1>
<ul>
<li>The callback of <code>WebSocketServer.prototype.handleUpgrade()</code> now takes the
client HTTP GET request as second argument (7d39f19e).</li>
</ul>
<h1>Bug fixes</h1>
<ul>
<li>Read-only properties are now read-only (eabed8fc).</li>
<li>The <code>CONNECTING</code>, <code>OPEN</code>, <code>CLOSING</code>, <code>CLOSED</code>, <code>binaryType</code>, <code>bufferedAmount</code>,
<code>extensions</code>, <code>onclose</code>, <code>onerror</code>, <code>onmessage</code>, <code>onopen</code>, <code>protocol</code>,
<code>readyState</code>, and <code>url</code> properties are now enumerable (2069e684).</li>
</ul>
<h2>7.3.1</h2>
<h1>Bug fixes</h1>
<ul>
<li>Improved <code>websocket.bufferedAmount</code> accuracy (e1349c04, a1629426).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d1a8af4ddb"><code>d1a8af4</code></a> [dist] 7.4.2</li>
<li><a href="48a2349d22"><code>48a2349</code></a> [pkg] Update eslint-config-prettier to version 7.1.0</li>
<li><a href="a2c0d447af"><code>a2c0d44</code></a> [minor] Silence deprecation warning</li>
<li><a href="c171962844"><code>c171962</code></a> [dist] 7.4.1</li>
<li><a href="38d6ab3b06"><code>38d6ab3</code></a> [fix] Handle cases where the <code>'error'</code> event is emitted multiple times</li>
<li><a href="3d5066a7ca"><code>3d5066a</code></a> [test] Check configurability and enumerability of WebSocket properties</li>
<li><a href="eb36a63183"><code>eb36a63</code></a> [dist] 7.4.0</li>
<li><a href="3f185bf34a"><code>3f185bf</code></a> [minor] Use the public <code>binaryType</code> property</li>
<li><a href="2069e68470"><code>2069e68</code></a> [fix] Fix the enumerability of some properties</li>
<li><a href="eabed8fcc3"><code>eabed8f</code></a> [fix] Make read-only properties read-only</li>
<li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/7.3.0...7.4.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.3.0&new-version=7.4.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/1827

Reviewed By: mweststrate

Differential Revision: D25870560

Pulled By: passy

fbshipit-source-id: e71365ab725d18bd89f93854087437703da477c4
2021-01-12 09:47:47 -08:00
dependabot[bot]
a33db4a884 Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 in /flipper-js-client-sdk (#1824)
Summary:
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.0 to 3.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p>
<blockquote>
<h2>v3.3.1 (2021-01-04)</h2>
<ul>
<li>fix: add eslint-config-prettier as an optional peer dependency (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/374">https://github.com/facebook/flipper/issues/374</a>) (<a href="d59df27890">d59df27</a>)</li>
<li>build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (<a href="b87985d8b1">b87985d</a>)</li>
<li>build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (<a href="11e427e5d6">11e427e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b0ddb107cc"><code>b0ddb10</code></a> Build: update package.json and changelog for v3.3.1</li>
<li><a href="d59df27890"><code>d59df27</code></a> fix: add eslint-config-prettier as an optional peer dependency (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/374">https://github.com/facebook/flipper/issues/374</a>)</li>
<li><a href="b87985d8b1"><code>b87985d</code></a> build(deps-dev): bump eslint from 7.16.0 to 7.17.0</li>
<li><a href="11e427e5d6"><code>11e427e</code></a> build(deps-dev): bump eslint from 7.15.0 to 7.16.0</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v3.3.0...v3.3.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=3.3.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/1824

Reviewed By: mweststrate

Differential Revision: D25870620

Pulled By: passy

fbshipit-source-id: c7707d570ccfb95cb44da755272f4291db0d82a4
2021-01-12 09:45:15 -08:00
dependabot[bot]
5d1a902634 Bump @types/react-dom from 16.9.9 to 17.0.0 in /desktop (#1826)
Summary:
Bumps [types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.9 to 17.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=16.9.9&new-version=17.0.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/1826

Reviewed By: mweststrate

Differential Revision: D25870617

Pulled By: passy

fbshipit-source-id: 7615116bba7259bcd352e7772118a12204c5d01e
2021-01-12 09:40:08 -08:00
dependabot[bot]
89ff396b88 Bump serde_yaml from 0.8.14 to 0.8.15 in /packer (#1821)
Summary:
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.14 to 0.8.15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p>
<blockquote>
<h2>0.8.15</h2>
<ul>
<li>Declare dependency version requirements compatible with minimal-versions lockfile (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/183">https://github.com/facebook/flipper/issues/183</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c3595c7261"><code>c3595c7</code></a> Release 0.8.15</li>
<li><a href="022b0ad89f"><code>022b0ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/184">https://github.com/facebook/flipper/issues/184</a> from dtolnay/minimal-versions</li>
<li><a href="e656edc0b7"><code>e656edc</code></a> Test minimal-versions in CI</li>
<li><a href="6df5a22c86"><code>6df5a22</code></a> Set version requirements compatible with -Z minimal-versions</li>
<li><a href="f6aa31d1f7"><code>f6aa31d</code></a> Fix catching clippy warnings as CI failures</li>
<li><a href="7f6d925e60"><code>7f6d925</code></a> Inform clippy of supported compiler version in clippy.toml</li>
<li><a href="c82a38dc7f"><code>c82a38d</code></a> Apply clippy to test suite</li>
<li><a href="7a04d41d24"><code>7a04d41</code></a> Extract clippy lint level to CI job</li>
<li><a href="a4105eaaf2"><code>a4105ea</code></a> Resolve clippy unnecessary_wraps lints</li>
<li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.8.14...0.8.15">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.14&new-version=0.8.15)](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/1821

Reviewed By: priteshrnandgaonkar

Differential Revision: D25870648

Pulled By: passy

fbshipit-source-id: f953878349dc84267fd90559644afdb3a53cedf0
2021-01-12 09:31:55 -08:00
dependabot[bot]
27a31077a5 Bump react-native-flipper from 0.69.0 to 0.70.0 in /react-native/ReactNativeFlipperExample (#1825)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.69.0 to 0.70.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">react-native-flipper's releases</a>.</em></p>
<blockquote>
<h2>v0.70.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a>
for full notes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="44e1b2ee9a"><code>44e1b2e</code></a> Flipper Release: v0.70.0</li>
<li><a href="cfd1c22814"><code>cfd1c22</code></a> Detect Flipper reloads, to remove false positives in quick restart detection</li>
<li><a href="c460cb767f"><code>c460cb7</code></a> Fix deleted page redirects</li>
<li><a href="8a8b979f66"><code>8a8b979</code></a> Bump shellexpand from 2.0.0 to 2.1.0 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1792">https://github.com/facebook/flipper/issues/1792</a>)</li>
<li><a href="216fc9a88c"><code>216fc9a</code></a> Bump serde_json from 1.0.60 to 1.0.61 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1801">https://github.com/facebook/flipper/issues/1801</a>)</li>
<li><a href="a934f776a4"><code>a934f77</code></a> Bump anyhow from 1.0.36 to 1.0.37 in /packer (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1802">https://github.com/facebook/flipper/issues/1802</a>)</li>
<li><a href="ddd9536e14"><code>ddd9536</code></a> Add more explicit notes on how to update the Flipper SDK in react-native</li>
<li><a href="d836b80273"><code>d836b80</code></a> Fix network plugin not working in example</li>
<li><a href="ef3da0e530"><code>ef3da0e</code></a> Fix deferred loaded plugins not showing up</li>
<li><a href="5471b844bc"><code>5471b84</code></a> Apply react-native migration 0.62.2 -&gt; 0.63.4</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.69.0...v0.70.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-flipper&package-manager=npm_and_yarn&previous-version=0.69.0&new-version=0.70.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/1825

Reviewed By: priteshrnandgaonkar

Differential Revision: D25870619

Pulled By: passy

fbshipit-source-id: 4263f58accc31d85a5ab26de273aa25f798f7bf0
2021-01-12 09:28:17 -08:00
Anton Nikolaev
a6599963ec Fix the issue with plugin installation from npm
Summary: https://github.com/facebook/flipper/issues/1818

Reviewed By: jknoxville

Differential Revision: D25870562

fbshipit-source-id: 0d62626355b35505089990cfdb592b0ea4b84fda
2021-01-11 10:50:42 -08:00
Andres Suarez
731e39445f Apply clang-format update fixes
Reviewed By: igorsugak

Differential Revision: D25861849

fbshipit-source-id: 840dc1061e557717c7f9ffcccbc09c24b96b78e0
2021-01-10 10:07:30 -08:00
Pritesh Nandgaonkar
98b74c4f49 Fixes a crash caused by network swizzling in FlipperKit (#1810)
Summary:
This PR fixes the crash mentioned [here](https://github.com/facebook/flipper/issues/1674#issuecomment-754402609) in the https://github.com/facebook/flipper/issues/1674 .  The issue was that logging `NSLog(@"%@", [self valueForKey:@"_methodDescription"]);` in the swizzled network delegate class used to cause a crash. The cause of this was the nil `methodDescription.types` sent to `class_addMethod`.

In the following change we do not add a method to the class which doesn't implement the selector, we will anyway listen for those events from the base NSURLSession class. Removing the `class_addMethod`, fixes both the issue mentioned
 [here](https://github.com/facebook/flipper/issues/1674#issuecomment-754402609) in https://github.com/facebook/flipper/issues/1674.

This PR also fixes an issue where no network calls where logged in Flipper when the iOS version was 14, the reason was that the URLSessionResume task was not properly swizzled for 14.

## Changelog

- Do not add a runtime method to the delegate which doesn't implement a responder
- Fix swizzling logic of the URLSession task resume method for ios 14

Pull Request resolved: https://github.com/facebook/flipper/pull/1810

Test Plan:
- I ran the sample app and checked that the network calls are logged.
- I copy pasted the changes in RN project and verified that the  issues mentioned in https://github.com/facebook/flipper/issues/1674 doesn't happen and also verified that the network calls being hit from JS and Native code gets logged in Flipper. Verified with IsolatedSwizzles.zip mentioned over [here](https://github.com/facebook/flipper/issues/1674#issuecomment-754726174). Also verified by copy pasting the code in the fresh  RN project.

Reviewed By: fabiomassimo

Differential Revision: D25801510

Pulled By: mweststrate

fbshipit-source-id: 53ef574696d2abbdbfc2b6d94769327cdfa8aa2b
2021-01-07 05:27:41 -08:00
dependabot[bot]
1075a1bc18 Bump @typescript-eslint/parser from 4.10.0 to 4.12.0 in /flipper-js-client-sdk (#1814)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.10.0 to 4.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/parser's releases</a>.</em></p>
<blockquote>
<h2>v4.12.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
<h2>v4.11.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h2>v4.11.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">typescript-eslint/parser's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c6ec93fe5"><code>4c6ec93</code></a> chore: publish v4.12.0</li>
<li><a href="85c2720571"><code>85c2720</code></a> chore: publish v4.11.1</li>
<li><a href="535c8c438a"><code>535c8c4</code></a> docs(parser): clarify <code>ecmaVersion</code> usage (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2899">#2899</a>)</li>
<li><a href="e8f73e168a"><code>e8f73e1</code></a> chore: publish v4.11.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.12.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/1814

Reviewed By: cekkaewnumchai

Differential Revision: D25805309

Pulled By: passy

fbshipit-source-id: b96ade7a5552786ee00dd24af11fa8f738a55f86
2021-01-07 04:23:14 -08:00
dependabot[bot]
f5dab2a3a1 Bump eslint from 7.16.0 to 7.17.0 in /flipper-js-client-sdk (#1805)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.17.0</h2>
<ul>
<li><a href="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>) (Milos Djermanovic)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>) (Milos Djermanovic)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>) (Milos Djermanovic)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>) (Milos Djermanovic)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>) (Milos Djermanovic)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>) (薛定谔的猫)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>) (Milos Djermanovic)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13959">#13959</a>) (Milos Djermanovic)</li>
<li><a href="e451b9664a"><code>e451b96</code></a> Docs: update build tool for webpack (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13962">#13962</a>) (Sam Chen)</li>
<li><a href="c3e9accce2"><code>c3e9acc</code></a> Chore: fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13960">#13960</a>) (YeonJuan)</li>
<li><a href="7289ecf58e"><code>7289ecf</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.17.0 - January 1, 2021</p>
<ul>
<li><a href="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>) (Milos Djermanovic)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>) (Milos Djermanovic)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>) (Milos Djermanovic)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>) (Milos Djermanovic)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>) (Milos Djermanovic)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>) (薛定谔的猫)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>) (Milos Djermanovic)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13959">#13959</a>) (Milos Djermanovic)</li>
<li><a href="e451b9664a"><code>e451b96</code></a> Docs: update build tool for webpack (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13962">#13962</a>) (Sam Chen)</li>
<li><a href="c3e9accce2"><code>c3e9acc</code></a> Chore: fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13960">#13960</a>) (YeonJuan)</li>
<li><a href="7289ecf58e"><code>7289ecf</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="896273f9d7"><code>896273f</code></a> 7.17.0</li>
<li><a href="be40eff57f"><code>be40eff</code></a> Build: changelog update for 7.17.0</li>
<li><a href="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13">https://github.com/facebook/flipper/issues/13</a>...</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.16.0&new-version=7.17.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/1805

Reviewed By: cekkaewnumchai

Differential Revision: D25804200

Pulled By: passy

fbshipit-source-id: 1c152a70e5e30753377d87045a5dcd6937bee5ed
2021-01-07 04:23:14 -08:00
dependabot[bot]
5fb4242f1c Bump eslint-plugin-react from 7.21.5 to 7.22.0 in /flipper-js-client-sdk (#1804)
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.22.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
This project adheres to <a href="http://semver.org/">Semantic Versioning</a>.
This change log adheres to standards from <a href="http://keepachangelog.com">Keep a CHANGELOG</a>.</p>
<h2>Unreleased</h2>
<h3>Added</h3>
<ul>
<li>[<code>jsx-key</code>]: added <code>checkKeyMustBeforeSpread</code> option for new jsx transform (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2835">#2835</a>[] <a href="https://github.com/morlay">morlay</a>)</li>
<li>[<code>jsx-newline</code>]: add new rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2693">#2693</a>[] <a href="https://github.com/jzabala">jzabala</a>)</li>
<li>[<code>jsx-no-constructed-context-values</code>]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2763">#2763</a>[] <a href="https://github.com/dylanOshima">dylanOshima</a>)</li>
<li>[<code>jsx-indent-props</code>]: add <code>ignoreTernaryOperator</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2846">#2846</a>[] <a href="https://github.com/SebastianZimmer">SebastianZimmer</a>)</li>
<li>[<code>jsx-no-target-blank</code>]: Add <code>warnOnSpreadAttributes</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2855">#2855</a>[] <a href="https://github.com/michael-yx-wu">michael-yx-wu</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>display-name</code>]/component detection: avoid a crash on anonymous components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">#2840</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li>
<li>[<code>prop-types</code>]: function in class that returns a component causes false warning in typescript (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2843">#2843</a>[] <a href="https://github.com/SyMind">SyMind</a>)</li>
<li>[<code>jsx-no-target-blank</code>]: avoid a crash with a non-string literal (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">#2851</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li>
<li>[<code>jsx-no-script-url</code>]: avoid crash with boolean <code>href</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">#2871</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li>
<li>[<code>no-typos</code>]: avoid crash with computed method name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">#2870</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li>
<li>[<code>jsx-max-depth</code>]: avoid crash with childless jsx child (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">#2869</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li>
<li>[<code>jsx-wrap-multilines</code>]: fix crash with <code>declaration</code>s that are on a new line after <code>=</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">#2875</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li>
<li>[<code>no-unknown-property</code>]: avoid crash with prop named with Object.prototype key (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">#2879</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li>
<li>[<code>prop-types</code>]: default argument does not count as props-types declaration (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2877">#2877</a>[] <a href="https://github.com/golopot">golopot</a>)</li>
<li>[<code>jsx-props-no-multi-spaces</code>]: fix a false positive for beside comments (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2878">#2878</a>[] <a href="https://github.com/golopot">golopot</a>)</li>
<li>[<code>jsx-no-undef</code>]: handle the TS parser combined with an invalid ecmaVersion (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">#2882</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li>
<li>[<code>no-unused-prop-types</code>]: apply <code>skipShapeProps</code> to exact types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2883">#2883</a>[] <a href="https://github.com/golopot">golopot</a>)</li>
<li>[<code>no-danger-with-children</code>]/[<code>style-prop-object</code>]/[<code>no-adjacent-inline-elements</code>]: add category, URL (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2891">#2891</a>[] <a href="https://github.com/thofmann">thofmann</a>)</li>
</ul>
<h3>Docs</h3>
<ul>
<li>[<code>no-unused-prop-types</code>]: Add new example to rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2852">#2852</a>[] <a href="https://github.com/thehereward">thehereward</a>)</li>
<li>[<code>prop-types</code>]: fix example (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2881">#2881</a>[] <a href="https://github.com/technote-space">technote-space</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2891">#2891</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2891">yannickcr/eslint-plugin-react#2891</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2883">#2883</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2883">yannickcr/eslint-plugin-react#2883</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">#2882</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">yannickcr/eslint-plugin-react#2882</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2881">#2881</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2881">yannickcr/eslint-plugin-react#2881</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">#2879</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">yannickcr/eslint-plugin-react#2879</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2878">#2878</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2878">yannickcr/eslint-plugin-react#2878</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2877">#2877</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2877">yannickcr/eslint-plugin-react#2877</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">#2875</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">yannickcr/eslint-plugin-react#2875</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">#2871</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">yannickcr/eslint-plugin-react#2871</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">#2870</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">yannickcr/eslint-plugin-react#2870</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">#2869</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">yannickcr/eslint-plugin-react#2869</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2855">#2855</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2855">yannickcr/eslint-plugin-react#2855</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2852">#2852</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2852">yannickcr/eslint-plugin-react#2852</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">#2851</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">yannickcr/eslint-plugin-react#2851</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2846">#2846</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2846">yannickcr/eslint-plugin-react#2846</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2843">#2843</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2843">yannickcr/eslint-plugin-react#2843</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">#2840</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">yannickcr/eslint-plugin-react#2840</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e2eaadae31"><code>e2eaada</code></a> Update CHANGELOG and bump version</li>
<li><a href="77e1b35802"><code>77e1b35</code></a> [Fix] <code>no-danger-with-children</code>/<code>style-prop-object</code>/`no-adjacent-inline-eleme...</li>
<li><a href="a137a04d79"><code>a137a04</code></a> [Tests] clean up some test cases</li>
<li><a href="9e4bbd0e81"><code>9e4bbd0</code></a> [Fix] <code>no-unused-prop-types</code>: apply <code>skipShapeProps</code> to exact types</li>
<li><a href="7aaa1cf6b0"><code>7aaa1cf</code></a> [meta] fix changelog entry</li>
<li><a href="c4ecce98d0"><code>c4ecce9</code></a> [New] <code>jsx-no-target-blank</code>: Add <code>warnOnSpreadAttributes</code> option</li>
<li><a href="66593e56d6"><code>66593e5</code></a> [New] <code>jsx-indent-props</code>: add <code>ignoreTernaryOperator</code> option</li>
<li><a href="816e3449cf"><code>816e344</code></a> [Fix] <code>jsx-no-undef</code>: handle the TS parser combined with an invalid ecmaVersion</li>
<li><a href="b85b8fc39e"><code>b85b8fc</code></a> [Tests] add <code>readme</code> tests I forgot in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2887">#2887</a></li>
<li><a href="8ef839aabe"><code>8ef839a</code></a> [Tests] migrate tests to Github Actions</li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.22.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.21.5&new-version=7.22.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/1804

Reviewed By: cekkaewnumchai

Differential Revision: D25805314

Pulled By: passy

fbshipit-source-id: 24a1de5f6d832ec1aa261f667aae50e8cc5de524
2021-01-07 04:23:14 -08:00
bizzguy
f806ee41d7 Network plugin - fix issue with responses with empty body (#1776)
Summary:
The Network Plugin does not properly handle network requests that return an empty body (because of the body actually being empty or because the network call returns something like a 404 status).

Also, the creation of mocks using the "Copy Highlighted" command when the original response returns an empty body is not handled properly.

## Fix

The Android plugin now returns a response when the body length is 0.

The client plugin creates a body containing an empty string instead of null when the body is empty.

## Changelog

Fix problem in Network Plugin when original call or mock has an empty body in the response.

Pull Request resolved: https://github.com/facebook/flipper/pull/1776

Test Plan:
The following screen output for the Network Plugin shows that the call is now being handled correctly.  The fields for "status", "size" and "duration" are now populated.

Also, the mock calls are properly defined and shown in yellow.

![image](https://user-images.githubusercontent.com/337874/102738969-5edd5280-4311-11eb-9b46-33a57a50e334.png)

Reviewed By: mweststrate

Differential Revision: D25804212

Pulled By: passy

fbshipit-source-id: b31cc87619c604b4df76e05bca5c86554a1cabff
2021-01-07 04:15:18 -08:00
dependabot[bot]
02da9baa4b Bump axios from 0.21.0 to 0.21.1 in /desktop (#1811)
Summary:
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p>
<blockquote>
<h2>v0.21.1</h2>
<h3>0.21.1 (December 21, 2020)</h3>
<p>Fixes and Functionality:</p>
<ul>
<li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li>
<li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li>
<li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li>
<li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li>
</ul>
<p>Internal and Tests:</p>
<ul>
<li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li>
<li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li>
</ul>
<p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p>
<ul>
<li>Daniel Lopretto <a href="mailto:timemachine3030@users.noreply.github.com">timemachine3030@users.noreply.github.com</a></li>
<li>Jason Kwok <a href="mailto:JasonHK@users.noreply.github.com">JasonHK@users.noreply.github.com</a></li>
<li>Jay <a href="mailto:jasonsaayman@gmail.com">jasonsaayman@gmail.com</a></li>
<li>Jonathan Foster <a href="mailto:jonathan@jonathanfoster.io">jonathan@jonathanfoster.io</a></li>
<li>Remco Haszing <a href="mailto:remcohaszing@gmail.com">remcohaszing@gmail.com</a></li>
<li>Xianming Zhong <a href="mailto:chinesedfan@qq.com">chinesedfan@qq.com</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md">axios's changelog</a>.</em></p>
<blockquote>
<h3>0.21.1 (December 21, 2020)</h3>
<p>Fixes and Functionality:</p>
<ul>
<li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li>
<li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li>
<li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li>
<li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li>
</ul>
<p>Internal and Tests:</p>
<ul>
<li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li>
<li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li>
</ul>
<p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p>
<ul>
<li>Daniel Lopretto <a href="mailto:timemachine3030@users.noreply.github.com">timemachine3030@users.noreply.github.com</a></li>
<li>Jason Kwok <a href="mailto:JasonHK@users.noreply.github.com">JasonHK@users.noreply.github.com</a></li>
<li>Jay <a href="mailto:jasonsaayman@gmail.com">jasonsaayman@gmail.com</a></li>
<li>Jonathan Foster <a href="mailto:jonathan@jonathanfoster.io">jonathan@jonathanfoster.io</a></li>
<li>Remco Haszing <a href="mailto:remcohaszing@gmail.com">remcohaszing@gmail.com</a></li>
<li>Xianming Zhong <a href="mailto:chinesedfan@qq.com">chinesedfan@qq.com</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a64050a6cf"><code>a64050a</code></a> Releasing 0.21.1</li>
<li><a href="d57cd976f3"><code>d57cd97</code></a> Updating changelog for 0.21.1 release</li>
<li><a href="8b0f373df0"><code>8b0f373</code></a> Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li>
<li><a href="e426910be7"><code>e426910</code></a> Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li>
<li><a href="c7329fefc8"><code>c7329fe</code></a> Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li>
<li><a href="f472e5da5f"><code>f472e5d</code></a> Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li>
<li><a href="768825589f"><code>7688255</code></a> Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li>
<li><a href="820fe6e41a"><code>820fe6e</code></a> Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li>
<li>See full diff in <a href="https://github.com/axios/axios/compare/v0.21.0...v0.21.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=0.21.0&new-version=0.21.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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts).

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1811

Reviewed By: mweststrate

Differential Revision: D25804193

Pulled By: passy

fbshipit-source-id: a3040f4927690a27893bf972e180a7f257f6cc54
2021-01-07 03:53:58 -08:00
GitHub
b54d6bb554 Automated: Update Podfile.lock (#1813)
Summary:
This is an automated PR to update the Podfile.lock.
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
- Also make sure that all the dependencies are updated to the latest one.
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Pull Request resolved: https://github.com/facebook/flipper/pull/1813

Reviewed By: mweststrate

Differential Revision: D25804192

Pulled By: passy

fbshipit-source-id: 2ea3d582d31c82ad8d4dc812b49129884c8d86bf
2021-01-06 09:29:37 -08:00
Pascal Hartig
d6be4919e6 Upgrade axios
Summary: Got a GitHub sec advisory.

Reviewed By: jknoxville

Differential Revision: D25804236

fbshipit-source-id: dac724b1070a06120fa62e101ab3673a672dfd8f
2021-01-06 08:53:41 -08:00
dependabot[bot]
603595eccf Bump @testing-library/dom from 7.26.3 to 7.29.0 in /desktop (#1796)
Summary:
Bumps [testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.26.3 to 7.29.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/dom-testing-library/releases">testing-library/dom's releases</a>.</em></p>
<blockquote>
<h2>v7.29.0</h2>
<h1><a href="https://github.com/testing-library/dom-testing-library/compare/v7.28.1...v7.29.0">7.29.0</a> (2020-12-11)</h1>
<h3>Features</h3>
<ul>
<li>migrate some files to typescript (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/848">https://github.com/facebook/flipper/issues/848</a>) (<a href="accb6cc606">accb6cc</a>)</li>
</ul>
<h2>v7.28.1</h2>
<h2><a href="https://github.com/testing-library/dom-testing-library/compare/v7.28.0...v7.28.1">7.28.1</a> (2020-11-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>suggestions:</strong> don't suggest byLabelText when using byLabelText (<a href="53f29f70c8">53f29f7</a>)</li>
</ul>
<h2>v7.28.0</h2>
<h1><a href="https://github.com/testing-library/dom-testing-library/compare/v7.27.1...v7.28.0">7.28.0</a> (2020-11-19)</h1>
<h3>Features</h3>
<ul>
<li>warn when the test environment fake timers change unexpectedly (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/832">https://github.com/facebook/flipper/issues/832</a>) (<a href="e3fc7f3a0d">e3fc7f3</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/830">https://github.com/facebook/flipper/issues/830</a></li>
</ul>
<h2>v7.27.1</h2>
<h2><a href="https://github.com/testing-library/dom-testing-library/compare/v7.27.0...v7.27.1">7.27.1</a> (2020-11-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>suggestions:</strong> only warn about inaccessible elements when actually showing the suggestion (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/827">https://github.com/facebook/flipper/issues/827</a>) (<a href="9494fdc690">9494fdc</a>)</li>
</ul>
<h2>v7.27.0</h2>
<h1><a href="https://github.com/testing-library/dom-testing-library/compare/v7.26.7...v7.27.0">7.27.0</a> (2020-11-18)</h1>
<h3>Features</h3>
<ul>
<li>allow TextMatch to be any non-nullable type (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/829">https://github.com/facebook/flipper/issues/829</a>) (<a href="9b688f8600">9b688f8</a>)</li>
</ul>
<h2>v7.26.7</h2>
<h2><a href="https://github.com/testing-library/dom-testing-library/compare/v7.26.6...v7.26.7">7.26.7</a> (2020-11-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use node property instead of selector for type=text input (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/823">https://github.com/facebook/flipper/issues/823</a>) (<a href="7e5da11655">7e5da11</a>)</li>
</ul>
<h2>v7.26.6</h2>
<h2><a href="https://github.com/testing-library/dom-testing-library/compare/v7.26.5...v7.26.6">7.26.6</a> (2020-11-10)</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="accb6cc606"><code>accb6cc</code></a> feat: migrate some files to typescript (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/848">https://github.com/facebook/flipper/issues/848</a>)</li>
<li><a href="f753c8adb4"><code>f753c8a</code></a> Feature: adds aria-expanded filter to *ByRole (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/821">https://github.com/facebook/flipper/issues/821</a>)</li>
<li><a href="21c4db385b"><code>21c4db3</code></a> chore: update all dependencies</li>
<li><a href="86179525b2"><code>8617952</code></a> chore: Add 'Cancel Previous Runs' step (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/840">https://github.com/facebook/flipper/issues/840</a>)</li>
<li><a href="c6e7a83948"><code>c6e7a83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/835">https://github.com/facebook/flipper/issues/835</a> from testing-library/feature/fix-find-by-label-text-s...</li>
<li><a href="53f29f70c8"><code>53f29f7</code></a> fix(suggestions): don't suggest byLabelText when using byLabelText</li>
<li><a href="010f8be965"><code>010f8be</code></a> docs: add nickmccurdy as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/833">https://github.com/facebook/flipper/issues/833</a>)</li>
<li><a href="e3fc7f3a0d"><code>e3fc7f3</code></a> feat: warn when the test environment fake timers change unexpectedly (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/832">https://github.com/facebook/flipper/issues/832</a>)</li>
<li><a href="9494fdc690"><code>9494fdc</code></a> fix(suggestions): only warn about inaccessible elements when actually showing...</li>
<li><a href="9b688f8600"><code>9b688f8</code></a> feat: allow TextMatch to be any non-nullable type (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/829">https://github.com/facebook/flipper/issues/829</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/dom-testing-library/compare/v7.26.3...v7.29.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/dom&package-manager=npm_and_yarn&previous-version=7.26.3&new-version=7.29.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/1796

Reviewed By: jknoxville

Differential Revision: D25802071

Pulled By: passy

fbshipit-source-id: a776b39718cbf1cf1e04662a6b7dc660f96848de
2021-01-06 08:53:41 -08:00
dependabot[bot]
53a8a766e3 Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.1 in /flipper-js-client-sdk (#1806)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.10.0 to 4.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/eslint-plugin's releases</a>.</em></p>
<blockquote>
<h2>v4.11.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h2>v4.11.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="85c2720571"><code>85c2720</code></a> chore: publish v4.11.1</li>
<li><a href="2f10e1a5c7"><code>2f10e1a</code></a> fix(eslint-plugin): [naming-convention] fix precedence of method and property...</li>
<li><a href="51b22695eb"><code>51b2269</code></a> docs(eslint-plugin): reword misleading strict-boolean-expressions code exampl...</li>
<li><a href="e8f73e168a"><code>e8f73e1</code></a> chore: publish v4.11.0</li>
<li><a href="717e718e91"><code>717e718</code></a> feat(eslint-plugin): [prom-func-async] add automatic fix (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2845">#2845</a>)</li>
<li><a href="1ef0d64988"><code>1ef0d64</code></a> docs(eslint-plugin): [no-namespace] correct default and example (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2876">#2876</a>)</li>
<li><a href="53dc34d391"><code>53dc34d</code></a> fix(eslint-plugin): [non-nullable-type-assertion-style] handle const assertio...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.11.1/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.11.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/1806

Reviewed By: jknoxville

Differential Revision: D25802067

Pulled By: passy

fbshipit-source-id: bb426106ddc9f7cff96f507118a0a042b381dd2f
2021-01-06 08:53:41 -08:00
Michel Weststrate
30ea098a63 Hide app selector if no devices are available
Summary:
As reported in https://fb.workplace.com/groups/748354712423318/permalink/773382183253904/, special case no devices being present and suggest to launch an emulator.

Also extends `useStore()` hook to accept no arguments, in which case it works as Redux's own `useStore` hook, except that it is strongly typed.

Reviewed By: passy

Differential Revision: D25803497

fbshipit-source-id: d448ac41e0ba7b713ee883caeb27736a2901975c
2021-01-06 08:26:12 -08:00
dependabot[bot]
dbf194b952 Bump react-devtools-core from 4.9.0 to 4.10.1 in /desktop (#1795)
Summary:
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.9.0 to 4.10.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-devtools-core&package-manager=npm_and_yarn&previous-version=4.9.0&new-version=4.10.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/1795

Reviewed By: mweststrate

Differential Revision: D25802076

Pulled By: passy

fbshipit-source-id: 142dabcc0a7e688309cc4fc5ced8abde6914879e
2021-01-06 05:02:31 -08:00
generatedunixname89002005306973
98dea368b2 Flipper Snapshot Bump: v0.70.1-SNAPSHOT
Summary: Releasing snapshot version 0.70.1-SNAPSHOT

Reviewed By: passy

Differential Revision: D25801618

fbshipit-source-id: a81cf2baf99338fe17c5566d331b9fe0e16dc3e1
2021-01-06 03:21:57 -08:00
generatedunixname89002005306973
44e1b2ee9a Flipper Release: v0.70.0
Summary: Releasing version 0.70.0

Reviewed By: passy

Differential Revision: D25801619

fbshipit-source-id: bab5364e393a4db9c5a801d041f537f3e6d36d81
2021-01-06 03:21:57 -08:00
Michel Weststrate
cfd1c22814 Detect Flipper reloads, to remove false positives in quick restart detection
Reviewed By: nikoant

Differential Revision: D25783368

fbshipit-source-id: 35a9cbbbb5bac4c7b6b7b40c45db2055ff4cfa09
2021-01-06 02:08:43 -08:00
John Knox
c460cb767f Fix deleted page redirects
Summary:
The redirects we added inline in the deleted pages don't work when there's a baseUrl.

This is because it's the standard react-router Redirect component, which knows nothing about docusaurus sites.

We could get around that by adding `useBaseUrl()` calls around all of them, but that's not great.
So changing to using declarative redirects instead, where they are all put in config. This automatically takes care of base urls, and reduces copy-pasted code.

Reviewed By: passy

Differential Revision: D25780599

fbshipit-source-id: c67d3643ab28f0fcd440904baf54c67687781686
2021-01-05 09:24:48 -08:00
dependabot[bot]
8a8b979f66 Bump shellexpand from 2.0.0 to 2.1.0 in /packer (#1792)
Summary:
Bumps [shellexpand](https://github.com/netvl/shellexpand) from 2.0.0 to 2.1.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/netvl/shellexpand/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shellexpand&package-manager=cargo&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1792

Reviewed By: nikoant

Differential Revision: D25782253

Pulled By: passy

fbshipit-source-id: 4499f24365043b1b2f5d30e0f1809d44712cedfe
2021-01-05 09:12:25 -08:00
dependabot[bot]
216fc9a88c Bump serde_json from 1.0.60 to 1.0.61 in /packer (#1801)
Summary:
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.61</h2>
<ul>
<li>Add <code>impl From&lt;Number&gt; for Value</code> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/737">https://github.com/facebook/flipper/issues/737</a>, thanks <a href="https://github.com/imp">imp</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="613d66e9c5"><code>613d66e</code></a> Release 1.0.61</li>
<li><a href="8225a8b917"><code>8225a8b</code></a> Format with rustfmt 1.4.30-nightly</li>
<li><a href="e63aedb9f1"><code>e63aedb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/737">https://github.com/facebook/flipper/issues/737</a> from imp/value_from_number</li>
<li><a href="5df9aeda41"><code>5df9aed</code></a> Add impl From&lt;Number&gt; for Value</li>
<li><a href="5a815a52bb"><code>5a815a5</code></a> Ignore redundant_else pedantic clippy lint</li>
<li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.60...v1.0.61">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.60&new-version=1.0.61)](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/1801

Reviewed By: mweststrate

Differential Revision: D25782256

Pulled By: passy

fbshipit-source-id: 71e45be1568d1388ceafbd5e10202b67579560d0
2021-01-05 09:08:22 -08:00
dependabot[bot]
a934f776a4 Bump anyhow from 1.0.36 to 1.0.37 in /packer (#1802)
Summary:
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.36 to 1.0.37.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Improve compiler diagnostic on calling macro with a temporary value (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/133">https://github.com/facebook/flipper/issues/133</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d1ba145c92"><code>d1ba145</code></a> Release 1.0.37</li>
<li><a href="c1fa2413ac"><code>c1fa241</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/133">https://github.com/facebook/flipper/issues/133</a> from dtolnay/temp</li>
<li><a href="86dd074ea5"><code>86dd074</code></a> Improve error on temp value to point to the correct statement</li>
<li><a href="91b970e269"><code>91b970e</code></a> Add ui test of temporary value in anyhow macro</li>
<li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.36...1.0.37">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.36&new-version=1.0.37)](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/1802

Reviewed By: nikoant, mweststrate

Differential Revision: D25782258

Pulled By: passy

fbshipit-source-id: bf3214f5608be7b2931aabcb6319214469fe820d
2021-01-05 09:03:21 -08:00