d733f8131f93a071523d0ec4f93acc2a68c83e9f
4114 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6b0c579d4a |
Bump prettier from 2.0.5 to 2.1.0 in /flipper-js-client-sdk (#1494)
Summary: Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h1>2.1.0</h1> <p><a href="https://github.com/prettier/prettier/compare/2.0.5...2.1.0">diff</a></p> <p>{emoji:1f517} <a href="https://prettier.io/blog/2020/08/24/2.1.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.1.0</h1> <p><a href="https://github.com/prettier/prettier/compare/2.0.5...2.1.0">diff</a></p> <p>{emoji:1f517} <a href="https://prettier.io/blog/2020/08/24/2.1.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d488b308de |
Add support for tagged messages on the Layout Inspector
Summary:
Related diff [Litho]: D23243009
This diff adds support for a protocol for layout messages where the type is recursively encoded as:
```
{
kind: "type",
data: ???
}
```
We check if the message adheres to the new encoding, otherwise we fall back to the old behavior. If it's the new encoding, the message is traversed recursively flattening the types to EditorValue using the type hints provided.
Reviewed By: Andrey-Mishanin
Differential Revision: D23319619
fbshipit-source-id: 79e8886f8f5a0aea4ec32938f1d5cd2fd645a297
|
||
|
|
5b2fc65101 |
Flipper opens two copies of React devtools for react-native
Summary: https://github.com/facebook/flipper/issues/1391 Reviewed By: mweststrate Differential Revision: D23369774 fbshipit-source-id: 25b406d90a91dbf6c2b28ffdbdb44ed1bec8fffe |
||
|
|
97adea5423 |
fbjni 0.0.4 (#1428)
Summary: Just released a new version. Pull Request resolved: https://github.com/facebook/flipper/pull/1428 Test Plan: `./gradlew :android:installDebug` However, I'm tethering right now and this is taking ages so I haven't been able to complete this. Reviewed By: mweststrate Differential Revision: D23295098 Pulled By: passy fbshipit-source-id: aa53fa1c47f0b02d2c8b9f12d66b1c600a37075b |
||
|
|
7632d8acf6 |
Bundles inspector - copy bundle button
Summary: Adding a copy button next to search box. Copy nt or bloks raw bundle. Before that we had a contxt menu on left side bar, which didn;t look good when we have only one active bundles (check appden comments in diff bellow) Reviewed By: mweststrate Differential Revision: D23345480 fbshipit-source-id: 919e7fec1d1884f5e8980c3b6cc5a94eb3d69be1 |
||
|
|
a127e1944c |
Automated: Update Podfile.lock (#1500)
Summary: This is an automated PR to update the Podfile.lock. - Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions. - Also make sure that all the dependencies are updated to the latest one. - This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) Pull Request resolved: https://github.com/facebook/flipper/pull/1500 Reviewed By: jknoxville Differential Revision: D23343573 Pulled By: mweststrate fbshipit-source-id: 2193996ad1cb9983a64ce41851ee9ff4e49404d3 |
||
|
|
91f474d7a8 |
Update plugin version for all consumers
Summary: Updates the static docs plugin everywhere. Done by running `./update-all-users.sh 0.3.6` inside `fbsource/xplat/staticdocs/` Reviewed By: mweststrate Differential Revision: D23343132 fbshipit-source-id: 2deaec1f8a4ead43475d77f40b7bf35e6b25f994 |
||
|
|
dc4e224bfb |
Show possible remediation steps for known errors in a notification
Summary: This diff fires a notification with a remediation suggestion when the client takes a long time to connect back, for both WW and FS_ACCESS case Reviewed By: mweststrate Differential Revision: D23321067 fbshipit-source-id: 17ab93974e9571a0ba78af05c624eeb0522637c6 |
||
|
|
ce12c4e3df |
Make self inspection available for all devs - internal and open source
Summary: Flipper self inspection is being used by internal devs for a month now and peeple seems happy with it :) Let's make it available to open source devs! changelog: Flipper Self inspection - Flipper Messages plugin added to dev builds to show messages sent/received from clients Reviewed By: jknoxville Differential Revision: D23345560 fbshipit-source-id: 95bac52b966a78fbfa8e4d4c4e15d9d45ca960f7 |
||
|
|
381f31526c |
Change replace the QuickPerformanceLogger class with the QPLCore
Summary: Now that the vanilla JS QuickPerformanceLoggerCore was created with the core methods from QPL, we are using this in Flipper so that we have one source of truth Reviewed By: nubbel Differential Revision: D23128231 fbshipit-source-id: 16841aab2563509c7184a09ecb8d3f534c53e896 |
||
|
|
74cd039044 |
Bump react-native-flipper from 0.51.0 to 0.53.0 in /react-native/ReactNativeFlipperExample (#1496)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.51.0 to 0.53.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a60f165cd0 |
Bump typescript from 3.9.5 to 4.0.2 in /flipper-js-client-sdk (#1493)
Summary: allow-large-files Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 4.0</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-0-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.0%22+is%3Aclosed+">fixed issues query for Typescript v4.0.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.1%22+is%3Aclosed+">fixed issues query for Typescript v4.0.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.2%22+is%3Aclosed+">fixed issues query for Typescript v4.0.2</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-40">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 4.0 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-0-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0%22+is%3Aclosed+">fixed issues query for Typescript v4.0-beta</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-40beta">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 3.9.7</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+">fixed issues query for Typescript v3.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+">fixed issues query for Typescript v3.9.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+">fixed issues query for Typescript v3.9.2 (Final)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+">fixed issues query for Typescript v3.9.3 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+">fixed issues query for Typescript v3.9.5 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+">fixed issues query for Typescript v3.9.6 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+3.9.7%22+is%3Aclosed+">fixed issues query for Typescript v3.9.7 (patch release)</a>.</li> </ul> <p>(note, 3.9.4 was intentionally skipped due to minor complications in publishing)</p> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-397">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 3.9.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/">release announcement</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
419afc96c3 |
Bump jest from 26.4.0 to 26.4.2 in /react-native/ReactNativeFlipperExample (#1495)
Summary: Bumps [jest](https://github.com/facebook/jest) from 26.4.0 to 26.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>26.4.2</h2> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Fix <code>toMatchObject</code> to work with inherited class getters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10381">#10381</a>)</li> <li><code>[pretty-format]</code> Lower minimum node version to >= 10 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10435">#10435</a>)</li> </ul> <h2>26.4.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-core]</code> Don't report ELDHistogram as open handle (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10417">#10417</a>)</li> <li><code>[jest-matcher-utils]</code> Fix diffing object contain readonly symbol key object (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10414">#10414</a>)</li> <li><code>[jest-reporters]</code> Fixes notify reporter on Linux (using notify-send) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10400">#10393</a>)</li> <li><code>[jest-snapshot]</code> Correctly handles arrays and property matchers in snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10404">#10404</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.4.2</h2> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Fix <code>toMatchObject</code> to work with inherited class getters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10381">#10381</a>)</li> <li><code>[pretty-format]</code> Lower minimum node version to >= 10 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10435">#10435</a>)</li> </ul> <h2>26.4.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-core]</code> Don't report ELDHistogram as open handle (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10417">#10417</a>)</li> <li><code>[jest-matcher-utils]</code> Fix diffing object contain readonly symbol key object (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10414">#10414</a>)</li> <li><code>[jest-reporters]</code> Fixes notify reporter on Linux (using notify-send) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10400">#10393</a>)</li> <li><code>[jest-snapshot]</code> Correctly handles arrays and property matchers in snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10404">#10404</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
73e3cfe4a1 |
Minor Bug fixes
Summary: With this change, I verified that our enterprise wilde app is able to connect to Flipper. Reviewed By: jknoxville Differential Revision: D23318335 fbshipit-source-id: cc952297ead1e8afcb1d9f5062e593e51e8ce893 |
||
|
|
8d4ff8d48e |
Fixed several UI issues in Databases plugin
Summary: This diff improves showing details in the databases plugin in a few ways: 1. if there is large content, it is no longer rendered of screen 1. the section is now scrollable 1. made layout vertical rather than horizontal to have more space vor values 1. show the type of a value 1. better detection of JSON versus non-json values (primitives would be picked up as json, but in contrast binary ascii such as used in instagram wouldn't). This fixes also string to be rendered incorrectly by accidentally parsing them as numbers, such as can be seen in https://fb.workplace.com/groups/flippersupport/permalink/948112715669387/ Changelog: [Databases] Fixed several layout issues when inspecting rows, and added better JSON support and support for larger responses. Reviewed By: cekkaewnumchai Differential Revision: D23317689 fbshipit-source-id: 47ab5164e25da003e0d1a4ae7ccb1537b637e572 |
||
|
|
7f9d4c35a0 |
Allow for larger ascii responses
Summary: See linked task, data larger than 5KB would always be reported as blob. Increased this limit to 100KB, since if the user is looking at this data, it is proactively requested so it is fine if it is larger Reviewed By: jknoxville Differential Revision: D23317197 fbshipit-source-id: f563a980fa9567ac7e2f950b83c1888a7b295d77 |
||
|
|
6490687333 |
Flipper Snapshot Bump: v0.54.1-SNAPSHOT
Summary: Releasing snapshot version 0.54.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D23314242 fbshipit-source-id: c3910eb05475dd012205b80cc01f322c5f2015ea |
||
|
|
36825675d1 |
Flipper Release: v0.54.0
Summary: Releasing version 0.54.0 Reviewed By: mweststrate Differential Revision: D23314243 fbshipit-source-id: ce2561b356f082613f656fedac9c08b440845bb1 |
||
|
|
96803821ec |
Bump @babel/core from 7.10.4 to 7.11.4 in /react-native/ReactNativeFlipperExample (#1497)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">babel/core's releases</a>.</em></p> <blockquote> <h2>v7.11.4 (2020-08-20)</h2> <p>Thanks <a href="https://github.com/Monchi">Monchi</a> for their first PR to Babel!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-replace-supers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare babel/traverse as a dependency (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11943">#11943</a> fix: reset EndLocation for catch param (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11978">#11978</a> fix: do not mutate newTypes (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11970">#11970</a> fix: ensure defaults are set in babel/eslint-parser (<a href="https://github.com/kaicataldo">kaicataldo</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11947">#11947</a> fix: disallow line break between async and property (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11952">#11952</a> Move legacy node version tests to GitHub actions (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11936">#11936</a> chore: do not push version commit on lerna version (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11923">#11923</a> Add more parser test cases (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11944">#11944</a> Simplify tokenizer update context (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11945">#11945</a> chore: enable flowcheck on CI (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11930">#11930</a> Refactor [In] production parameter tracking (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11953">#11953</a> chore: remove obsolete comment (<a href="https://github.com/jamescdavis">jamescdavis</a>)</li> </ul> </li> <li><code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11951">#11951</a> chore: build babel-polyfill-dist on make watch (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-jsx-source</code>, <code>babel-plugin-transform-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11531">#11531</a> Isolated exec tests (<a href="https://github.com/jridgewell">jridgewell</a>)</li> </ul> </li> <li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-call-delegate</code>, <code>babel-helper-explode-assignable-expression</code>, <code>babel-helper-explode-class</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11937">#11937</a> Move some babel/traverse from deps to devDeps (<a href="https://github.com/Monchi">Monchi</a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Brian Ng (<a href="https://github.com/existentialism">existentialism</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li>James C. Davis (<a href="https://github.com/jamescdavis">jamescdavis</a>)</li> <li>Justin Ridgewell (<a href="https://github.com/jridgewell">jridgewell</a>)</li> <li>Kai Cataldo (<a href="https://github.com/kaicataldo">kaicataldo</a>)</li> <li>Yuku Kotani (<a href="https://github.com/Monchi">Monchi</a>)</li> </ul> <h2>v7.11.3 (2020-08-08)</h2> <p>Thanks <a href="https://github.com/AleksRap">AleksRap</a> for their first PR!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">babel/core's changelog</a>.</em></p> <blockquote> <h2>v7.11.4 (2020-08-20)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-replace-supers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare babel/traverse as a dependency (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11943">#11943</a> fix: reset EndLocation for catch param (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11978">#11978</a> fix: do not mutate newTypes (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11970">#11970</a> fix: ensure defaults are set in babel/eslint-parser (<a href="https://github.com/kaicataldo">kaicataldo</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11947">#11947</a> fix: disallow line break between async and property (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11952">#11952</a> Move legacy node version tests to GitHub actions (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11936">#11936</a> chore: do not push version commit on lerna version (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11923">#11923</a> Add more parser test cases (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11944">#11944</a> Simplify tokenizer update context (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11945">#11945</a> chore: enable flowcheck on CI (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11930">#11930</a> Refactor [In] production parameter tracking (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11953">#11953</a> chore: remove obsolete comment (<a href="https://github.com/jamescdavis">jamescdavis</a>)</li> </ul> </li> <li><code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11951">#11951</a> chore: build babel-polyfill-dist on make watch (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-jsx-source</code>, <code>babel-plugin-transform-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11531">#11531</a> Isolated exec tests (<a href="https://github.com/jridgewell">jridgewell</a>)</li> </ul> </li> <li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-call-delegate</code>, <code>babel-helper-explode-assignable-expression</code>, <code>babel-helper-explode-class</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11937">#11937</a> Move some babel/traverse from deps to devDeps (<a href="https://github.com/Monchi">Monchi</a>)</li> </ul> </li> </ul> <h2>v7.11.3 (2020-08-08)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11932">#11932</a> fix: add ImportExpression visitorKeys (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11921">#11921</a> refactor: add recoverable error on accessorIsGenerator (<a href="https://github.com/JLHwung">JLHwung</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/11919">#11919</a> refactor: simplify smart pipeline parsing (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11922">#11922</a> simplify isLookaheadRelational method (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11917">#11917</a> Support ConditionalExpressions in dry-error-messages rule (<a href="https://github.com/existentialism">existentialism</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8309ebcdcf |
Bump metro-react-native-babel-preset from 0.58.0 to 0.63.0 in /react-native/ReactNativeFlipperExample (#1498)
Summary: Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.58.0 to 0.63.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.63.0</h2> <ul> <li>[fix] Change initialisation logo and text from RN to Metro</li> </ul> <h2>Release v0.62.0</h2> <ul> <li>[feature] Add onBundleBuilt to ServerOptions</li> </ul> <h2>Release v0.61.0</h2> <p>Contains all changes since 0.60.0:</p> <ul> <li>[Feature]: Add support for blockList and array of regexs</li> <li>[Fix]: Change order of imports to be the same as in source files</li> <li>[Feature]: Add new secureServerOptions option to runServer</li> <li>[Feature]: Add inline-requires option</li> <li>[PetPeeve]: Metro server => Metro</li> </ul> <p>See <a href="https://github.com/facebook/metro/compare/0.60.0...0.61.0">0.59.0...0.60.0</a> for a full list of changes.</p> <h2>v0.60.0</h2> <p>Contains all changes since 0.59.0:</p> <ul> <li>[Fix] metro-source-map: propagate sourcesContent when composing source maps (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/574">https://github.com/facebook/flipper/issues/574</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/574">facebook/metro#574</a>))</li> <li>[Fix] Preserve source locations in import-export-plugin</li> <li>[Change] Resolve path-based configuration options in Metro's config normalizer</li> <li>[Feature] metro-memory-fs: Implement realpath.native</li> <li>[Feature] metro-memory-fs: Implement fs.truncate</li> <li>[Feature] metro-memory-fs: Implement fs.link (<a href="http://fs.link/">http://fs.link/</a>)</li> <li>[Feature] metro-memory-fs: Implement fs.rename</li> <li>[Feature] metro-memory-fs: Implement readdir(withFileTypes)</li> <li>[Feature] Move HttpGetStore to open source</li> <li>[Fix] MultipartResponse to allow for binary data to be sent</li> <li>[Fix] Size attribution in metro-symbolicate</li> <li>[Fix] Links website Docs in Help page. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/563">https://github.com/facebook/flipper/issues/563</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/563">facebook/metro#563</a>))</li> <li>[Change] Enable loose mode for babel/plugin-proposal-object-rest-spread</li> <li>[Fix] Pass config overrides to metro.config.js function (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/559">https://github.com/facebook/flipper/issues/559</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/559">facebook/metro#559</a>))</li> <li>[Fix] Added bundler property to babel caller (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/558">https://github.com/facebook/flipper/issues/558</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/558">facebook/metro#558</a>))</li> <li>[Feature] Add rewriteRequestUrl option</li> <li>[New] Add unstable_transformProfile as URL param</li> <li>[Fix] DependencyGraph.resolveDependency resolves to the same module when imported from .. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/556">https://github.com/facebook/flipper/issues/556</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/556">facebook/metro#556</a>))</li> <li>[New] Add support for bytecode compilation & bytecode bundles (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/546">https://github.com/facebook/flipper/issues/546</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/546">facebook/metro#546</a>))</li> <li>[Fix] Send bundle progress immediately</li> <li>[New] New metro-hermes-compiler package <a href="https://github.com/allow-large-files">allow-large-files</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/545">https://github.com/facebook/flipper/issues/545</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/545">facebook/metro#545</a>))</li> <li>[New] Create metro-transform-worker package</li> <li>[Fix] Add getDependencies function that automatically cleans up unused graphs</li> <li>[New] Create metro-transform-plugins package</li> <li>[Breaking Change] Change transform worker from a class to an object interface</li> <li>[Fix] DependencyGraph.resolveDependency resolves to the same module when imported from . (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/540">https://github.com/facebook/flipper/issues/540</a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/540">facebook/metro#540</a>))</li> <li>[Security] Fix security vulnerabilities in third-party dependencies</li> <li>[Removed] Remove hmrEnabled option</li> </ul> <p>See <a href="https://github.com/facebook/metro/compare/0.59.0...0.60.0">0.59.0...0.60.0</a> for a full list of changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b109fc4d3e |
FQN Cleanup
Summary: Fixing a silly missing import Reviewed By: muraziz Differential Revision: D23265033 fbshipit-source-id: 0e78d19314df853d2c512535650d3294bf3099e0 |
||
|
|
47d3dd6413 |
Load routes to device during init (#1491)
Summary: This is a replacement for PR https://github.com/facebook/flipper/pull/1486 which had the wrong username When the network plugin is loaded, the route table in the device is empty. It needs to be populated with whatever routes have already been created and saved in local storage. Otherwise, the user would need to modify the routes to force an update. Issue is described here - https://github.com/facebook/flipper/issues/1476 ## Changelog Routes updated in device when plugin is initialized Pull Request resolved: https://github.com/facebook/flipper/pull/1491 Test Plan: 1. Create a mock for the get request in the sample Android app 2. Kill the app 3. Start the app 4. Issue the get request in the app 5. Verify that the request is mocked in the Network plugin  Reviewed By: passy Differential Revision: D23292355 Pulled By: mweststrate fbshipit-source-id: 2fe16e9067a627cae02a4b1db422952d364fd036 |
||
|
|
3e95645f45 |
Fix release builds on Android, take 2 (#1329)
Summary: Changelog: Fixed react-native-flipper causing Android release builds to fail https://github.com/facebook/flipper/issues/1325 made progress but did not quite fix https://github.com/facebook/flipper/issues/1303. Android Release builds would still fail because `PackageList` depended on `FlipperPackage` and couldn't find it in release builds. There doesn't appear to be a clear way to set up a debug-only package with React Native's Android autolinking (see https://github.com/react-native-community/cli/issues/1211), so this change creates an empty `FlipperPackage` to satisfy that dependency, while still avoiding bundling the Flipper library into the release build. (manual linking also works, but seems less-desirable for consumers of the library) ## Changelog Add an empty `FlipperPackage` to the `release` folder to satisfy the reference put in `PackageList` by the autolinker for release builds. Pull Request resolved: https://github.com/facebook/flipper/pull/1329 Test Plan: Verified that release builds did fail without this change (using ReactNativeFlipperExample app) Successfully built a React Native Android Release app from Android Studio using this library and verified that the APK still did not contain Flipper. Built debug and verified that Flipper still worked as before. Reviewed By: passy Differential Revision: D23292543 Pulled By: mweststrate fbshipit-source-id: cb897a0e6dcdc04e29d676596447ca9dd68182c8 |
||
|
|
79b1f8a1c1 |
Tell FB employees to use MSC instead of downloading
Reviewed By: mweststrate Differential Revision: D23265192 fbshipit-source-id: 0c8bb5dd281e6d23efe72b708e1954db54f9d5f1 |
||
|
|
0b528f19ce |
Escape table names and keys
Summary: https://github.com/facebook/flipper/issues/1426 Changelog: [Databases] Fixed escaping of column names, see #1426 Reviewed By: jknoxville Differential Revision: D23293248 fbshipit-source-id: 6acbb87727524ba2bdc7973cad8c124a3ee026e6 |
||
|
|
39a465b8b8 |
Use idb to poll for devices, if it is installed
Summary: Bringing the pkd CPU usage fix to open source releases. Now when idb is installed, Flipper will always use it to check for devices, and only fallback to instruments if not. Fixes https://github.com/facebook/flipper/issues/1028 Reviewed By: passy Differential Revision: D23293675 fbshipit-source-id: 6ff3e89167f5f6d4130f197b2a675202334d0e7d |
||
|
|
573bf8a940 |
Fix scoped symlink module resolution (#1482)
Summary: Fixes https://github.com/facebook/flipper/issues/1481 ## Changelog Fix symlinked scoped module resolving to outer directory Pull Request resolved: https://github.com/facebook/flipper/pull/1482 Test Plan: Added one more case to the existing test case for `getWatchFolders.ts` ``` ❯ yarn run test:debug getWatchFolders yarn run v1.22.4 $ yarn build:pkg && node --inspect node_modules/.bin/jest --runInBand getWatchFolders $ cd pkg && yarn build $ tsc -b Debugger listening on ws://127.0.0.1:9229/41e16e0b-8a44-42fe-93ac-9dd9d06e418d For help, see: https://nodejs.org/en/docs/inspector PASS pkg-lib/src/__tests__/getWatchFolders.node.ts getWatchFolders ✓ getWatchFolders correctly resolves symlinked packages (12 ms) Test Suites: 1 passed, 1 total Tests: 1 passed, 1 total Snapshots: 1 passed, 1 total Time: 2.358 s Ran all test suites matching /getWatchFolders/i. {emoji:2728} Done in 8.60s. ``` Reviewed By: mweststrate Differential Revision: D23293357 Pulled By: nikoant fbshipit-source-id: de2a506693727489238c6f6ec62d07526f8f0c69 |
||
|
|
8a5860cb78 |
API reference documentation
Summary: Documented all exposed Sandy APIs plugin developers should know about. Honestly didn't proof-read it myself yet, but wanted to publish this diff at least before PTO, so that the information is available to anyone interested / playing with sandy Reviewed By: jknoxville Differential Revision: D22976373 fbshipit-source-id: c30918201d2feeb306ca0d9a3ae1ec10bdf7e2f5 |
||
|
|
ecc3a280cf |
Fix Scroll to Left on When Element Inspected in Middle
Summary: `scrollTo` used there caused the window to scroll to the most left when a user was inspecting an element which horizontal scroll wasn't in the most left position. This diff removes the horizontal constrain and only scroll vertically. Reviewed By: mweststrate Differential Revision: D23284227 fbshipit-source-id: 7c19cac7496927c631572e222cb1d635dd1f8ea4 |
||
|
|
f4c36377df |
make body option persisted across request selection (#1448)
Summary: This PR make the formatter body option persisted across request selection as mentioned in [here](https://github.com/facebook/flipper/issues/432) Close https://github.com/facebook/flipper/issues/432 ## Changelog Make request body option persisted across request selection Pull Request resolved: https://github.com/facebook/flipper/pull/1448 Test Plan: 1. Select the first request and change the body option from `parsed` to `formatted` <img width="1432" alt="Screen Shot 2020-08-10 at 19 00 07" src="https://user-images.githubusercontent.com/1691440/89780560-de753c80-db3b-11ea-87d7-92831e16b961.png"> 2. Move to second request, still in `formatted` <img width="1431" alt="Screen Shot 2020-08-10 at 19 00 18" src="https://user-images.githubusercontent.com/1691440/89780573-e9c86800-db3b-11ea-900e-e6d02054e9ba.png"> Reviewed By: cekkaewnumchai Differential Revision: D23264774 Pulled By: mweststrate fbshipit-source-id: aed97642d030fa8e01e63d115e79ffb7a702c5e6 |
||
|
|
223f4ac2c5 |
Remove startup errors (#1484)
Summary: This diff removes some irrelevant error messages that are always logged in the OSS build, and got even reported a few times. The yarn lock file somehow got in a state where emotion/core was included twice (probably due to having a really old yarn version here), causing the logs view to crash. So fixed that manually. P.S. the fact that the warning in the screenshot does not take the full width is an issue in console-feed component itself, I opened https://github.com/samdenty/console-feed/pull/50 for that ## Changelog changelog: Removed some irrelevant errors from startup flow Pull Request resolved: https://github.com/facebook/flipper/pull/1484 Test Plan: Before  After  Reviewed By: jknoxville Differential Revision: D23220937 Pulled By: mweststrate fbshipit-source-id: 5f7b28adfbf99c938ad3abba75f26c6917463510 |
||
|
|
81eb09e7b0 |
Unify error notifications (#1483)
Summary: Note: this is to be stacked upon https://github.com/facebook/flipper/pull/1479 Note: this PR will probably not succeed against FB internal flipper, as I'm pretty sure there are more call sites that need to be updated. So consider this WIP Currently connection errors are managed in the connection reducers, and are displayed through their own means, the error bar. Showing console.errors is also hooked up to this mechanism in FB internal flipper, but not at all in the OSS version, which means that some connection errors are never shown to the user. Besides that there is a notification system that is used by for example the crash reporter and plugin updater. Having effectively (at least) two notifications mechanisms is confusing and error prone. This PR unifies both approaches, and rather than having the connection reducer manage it's own errors, it leverages the more generic notifications reducer. Since, in the previous PR, console errors and warnings have become user facing (even in OSS and production builds, which wasn't the case before), there is no need anymore for a separate error bar. I left the notifications mechanism itself as-is, but as discussed in the Sandy project the notification screen will probably be overhauled, and the system wide notifications will become in-app notifications. ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/1483 Test Plan: Only updated the unit tests at this point. Manual tests still need to be done. Reviewed By: passy Differential Revision: D23220896 Pulled By: mweststrate fbshipit-source-id: 8ea37cf69ce9605dc232ca90afe9e2f70da26652 |
||
|
|
76b72f3d77 |
Fix condition on processing message queues for sandy plugins
Summary: While converting Bloks-Script plugin, Timur found a bug where the message queue wasn't processed. Although queue processing was unit tested, the integration into the rendering lifecycle wasn't explicitly tested and missed a TODO that already signalled this should have been implemented. Added a unit test to verify the bug and fix. Also tested in a running Flipper instance with the converted plugin (next diff) Reviewed By: jknoxville Differential Revision: D23263909 fbshipit-source-id: 63783c980247bdf6c93d00a46881d7d0eb291d09 |
||
|
|
6c7748238d |
Update 'open in ide' menu only if the path for a class is resolved
Summary: If myles is taking too long users might experience issues with multiple tabs open for 'open in diffusion' functionality. This diff addresses this problem by displaying 'open in ide' menu only if the path is already resolved. Reviewed By: mweststrate Differential Revision: D23242199 fbshipit-source-id: ffa698110d4c5e0c0e0686fbc56a7eea6b5782e6 |
||
|
|
744fe01922 |
Some renames
Summary: Some non-semantic changes. Mostly an earlier rename that was accidentally done only locally rather than across the codebase Also support `.spec` test extension, which is more idiomatic Jest, since we don't use the `.node` and `.electron` distinction anymore anyway. Reviewed By: jknoxville Differential Revision: D22976438 fbshipit-source-id: f3abedb36cbac1e835295177117ccbca492a67a1 |
||
|
|
bce3d48e71 |
Better handle no (valid) plugin selection
Summary: Little ux tweak, there are some rare scenarios where you can end up in an empty plugin screen, made a small message. Reviewed By: jknoxville Differential Revision: D22846396 fbshipit-source-id: 0ad19f1c252112d78a5587e6633fee2d9542d5e1 |
||
|
|
685cc09b3b |
DeviceLogs plugin to Sandy
Summary: Converted the DeviceLogs plugin to sandy. Kept logic and UI the same (so same batching, localstorage mechanisms etc). But used sandy api's for log subscribing, state, and separating the logical part of the component from the UI. Note that some mechanisms work slightly different, like deeplinking and scrollToBottom handling, to reflect the fact that plugins are now long lived Reviewed By: jknoxville Differential Revision: D22845466 fbshipit-source-id: 7c98b2ddd9121dc730768ee1bece7e71bb5bec16 |
||
|
|
dd15cffa64 |
Introduced first class console to help users debugging issues (#1479)
Summary: Handling issues typically start with: did you look at the Electron logs? Since Flipper is such an extensible tool, running in varying environments I think the console should be support as first class concept. Many errors are currently not shown to the user. This PR is a first attempt to fix that. The implementation is based on https://github.com/samdenty/console-feed, which is used by quite some web based IDE like tools (like codesandbox), and offers a lot of goodies out of the box, like collapsing errors, objects, etc. Edit: also added a counter keeping track of the amount of errors N.B. no need to immediately review this diff, I'll import it to phabricator as soon as I can :) ## Changelog changelog: Introduce 'Debug Logs' section to help users to troubleshoot issues or to provide more accurate reports. Pull Request resolved: https://github.com/facebook/flipper/pull/1479 Test Plan:  Reviewed By: jknoxville Differential Revision: D23198103 Pulled By: passy fbshipit-source-id: a2505f9fa59e10676a44ffa33312efe83c7be55d |
||
|
|
baa29d0b49 |
Manually fix up imported pages
Summary: I've gone through all imported pages and fixed all images and links (and anything else) that didn't get converted successfully. Also changed the new # headings to use ##, because it works better here. And organized the sidebar like it was on the wiki Reviewed By: passy Differential Revision: D23241772 fbshipit-source-id: 7eab8d7d520c5d605525d9b4ad9b12b48ca92bcc |
||
|
|
c6569470f4 |
Import internal pages from wiki
Summary: This is the unadulterated output from running: `yarn start static-docs-from-wiki --wiki_name Flipper --site_dir xplat/sonar/website` Reviewed By: passy Differential Revision: D23241773 fbshipit-source-id: 136e99130c77bedfb66bb31e31a7b331278857bb |
||
|
|
4228e0dd26 |
Automated: Update Podfile.lock (#1485)
Summary: This is an automated PR to update the Podfile.lock. - Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions. - Also make sure that all the dependencies are updated to the latest one. - This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) Pull Request resolved: https://github.com/facebook/flipper/pull/1485 Reviewed By: priteshrnandgaonkar Differential Revision: D23241704 Pulled By: passy fbshipit-source-id: 025947bdf480bdee800717396c1317a5926c6210 |
||
|
|
f342561196 |
Better error handling (#1478)
Summary: Show a notification if device connect failed, or if USB debugging hasn't been authorized When trying to run Flipper on my linux device, it didn't connect to my phone ootb. `adb devices` showed the device, and the flipper console did show an error, which, correctly stated that the device isn't authorized, but I missed the popup on my phone. This hopefully removes one hindrance for others in the future when connecting Flipper to Android. ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/1478 Test Plan: Before (no hint in Flipper UI):  After: Desktop notification + notification in notifications section   (sorry, had a movie, but can't access paste and GH doesn't allow them) Reviewed By: passy Differential Revision: D23220915 Pulled By: mweststrate fbshipit-source-id: 4f4bc8023612301191ece62b9bc2bd008f3bb3cb |
||
|
|
c38071e9ba |
Flipper Snapshot Bump: v0.53.1-SNAPSHOT
Summary: Releasing snapshot version 0.53.1-SNAPSHOT Reviewed By: priteshrnandgaonkar Differential Revision: D23213489 fbshipit-source-id: 97ceab6b351fd2feea65c0d5fe75ccdd2728881b |
||
|
|
f1c3bf8697 |
Flipper Release: v0.53.0
Summary: Releasing version 0.53.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23213490 fbshipit-source-id: 66dfa59dbae33d372bad9e284f9773e2ab88487b |
||
|
|
3c3d76be60 |
Send flipperstate to cert downloader
Summary: Add flipperstate to the cert downloader. Reviewed By: jknoxville Differential Revision: D23172851 fbshipit-source-id: f0eb23ec709d656918831c2ee82a6ddb426596e5 |
||
|
|
2e98c7f3c7 |
Solve the bug where iOS physical device was not detected
Summary:
As per the title
Bug:
{F288338655}
Reviewed By: mweststrate
Differential Revision: D23168390
fbshipit-source-id: e57ac1f22c0a3932fe9948d16cf9fc9cc74ab636
|
||
|
|
6170bfea41 |
Upgrade fs-extra
Summary: Bringing this to the latest version everywhere. Reviewed By: priteshrnandgaonkar Differential Revision: D23051537 fbshipit-source-id: 5cad59ab6fcc57fc72df8ace985a7b5f39de2bda |
||
|
|
10b3c7db0b |
Bump eslint-plugin-react-hooks from 4.0.4 to 4.1.0 in /flipper-js-client-sdk (#1475)
Summary: Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.4 to 4.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md">eslint-plugin-react-hooks's changelog</a>.</em></p> <blockquote> <h2>4.1.0</h2> <ul> <li><strong>New Violations:</strong> Warn when dependencies change on every render. (<a href="https://github.com/captbaritone">captbaritone</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19590">#19590</a>)</li> </ul> <h2>4.0.8</h2> <ul> <li>Fixes TypeScript <code>typeof</code> annotation to not be considered a dependency. (<a href="https://github.com/delca85">delca85</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19316">#19316</a>)</li> </ul> <h2>4.0.7</h2> <ul> <li>Fixes an overly coarse dependency suggestion. (<a href="https://github.com/gaearon">gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19313">#19313</a>)</li> </ul> <h2>4.0.6</h2> <ul> <li>Fix crashes and other bugs related to optional chaining. (<a href="https://github.com/gaearon">gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19273">#19273</a> and <a href="https://github-redirect.dependabot.com/facebook/react/pull/19275">#19275</a>)</li> </ul> <h2>4.0.5</h2> <ul> <li>Fix a crash when the dependency array has an empty element. (<a href="https://github.com/yeonjuan">yeonjuan</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19145">#19145</a>)</li> <li>Fix a false positive warning that occurs with optional chaining. (<a href="https://github.com/fredvollmer">fredvollmer</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19061">#19061</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks">compare view</a></li> </ul> </details> <br /> [](https://help.github.com/articles/configuring-automated-security-fixes) 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/1475 Reviewed By: mweststrate Differential Revision: D23161698 Pulled By: passy fbshipit-source-id: 725c377f627b2555a85487ef39cebe372205d394 |
||
|
|
156b00ba42 |
Bump data-encoding from 2.2.0 to 2.3.0 in /packer (#1449)
Summary: Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.2.0 to 2.3.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
83227ff771 |
Bump jest from 26.2.2 to 26.3.0 in /react-native/ReactNativeFlipperExample (#1451)
Summary: Bumps [jest](https://github.com/facebook/jest) from 26.2.2 to 26.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>26.3.0</h2> <h3>Features</h3> <ul> <li><code>[jest-circus, jest-jasmine2]</code> Include <code>failureDetails</code> property in test results (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9496">#9496</a>)</li> <li><code>[jest-each, jest-jasmine, jest-circus]</code> Add support for <code>.concurrent.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9326">#9326</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Add <code>.pnp.js</code> to <code>transformIgnorePatterns</code> defaults (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10383">#10383</a>)</li> <li><code>[jest-leak-detector]</code> Wait properly for GC runs due to changes in Node 14.7 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10366">#10366</a>)</li> <li><code>[jest-worker]</code> Downgrade minimum node version to 10.13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10352">#10352</a>)</li> <li><code>[docs]</code> Update snapshot testing documentation(<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10359">#10359</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.3.0</h2> <h3>Features</h3> <ul> <li><code>[jest-circus, jest-jasmine2]</code> Include <code>failureDetails</code> property in test results (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9496">#9496</a>)</li> <li><code>[jest-each, jest-jasmine, jest-circus]</code> Add support for <code>.concurrent.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9326">#9326</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Add <code>.pnp.js</code> to <code>transformIgnorePatterns</code> defaults (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10383">#10383</a>)</li> <li><code>[jest-leak-detector]</code> Wait properly for GC runs due to changes in Node 14.7 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10366">#10366</a>)</li> <li><code>[jest-worker]</code> Downgrade minimum node version to 10.13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10352">#10352</a>)</li> <li><code>[docs]</code> Update snapshot testing documentation(<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10359">#10359</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |