Summary: Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.12.2 to 4.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p> <blockquote> <h2>4.13.0</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">v4.13.0</a></h2> <ul> <li>feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6882ec8">6882ec8</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">v4.13.0</a></h2> <ul> <li>feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6882ec8">6882ec8</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="30518b030e"><code>30518b0</code></a> chore: release v4.13.0 (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1400">https://github.com/facebook/flipper/issues/1400</a>)</li> <li><a href="a91cc5b3de"><code>a91cc5b</code></a> fix(recommend): declare type before usage (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1399">https://github.com/facebook/flipper/issues/1399</a>)</li> <li><a href="6882ec8cb3"><code>6882ec8</code></a> feat(recommend): Add trending types and methods (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1396">https://github.com/facebook/flipper/issues/1396</a>)</li> <li>See full diff in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.12.2...4.13.0">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/3537 Reviewed By: mweststrate Differential Revision: D34867303 Pulled By: lblasa fbshipit-source-id: 5bcd9bfb0eafcdcbf1f56ed1843e50e8356819d6
Flipper Desktop
This folder contains everything to run the Flipper 'Desktop', that is, the UI which you use to interact with the device / app under debug.
Packages provided here:
- flipper-common: utilities & types shared between client, server, flipper-plugin
- flipper-server-core: all device & client management goes in here. Basically flipper's backend
- flipper-ui-core: all UI goes in here, as far as it doesn't depend on Electron
- flipper-ui-electron: the Electron app, will load server-core and ui-core, and glue them together, providing implementations for some electron * specific stuff like dialgos
- flipper-server: A node process hosting flipper-server-core, that can be connected to over websockets. And probably can serve a browser version of the UI as well.
- flipper-ui-browser: thin wrapper around flipper-ui-core, providing some browser specific behavior / stubs.
- flipper-dump: (might remove later), but want to hack a quick and dirt flipper dump in here, as alternative way to test flipper-server-core.
- flipper-plugin: The flipper SDK used by plugins. Exposes all API's that can be used by plugins
- pkg: CLI tool to manage building flipper plugins
- pkg-lib
- plugin-lib
- babel-transformer
- doctor
- eslint-plugin-flipper
Packages overview
flipper-ui-electron:
- flipper-server-core (directly embedded)
- flipper-ui-core
- plugins (prebundled)
- plugins (installable)
- flipper-plugin
flipper-server
- flipper-server-core
- flipper-ui-browser (served by webserver)
- flipper-ui-core (communicates using WebSocket with server-core)
- plugins (prebundled)
- plugins (installable)?
flipper-dump
- flipper-server-core