dd880b3ba9f02194d2bcb35929ce88359db53372
5611 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
dd880b3ba9 |
Flipper Release: v0.100.0
Summary: Releasing version 0.100.0 Reviewed By: cekkaewnumchai Differential Revision: D29958236 fbshipit-source-id: d1dabc4537b9691196d61d9c1a200cf6c8a86725 |
||
|
|
554f8146d7 |
Extracting utility methods
Summary: Extract the following utility functions from ServerController: transformCertificateExchangeMediumToType appNameWithUpdateHint The functions are not tied to the ServerController and will be used outside of it. Reviewed By: passy Differential Revision: D29938355 fbshipit-source-id: ea489f54a3a6bf46ae4e108579d48ede1f891093 |
||
|
|
27eaf4f03d |
Tuesday dep bump
Summary: allow-large-files Got a ton of open bumps in GitHub. Want to address a bunch of them in one swoop. Reviewed By: jknoxville, nikoant Differential Revision: D29933570 fbshipit-source-id: d5dc18fab22e8c5b300ab318e60dd1514aecfd52 |
||
|
|
54c6149891 |
Update Flipper to use latest plugin version.
Summary: Update flipper to use latest docusaurus-plugin-internaldocs-fb package version. Reviewed By: jknoxville Differential Revision: D29938558 fbshipit-source-id: 3e43ae93e1c39674e7ae4cee7af2b23cab019a21 |
||
|
|
204c075782 |
Move BrowserClientFlipperConnection to a better location
Summary: Move BrowserClientFlipperConnection to a better location. All communication types should be located inside the comms/ directory. Reviewed By: jknoxville Differential Revision: D29937942 fbshipit-source-id: 7fbf92c60d53a8f4f16d738bcbd6c451ce367ff1 |
||
|
|
1f1f41c81e |
Rename websocketClientFlipperConnection
Summary: At the moment Flipper spawns a WebSocket server which can be used to debug Web applications in the Browser i.e. Kite. This diff renames websocketClientFlipperConnection to BrowserClientFlipperConnection. Renamed to make it clearer what type of connection it really is. WebSocket connections will no longer have the same meaning once RSocket is removed and WebSockets are used instead. Reviewed By: jknoxville Differential Revision: D29937656 fbshipit-source-id: 99d55fcfe256865add1ba3aada2c23f935f5cabe |
||
|
|
dcb4b2fb96 |
Bump appcompat from 1.3.0 to 1.3.1 (#2626)
Summary: Bumps appcompat from 1.3.0 to 1.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2626 Reviewed By: timur-valiev Differential Revision: D29932510 Pulled By: passy fbshipit-source-id: c947dadad9649b3f0f1dd9c6e3be8714b25f1ca6 |
||
|
|
38c8c9b2d2 |
Set required prop for PluginInstaller
Summary: TSC is raising this for a missing property. Reviewed By: timur-valiev Differential Revision: D29933795 fbshipit-source-id: 2acb3ea3b504f1bce1fb4bd0f7e4b52fd49e00b0 |
||
|
|
c1496f621e |
FlipperClientConnection no longer redefines the RSocket Socket interface
Summary: FlipperClientConnection used to define an interface which closely matched the Socket interface defined in RSocket. Presumably it tried to 'decouple' RSocket from consumers of the client socket connection. It also limited the amount of actions that could be triggered on said socket connection. This diff does two things: - Renames FlipperClientConnection to ClientConnection. - Changes the interface so that it no longer matches the RSocket Socket interface. The new interface doesn't use RSocket reactive types either. As a result, current implementations of the interface will act as a proxy to the RSocket Socket type. The change allows the usage of other implementations such as WebSocket. Reviewed By: fabiomassimo Differential Revision: D29934090 fbshipit-source-id: 02742e50cd6e801310698969c81b3bf1ef0fa2a2 |
||
|
|
8bb47a38a1 |
Rename server as ServerController
Summary: In the file server.tsx was defined the Server type. Server is being renamed to ServerController and the new file is ServerController.tsx This is the last diff where things are being moved or renamed in a way that will make harder to review future changes. Reviewed By: fabiomassimo Differential Revision: D29912626 fbshipit-source-id: ae583671d98823a10f7efceeefd8215621f59dcf |
||
|
|
3e334e1a0e |
Create a new comms directory and move the server type inside
Summary: A new comms/ directory is introduced which will contain all the communication code between client and server. This change just moves server.tsx to its new location, it will make the next changes easier to follow. Reviewed By: fabiomassimo Differential Revision: D29911904 fbshipit-source-id: ae319dc8f9fd7af9d8b5b5c0ee87b56102cc0a18 |
||
|
|
2eac7507be |
Bump rsocket-core from 0.0.19 to 0.0.27 in /desktop (#2607)
Summary: Bumps [rsocket-core](https://github.com/rsocket/rsocket-js) from 0.0.19 to 0.0.27. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
98f56a30ed |
Removed bolts-applinks dependency not in use (#2580)
Summary:
As explained in this [Issue](https://github.com/facebook/flipper/issues/1919) when running checks to see if Jetifier is needed to compile any given app using Flipper, it complain due to the dependency on `com.parse.bolts:bolts-applinks:1.4.0`.
```
Scanning com.parse.bolts:bolts-applinks:1.4.0
Absoulute path: /....../bolts-applinks-1.4.0.jar
Graphs to this dependency:
+---com.facebook.flipper:flipper:0.74.0
+---com.parse.bolts:bolts-applinks:1.4.0
> Task :canISayByeByeJetifier FAILED
```
Bolts has already fixed the AndroidX migration in version `1.5.0` but it has never been published ([Issue](https://github.com/BoltsFramework/Bolts-Android/issues/157))
After checking the code i realized flipper is only using `bolts-tasks` in `FrescoFlipperPlugin` ([code](
|
||
|
|
64c5fd2448 |
Automated: Update Podfile.lock (#2613)
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/2613 Test Plan: Imported from GitHub, without a `Test Plan:` line. |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D29857462/V2/flipper/) Reviewed By: muraziz Differential Revision: D29857462 Pulled By: nikoant fbshipit-source-id: f498f00b6a8fb0c631c27088509be1b3ffdbe3f3 |
||
|
|
afe7f8e1fb |
Flipper Snapshot Bump: v0.99.1-SNAPSHOT
Summary: Releasing snapshot version 0.99.1-SNAPSHOT Reviewed By: nikoant Differential Revision: D29815218 fbshipit-source-id: 5100bbbb9c19fa49ab4d1a0b45d510acdf2d0a4a |
||
|
|
c0b0a9f04e |
Flipper Release: v0.99.0
Summary: Releasing version 0.99.0 Reviewed By: nikoant Differential Revision: D29815217 fbshipit-source-id: c0597dedcd15b04c7091bf22807e5b8dbca90f97 |
||
|
|
ba6ab0ff38 |
Use spinner when loading Flipper trace
Summary: When loading a Flipper trace, the loading dialog was no longer show. This diff fixes that. Reviewed By: nikoant Differential Revision: D29844892 fbshipit-source-id: 23d1f53962a3f64f93cc42127cd008c03486c14c |
||
|
|
62674da74e |
Introduce Spinner and Dialog.loading
Summary: Per title Reviewed By: nikoant Differential Revision: D29790505 fbshipit-source-id: 7c995be59418ffd4c337eb8d1905bd2f2466e5cd |
||
|
|
f74029699f |
Introduce Dialog abstraction
Summary: Introduce convenience abstractions to make it easier to manage dialogs imperatively, by promisyfying common dialog abstractions. Reviewed By: jknoxville, nikoant Differential Revision: D29790462 fbshipit-source-id: c092c15cf569ec353b9c1042f25cd67e6c76db01 |
||
|
|
9c4deb3501 |
Fix yarn start crashing with error
Summary:
`yarn start` in `website` crashed with
```
/Users/mweststrate/fbsource/xplat/sonar/website/node_modules/docusaurus/core/bin/docusaurus.js:50
const siteDocusaurusPackagesForUpdate = Object.keys(sitePkg.dependencies)
^
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Object.<anonymous> (/Users/mweststrate/fbsource/xplat/sonar/website/node_modules/docusaurus/core/bin/docusaurus.js:50:50)
```
This diff adds an empty `dependencies` section as work around. Proper patch has been made in:
https://github.com/facebook/docusaurus/pull/5204
Reviewed By: nikoant
Differential Revision: D29844597
fbshipit-source-id: 29cfad53d9ca785dd9d93c4800647add219a48ba
|
||
|
|
226cf8ccf9 |
Set up deeplink handling for open-plugin deeplink
Summary: Introduce open-plugin deeplink protocol. Implementation steps will follow in rest of this diff Reviewed By: jknoxville Differential Revision: D29761801 fbshipit-source-id: 47070c063df2cb3286e418b2fb20f9d8855a95d5 |
||
|
|
860f723521 |
Make deeplinks manual- and unittestable
Summary: This diff makes sure we can manually & unit tests deeplinks more easily, by introducing a dialog in which a deeplink can be entered manually and extracting deeplink handling logic from the application dispatcher. Reviewed By: jknoxville Differential Revision: D29760933 fbshipit-source-id: 0fc8f577204ecdd278716853b87786557a6e2194 |
||
|
|
fe96c9b6d2 |
Bump dokka-gradle-plugin from 1.4.32 to 1.5.0 (#2587)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.32 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.0 Alpha</h2> <p>Kotlin compiler upgraded to 1.5.0</p> <p>Fixes:</p> <p>Make module name optional in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1850">https://github.com/facebook/flipper/issues/1850</a>) Fix line separator issues (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1887">https://github.com/facebook/flipper/issues/1887</a>) Fix preserving spaces in Javadoc comments (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1923">https://github.com/facebook/flipper/issues/1923</a>) GFM renderer: sanitize line ends (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1936">https://github.com/facebook/flipper/issues/1936</a>) Fix rendering html in briefs (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1931">https://github.com/facebook/flipper/issues/1931</a>) Fix code blocks on Extension Points page (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1948">https://github.com/facebook/flipper/issues/1948</a>) Remove extra dash (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1968">https://github.com/facebook/flipper/issues/1968</a>) Don't use older dir from previous runs in versioning (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1963">https://github.com/facebook/flipper/issues/1963</a>) Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>) Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</p> <p>Added features:</p> <p>Add a supertype for leaf dokka tasks that defines dokkaSourceSets (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1891">https://github.com/facebook/flipper/issues/1891</a>) Add ability to specify older versions as a list of files (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1890">https://github.com/facebook/flipper/issues/1890</a>) Cachable Gradle task (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1905">https://github.com/facebook/flipper/issues/1905</a>) Multilanguage docs inheritance (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1951">https://github.com/facebook/flipper/issues/1951</a>) Logging levels in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>) Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</p> <p>Special thanks to external contributors: <a href="https://github.com/rnett"><code>@rnett</code></a>, <a href="https://github.com/msink"><code>@msink</code></a>, <a href="https://github.com/zsmb13"><code>@zsmb13</code></a>, <a href="https://github.com/rachelcarmena"><code>@rachelcarmena</code></a> and <a href="https://github.com/hfhbd"><code>@hfhbd</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7cdaad1285 |
Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.4 in /flipper-js-client-sdk (#2605)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.0 to 4.28.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v4.28.4</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4">4.28.4</a> (2021-07-19)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.3</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1">4.28.1</a> (2021-06-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4">4.28.4</a> (2021-07-19)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1">4.28.1</a> (2021-06-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f560d7ec4b |
Bump anyhow from 1.0.41 to 1.0.42 in /packer (#2582)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.42. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.42</h2> <ul> <li>Enable Android's automated tooling to pull in test coverage improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2a33d8d014 |
Bump metro-react-native-babel-preset from 0.66.0 to 0.66.1 in /react-native/ReactNativeFlipperExample (#2586)
Summary: Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.66.0 to 0.66.1. <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.1</h2> <ul> <li><strong>[Feature]</strong> Add option to use the Hermes parser in the transformer. (6dae163)</li> <li><strong>[Feature]</strong> Update the list of default React Native lazy imports to match the <a href="https://github.com/facebook/metro/blob/HEAD/facebook/react-native@ad0ccac">removal of Picker</a>, which was already deprecated. (7dcb20d)</li> <li><strong>[Feature]</strong> Make the input transform options (e.g. <code>platform</code>) available to <code>experimentalSerializerHook</code> and <code>customSerializer</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li> <li><strong>[Fix]</strong> Avoid triggering Babel scope caching bugs. (4fea2bd, 1370b7a)</li> <li><strong>[Fix]</strong> Fix Hermes debugger proxy for IPv6. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li> <li><strong>[Types]</strong> Remove documentation and types for the <code>postMinifyProcess</code> option which has been broken since Metro v0.33.0. (5d778de)</li> <li><strong>[Experimental]</strong> Various unstable additions to the transformer config. <em>These are not covered by semver and can change at any time.</em> (6482241, 3390274, 5b913fa, <a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b2f45ba178 |
Fix timeline scrolling
Summary: Changelog: Fixed timeline scrolling in Navigation plugin Reviewed By: timur-valiev Differential Revision: D29815770 fbshipit-source-id: 303ea1c27c742418e40044571207c93709d57d16 |
||
|
|
d782f19001 |
Refactor plugin to make it fast refreshable
Summary: Refactored Navigation plugin to make it fast-refreshable: moved the main component into a separate file and exported all components as named functions. Without these changes every change of UI triggered full reload. Reviewed By: timur-valiev Differential Revision: D29814077 fbshipit-source-id: 5285bdc5f14a5163f9501c0d45a3affefb08fc8e |
||
|
|
a78b6124d7 |
Add option to jest to run tests only locally, or on linux (#2609)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2609 Make it possible to mark some tests to run on non-CI, or unix only Reviewed By: nikoant Differential Revision: D29813506 fbshipit-source-id: 140f8a4eaed5af3282ab9d139b46a52818be0934 |
||
|
|
3f7e3c0441 |
Fix dark mode support for Changelog
Summary: Fix changelog display in dark mode, as reported in https://github.com/facebook/flipper/issues/2379#issuecomment-851059786 Changelog: Fix dark mode support in changelog dialog. Reviewed By: timur-valiev Differential Revision: D29801181 fbshipit-source-id: ffbbd012c99dee897c4fd67653b4f6375294d668 |
||
|
|
9cb90cd749 |
Support dark mode in plugin manager
Summary: Make sure plugin manager supports dark mode Changelog: Added dark mode support to plugin manager Fixes https://github.com/facebook/flipper/issues/2379#issuecomment-871658004 / https://fb.workplace.com/groups/flippersupport/permalink/1173361956477794/ Reviewed By: timur-valiev Differential Revision: D29800712 fbshipit-source-id: 76d383bbfd7013f63b9545e4e80ff9c771200746 |
||
|
|
6ed107721b |
Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.3 in /flipper-js-client-sdk (#2603)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.0 to 4.28.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v4.28.3</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1">4.28.1</a> (2021-06-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1">4.28.1</a> (2021-06-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ce1ba17687 |
Bump @types/fb-watchman from 2.0.0 to 2.0.1 in /desktop (#2593)
Summary: Bumps [types/fb-watchman](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fb-watchman) from 2.0.0 to 2.0.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fb-watchman">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/2593 Reviewed By: mweststrate Differential Revision: D29752886 Pulled By: passy fbshipit-source-id: a97533bd6f110abf691facda350cf3892b6c0ac3 |
||
|
|
497b5b5597 |
Bump @types/rsocket-core from 0.0.6 to 0.0.7 in /desktop (#2592)
Summary: Bumps [types/rsocket-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rsocket-core) from 0.0.6 to 0.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rsocket-core">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/2592 Reviewed By: mweststrate Differential Revision: D29752888 Pulled By: passy fbshipit-source-id: 9cf7f0b7c696567b2c31cd771aa40dfea5abec4d |
||
|
|
52c262cc78 |
Bump metro-cache from 0.66.0 to 0.66.1 in /desktop (#2591)
Summary: Bumps [metro-cache](https://github.com/facebook/metro) from 0.66.0 to 0.66.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-cache's releases</a>.</em></p> <blockquote> <h2>Release v0.66.1</h2> <ul> <li><strong>[Feature]</strong> Add option to use the Hermes parser in the transformer. (6dae163)</li> <li><strong>[Feature]</strong> Update the list of default React Native lazy imports to match the <a href="https://github.com/facebook/metro/blob/HEAD/facebook/react-native@ad0ccac">removal of Picker</a>, which was already deprecated. (7dcb20d)</li> <li><strong>[Feature]</strong> Make the input transform options (e.g. <code>platform</code>) available to <code>experimentalSerializerHook</code> and <code>customSerializer</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li> <li><strong>[Fix]</strong> Avoid triggering Babel scope caching bugs. (4fea2bd, 1370b7a)</li> <li><strong>[Fix]</strong> Fix Hermes debugger proxy for IPv6. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li> <li><strong>[Types]</strong> Remove documentation and types for the <code>postMinifyProcess</code> option which has been broken since Metro v0.33.0. (5d778de)</li> <li><strong>[Experimental]</strong> Various unstable additions to the transformer config. <em>These are not covered by semver and can change at any time.</em> (6482241, 3390274, 5b913fa, <a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
810f486a4b |
Bump react-native-flipper from 0.96.1 to 0.98.0 in /react-native/ReactNativeFlipperExample (#2604)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.96.1 to 0.98.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.98.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=" |
||
|
|
b67f254ce5 |
Bump eslint from 7.29.0 to 7.31.0 in /flipper-js-client-sdk (#2602)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v7.31.0</h2> <ul> <li><a href=" |
||
|
|
d6f7bee8cf |
Bump @typescript-eslint/parser from 4.28.1 to 4.28.3 in /flipper-js-client-sdk (#2601)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.1 to 4.28.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v4.28.3</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <h2>v4.28.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3">4.28.3</a> (2021-07-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2">4.28.2</a> (2021-07-05)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1e6863f39d |
Bump core-ktx to 1.5.0 and appcompat to 1.3.0 in android/tutorial
Summary: This diff bumps core-ktx from 1.3.0 to 1.5.0 and appcompat from 1.1.0 to 1.3.0 inside `android/tutorial` core-ktx 1.5.0 is the last version built with Kotlin 1.4.x and is the latest we can safely upgrade to. To update to core-ktx 1.6.0 we would need to bump KGP on the overall project to 1.4.x or 1.5.x to fix the build failures. Reviewed By: passy Differential Revision: D29762647 fbshipit-source-id: 7ad23b3cbebe14b36dedaa7f8aedf11eece8429d |
||
|
|
4953444ceb |
Automated: Update Podfile.lock (#2599)
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/2599 Test Plan: Imported from GitHub, without a `Test Plan:` line. |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D29752884/V2/flipper/) Reviewed By: mweststrate Differential Revision: D29752884 Pulled By: passy fbshipit-source-id: ca8456fe519e093ca3a7c428d3c0b20aa39c19c7 |
||
|
|
d676f8f0a6 |
Bump AndroidX/Kotlin setup
Summary: Just a few tweaks to bring AndroidX up-to-date. Required some fixes to the Kotlin Tutorial as it was throwing errors about JRE incompatibilities. Reviewed By: fabiomassimo Differential Revision: D29761484 fbshipit-source-id: 10cb76115fe7542a60b6e5d14be9c0434e85171c |
||
|
|
8124663c5c |
Disable filter data test
Summary: This seems to be time-sensititve and breaks occassionally on GitHub Actions. Reviewed By: fabiomassimo Differential Revision: D29760768 fbshipit-source-id: 12b496257d01d169c52f3a430175846f9a7eb227 |
||
|
|
32d61886b8 |
Restore messages sidebar in FlipperMessages
Summary: Restored sidebar in Flipper messages plugin, by using a Container, as DetailsSidebar is only valid in a PluginContainer context. Also made tab rendering a bit more condensed while at it. Reviewed By: timur-valiev Differential Revision: D29734639 fbshipit-source-id: d3ec6f354e14194035e93daa014985721844416d |
||
|
|
57d00e0bab |
One sleep to rule them all. Zzz
Summary: Boyscouted some code duplication away. Reviewed By: jknoxville Differential Revision: D29731016 fbshipit-source-id: d5f1677a667f032f6e7e031da296be26e1976932 |
||
|
|
d23ccfcd44 |
Restore copy on text
Summary: Some folks were missing the copy as text ManagedTable used to have, so introduced both the options to either copy as text (visible columns or custom copy handler) or as JSON Changelog: It is now possible to both copy as text or as JSON from data tables Reviewed By: jknoxville Differential Revision: D29712096 fbshipit-source-id: 27bd2e869a247bd0896ce2774c08651123fd531d |
||
|
|
1e93055eb5 |
Add SNAPL Flipper Plugin
Summary: This stack adds a SNAPL Video Logs Flipper Plugin. In this commit I created the skeleton for the desktop and the client sides of the plugin. Differential Revision: D29065783 fbshipit-source-id: e204a465e64ede9479665fcbbb6be34643de5218 |
||
|
|
b8e67b9e04 |
Edit troubleshooting.mdx using inpage editor
Summary: Just wanted to give this a try. Fixed Flipper capitalization inconsistencies. *This diff has been automatically generated by the inpage editor* Differential Revision: D29711275 fbshipit-source-id: 8302220b87c504b4f1ccc422aa05c1c559809cbb |
||
|
|
f127e5df0b |
Update flipper to use latest version of docusaurus-plugin-internaldocs-fb package.
Summary: Update flipper to use latest version. Reviewed By: jknoxville Differential Revision: D29713151 fbshipit-source-id: 1e83c94d81a5c7820ba4a8865fe3fb82c5ec40ad |
||
|
|
2b6cb0ac3a |
Enable configuring OnDemand for testing
Summary: While working on D29694696, noticed it is tricky to test against an OnDemand, as the URL format is pretty specific and authentication flow uses an unrelated URL base constant. Introduced `FB_ONDEMAND` env var to make testing easier. If this is a common scenario we could consider making it a setting in the long run. Reviewed By: timur-valiev Differential Revision: D29694707 fbshipit-source-id: 747ceb80c95c3bdf0276497c41c9ff5ed9a198f2 |
||
|
|
7b2afda844 |
Support dark mode
Summary: As reported in https://fb.workplace.com/groups/flippersupport/permalink/1171595499987773/, the SupportForm doesn't support dark mode. Fixed this by fixing theming in some of the underlying deprecated components. Reviewed By: timur-valiev Differential Revision: D29694034 fbshipit-source-id: f8b90ecc87f7f16f6e1f9751d22309d37a052d5a |