Commit Graph

97 Commits

Author SHA1 Message Date
dependabot[bot]
f9dfaf3972 Bump @babel/runtime from 7.13.17 to 7.14.0 in /react-native/ReactNativeFlipperExample (#2255)
Summary:
Bumps [babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.17 to 7.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.14.0 (2021-04-29)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13209">#13209</a> [ts] Enforce order for the <code>override</code> modifier (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-plugin-proposal-async-do-expressions</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13117">#13117</a> Implement async-do-expressions transform (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-syntax-async-do-expressions</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13043">#13043</a> Parse async do expressions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13091">#13091</a> Enable class fields &amp; private methods by default (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13176">#13176</a> Add private brand checks to <code>shippedProposals</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13114">#13114</a> Add class static blocks to <code>preset-env</code>'s <code>shippedProposals</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-syntax-private-property-in-object</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13172">#13172</a> Allow compiling <code>#foo in obj</code> without compiling private fields (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13113">#13113</a> babel-parser(ts): Add new plugin option <code>dts: boolean</code> (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13175">#13175</a> Materialize the class features in <code>babel/parser</code>. (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13033">#13033</a> Introduce parser error codes (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12838">#12838</a> Implement <code>importInterop: &quot;node&quot;</code> option for module transforms (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13224">#13224</a> Support parsing Flow's Optional Indexed Access Types (<a href="https://github.com/gkz"><code>@​gkz</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13053">#13053</a> Support parsing Flow's Indexed Access Types (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13195">#13195</a> Parse string export names by default (<code>moduleStringNames</code>) (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13089">#13089</a> Support TypeScript 4.3 get/set type members (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13097">#13097</a> support TS 4.3 <code>override</code> syntax in class (<a href="https://github.com/g-plane"><code>@​g-plane</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13096">#13096</a> support TS 4.3 static index signature in class (<a href="https://github.com/g-plane"><code>@​g-plane</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13208">#13208</a> Prevent ForOfStatement from printing the forbidden sequence &quot;for ( async of&quot; (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13169">#13169</a> fix: don't deduplicate comments with same start index (<a href="https://github.com/gzzhanghao"><code>@​gzzhanghao</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13204">#13204</a> Simplify the special-case printing of single-param arrow functions (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13182">#13182</a> fix: Don't load browserslist in block-hoist-plugin (<a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-parser</code>, <code>babel-plugin-transform-classes</code>, <code>babel-preset-env</code>, <code>babel-preset-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13130">#13130</a> babel-parser: Add new internal ESLint rule to consistent error messages (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13227">#13227</a> Add <code>runFixtureTestsWithoutExactASTMatch</code> in parser test runner (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/runtime</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.14.0 (2021-04-29)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13209">#13209</a> [ts] Enforce order for the <code>override</code> modifier (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-plugin-proposal-async-do-expressions</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13117">#13117</a> Implement async-do-expressions transform (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-syntax-async-do-expressions</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13043">#13043</a> Parse async do expressions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13091">#13091</a> Enable class fields &amp; private methods by default (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13176">#13176</a> Add private brand checks to <code>shippedProposals</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13114">#13114</a> Add class static blocks to <code>preset-env</code>'s <code>shippedProposals</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-syntax-private-property-in-object</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13172">#13172</a> Allow compiling <code>#foo in obj</code> without compiling private fields (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13113">#13113</a> babel-parser(ts): Add new plugin option <code>dts: boolean</code> (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13175">#13175</a> Materialize the class features in <code>babel/parser</code>. (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13033">#13033</a> Introduce parser error codes (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12838">#12838</a> Implement <code>importInterop: &quot;node&quot;</code> option for module transforms (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13224">#13224</a> Support parsing Flow's Optional Indexed Access Types (<a href="https://github.com/gkz"><code>@​gkz</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13053">#13053</a> Support parsing Flow's Indexed Access Types (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13195">#13195</a> Parse string export names by default (<code>moduleStringNames</code>) (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13089">#13089</a> Support TypeScript 4.3 get/set type members (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13097">#13097</a> support TS 4.3 <code>override</code> syntax in class (<a href="https://github.com/g-plane"><code>@​g-plane</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13096">#13096</a> support TS 4.3 static index signature in class (<a href="https://github.com/g-plane"><code>@​g-plane</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13208">#13208</a> Prevent ForOfStatement from printing the forbidden sequence &quot;for ( async of&quot; (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13169">#13169</a> fix: don't deduplicate comments with same start index (<a href="https://github.com/gzzhanghao"><code>@​gzzhanghao</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13204">#13204</a> Simplify the special-case printing of single-param arrow functions (<a href="https://github.com/Zalathar"><code>@​Zalathar</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13182">#13182</a> fix: Don't load browserslist in block-hoist-plugin (<a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-parser</code>, <code>babel-plugin-transform-classes</code>, <code>babel-preset-env</code>, <code>babel-preset-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13130">#13130</a> babel-parser: Add new internal ESLint rule to consistent error messages (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13227">#13227</a> Add <code>runFixtureTestsWithoutExactASTMatch</code> in parser test runner (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3c0152a217"><code>3c0152a</code></a> v7.14.0</li>
<li><a href="a0e20ac5df"><code>a0e20ac</code></a> Simplify the <code>wrapRegExp</code> helper for named groups (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/13201">#13201</a>)</li>
<li><a href="f63d73c94e"><code>f63d73c</code></a> Allow putting helpers in individual files (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/13190">#13190</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.14.0/packages/babel-runtime">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.13.17&new-version=7.14.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/2255

Reviewed By: mweststrate

Differential Revision: D28181965

Pulled By: passy

fbshipit-source-id: b6cc750d2744ef4b7ba7ea9b1d810e6419e5f30d
2021-05-04 09:19:53 -07:00
dependabot[bot]
22a8a73d81 Bump react-native-flipper from 0.86.0 to 0.87.0 in /react-native/ReactNativeFlipperExample (#2256)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.86.0 to 0.87.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.87.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="7f135722a9"><code>7f13572</code></a> Flipper Release: v0.87.0</li>
<li><a href="808d173c89"><code>808d173</code></a> Fix docs: Typography.Heading =&gt; Typography.Title</li>
<li><a href="bbcb16d8fb"><code>bbcb16d</code></a> Make DataTable / DataInspector unit tests predictable</li>
<li><a href="39be769bab"><code>39be769</code></a> DataInspector renames</li>
<li><a href="8e02b2ec10"><code>8e02b2e</code></a> Expose Toolbar from Sandy</li>
<li><a href="d9ec09b381"><code>d9ec09b</code></a> Fix dark mode issue</li>
<li><a href="d6c74c4e2f"><code>d6c74c4</code></a> Support natural sizing</li>
<li><a href="e423bc7959"><code>e423bc7</code></a> Update react-devtools-core from ^4.10.1 to ~4.10.2 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2243">https://github.com/facebook/flipper/issues/2243</a>)</li>
<li><a href="00e4d2440d"><code>00e4d24</code></a> Support providing records directly to DataTable</li>
<li><a href="9a6e84fedd"><code>9a6e84f</code></a> Deprecate more standard components</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.86.0...v0.87.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.86.0&new-version=0.87.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/2256

Reviewed By: mweststrate

Differential Revision: D28181957

Pulled By: passy

fbshipit-source-id: 4caedb8d6e7de97af44f354a8f2c71cd39d3a264
2021-05-04 09:10:43 -07:00
dependabot[bot]
9a34ef84a8 Bump metro-react-native-babel-preset from 0.64.0 to 0.66.0 in /react-native/ReactNativeFlipperExample (#2228)
Summary:
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.64.0 to 0.66.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-react-native-babel-preset's releases</a>.</em></p>
<blockquote>
<h2>Release v0.66.0</h2>
<ul>
<li><strong>[Breaking]</strong> metro-symbolicate: Optionally accept a SourceURL parameter for debug builds (7ad7560)</li>
<li><strong>[Feature]</strong> Move generator to Hermes stable (b280477)</li>
<li><strong>[Feature]</strong> Move for-of and ?? to hermes stable (31375f7)</li>
<li><strong>[Feature]</strong> Set app name for React Native Experimental Debug Connection (3aca116)</li>
<li><strong>[Feature]</strong> Infer the name &quot;default&quot; for anonymous exports (af23a1b)</li>
<li><strong>[Fix]</strong> Disable fileName moduleId parsing for non-legacy source maps (e473e93)</li>
<li><strong>[Fix]</strong> Format log messages using printf format (f2b3485)</li>
<li><strong>[Fix]</strong> Fix scope of function declaration binding in constant folding (150d13e)</li>
</ul>
<h2>Release v0.65.2</h2>
<ul>
<li>[Fix]  Fix <code>_interopRequireDefault</code> not defined error when using ES Modules (63f3d1e14407266be64ccbbb982485e107f327f0)</li>
</ul>
<h2>Release v0.65.1</h2>
<ul>
<li><strong>[Feature]</strong> Add API to append/insert records in ChromeHeapSnapshotProcessor (<a href="9dc1266b6a</a>)</li>
<li><strong>[Feature]</strong> Add --hermes-coverage option to metro-symbolicate (<a href="fc3b6b3c28</a>)</li>
<li><strong>[Fix]</strong> Consistently return mutable position objects from source map consumer (<a href="fab9af9b99</a>)</li>
<li><strong>[Fix]</strong> Fix column offset calculation in sectioned source maps (<a href="2cc5aa8b10</a>)</li>
</ul>
<h2>Release v0.65.0</h2>
<ul>
<li><strong>[Breaking]</strong>: Remove JSON from default asset types (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/593">https://github.com/facebook/flipper/issues/593</a>)</li>
<li><strong>[Breaking]</strong>: Removes support for Node 10 (bc8a3f057c7fe277742de6ca9ce98808a76b1d03)</li>
<li><strong>[Feature]</strong>: <code>metro-symbolicate</code>: Support for symbolicating Chrome heap timelines (cb542c0f00987996caeef9672288e2b386d36d8b, 6b0a0cb6afaa28d3a72fb2df7cbd2a99dc7362c4)</li>
<li><strong>[Feature]</strong>: Update the default list of lazy imports to match RN 0.63 (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/602">https://github.com/facebook/flipper/issues/602</a>)</li>
<li><strong>[Performance]</strong>: Several changes that improve Metro's startup and bundling performance (807bea7, bc8a3f0,
aceafc5, 279b295, 745e2d8, a942002, d6eefe4)</li>
<li><strong>[Fix]</strong>: Optimize <code>Platform.select()</code> calls correctly when the argument includes methods (4d9908b)</li>
<li><strong>[Fix]</strong>: Handle EISDIR errors in <code>buildCodeFrameMessage</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/567">https://github.com/facebook/flipper/issues/567</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="20e4480f9e"><code>20e4480</code></a> Bump metro to 0.66.0</li>
<li><a href="7ad7560e33"><code>7ad7560</code></a> Optionally accept a SourceURL parameter for debug builds</li>
<li><a href="af23a1b27b"><code>af23a1b</code></a> Infer the name &quot;default&quot; for anonymous exports</li>
<li><a href="31375f7604"><code>31375f7</code></a> Move for-of and ?? to hermes stable</li>
<li><a href="3aca116973"><code>3aca116</code></a> Set app name for React Native Experimental Debug Connection</li>
<li><a href="4bd9e40297"><code>4bd9e40</code></a> Deploy v0.148.0 to xplat</li>
<li><a href="54bcce22c6"><code>54bcce2</code></a> Backout for-of and canary ??</li>
<li><a href="f66d6e37f2"><code>f66d6e3</code></a> Canary Hermes for-of</li>
<li><a href="17d4761946"><code>17d4761</code></a> Clean up redundant experimental flowconfig options</li>
<li><a href="0b4f46c064"><code>0b4f46c</code></a> Update troubleshooting docs for metro cache tmpdir (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/642">https://github.com/facebook/flipper/issues/642</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/metro/compare/v0.64.0...v0.66.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metro-react-native-babel-preset&package-manager=npm_and_yarn&previous-version=0.64.0&new-version=0.66.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/2228

Reviewed By: muraziz

Differential Revision: D28093947

Pulled By: passy

fbshipit-source-id: bc934882f8b9909960dc3c6b5712f4cba414160f
2021-04-29 10:17:28 -07:00
dependabot[bot]
8a8132167c Bump @babel/runtime from 7.13.10 to 7.13.17 in /react-native/ReactNativeFlipperExample (#2229)
Summary:
Bumps [babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.10 to 7.13.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.13.17 (2021-04-20)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13185">#13185</a> Fix undeclared variable in <code>iterableToArrayLimit</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13084">#13084</a> Fix completion record for labeled statement (<a href="https://github.com/addaleax"><code>@​addaleax</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13173">#13173</a> fix(destructuring): preserve loc of original declaration in output (<a href="https://github.com/motiz88"><code>@​motiz88</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13178">#13178</a> fix: clone comments in cloneNode (<a href="https://github.com/gzzhanghao"><code>@​gzzhanghao</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Anna Henningsen (<a href="https://github.com/addaleax"><code>@​addaleax</code></a>)</li>
<li>Jason (<a href="https://github.com/gzzhanghao"><code>@​gzzhanghao</code></a>)</li>
<li>Moti Zilberman (<a href="https://github.com/motiz88"><code>@​motiz88</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.13.16 (2021-04-20)</h2>
<p>Thanks <a href="https://github.com/codyatwork"><code>@​codyatwork</code></a> and <a href="https://github.com/nwalters512"><code>@​nwalters512</code></a> for your first PRs!</p>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13143">#13143</a> fix: raise <code>SyntaxError</code> for <code>declare</code> before getter/setter (<a href="https://github.com/fedeci"><code>@​fedeci</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-spread</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13129">#13129</a> Support iterating generators in browsers without <code>Symbol</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-compilation-targets</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13159">#13159</a> fix: add default value for browserslist config path (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13136">#13136</a> Fix printing of single-param async arrow function with comments (<a href="https://github.com/nwalters512"><code>@​nwalters512</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13155">#13155</a> Update links in eslint-parser README (<a href="https://github.com/codyatwork"><code>@​codyatwork</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13148">#13148</a> docs: refine babel-types docs generator (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-compilation-targets</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13131">#13131</a> docs: add README to helper-compilation-targets (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-explode-class</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13160">#13160</a> Archive helper-explode-class and helper-bindify-decorators (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13158">#13158</a> codecov: token not required (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-call-delegate</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13153">#13153</a> Archive <code>babel/helper-call-delegate</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-hoist-variables</code>, <code>babel-plugin-transform-block-scoping</code></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/runtime</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.13.17 (2021-04-20)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13185">#13185</a> Fix undeclared variable in <code>iterableToArrayLimit</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13084">#13084</a> Fix completion record for labeled statement (<a href="https://github.com/addaleax"><code>@​addaleax</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13173">#13173</a> fix(destructuring): preserve loc of original declaration in output (<a href="https://github.com/motiz88"><code>@​motiz88</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13178">#13178</a> fix: clone comments in cloneNode (<a href="https://github.com/gzzhanghao"><code>@​gzzhanghao</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.16 (2021-04-20)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13143">#13143</a> fix: raise <code>SyntaxError</code> for <code>declare</code> before getter/setter (<a href="https://github.com/fedeci"><code>@​fedeci</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-spread</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13129">#13129</a> Support iterating generators in browsers without <code>Symbol</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-compilation-targets</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13159">#13159</a> fix: add default value for browserslist config path (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13136">#13136</a> Fix printing of single-param async arrow function with comments (<a href="https://github.com/nwalters512"><code>@​nwalters512</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13155">#13155</a> Update links in eslint-parser README (<a href="https://github.com/codyatwork"><code>@​codyatwork</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13148">#13148</a> docs: refine babel-types docs generator (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-compilation-targets</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13131">#13131</a> docs: add README to helper-compilation-targets (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-explode-class</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13160">#13160</a> Archive helper-explode-class and helper-bindify-decorators (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13158">#13158</a> codecov: token not required (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-call-delegate</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13153">#13153</a> Archive <code>babel/helper-call-delegate</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-hoist-variables</code>, <code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13152">#13152</a> refactor: use FunctionParent on visiting var scope (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-register</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13139">#13139</a> Remove remaining <code>lodash</code> dependencies (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.15 (2021-04-08)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13099">#13099</a> fix: raise <code>SyntaxError</code> for unparenthesized assert and assign (<a href="https://github.com/fedeci"><code>@​fedeci</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13049">#13049</a> fix: the LHS in for-of loop should not start with let (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="006e2c9393"><code>006e2c9</code></a> v7.13.17</li>
<li><a href="d94a8e50ed"><code>d94a8e5</code></a> v7.13.16</li>
<li><a href="808d437cf4"><code>808d437</code></a> Support iterating generators in browsers without <code>Symbol</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/13129">#13129</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.13.17/packages/babel-runtime">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.13.10&new-version=7.13.17)](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/2229

Reviewed By: muraziz

Differential Revision: D28093945

Pulled By: passy

fbshipit-source-id: 99bb563dac41f148d9e3479b0cb06c731cd0e43e
2021-04-29 10:14:19 -07:00
Flipper Bot
7f135722a9 Flipper Release: v0.87.0
Summary: Releasing version 0.87.0

Reviewed By: passy

Differential Revision: D28055084

fbshipit-source-id: 71cb9abbea0b43b56fd23baf7a728337a554ecbc
2021-04-28 06:58:22 -07:00
Michel Weststrate
1365265369 Downgrade native deps of ReactNativeFlipper example since publishing failed
Summary: 0.86 was released, but publishing ios / android assets failed, so temporarily bumping those back to 0.85 to unblock public CI

Reviewed By: passy

Differential Revision: D27947147

fbshipit-source-id: 60a50b4902ec28d48adac35b0677610cdcd18b00
2021-04-23 05:07:20 -07:00
Flipper Bot
bde0791818 Flipper Release: v0.86.0
Summary: Releasing version 0.86.0

Reviewed By: priteshrnandgaonkar

Differential Revision: D27905837

fbshipit-source-id: 349b63a1f06d85b075d07b610179fd613da6bf52
2021-04-21 04:54:43 -07:00
Pieter Vanderwerff
0652d7f22b Deploy v0.149.0 to xplat
Summary: Changelog: [Internal]

Reviewed By: gkz

Differential Revision: D27896693

fbshipit-source-id: 2db8eea616bb6e482903cbfa6fc6d40262e958c6
2021-04-20 19:01:08 -07:00
Michel Weststrate
9e09091e14 Bump deps to Flipper 0.85
Summary: Bumped FlipperKit devs in example project

Reviewed By: passy

Differential Revision: D27878144

fbshipit-source-id: 74c7a7141f25702ad9f048cd45dfe000f8193072
2021-04-20 05:46:34 -07:00
Flipper Bot
a792c146d6 Flipper Release: v0.85.0
Summary: Releasing version 0.85.0

Reviewed By: jknoxville

Differential Revision: D27766005

fbshipit-source-id: 25bdd6d0ad831e087e51529adc5e6c2b4fa43d57
2021-04-14 09:49:45 -07:00
Anton Nikolaev
ab255f0d13 Update yarn.lock for ReactNativeFlipperExample
Summary:
Recently our release script started to bump "react-native-flipper" dependency. The problem is that yarn.lock is not updated when the version bumped, so they lost sync with package.json and build on github are failing because of that: https://github.com/facebook/flipper/pull/2172/checks?check_run_id=2298828522.

In this diff I'm just updating yarn.lock to unblock builds, need to also address bumping script to avoid this issue in next release.

Reviewed By: mweststrate

Differential Revision: D27654577

fbshipit-source-id: 4ec0f6899460a92f06e215cf70df39e4bdbbfe03
2021-04-08 15:56:23 -07:00
Flipper Bot
ac70d35671 Flipper Release: v0.84.0
Summary: Releasing version 0.84.0

Reviewed By: nikoant

Differential Revision: D27617439

fbshipit-source-id: 8e4ca47eeddca8a8b46d051a7f70133dab04c3ac
2021-04-07 08:50:41 -07:00
dependabot[bot]
779f765e99 Bump @babel/core from 7.13.13 to 7.13.14 in /react-native/ReactNativeFlipperExample (#2157)
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.13.14 (2021-03-29)</h2>
<p>Thanks <a href="https://github.com/charlessuh"><code>@​charlessuh</code></a> for your first PR to Babel!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13068">#13068</a> fix(core): make sure &quot;clone-deep-browser&quot; code path is used on browsers (<a href="https://github.com/charlessuh"><code>@​charlessuh</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13066">#13066</a> add SHOW_CONFIG_FOR to template (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13057">#13057</a> Remove lodash deps (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13063">#13063</a> Only resolve <code>package.json</code> when relative configs are enabled (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li>
<li>Charles Suh (<a href="https://github.com/charlessuh"><code>@​charlessuh</code></a>)</li>
<li>Henry Zhu (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
<li>Mark Banner (<a href="https://github.com/Standard8"><code>@​Standard8</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.13.14 (2021-03-29)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13068">#13068</a> fix(core): make sure &quot;clone-deep-browser&quot; code path is used on browsers (<a href="https://github.com/charlessuh"><code>@​charlessuh</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13066">#13066</a> add SHOW_CONFIG_FOR to template (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13057">#13057</a> Remove lodash deps (<a href="https://github.com/hzoo"><code>@​hzoo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13063">#13063</a> Only resolve <code>package.json</code> when relative configs are enabled (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7ac9e9f740"><code>7ac9e9f</code></a> v7.13.14</li>
<li><a href="409244685a"><code>4092446</code></a> fix: make sure &quot;clone-deep-browser&quot; code path is used on browsers (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13068">#13068</a>)</li>
<li><a href="06eb3b73cb"><code>06eb3b7</code></a> Only resolve <code>package.json</code> when relative configs are enabled (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13063">#13063</a>)</li>
<li><a href="8e8954b470"><code>8e8954b</code></a> [babel 8] Remove module-specific options from <code>@​babel/core</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12724">#12724</a>)</li>
<li><a href="6b39bafab6"><code>6b39baf</code></a> Remove <code>lodash</code> deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13057">#13057</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.13.14/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.13.13&new-version=7.13.14)](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/2157

Reviewed By: nikoant

Differential Revision: D27589274

Pulled By: mweststrate

fbshipit-source-id: a8987317023f8b5cc888672275220efcbf471a9b
2021-04-06 06:30:35 -07:00
dependabot[bot]
4525b3c88e Bump react-native-flipper from 0.82.2 to 0.83.0 in /react-native/ReactNativeFlipperExample (#2158)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.82.2 to 0.83.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.83.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="4aeb1e7293"><code>4aeb1e7</code></a> Flipper Release: v0.83.0</li>
<li><a href="1060ea6e9e"><code>1060ea6</code></a> Fix message truncating failing in production builds</li>
<li><a href="77abba6459"><code>77abba6</code></a> Persist yarn cache (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2137">https://github.com/facebook/flipper/issues/2137</a>)</li>
<li><a href="29a90ea88f"><code>29a90ea</code></a> Update yarn.lock (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2145">https://github.com/facebook/flipper/issues/2145</a>)</li>
<li><a href="3a0d6a3acc"><code>3a0d6a3</code></a> App icon for Linux (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2116">https://github.com/facebook/flipper/issues/2116</a>)</li>
<li><a href="a501838650"><code>a501838</code></a> Migrate <code>#import &lt;ComponentKit/</code> headers to <code>#import &lt;RenderCore</code></li>
<li><a href="966a027c5b"><code>966a027</code></a> Add dependencies to layouthelper and ios descriptor pods (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2140">https://github.com/facebook/flipper/issues/2140</a>)</li>
<li><a href="2e13dfdb76"><code>2e13dfd</code></a> Bump <code>@​typescript-eslint/experimental-utils</code> from 4.15.2 to 4.20.0 in /desktop ...</li>
<li><a href="220ebbc601"><code>220ebbc</code></a> Make autoScrolling explicit</li>
<li><a href="8cd38a6b49"><code>8cd38a6</code></a> Fix redraw after resizing elements</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.82.2...v0.83.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.82.2&new-version=0.83.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/2158

Reviewed By: nikoant

Differential Revision: D27589271

Pulled By: mweststrate

fbshipit-source-id: cbb0cc8553f9d0cce124f836b9e737e0d2ec5044
2021-04-06 04:12:56 -07:00
generatedunixname89002005306973
4aeb1e7293 Flipper Release: v0.83.0
Summary: Releasing version 0.83.0

Reviewed By: mweststrate

Differential Revision: D27468622

fbshipit-source-id: d245bb418d546e19ec09dfe11ec53964ceec85f1
2021-03-31 10:20:17 -07:00
Pascal Hartig
29a90ea88f Update yarn.lock (#2145)
Summary:
Somehow the automated update must have broken this.

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

Test Plan: CI

Reviewed By: mweststrate

Differential Revision: D27461768

Pulled By: passy

fbshipit-source-id: 04ede0690d628aee0d4b4b24288eeffb47f39880
2021-03-31 06:38:00 -07:00
dependabot[bot]
97f6db0428 Bump y18n from 4.0.0 to 4.0.1 in /react-native/ReactNativeFlipperExample (#2142)
Summary:
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/yargs/y18n/blob/master/CHANGELOG.md">y18n's changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.4...v5.0.5">5.0.5</a> (2020-10-25)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>address prototype pollution issue (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/108">https://github.com/facebook/flipper/issues/108</a>) (<a href="a9ac604abf">a9ac604</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.3...v5.0.4">5.0.4</a> (2020-10-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>exports:</strong> node 13.0 and 13.1 require the dotted object form <em>with</em> a string fallback (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/105">https://github.com/facebook/flipper/issues/105</a>) (<a href="4f85d80dba">4f85d80</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.2...v5.0.3">5.0.3</a> (2020-10-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>exports:</strong> node 13.0-13.6 require a string fallback (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/103">https://github.com/facebook/flipper/issues/103</a>) (<a href="e39921e101">e39921e</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.1...v5.0.2">5.0.2</a> (2020-10-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deno:</strong> update types for deno ^1.4.0 (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/100">https://github.com/facebook/flipper/issues/100</a>) (<a href="3834d9ab13">3834d9a</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.0...v5.0.1">5.0.1</a> (2020-09-05)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>main had old index path (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/98">https://github.com/facebook/flipper/issues/98</a>) (<a href="124f7b047b">124f7b0</a>)</li>
</ul>
<h2><a href="https://www.github.com/yargs/y18n/compare/v4.0.0...v5.0.0">5.0.0</a> (2020-09-05)</h2>
<h3>{emoji:26a0} BREAKING CHANGES</h3>
<ul>
<li>exports maps are now used, which modifies import behavior.</li>
<li>drops Node 6 and 4. begin following Node.js LTS schedule (<a href="https://github-redirect.dependabot.com/yargs/y18n/issues/89">https://github.com/facebook/flipper/issues/89</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support for ESM and Deno <a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/95">https://github.com/facebook/flipper/issues/95</a>) (<a href="4d7ae94bcb">4d7ae94</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/yargs/y18n/commits">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~oss-bot">oss-bot</a>, a new releaser for y18n since your current version.</p>
</details>
<br />

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

Reviewed By: mweststrate

Differential Revision: D27426973

Pulled By: passy

fbshipit-source-id: 842ec281d6de42b20355c979bff8acaf51928522
2021-03-30 06:07:40 -07:00
generatedunixname89002005306973
44c0dcad1e Flipper Release: v0.82.2
Summary: Releasing version 0.82.2

Reviewed By: passy

Differential Revision: D27429067

fbshipit-source-id: a4d2971cd9849d06ee7971e51acc31977b518e64
2021-03-30 06:01:32 -07:00
dependabot[bot]
999627a69b Bump @babel/core from 7.13.10 to 7.13.13 in /react-native/ReactNativeFlipperExample (#2124)
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core's releases</code></a>.</em></p>
<blockquote>
<h2>v7.13.12 (2021-03-22)</h2>
<p>Thanks <a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a> for your first PR!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13017">#13017</a> Fix importing polyfill plugins in the Rollup bundle (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13009">#13009</a> Implement babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12971">#12971</a> fix: do not throw when creating type annotation based on bigint (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13008">#13008</a> Update compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-transform-react-jsx</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12983">#12983</a> Improve error message when not providing a value for JSX key (<a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13024">#13024</a> Remove lodash from babel-compat-data (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
<li><code>babel-node</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13025">#13025</a> Remove <code>lodash</code> from <code>babel/node</code> tests (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-module-transforms</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13022">#13022</a> Remove <code>lodash/chunk</code> (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-proto-to-assign</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13026">#13026</a> Remove lodash/pull (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-define-map</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13023">#13023</a> Remove lodash/has (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>Sosuke Suzuki (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li>
<li><a href="https://github.com/hajnalbendeguz"><code>@​hajnalbendeguz</code></a></li>
</ul>
<h2>v7.13.11 (2021-03-15)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-plugin-proposal-class-static-block</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12738">#12738</a> Support multiple static blocks (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13000">#13000</a> Point to CJS files in <code>babel/compat-data</code>'s <code>exports</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12962">#12962</a> Parse type imports in TSImportEqualsDeclaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core's changelog</code></a>.</em></p>
<blockquote>
<h2>v7.13.13 (2021-03-26)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12441">#12441</a> Disallow await before exponential (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13031">#13031</a> Correctly handle relative <code>browserslistConfigFile</code> paths (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13028">#13028</a> Resolve <code>.browserslistrc</code> as a project-wide file (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-react-constant-elements</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13054">#13054</a> fix: constant variables only enable constant react elements (<a href="https://github.com/cgood92"><code>@​cgood92</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13046">#13046</a> fix(types): add missing range for BaseNode (<a href="https://github.com/JounQin"><code>@​JounQin</code></a>)</li>
</ul>
</li>
<li><code>babel-node</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13037">#13037</a> fix: make babel-node spawned process bubble msg (<a href="https://github.com/lambertkevin"><code>@​lambertkevin</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13037">#13037</a> fix: make babel-node spawned process bubble msg (<a href="https://github.com/lambertkevin"><code>@​lambertkevin</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12933">#12933</a> fix(ts): parenthesized assert and assign (<a href="https://github.com/fedeci"><code>@​fedeci</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12954">#12954</a> Do not bail on SHOW_CONFIG_FOR matches (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13021">#13021</a> Remove lodash sortBy use (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13055">#13055</a> Replace CircleCI badge by GitHub CI (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13044">#13044</a> Expand type definitions for path.{get,set}Data to cover symbols (<a href="https://github.com/addaleax"><code>@​addaleax</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13040">#13040</a> Set <code>rootMode: &quot;root&quot;</code> in <code>loadPartialConfig</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.12 (2021-03-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13017">#13017</a> Fix importing polyfill plugins in the Rollup bundle (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13009">#13009</a> Implement babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12971">#12971</a> fix: do not throw when creating type annotation based on bigint (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13008">#13008</a> Update compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-transform-react-jsx</code></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2f8203f190"><code>2f8203f</code></a> v7.13.13</li>
<li><a href="e68f2ce195"><code>e68f2ce</code></a> Correctly handle relative <code>browserslistConfigFile</code> paths (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13031">#13031</a>)</li>
<li><a href="b0d83daceb"><code>b0d83da</code></a> Resolve .browserslistrc as a project-wide file (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13028">#13028</a>)</li>
<li><a href="327b4cec49"><code>327b4ce</code></a> Remove lodash <code>sortBy</code> use (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13021">#13021</a>)</li>
<li><a href="73dcd06293"><code>73dcd06</code></a> Remove some <code>lodash/cloneDeep</code> calls (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13032">#13032</a>)</li>
<li><a href="6ee87eea49"><code>6ee87ee</code></a> [babel 8] fallback targets to <code>&quot;defaults, not ie 11&quot;</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12989">#12989</a>)</li>
<li><a href="564ca6638f"><code>564ca66</code></a> Set <code>rootMode: &quot;root&quot;</code> in <code>loadPartialConfig</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13040">#13040</a>)</li>
<li><a href="b784c81aeb"><code>b784c81</code></a> Do not bail on <code>SHOW_CONFIG_FOR</code> matches (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12954">#12954</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.13.13/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.13.10&new-version=7.13.13)](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/2124

Reviewed By: passy

Differential Revision: D27396044

Pulled By: mweststrate

fbshipit-source-id: c6d8e9003d7ecb70dfac3e17b5a8a4c0be4955bb
2021-03-29 10:49:18 -07:00
Michel Weststrate
5e439730db Downgraded FlipperKit version as 0.82.1 pods don't seem to be published
Summary: Per title. Should unfail failing GH actions

Reviewed By: muraziz

Differential Revision: D27393865

fbshipit-source-id: 888cfda2361c3be3f36c4d6418bbe31cde3f81c6
2021-03-29 07:00:47 -07:00
Pascal Hartig
ed57f97720 Update example yarn.lock (#2114)
Summary:
Breaking the validation here somehow.

https://github.com/facebook/flipper/runs/2217291316

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

Reviewed By: mweststrate

Differential Revision: D27394354

Pulled By: passy

fbshipit-source-id: 77381b6ff4dd698e0e358354ec410cca30b8b3e3
2021-03-29 05:06:02 -07:00
dependabot[bot]
33dbd5912e Bump relative-deps from 1.0.6 to 1.0.7 in /react-native/ReactNativeFlipperExample (#2092)
Summary:
Bumps [relative-deps](https://github.com/mweststrate/relative-deps) from 1.0.6 to 1.0.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/mweststrate/relative-deps/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=relative-deps&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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/2092

Reviewed By: passy

Differential Revision: D27326632

Pulled By: mweststrate

fbshipit-source-id: 628614ac5a4b5fee8eb4470995c6449c35629836
2021-03-29 04:33:40 -07:00
generatedunixname89002005306973
979c49b18d Flipper Release: v0.82.1
Summary: Releasing version 0.82.1

Reviewed By: passy

Differential Revision: D27360493

fbshipit-source-id: 683605461956d39fdc20560d3a045fd42325e5fb
2021-03-26 07:16:55 -07:00
Pascal Hartig
276aa682e3 Update xmldom for RN apps (security fix)
Summary: Same security vuln. Need to hard-code for now as this is deep down in the dependency tree for an RN dep called `xcode`.

Reviewed By: mweststrate

Differential Revision: D27338548

fbshipit-source-id: b88dcf48471739ebb7762f49589548dae62433be
2021-03-26 05:47:29 -07:00
Michel Weststrate
32447c9026 Fix failing build by not propagating deployment target to deps (#2103)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2103

Local builds break if the deploy target of deps isn't new enough. It seems that the project podfile is not respected in this regard, as reported here: https://stackoverflow.com/a/37289688/1983583. Will see if there is a better way to fix this.

Reviewed By: jknoxville

Differential Revision: D27328025

fbshipit-source-id: 6c5ac2dc88c3dd90dd84ce691a4f8e42188f96c2
2021-03-25 10:03:33 -07:00
generatedunixname89002005306973
9bccaf3951 Flipper Release: v0.82.0
Summary: Releasing version 0.82.0

Reviewed By: mweststrate

Differential Revision: D27328585

fbshipit-source-id: 720bc154078611295664a34a567299a94a790711
2021-03-25 09:36:13 -07:00
Michel Weststrate
e1b12bbcf7 Update to react-native 0.64 and enable Hermes
Summary:
allow-large-files

Per title. hermes enabled so that we can verify the hermes debugger works.

Reviewed By: passy

Differential Revision: D27229331

fbshipit-source-id: c2e45151b9d2097edc7e79f54eb89f9d110899d6
2021-03-22 10:26:07 -07:00
Michel Weststrate
d73f6578a7 Support linkify-ing urls
Summary:
Changelog: The new logs plugin will linkify urls and pretty print json-like messages

This implements one of our top papercuts (see linked task), and the WP request over here: https://fb.workplace.com/groups/flipperfyi/permalink/902949260471370/. Partially addresses

https://github.com/facebook/flipper/issues/1162
https://github.com/facebook/flipper/issues/1010
https://github.com/facebook/flipper/issues/2029

Reviewed By: nikoant

Differential Revision: D26947007

fbshipit-source-id: be0fdb476765905ae6b63bd8799c9c6093014de3
2021-03-16 15:03:47 -07:00
dependabot[bot]
b2c542b84c Bump react-native-flipper from 0.79.1 to 0.80.0 in /react-native/ReactNativeFlipperExample (#2063)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.79.1 to 0.80.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.80.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="59204328c3"><code>5920432</code></a> Flipper Release: v0.80.0</li>
<li><a href="c4cf46207b"><code>c4cf462</code></a> Upgrade docusaurus tools</li>
<li><a href="f508a35ff9"><code>f508a35</code></a> Fix patch release versioning for open-source version</li>
<li><a href="11f7af3e72"><code>11f7af3</code></a> Bump robolectric from 4.4 to 4.5.1 (<a href="https://github.com/facebook/flipper/issues/2038">https://github.com/facebook/flipper/issues/2038</a>)</li>
<li><a href="f61b5a1a86"><code>f61b5a1</code></a> Network plugin - support mocks in imported devices (<a href="https://github.com/facebook/flipper/issues/2040">https://github.com/facebook/flipper/issues/2040</a>)</li>
<li><a href="07defebb22"><code>07defeb</code></a> Bump hamcrest-library from 1.3 to 2.2 (<a href="https://github.com/facebook/flipper/issues/2041">https://github.com/facebook/flipper/issues/2041</a>)</li>
<li><a href="2af4c4e141"><code>2af4c4e</code></a> Bump guava from 20.0 to 23.0 (<a href="https://github.com/facebook/flipper/issues/2034">https://github.com/facebook/flipper/issues/2034</a>)</li>
<li><a href="58b2daea02"><code>58b2dae</code></a> Bundle all plugins script</li>
<li><a href="c065760d15"><code>c065760</code></a> Stable babel transformation cache key</li>
<li><a href="baeb8ba5be"><code>baeb8ba</code></a> Performance improvements for &quot;build-plugin&quot; task</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.79.1...v0.80.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.79.1&new-version=0.80.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/2063

Reviewed By: mweststrate

Differential Revision: D27046230

Pulled By: passy

fbshipit-source-id: 856f5b1c3312216a4f8f939417e858c0156c78cc
2021-03-15 14:16:30 -07:00
dependabot[bot]
98df912d6d Bump react-native-flipper from 0.79.0 to 0.79.1 in /react-native/ReactNativeFlipperExample (#2035)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.79.0 to 0.79.1.
<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.79.1</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="85e5c33265"><code>85e5c33</code></a> Flipper Release: v0.79.1</li>
<li><a href="6af041454a"><code>6af0414</code></a> Upgrade to FBJNI 0.2 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1999">https://github.com/facebook/flipper/issues/1999</a>)</li>
<li><a href="7c22fe8acb"><code>7c22fe8</code></a> Add more gradle sub projects (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1997">https://github.com/facebook/flipper/issues/1997</a>)</li>
<li><a href="f8faeb2690"><code>f8faeb2</code></a> Fix incorrect assumption on device id's</li>
<li><a href="163799cf89"><code>163799c</code></a> Fix exception that happens on focus change</li>
<li><a href="67e87c2fa5"><code>67e87c2</code></a> Fix gray screen crash that might happen when gathering usage stats</li>
<li><a href="05a7451173"><code>05a7451</code></a> Killed pluginStateRecorder</li>
<li><a href="7b8054f31c"><code>7b8054f</code></a> Fixed grayed out body text</li>
<li><a href="6b8eea8011"><code>6b8eea8</code></a> Bump example project deps to 0.79</li>
<li><a href="cd02bb7fcb"><code>cd02bb7</code></a> Add a doc explaining how to connect to flipper</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.79.0...v0.79.1">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.79.0&new-version=0.79.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/2035

Reviewed By: nikoant

Differential Revision: D26889148

Pulled By: passy

fbshipit-source-id: fcc014299a0b4807dd7938dd161e13aa9dc27581
2021-03-09 05:47:54 -08:00
Michel Weststrate
6b8eea8011 Bump example project deps to 0.79
Summary: This should have been automated, but I think the diff that landed the script and the actual release missed each other, so next time this should be automated

Reviewed By: passy

Differential Revision: D26782442

fbshipit-source-id: 205ab2e63bdff33f1ecea0a041d88a0a6ec6ae2d
2021-03-03 16:17:48 -08:00
Michel Weststrate
c1ce2fad90 Fix ReactNativeFlipperExample build
Summary: The React Native example project was broken for iOS. Fixed this by upgrading cocoapods locally, and bumping the Flipper version.

Reviewed By: passy, priteshrnandgaonkar

Differential Revision: D26777641

fbshipit-source-id: 889ff4f9de7c44240fe0a1b5d7d3c7c0b688d8ad
2021-03-03 05:05:05 -08:00
dependabot[bot]
5a6e33a6cf Bump @babel/runtime from 7.12.5 to 7.13.8 in /react-native/ReactNativeFlipperExample (#1980)
Summary:
Bumps [babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.5 to 7.13.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime's releases</code></a>.</em></p>
<blockquote>
<h2>v7.13.8 (2021-02-26)</h2>
<p>Thanks <a href="https://github.com/luxp"><code>@​luxp</code></a> and <a href="https://github.com/pigcan"><code>@​pigcan</code></a> for your first PRs!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12909">#12909</a> chore: do not provide polyfills on bundling babel/standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12891">#12891</a> fix(eslint-parser): merge input <code>estree</code> options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12901">#12901</a> Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with <a href="mailto:compat-data@7.13.x">compat-data@7.13.x</a> (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12893">#12893</a> Allow <code>require()</code> of runtime helpers in Node.js 13.2-13.6 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12898">#12898</a> Do not warn for <code>loose</code> of class features in <code>preset-env</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12820">#12820</a> [internal] Keep the <code>.cjs</code> extension when compiling source files (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12883">#12883</a> Improve <code>babel/runtime</code> esm stability (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-proposal-object-rest-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12899">#12899</a> Skip <code>_extends</code> helper for <code>{…x}</code> with modern targets (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Alan Lu - 川古 (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>pigcan (<a href="https://github.com/pigcan"><code>@​pigcan</code></a>)</li>
</ul>
<h2>v7.13.7 (2021-02-24)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="cfdbdc0d1c"><code>cfdbdc0</code></a> Add back export maps for the <code>helpers/esm</code> folder (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.13.6 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12877">#12877</a> Define fallback <code>exports</code> for <code>babel/runtime</code> on old Node (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/runtime's changelog</code></a>.</em></p>
<blockquote>
<h2>v7.13.8 (2021-02-26)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12909">#12909</a> chore: do not provide polyfills on bundling babel/standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12891">#12891</a> fix(eslint-parser): merge input <code>estree</code> options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12901">#12901</a> Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with <a href="mailto:compat-data@7.13.x">compat-data@7.13.x</a> (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12893">#12893</a> Allow <code>require()</code> of runtime helpers in Node.js 13.2-13.6 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12898">#12898</a> Do not warn for <code>loose</code> of class features in <code>preset-env</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12820">#12820</a> [internal] Keep the <code>.cjs</code> extension when compiling source files (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12883">#12883</a> Improve <code>babel/runtime</code> esm stability (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-proposal-object-rest-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12899">#12899</a> Skip <code>_extends</code> helper for <code>{…x}</code> with modern targets (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.6 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12877">#12877</a> Define fallback <code>exports</code> for <code>babel/runtime</code> on old Node (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12850">#12850</a> Update compat table (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.5 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-compat-data</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12870">#12870</a> Add <code>es6.array.slice</code> in corejs2 builtins (<a href="https://github.com/eligao"><code>@​eligao</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12869">#12869</a> Ensure that <code>babel/runtime-corejs3</code> imports are injected (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.4 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12867">#12867</a> Don't enable class features by default in <code>estree</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12865">#12865</a> Always load the CJS helpers when using <code>require</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.2 (2021-02-23)</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e2abc19c4c"><code>e2abc19</code></a> v7.13.8</li>
<li><a href="bb558aaf28"><code>bb558aa</code></a> Allow <code>require()</code> of runtime helpers in Node.js 13.2-13.6 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/12893">#12893</a>)</li>
<li><a href="6a471decc3"><code>6a471de</code></a> Improve <code>babel/runtime</code> esm stability (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/12883">#12883</a>)</li>
<li><a href="c39082ab74"><code>c39082a</code></a> v7.13.7</li>
<li><a href="cfdbdc0d1c"><code>cfdbdc0</code></a> Add back export maps for the <code>helpers/esm</code> folder</li>
<li><a href="30a89c969a"><code>30a89c9</code></a> v7.13.6</li>
<li><a href="ac7ac540ee"><code>ac7ac54</code></a> Define fallback <code>exports</code> for <code>babel/runtime</code> on old Node (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/12877">#12877</a>)</li>
<li><a href="e940b8c4b9"><code>e940b8c</code></a> v7.13.4</li>
<li><a href="a2114d452c"><code>a2114d4</code></a> Always load the CJS helpers when using <code>require</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/12865">#12865</a>)</li>
<li><a href="bcd70d988f"><code>bcd70d9</code></a> v7.13.2</li>
<li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.13.8/packages/babel-runtime">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.12.5&new-version=7.13.8)](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/1980

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723638

Pulled By: mweststrate

fbshipit-source-id: 64d160d6156d02b5a2154bb288b82f0416edb150
2021-03-01 08:03:08 -08:00
dependabot[bot]
e0dfbcc767 Bump react-native-flipper from 0.76.0 to 0.78.0 in /react-native/ReactNativeFlipperExample (#1982)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.76.0 to 0.78.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.78.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>
<h2>v0.77.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="31d0acc4b5"><code>31d0acc</code></a> Flipper Release: v0.78.0</li>
<li><a href="4b91e83b0a"><code>4b91e83</code></a> Add tracking to legacy Tabs component</li>
<li><a href="357d2991d5"><code>357d299</code></a> automatically select reconnected clients</li>
<li><a href="f2689d3a5d"><code>f2689d3</code></a> Add device level icons</li>
<li><a href="a5cd18c289"><code>a5cd18c</code></a> Register Flipper self inspection client under its own device</li>
<li><a href="86e700f918"><code>86e700f</code></a> Fix device plugins targeting host device not showing up</li>
<li><a href="4da2b52803"><code>4da2b52</code></a> Network Plugin - Add remaining HTTP method types to mock routes (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1962">https://github.com/facebook/flipper/issues/1962</a>)</li>
<li><a href="29d16feed5"><code>29d16fe</code></a> Network Plugin - fix highlighting issues in routes list (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1917">https://github.com/facebook/flipper/issues/1917</a>)</li>
<li><a href="414e90730b"><code>414e907</code></a> Fixed possible null pointer crash on startup</li>
<li><a href="2253d158f3"><code>2253d15</code></a> Flipper Snapshot Bump: v0.77.1-SNAPSHOT</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.76.0...v0.78.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.76.0&new-version=0.78.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/1982

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723618

Pulled By: mweststrate

fbshipit-source-id: 0192f7ff9b89c5f582e59c3d81658461f99bfb7f
2021-03-01 08:03:08 -08:00
dependabot[bot]
bf5de98bcb Bump @babel/core from 7.12.10 to 7.13.8 in /react-native/ReactNativeFlipperExample (#1981)
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.13.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core's releases</code></a>.</em></p>
<blockquote>
<h2>v7.13.8 (2021-02-26)</h2>
<p>Thanks <a href="https://github.com/luxp"><code>@​luxp</code></a> and <a href="https://github.com/pigcan"><code>@​pigcan</code></a> for your first PRs!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12909">#12909</a> chore: do not provide polyfills on bundling babel/standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12891">#12891</a> fix(eslint-parser): merge input <code>estree</code> options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12901">#12901</a> Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with <a href="mailto:compat-data@7.13.x">compat-data@7.13.x</a> (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12893">#12893</a> Allow <code>require()</code> of runtime helpers in Node.js 13.2-13.6 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12898">#12898</a> Do not warn for <code>loose</code> of class features in <code>preset-env</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12820">#12820</a> [internal] Keep the <code>.cjs</code> extension when compiling source files (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12883">#12883</a> Improve <code>babel/runtime</code> esm stability (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-proposal-object-rest-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12899">#12899</a> Skip <code>_extends</code> helper for <code>{…x}</code> with modern targets (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Alan Lu - 川古 (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>pigcan (<a href="https://github.com/pigcan"><code>@​pigcan</code></a>)</li>
</ul>
<h2>v7.13.7 (2021-02-24)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="cfdbdc0d1c"><code>cfdbdc0</code></a> Add back export maps for the <code>helpers/esm</code> folder (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.13.6 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12877">#12877</a> Define fallback <code>exports</code> for <code>babel/runtime</code> on old Node (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core's changelog</code></a>.</em></p>
<blockquote>
<h2>v7.13.8 (2021-02-26)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12909">#12909</a> chore: do not provide polyfills on bundling babel/standalone (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12891">#12891</a> fix(eslint-parser): merge input <code>estree</code> options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12901">#12901</a> Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with <a href="mailto:compat-data@7.13.x">compat-data@7.13.x</a> (<a href="https://github.com/luxp"><code>@​luxp</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12893">#12893</a> Allow <code>require()</code> of runtime helpers in Node.js 13.2-13.6 (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12898">#12898</a> Do not warn for <code>loose</code> of class features in <code>preset-env</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12820">#12820</a> [internal] Keep the <code>.cjs</code> extension when compiling source files (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12883">#12883</a> Improve <code>babel/runtime</code> esm stability (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-proposal-object-rest-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12899">#12899</a> Skip <code>_extends</code> helper for <code>{…x}</code> with modern targets (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.6 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12877">#12877</a> Define fallback <code>exports</code> for <code>babel/runtime</code> on old Node (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12850">#12850</a> Update compat table (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.5 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-compat-data</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12870">#12870</a> Add <code>es6.array.slice</code> in corejs2 builtins (<a href="https://github.com/eligao"><code>@​eligao</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12869">#12869</a> Ensure that <code>babel/runtime-corejs3</code> imports are injected (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.4 (2021-02-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12867">#12867</a> Don't enable class features by default in <code>estree</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12865">#12865</a> Always load the CJS helpers when using <code>require</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.13.2 (2021-02-23)</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e2abc19c4c"><code>e2abc19</code></a> v7.13.8</li>
<li><a href="ea6a438315"><code>ea6a438</code></a> Enable <code>external-helpers</code> by default in tests (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12911">#12911</a>)</li>
<li><a href="b17231e1af"><code>b17231e</code></a> [internal] Keep the <code>.cjs</code> extension when compiling source files (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12820">#12820</a>)</li>
<li><a href="c9da9650eb"><code>c9da965</code></a> chore: downgrade <code>semver</code> to <code>^6.3.2</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12890">#12890</a>)</li>
<li><a href="103b187e6f"><code>103b187</code></a> v7.13.1</li>
<li><a href="5861704361"><code>5861704</code></a> Export function versions of <code>createConfigItem</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12852">#12852</a>)</li>
<li><a href="c827193d9c"><code>c827193</code></a> v7.13.0</li>
<li><a href="ba4ac7d587"><code>ba4ac7d</code></a> chore: bump semver to 7.0.0 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12015">#12015</a>)</li>
<li><a href="d1d6ee6dc2"><code>d1d6ee6</code></a> Add cjs as a default extension (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11498">#11498</a>)</li>
<li><a href="6ef7b51a11"><code>6ef7b51</code></a> Implement assumptions defined in the <a href="https://github-redirect.dependabot.com/babel/rfcs/issues/5">babel/rfcs#5</a> RFC</li>
<li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.13.8/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.12.10&new-version=7.13.8)](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/1981

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723634

Pulled By: mweststrate

fbshipit-source-id: db5e2d287359e6dc22b46461d390148ca639a653
2021-03-01 08:03:06 -08:00
dependabot[bot]
b2c5e73e24 Bump react-native-flipper from 0.75.1 to 0.76.0 in /react-native/ReactNativeFlipperExample (#1952)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.75.1 to 0.76.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.76.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="208e899b4f"><code>208e899</code></a> Flipper Release: v0.76.0</li>
<li><a href="b25de27b8a"><code>b25de27</code></a> Move bolts dependencies to Fresco plugin (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1937">https://github.com/facebook/flipper/issues/1937</a>)</li>
<li><a href="e3d1e41cc1"><code>e3d1e41</code></a> Dedupe errors when sending</li>
<li><a href="6667a15f2c"><code>6667a15</code></a> Lispy grammar parser</li>
<li><a href="f6026de2f0"><code>f6026de</code></a> Record video always in 1280x720</li>
<li><a href="c0010bea4c"><code>c0010be</code></a> Fix to avoid loading of disabled device plugins</li>
<li><a href="805261b429"><code>805261b</code></a> Basic skeleton for no diff found</li>
<li><a href="2fc3c2a4c1"><code>2fc3c2a</code></a> Update the plugin name and icon</li>
<li><a href="6d2206769c"><code>6d22067</code></a> Fix the regex to allow xcode from non standard location (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1939">https://github.com/facebook/flipper/issues/1939</a>)</li>
<li><a href="e491ed55af"><code>e491ed5</code></a> Upgrade to Electron v11.2.3</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.75.1...v0.76.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.75.1&new-version=0.76.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/1952

Reviewed By: nikoant

Differential Revision: D26605954

Pulled By: passy

fbshipit-source-id: f49a6073afddd13f1923441b067ae6e0290be863
2021-02-23 07:34:09 -08:00
dependabot[bot]
14d79062ff Bump react-native-flipper from 0.74.0 to 0.75.1 in /react-native/ReactNativeFlipperExample (#1933)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.74.0 to 0.75.1.
<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.75.1</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>
<h2>v0.75.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="0633e5bfd7"><code>0633e5b</code></a> Flipper Release: v0.75.1</li>
<li><a href="f69723978d"><code>f697239</code></a> Upgrade deps</li>
<li><a href="7fd0c7d82e"><code>7fd0c7d</code></a> Fix upload of sample app apk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1920">https://github.com/facebook/flipper/issues/1920</a>)</li>
<li><a href="061ca274fd"><code>061ca27</code></a> Add docs for new Android release</li>
<li><a href="af9475bca1"><code>af9475b</code></a> Update JCenter reference in the docs</li>
<li><a href="c1b43f44b0"><code>c1b43f4</code></a> Update Maven badge in Readme</li>
<li><a href="27f34be824"><code>27f34be</code></a> Suppress Metro error</li>
<li><a href="eff1ce5ba7"><code>eff1ce5</code></a> Catch errors when querying physical devices</li>
<li><a href="92f3ab8ff4"><code>92f3ab8</code></a> Improve error handling for iOSDevices</li>
<li><a href="8d5f136a34"><code>8d5f136</code></a> Fix active state reducer mutating existing state</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.74.0...v0.75.1">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.74.0&new-version=0.75.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/1933

Reviewed By: mweststrate

Differential Revision: D26463208

Pulled By: passy

fbshipit-source-id: bf9d0254a4c662031b0cbf257edcd2a65d9736bb
2021-02-16 11:28:02 -08:00
dependabot[bot]
a1194b27b7 Bump react-native-flipper from 0.73.0 to 0.74.0 in /react-native/ReactNativeFlipperExample (#1902)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.73.0 to 0.74.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.74.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="0429c1892f"><code>0429c18</code></a> Flipper Release: v0.74.0</li>
<li><a href="0ebe3956a4"><code>0ebe395</code></a> Update OpenSSL pod and remove exclude arch setting (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1892">https://github.com/facebook/flipper/issues/1892</a>)</li>
<li><a href="87caca9e77"><code>87caca9</code></a> Demote iOS connection errors</li>
<li><a href="661af25ff9"><code>661af25</code></a> getAppVersion for UpdateIndicator</li>
<li><a href="2f03aca5eb"><code>2f03aca</code></a> Revert D26222885 (9fe82dd6c7): Upgrade metro to 0.65.0</li>
<li><a href="642d89213d"><code>642d892</code></a> Extract getAppVersion() util</li>
<li><a href="40abef860f"><code>40abef8</code></a> Fix key warning</li>
<li><a href="9fe82dd6c7"><code>9fe82dd</code></a> Upgrade metro to 0.65.0</li>
<li><a href="e09e3c82ee"><code>e09e3c8</code></a> Bump antd from 4.9.1 to 4.11.2 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1886">https://github.com/facebook/flipper/issues/1886</a>)</li>
<li><a href="05d1bd1ccb"><code>05d1bd1</code></a> Bump react-native-flipper from 0.72.0 to 0.73.0 in /react-native/ReactNativeF...</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.73.0...v0.74.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.73.0&new-version=0.74.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/1902

Reviewed By: mweststrate

Differential Revision: D26341287

Pulled By: passy

fbshipit-source-id: 5c281870c10dbca2029310b8985e2e02360c68d8
2021-02-10 10:49:46 -08:00
dependabot[bot]
eb302235cd Bump metro-react-native-babel-preset from 0.64.0 to 0.65.0 in /react-native/ReactNativeFlipperExample (#1881)
Summary:
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.64.0 to 0.65.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-react-native-babel-preset's releases</a>.</em></p>
<blockquote>
<h2>Release v0.65.0</h2>
<ul>
<li><strong>[Breaking]</strong>: Remove JSON from default asset types (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/593">https://github.com/facebook/flipper/issues/593</a>)</li>
<li><strong>[Breaking]</strong>: Removes support for Node 10 (bc8a3f057c7fe277742de6ca9ce98808a76b1d03)</li>
<li><strong>[Feature]</strong>: <code>metro-symbolicate</code>: Support for symbolicating Chrome heap timelines (TODO get hashes of cb542c0f00987996caeef9672288e2b386d36d8b, 6b0a0cb6afaa28d3a72fb2df7cbd2a99dc7362c4)</li>
<li><strong>[Feature]</strong>: Update the default list of lazy imports to match RN 0.63 (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/602">https://github.com/facebook/flipper/issues/602</a>)</li>
<li><strong>[Performance]</strong>: Several changes that improve Metro's startup and bundling performance (807bea7, bc8a3f0,
aceafc5, 279b295, 745e2d8, a942002, d6eefe4)</li>
<li><strong>[Fix]</strong>: Optimize <code>Platform.select()</code> calls correctly when the argument includes methods (4d9908b)</li>
<li><strong>[Fix]</strong>: Handle EISDIR errors in <code>buildCodeFrameMessage</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/567">https://github.com/facebook/flipper/issues/567</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="078589db01"><code>078589d</code></a> Bump Metro to 0.65.0</li>
<li><a href="6b0a0cb6af"><code>6b0a0cb</code></a> Support symbolicating allocation stacks in Chrome heap snapshots</li>
<li><a href="cb542c0f00"><code>cb542c0</code></a> Add ChromeHeapSnapshotProcessor</li>
<li><a href="29fc804c5a"><code>29fc804</code></a> Deploy Flow v0.143.1</li>
<li><a href="cd25464db6"><code>cd25464</code></a> Remove generate-tests setting from flowconfigs in xplat</li>
<li><a href="4bbd54b071"><code>4bbd54b</code></a> misc Flow library fixes &amp; suppressions</li>
<li><a href="5b7c2e39d9"><code>5b7c2e3</code></a> Deploy 0.142.0 to xplat</li>
<li><a href="64f6e74a6d"><code>64f6e74</code></a> Land suppressions for 0.142.0 release to xplat</li>
<li><a href="144830b358"><code>144830b</code></a> Pass Systrace and Refresh as globals</li>
<li><a href="4d9908bf02"><code>4d9908b</code></a> Fix inline-plugin's Platform.select transform when used with ObjectMethod</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/metro/compare/v0.64.0...v0.65.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metro-react-native-babel-preset&package-manager=npm_and_yarn&previous-version=0.64.0&new-version=0.65.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/1881

Reviewed By: mweststrate

Differential Revision: D26311177

Pulled By: passy

fbshipit-source-id: 0e548d52ea9b1af4157891cd5a270326f80d866f
2021-02-08 10:02:09 -08:00
dependabot[bot]
05d1bd1ccb Bump react-native-flipper from 0.72.0 to 0.73.0 in /react-native/ReactNativeFlipperExample (#1882)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.72.0 to 0.73.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.73.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="20cd25f726"><code>20cd25f</code></a> Flipper Release: v0.73.0</li>
<li><a href="97256318fa"><code>9725631</code></a> Fix syntax error in docs</li>
<li><a href="d7cfcb5d8e"><code>d7cfcb5</code></a> Extend device plugin metadata to include supported devices</li>
<li><a href="1ce619af7e"><code>1ce619a</code></a> Tolerate individual plugin load errors</li>
<li><a href="e104a1fa6b"><code>e104a1f</code></a> Split up the CK code so that internal refers to the latest and Open source re...</li>
<li><a href="6df117ba04"><code>6df117b</code></a> Network Plugin - New functions to import, export and clear Routes (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1855">https://github.com/facebook/flipper/issues/1855</a>)</li>
<li><a href="14997a5b98"><code>14997a5</code></a> Add antd to builtInModules</li>
<li><a href="f6d8b19001"><code>f6d8b19</code></a> Replace search view with drop down</li>
<li><a href="de60b28cc7"><code>de60b28</code></a> Bump rsocket-flowable from 0.0.14 to 0.0.22 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1863">https://github.com/facebook/flipper/issues/1863</a>)</li>
<li><a href="b4319387ad"><code>b431938</code></a> Bump react-refresh from 0.8.3 to 0.9.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1861">https://github.com/facebook/flipper/issues/1861</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.72.0...v0.73.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.72.0&new-version=0.73.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/1882

Reviewed By: passy

Differential Revision: D26222336

Pulled By: nikoant

fbshipit-source-id: ba0ade99f988de8669ec32df76f27875de88e9ce
2021-02-03 03:31:10 -08:00
dependabot[bot]
81d4febc45 Bump react-native-flipper from 0.71.0 to 0.72.0 in /react-native/ReactNativeFlipperExample (#1858)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.71.0 to 0.72.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.72.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="bbd43eb5d1"><code>bbd43eb</code></a> Flipper Release: v0.72.0</li>
<li><a href="e15520084d"><code>e155200</code></a> Bump oclif/command from 1.6.1 to 1.8.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1843">https://github.com/facebook/flipper/issues/1843</a>)</li>
<li><a href="eff12f5849"><code>eff12f5</code></a> Bump typescript-eslint/parser from 4.12.0 to 4.13.0 in /flipper-js-client-sd...</li>
<li><a href="b12c30900e"><code>b12c309</code></a> Bump typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 in /flipper-js-cl...</li>
<li><a href="b3783fd12f"><code>b3783fd</code></a> Bump eslint from 7.17.0 to 7.18.0 in /flipper-js-client-sdk (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1841">https://github.com/facebook/flipper/issues/1841</a>)</li>
<li><a href="ea4b8b8f8a"><code>ea4b8b8</code></a> Bump socket.io from 2.3.0 to 3.1.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1845">https://github.com/facebook/flipper/issues/1845</a>)</li>
<li><a href="140ff8861e"><code>140ff88</code></a> Add github actions for dependency pod validations (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1834">https://github.com/facebook/flipper/issues/1834</a>)</li>
<li><a href="18ff69bacd"><code>18ff69b</code></a> Clean up home screen</li>
<li><a href="69c8413c57"><code>69c8413</code></a> Check for most recent Flipper version in internal builds as well</li>
<li><a href="84c05d441d"><code>84c05d4</code></a> Turn update message into notification</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.71.0...v0.72.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.71.0&new-version=0.72.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/1858

Reviewed By: passy

Differential Revision: D26047340

Pulled By: mweststrate

fbshipit-source-id: 9d824e67e2609932cd55ce0cea35406ed7b4f667
2021-01-25 09:20:08 -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]
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
Michel Weststrate
d836b80273 Fix network plugin not working in example
Summary: Two diffs ago network plugin didn't seem to work correctly, fixed it by explicitly bumping / verifying that the latest SDK is used

Reviewed By: passy

Differential Revision: D25755993

fbshipit-source-id: 7cc0def113a84b0a66c728b479247f5c18ce79b8
2021-01-04 12:17:56 -08:00
Michel Weststrate
5471b844bc Apply react-native migration 0.62.2 -> 0.63.4
Summary:
In D25244631 (92bd68a371) we bumped the react-native dep of Flipper but we didn't apply the migration guide (sorry for missing that in the review), so the ReactNativeExample fell apart when trying to build for iOS. This diff applies the migration guide which nicely fixes that:

https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.4

Recreating the Podfile.lock and running `./gradlew clean` fixed all build problems after that.

Verified that `yarn ios` and `yarn android`, and building from XCode all work.

Found (probably unrelated / existing) issues:
* custom plugins only show up after initial app start after refreshing the plugin list by navigating to another diffs first, so this seems to be a UI staleness bug
* Network plugin doesn't seem to work ion iOS (either not showing traffic or not showing data at all)

Reviewed By: passy

Differential Revision: D25755490

fbshipit-source-id: baea8b152fb252deda04291ec197ab87c2fbe3eb
2021-01-04 12:17:56 -08:00
Chaiwat Ekkaewnumchai
7096a302ed Fix node-notifier Vulnerability
Summary: per title

Reviewed By: passy

Differential Revision: D25676877

fbshipit-source-id: 88d33815db4170c4fa53bfc68b2f6f00ca154359
2020-12-22 08:57:56 -08:00
Michel Weststrate
3f472d682e Bump deps of ReactNativeFlipper
Summary: Fixes #1764, #1765

Reviewed By: nikoant

Differential Revision: D25533827

fbshipit-source-id: e248af4873d12fa0153af5e9db90f0173695005a
2020-12-14 09:14:23 -08:00
dependabot[bot]
169b8a0845 Bump react-native-flipper from 0.66.0 to 0.68.0 in /react-native/ReactNativeFlipperExample (#1745)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.66.0 to 0.68.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.68.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>
<h2>v0.67.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="8dd72a18f4"><code>8dd72a1</code></a> Flipper Release: v0.68.0</li>
<li><a href="9b04c8070b"><code>9b04c80</code></a> Upload the diff number in the global metadata</li>
<li><a href="a7573139a2"><code>a757313</code></a> Setting to choose release channel</li>
<li><a href="dd7c2ab96d"><code>dd7c2ab</code></a> Fix plugin meta data</li>
<li><a href="d8832aa78e"><code>d8832aa</code></a> Fix AdsManager plugin not loading</li>
<li><a href="42ef4d59e6"><code>42ef4d5</code></a> Introduce FLIPPER_ENABLE_ALL_GKS dev option</li>
<li><a href="84c6e05b8a"><code>84c6e05</code></a> Wire up tracking to Sandy Chrome</li>
<li><a href="dd6f39c2b3"><code>dd6f39c</code></a> Wire up Tracking to different ant.design elements</li>
<li><a href="3394f85fc7"><code>3394f85</code></a> Wire up usage tracking to Flipper core</li>
<li><a href="b885ff3b9e"><code>b885ff3</code></a> Tracking interactions</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.66.0...v0.68.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.66.0&new-version=0.68.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/1745

Reviewed By: mweststrate

Differential Revision: D25422025

Pulled By: passy

fbshipit-source-id: 9a71ddc31779a748d7b2ed9c8bb28e30386e891c
2020-12-10 04:12:10 -08:00
dependabot[bot]
92bd68a371 Bump react-native from 0.62.2 to 0.63.4 in /react-native/ReactNativeFlipperExample (#1730)
Summary:
Bumps [react-native](https://github.com/facebook/react-native) from 0.62.2 to 0.63.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p>
<blockquote>
<h2>v0.63.4</h2>
<p>This release fixes a series of issues reported by the community over the last few months: you can find the full <a href="https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0634">changelog here</a>.</p>
<p>You can participate in the conversation for the next patch release in the dedicated <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/218">issue</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the new <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> {emoji:269b}</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p>
<h2>v0.63.3</h2>
<p>This release fixes a series of issues reported by the community over the last few months: you can find the full <a href="https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0633">changelog here</a>.</p>
<p>While in this patch release there's already a commit towards focusing compatibility with Xcode 12, if you are having troubles please refer to this issue <a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29984">facebook/react-native#29984</a> and the workaround described there.</p>
<p>You can participate in the conversation for the next patch release in the dedicated <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/212">issue</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the new <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> {emoji:269b}</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p>
<h2>v0.63.2</h2>
<p>This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits <a href="https://github.com/facebook/react-native/commits/0.63-stable">here</a>.</p>
<p>You can participate in the conversation for the next patch release in the dedicated <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/203">issue</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the new <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> {emoji:269b}</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p>
<h2>v0.63.1</h2>
<p>This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits <a href="https://github.com/facebook/react-native/commits/0.63-stable">here</a>.</p>
<p>You can participate in the conversation for the next patch release in the dedicated <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/200">issue</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the new <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> {emoji:269b}</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="27651720b4"><code>2765172</code></a> [0.63.4] Bump version numbers</li>
<li><a href="00a942c905"><code>00a942c</code></a> Update the cached dimensions when orientation changes (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30324">#30324</a>)</li>
<li><a href="ec5090adab"><code>ec5090a</code></a> <code>Android</code>: font-family is not apply when secureTextEntry is true (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30164">#30164</a>)</li>
<li><a href="29972f9602"><code>29972f9</code></a> Set color filter so that the arrow matches the text color</li>
<li><a href="f0b6eb7d9f"><code>f0b6eb7</code></a> Fix App Bundle/Release build missing index.android.bundle with gradle plugin ...</li>
<li><a href="afbd17ae41"><code>afbd17a</code></a> fix: crash when insert nil value into a dictionary (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30066">#30066</a>)</li>
<li><a href="b31a95c468"><code>b31a95c</code></a> fix ReadableNativeMap.getNullableValue to match signature (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30121">#30121</a>)</li>
<li><a href="864c76b143"><code>864c76b</code></a> bump SoLoader to 0.9.0 (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29821">#29821</a>)</li>
<li><a href="1875116090"><code>1875116</code></a> okhttp version 3.12.12 (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29741">#29741</a>)</li>
<li><a href="c2404b4598"><code>c2404b4</code></a> iOS: Update RCTAlertManager to use new RCTAlertController (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29295">#29295</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/react-native/compare/v0.62.2...v0.63.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native&package-manager=npm_and_yarn&previous-version=0.62.2&new-version=0.63.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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

Reviewed By: mweststrate

Differential Revision: D25244631

Pulled By: passy

fbshipit-source-id: 4219758005d7895bbba50f5039f608daf70effde
2020-12-01 13:18:04 -08:00
dependabot[bot]
37ae5f9e97 Bump react-native-flipper from 0.64.0 to 0.66.0 in /react-native/ReactNativeFlipperExample (#1701)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.64.0 to 0.66.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="ad8e8fbb24"><code>ad8e8fb</code></a> Flipper Release: v0.66.0</li>
<li><a href="008803b502"><code>008803b</code></a> Don't redefine Tabs</li>
<li><a href="32ca27f4f7"><code>32ca27f</code></a> Fix assigning unique numbers to builds</li>
<li><a href="2c9219f99a"><code>2c9219f</code></a> Add State to Notification Component</li>
<li><a href="41c7e023a9"><code>41c7e02</code></a> Enable limited use of iOS devices on non Mac devices</li>
<li><a href="07212ec8e0"><code>07212ec</code></a> Fix memory leak</li>
<li><a href="cb625d38dc"><code>cb625d3</code></a> Build tutorial app as part of sample build (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1677">https://github.com/facebook/flipper/issues/1677</a>)</li>
<li><a href="c6e51fe73c"><code>c6e51fe</code></a> Moved sections plugin into fb/</li>
<li><a href="acd2cf25ec"><code>acd2cf2</code></a> Bump algolia/client-search from 4.5.1 to 4.6.0 in /desktop (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/1682">https://github.com/facebook/flipper/issues/1682</a>)</li>
<li><a href="bc7aacc229"><code>bc7aacc</code></a> Bump typescript-eslint/experimental-utils from 4.4.0 to 4.7.0 in /desktop (#...</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.64.0...v0.66.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.64.0&new-version=0.66.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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

Reviewed By: mweststrate

Differential Revision: D25170894

Pulled By: passy

fbshipit-source-id: 0394fb086a3f4d39f5bea5a735cb7e4f7622c6c1
2020-11-27 04:10:09 -08:00