52fbd9a8a08565ecdbcb7f520206036ee3695991
99 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
52fbd9a8a0 |
Flipper Release: v0.88.0
Summary: Releasing version 0.88.0 Reviewed By: cekkaewnumchai Differential Revision: D28253701 fbshipit-source-id: 968406eae58e93aee1d605d736bff77c703c31fc |
||
|
|
616341f649 |
Bump @babel/core from 7.13.14 to 7.14.0 in /react-native/ReactNativeFlipperExample (#2254)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.14 to 7.14.0. <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.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 & 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: "node"</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 "for ( async of" (<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/core</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 & 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: "node"</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 "for ( async of" (<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=" |
||
|
|
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 & 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: "node"</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 "for ( async of" (<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 & 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: "node"</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 "for ( async of" (<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=" |
||
|
|
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=" |
||
|
|
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 "default" 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=" |
||
|
|
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=" |
||
|
|
7f135722a9 |
Flipper Release: v0.87.0
Summary: Releasing version 0.87.0 Reviewed By: passy Differential Revision: D28055084 fbshipit-source-id: 71cb9abbea0b43b56fd23baf7a728337a554ecbc |
||
|
|
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 |
||
|
|
bde0791818 |
Flipper Release: v0.86.0
Summary: Releasing version 0.86.0 Reviewed By: priteshrnandgaonkar Differential Revision: D27905837 fbshipit-source-id: 349b63a1f06d85b075d07b610179fd613da6bf52 |
||
|
|
0652d7f22b |
Deploy v0.149.0 to xplat
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D27896693 fbshipit-source-id: 2db8eea616bb6e482903cbfa6fc6d40262e958c6 |
||
|
|
9e09091e14 |
Bump deps to Flipper 0.85
Summary: Bumped FlipperKit devs in example project Reviewed By: passy Differential Revision: D27878144 fbshipit-source-id: 74c7a7141f25702ad9f048cd45dfe000f8193072 |
||
|
|
a792c146d6 |
Flipper Release: v0.85.0
Summary: Releasing version 0.85.0 Reviewed By: jknoxville Differential Revision: D27766005 fbshipit-source-id: 25bdd6d0ad831e087e51529adc5e6c2b4fa43d57 |
||
|
|
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 |
||
|
|
ac70d35671 |
Flipper Release: v0.84.0
Summary: Releasing version 0.84.0 Reviewed By: nikoant Differential Revision: D27617439 fbshipit-source-id: 8e4ca47eeddca8a8b46d051a7f70133dab04c3ac |
||
|
|
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 "clone-deep-browser" 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 "clone-deep-browser" 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=" |
||
|
|
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 |
Flipper Release: v0.83.0
Summary: Releasing version 0.83.0 Reviewed By: mweststrate Differential Revision: D27468622 fbshipit-source-id: d245bb418d546e19ec09dfe11ec53964ceec85f1 |
||
|
|
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 |
||
|
|
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=" |
||
|
|
44c0dcad1e |
Flipper Release: v0.82.2
Summary: Releasing version 0.82.2 Reviewed By: passy Differential Revision: D27429067 fbshipit-source-id: a4d2971cd9849d06ee7971e51acc31977b518e64 |
||
|
|
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: "root"</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=" |
||
|
|
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 |
||
|
|
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 |
||
|
|
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 /> [](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 |
||
|
|
979c49b18d |
Flipper Release: v0.82.1
Summary: Releasing version 0.82.1 Reviewed By: passy Differential Revision: D27360493 fbshipit-source-id: 683605461956d39fdc20560d3a045fd42325e5fb |
||
|
|
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 |
||
|
|
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 |
||
|
|
9bccaf3951 |
Flipper Release: v0.82.0
Summary: Releasing version 0.82.0 Reviewed By: mweststrate Differential Revision: D27328585 fbshipit-source-id: 720bc154078611295664a34a567299a94a790711 |
||
|
|
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 |
||
|
|
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 |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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 |
||
|
|
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 |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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=" |
||
|
|
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 |
||
|
|
5471b844bc |
Apply react-native migration 0.62.2 -> 0.63.4
Summary:
In D25244631 (
|
||
|
|
7096a302ed |
Fix node-notifier Vulnerability
Summary: per title Reviewed By: passy Differential Revision: D25676877 fbshipit-source-id: 88d33815db4170c4fa53bfc68b2f6f00ca154359 |
||
|
|
3f472d682e |
Bump deps of ReactNativeFlipper
Summary: Fixes #1764, #1765 Reviewed By: nikoant Differential Revision: D25533827 fbshipit-source-id: e248af4873d12fa0153af5e9db90f0173695005a |
||
|
|
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=" |