2216a3f94db296290b855f036c80a6643d20e884
7386 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
882c06fb65 |
Flipper Release: v0.160.0
Summary: Releasing version 0.160.0 Reviewed By: mweststrate Differential Revision: D38829728 fbshipit-source-id: b0c28f7099ecde8f1afba298af713891d5f37c04 |
||
|
|
890ceb593b |
Bump jest from 28.1.1 to 28.1.3 in /react-native/ReactNativeFlipperExample (#3899)
Summary: Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.1 to 28.1.3. <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>v28.1.3</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joshkel"><code>@joshkel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12960">facebook/jest#12960</a></li> <li><a href="https://github.com/enrilzhou"><code>@enrilzhou</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">facebook/jest#12973</a></li> <li><a href="https://github.com/milahu"><code>@milahu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12983">facebook/jest#12983</a></li> <li><a href="https://github.com/MiguelYax"><code>@MiguelYax</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">facebook/jest#13000</a></li> <li><a href="https://github.com/kaffarell"><code>@kaffarell</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13015">facebook/jest#13015</a></li> <li><a href="https://github.com/TheKhanj"><code>@TheKhanj</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12988">facebook/jest#12988</a></li> <li><a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13019">facebook/jest#13019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.2...v28.1.3">https://github.com/facebook/jest/compare/v28.1.2...v28.1.3</a></p> <h2>v28.1.2</h2> <h2>Fixes</h2> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danbeam"><code>@danbeam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">facebook/jest#12898</a></li> <li><a href="https://github.com/DanRowe"><code>@DanRowe</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12915">facebook/jest#12915</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.1...v28.1.2">https://github.com/facebook/jest/compare/v28.1.1...v28.1.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>28.1.3</h2> <h3>Features</h3> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>28.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fdb43c2431 |
Bump shellexpand from 2.1.0 to 2.1.2 in /packer (#3976)
Summary: Bumps [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) from 2.1.0 to 2.1.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://gitlab.com/ijackson/rust-shellexpand/commits/shellexpand/2.1.2">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/3976 Reviewed By: passy Differential Revision: D38781372 Pulled By: mweststrate fbshipit-source-id: d4e3c87f666fc351748bc4ad8fa72c06760e6cb8 |
||
|
|
ef66d452ee |
Bump app-builder-lib from 23.0.8 to 23.4.0 in /desktop (#4008)
Summary: Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) from 23.0.8 to 23.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">app-builder-lib's releases</a>.</em></p> <blockquote> <h2>v23.4.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Adding timeout to publisher config for api requests and uploads by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7028">electron-userland/electron-builder#7028</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.3.3...v23.4.0">https://github.com/electron-userland/electron-builder/compare/v23.3.3...v23.4.0</a></p> <h2>v23.3.3</h2> <h2>What's Changed</h2> <ul> <li>docs: highlight, thanks by <a href="https://github.com/gaoyia"><code>@gaoyia</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7010">electron-userland/electron-builder#7010</a></li> <li>fix: Duplicate values during deep assign of extra files by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7019">electron-userland/electron-builder#7019</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaoyia"><code>@gaoyia</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7010">electron-userland/electron-builder#7010</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.3.2...v23.3.3">https://github.com/electron-userland/electron-builder/compare/v23.3.2...v23.3.3</a></p> <h2>v23.3.2</h2> <h2>What's Changed</h2> <ul> <li>fix: Wrap the nsProcess include in a !ifndef by <a href="https://github.com/titus-anromedonn"><code>@titus-anromedonn</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6996">electron-userland/electron-builder#6996</a></li> <li>fix: installDir definition <a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6907">#6907</a> by <a href="https://github.com/panther7"><code>@panther7</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6995">electron-userland/electron-builder#6995</a></li> <li>fix(electron-updater): fix backward compatibility for GitHub provider without channels by <a href="https://github.com/matejkriz"><code>@matejkriz</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6998">electron-userland/electron-builder#6998</a></li> <li>chore: Adding allowPrerelease github integration tests by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7003">electron-userland/electron-builder#7003</a></li> <li>docs: Add customWelcomePage example to Custom NSIS script by <a href="https://github.com/hueyyeng"><code>@hueyyeng</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7001">electron-userland/electron-builder#7001</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/titus-anromedonn"><code>@titus-anromedonn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6996">electron-userland/electron-builder#6996</a></li> <li><a href="https://github.com/matejkriz"><code>@matejkriz</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6998">electron-userland/electron-builder#6998</a></li> <li><a href="https://github.com/hueyyeng"><code>@hueyyeng</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7001">electron-userland/electron-builder#7001</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.3.1...v23.3.2">https://github.com/electron-userland/electron-builder/compare/v23.3.1...v23.3.2</a></p> <h2>v23.3.1</h2> <h2>What's Changed</h2> <ul> <li>feat: Add installDir property for NsisUpdater by <a href="https://github.com/panther7"><code>@panther7</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6907">electron-userland/electron-builder#6907</a></li> <li>chore(deps): update dependency <code>@types/archiver</code> to v5.3.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6979">electron-userland/electron-builder#6979</a></li> <li>chore(deps): update dependency <code>@types/node</code> to v16.11.43 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6980">electron-userland/electron-builder#6980</a></li> <li>fix: parallel release creation with Keygen publisher by <a href="https://github.com/ezekg"><code>@ezekg</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6989">electron-userland/electron-builder#6989</a></li> <li>fix: add product scope to Keygen publisher by <a href="https://github.com/ezekg"><code>@ezekg</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6990">electron-userland/electron-builder#6990</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.3.0...v23.3.1">https://github.com/electron-userland/electron-builder/compare/v23.3.0...v23.3.1</a></p> <h2>v23.3.0</h2> <h2>What's Changed</h2> <ul> <li>feat: upgrade Keygen integration to v1.1 by <a href="https://github.com/ezekg"><code>@ezekg</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6941">electron-userland/electron-builder#6941</a></li> <li>fix(mac): allow Mac Developer certs for non Mac App Store builds by <a href="https://github.com/regentcid434"><code>@regentcid434</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6956">electron-userland/electron-builder#6956</a></li> <li>fix: prevent infinite looping of overwriteArtifact by <a href="https://github.com/CCInc"><code>@CCInc</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6958">electron-userland/electron-builder#6958</a></li> <li>fix: add product scope to keygen provider by <a href="https://github.com/ezekg"><code>@ezekg</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6975">electron-userland/electron-builder#6975</a></li> <li>fix(mas): Allow signing with "3rd Party Mac Developer Application" by <a href="https://github.com/csett86"><code>@csett86</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6970">electron-userland/electron-builder#6970</a></li> <li>fix(nsis): fix typo in German installer message by <a href="https://github.com/tkleinke"><code>@tkleinke</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6960">electron-userland/electron-builder#6960</a></li> <li>fix: nsis-web target set APP_PACKAGE_URL_IS_INCOMPLETE by <a href="https://github.com/geovie"><code>@geovie</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6964">electron-userland/electron-builder#6964</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md">app-builder-lib's changelog</a>.</em></p> <blockquote> <h2>23.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7028">#7028</a> <a href=" |
||
|
|
6cc20c7e7c |
Bump eslint from 8.21.0 to 8.22.0 in /js/js-flipper (#4005)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.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>v8.22.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
80d3659e3f |
Don't kill WS connection if individual message handling fails
Summary: GraphQL plugin sends garbage JSON at the moment (see T129428800). Still figuring out if that is caused by the plugin on client side, or that the Flipper SDK should escape that properly. In the mean time, closing the Flipper connection on not being able to handle an individual message seems a cause of unnecessary connection ping-pong and instability. Changing the strategy to instead merely log and drop the message. Changelog: Stop applications from disconnecting if a single plugin message cannot be processed. Reviewed By: LukeDefeo Differential Revision: D38825940 fbshipit-source-id: 4d45c8eea457375ec677238ad09b5e02bc2eb5bf |
||
|
|
c863af6942 |
Fix share preference plugin layout flicker (#3903)
Summary: The share preference plugin page flashes when INSPECTOR's width is too large. ## Changelog Add 'overflowX: 'hidden'' to FlexRow. Pull Request resolved: https://github.com/facebook/flipper/pull/3903 Test Plan: Pass the test on MAC. Reviewed By: passy Differential Revision: D38784840 Pulled By: mweststrate fbshipit-source-id: 4ca3fc17ccc66767e75ce0f9ab7ad71741dbf15e |
||
|
|
efdc7e58c4 |
Fixed reload & zoom in Flipper Desktop application. (#3840)
Summary: After the upgrade to Electron in `92cdb81`, the reload functionality no longer works. I believe this is due to the main menu creation being moved to the main process where the `window` global variable is undefined (whereas previously it was on the render process, where `window` would be defined). Rather than rely on the `window` global, when a reload is requested just reload the given `focusedWindow`. Similarly, zooming was also broken, so fix that by going through `focusedWindow` rather than `webFrame` (since `webFrame` only exists in the render process). Fixes https://github.com/facebook/flipper/issues/3839, https://github.com/facebook/flipper/issues/3820 ## Changelog changelog: Fixed reload & zoom in Flipper Desktop application. Pull Request resolved: https://github.com/facebook/flipper/pull/3840 Test Plan: Built the application locally, verified that reload worked as expected (and would reload the application), verified that zooming (in, out, actual size) worked as expected. Reviewed By: passy Differential Revision: D38784319 Pulled By: mweststrate fbshipit-source-id: c219063a8aaf42425678c2c8824f6fcde1cadd52 |
||
|
|
543ea489db |
Stetho-bits
Summary: ^ From: https://github.com/facebook/stetho The copies used by the original plugin were located at: https://www.internalfb.com/code/fbsource/[a8a0c1be09a9]/xplat/sonar/android/src/main/java/com/facebook/flipper/plugins/inspector/descriptors/utils/stethocopies/ In addition, copies were translated to Kotlin, and adjusted accordingly. Reviewed By: LukeDefeo Differential Revision: D38783216 fbshipit-source-id: 2375bd94d333a2edb6156602b47dee32c83472ff |
||
|
|
ece57689e5 |
Move to public plugins location
Summary: ^ So far, we had the 'uidebugger' plugin as a meta-only plugin. This change moves the plugin to OSS space as it will ultimately be its right place. It will also make it easier to iterate on it. The plugin itself is not ready for consumption but at no point we are documenting or integrating it with our samples. Reviewed By: passy Differential Revision: D38742336 fbshipit-source-id: 5cf124722fa7ba75ee9b998c507bfdfb2e4782c1 |
||
|
|
3b8e74d16f |
Add kotlin support
Summary: ^ changelog: Add kotlin support for the android library Reviewed By: LukeDefeo Differential Revision: D38746572 fbshipit-source-id: f49534072eee3854368ea6f725e726560c03d76e |
||
|
|
9cacc9b594 |
feat: add React 18 as peerDependency (#3993)
Summary: React Native 0.69 already depends on React 18 so it complains when using latest version of react-native-flipper. ## Changelog Added React 18 as peer dependency for react-native-flipper Pull Request resolved: https://github.com/facebook/flipper/pull/3993 Reviewed By: passy Differential Revision: D38785141 Pulled By: mweststrate fbshipit-source-id: 82b1832efde879a4dffec39f54fe61c521a56021 |
||
|
|
e316f51874 |
Automated: Update Podfile.lock (#4011)
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/4011 Test Plan: Imported from GitHub, without a `Test Plan:` line. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D38785235/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D38785235/V2/flipper/docs/getting-started/ios-native/)| Reviewed By: passy Differential Revision: D38785235 Pulled By: mweststrate fbshipit-source-id: fc71d3d61940e769a2c5fe25a39984f6a327d909 |
||
|
|
e797be6bd2 |
Update docs to use latest Flipper SDK (#3970)
Summary: Since react-native 0.69 the use_flipper method has been refactored to a different way to enable flipper within a react-native project. After upgrading to react-native 0.69.0 my Flipper SDK version downgraded to version 0.125.0. I had to find a new way to be able to pass the version as parameter so i can use the latest flipper SDK. As i could not find any documentation about this, I read the source code and had to figure it out myself. Hope to save some time for some people in the future. ## Changelog Updated docs to use latest Flipper SDK Pull Request resolved: https://github.com/facebook/flipper/pull/3970 Test Plan: No tests as it is a documentation change. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D38784983/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/react-native](https://our.intern.facebook.com/intern/staticdocs/eph/D38784983/V2/flipper/docs/getting-started/react-native/)| Reviewed By: passy Differential Revision: D38784983 Pulled By: mweststrate fbshipit-source-id: 98ef423c6812f1fa009d79171fcbd8a9a779ef1c |
||
|
|
739550e1e2 |
Bump babel-jest from 28.1.1 to 28.1.3 in /react-native/ReactNativeFlipperExample (#3911)
Summary: Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.1.1 to 28.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">babel-jest's releases</a>.</em></p> <blockquote> <h2>v28.1.3</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joshkel"><code>@joshkel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12960">facebook/jest#12960</a></li> <li><a href="https://github.com/enrilzhou"><code>@enrilzhou</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">facebook/jest#12973</a></li> <li><a href="https://github.com/milahu"><code>@milahu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12983">facebook/jest#12983</a></li> <li><a href="https://github.com/MiguelYax"><code>@MiguelYax</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">facebook/jest#13000</a></li> <li><a href="https://github.com/kaffarell"><code>@kaffarell</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13015">facebook/jest#13015</a></li> <li><a href="https://github.com/TheKhanj"><code>@TheKhanj</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12988">facebook/jest#12988</a></li> <li><a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13019">facebook/jest#13019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.2...v28.1.3">https://github.com/facebook/jest/compare/v28.1.2...v28.1.3</a></p> <h2>v28.1.2</h2> <h2>Fixes</h2> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danbeam"><code>@danbeam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">facebook/jest#12898</a></li> <li><a href="https://github.com/DanRowe"><code>@DanRowe</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12915">facebook/jest#12915</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.1...v28.1.2">https://github.com/facebook/jest/compare/v28.1.1...v28.1.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">babel-jest's changelog</a>.</em></p> <blockquote> <h2>28.1.3</h2> <h3>Features</h3> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>28.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
90c245aeef |
Bump react-native-flipper from 0.156.0 to 0.158.0 in /react-native/ReactNativeFlipperExample (#4000)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.156.0 to 0.158.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.158.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.157.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
e95b222864 |
Bump react-is from 17.0.2 to 18.2.0 in /desktop (#3904)
Summary: Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 17.0.2 to 18.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-is's releases</a>.</em></p> <blockquote> <h2>18.2.0 (June 14, 2022)</h2> <h3>React DOM</h3> <ul> <li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li> <li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24523">#24523</a>)</li> <li>Fix false positive hydration errors with Suspense. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24480">#24480</a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24532">#24532</a>)</li> <li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24459">#24459</a>)</li> </ul> <h3>React DOM Server</h3> <ul> <li>Pass information about server errors to the client. (<a href="https://github.com/salazarm"><code>@salazarm</code></a> and <a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24551">#24551</a> and <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li> <li>Allow to provide a reason when aborting the HTML stream. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24680">#24680</a>)</li> <li>Eliminate extraneous text separators in the HTML where possible. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24630">#24630</a>)</li> <li>Disallow complex children inside <code><title></code> elements to match the browser constraints. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24679">#24679</a>)</li> <li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href="https://github.com/jplhomer"><code>@jplhomer</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24641">#24641</a>)</li> </ul> <h3>Server Components (Experimental)</h3> <ul> <li>Add support for <code>useId()</code> inside Server Components. (<a href="https://github.com/gnoff"><code>@gnoff</code></a>) in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24172">#24172</a></li> </ul> <h2>18.1.0 (April 26, 2022)</h2> <h3>React DOM</h3> <ul> <li>Fix the false positive warning about <code>react-dom/client</code> when using UMD bundle. (<a href="https://github.com/alireza-molaee"><code>@alireza-molaee</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24274">#24274</a>)</li> <li>Fix <code>suppressHydrationWarning</code> to work in production too. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24271">#24271</a>)</li> <li>Fix <code>componentWillUnmount</code> firing twice inside of Suspense. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24308">#24308</a>)</li> <li>Fix some transition updates being ignored. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24353">#24353</a>)</li> <li>Fix <code>useDeferredValue</code> causing an infinite loop when passed an unmemoized value. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24247">#24247</a>)</li> <li>Fix throttling of revealing Suspense fallbacks. (<a href="https://github.com/sunderls"><code>@sunderls</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24253">#24253</a>)</li> <li>Fix an inconsistency in whether the props object is the same between renders. (<a href="https://github.com/Andarist"><code>@Andarist</code></a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24421">#24421</a>)</li> <li>Fix a missing warning about a <code>setState</code> loop in <code>useEffect</code>. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24298">#24298</a>)</li> <li>Fix a spurious hydration error. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24404">#24404</a>)</li> <li>Warn when calling <code>setState</code> in <code>useInsertionEffect</code>. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24295">#24295</a>)</li> <li>Ensure the reason for hydration errors is always displayed. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24276">#24276</a>)</li> </ul> <h3>React DOM Server</h3> <ul> <li>Fix escaping for the <code>bootstrapScriptContent</code> contents. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24385">#24385</a>)</li> <li>Significantly improve performance of <code>renderToPipeableStream</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24291">#24291</a>)</li> </ul> <h3>ESLint Plugin: React Hooks</h3> <ul> <li>Fix false positive errors with a large number of branches. (<a href="https://github.com/scyron6"><code>@scyron6</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24287">#24287</a>)</li> <li>Don't consider a known dependency stable when the variable is reassigned. (<a href="https://github.com/afzalsayed96"><code>@afzalsayed96</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24343">#24343</a>)</li> </ul> <h3>Use Subscription</h3> <ul> <li>Replace the implementation with the <code>use-sync-external-store</code> shim. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24289">#24289</a>)</li> </ul> <h2>18.0.0 (March 29, 2022)</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-is's changelog</a>.</em></p> <blockquote> <h2>18.2.0 (June 14, 2022)</h2> <h3>React DOM</h3> <ul> <li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li> <li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24523">#24523</a>)</li> <li>Fix false positive hydration errors with Suspense. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24480">#24480</a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24532">#24532</a>)</li> <li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24459">#24459</a>)</li> </ul> <h3>React DOM Server</h3> <ul> <li>Pass information about server errors to the client. (<a href="https://github.com/salazarm"><code>@salazarm</code></a> and <a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24551">#24551</a> and <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li> <li>Allow to provide a reason when aborting the HTML stream. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24680">#24680</a>)</li> <li>Eliminate extraneous text separators in the HTML where possible. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24630">#24630</a>)</li> <li>Disallow complex children inside <code><title></code> elements to match the browser constraints. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24679">#24679</a>)</li> <li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href="https://github.com/jplhomer"><code>@jplhomer</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24641">#24641</a>)</li> </ul> <h3>Server Components (Experimental)</h3> <ul> <li>Add support for <code>useId()</code> inside Server Components. (<a href="https://github.com/gnoff"><code>@gnoff</code></a>) in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24172">#24172</a></li> </ul> <h2>18.1.0 (April 26, 2022)</h2> <h3>React DOM</h3> <ul> <li>Fix the false positive warning about <code>react-dom/client</code> when using UMD bundle. (<a href="https://github.com/alireza-molaee"><code>@alireza-molaee</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24274">#24274</a>)</li> <li>Fix <code>suppressHydrationWarning</code> to work in production too. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24271">#24271</a>)</li> <li>Fix <code>componentWillUnmount</code> firing twice inside of Suspense. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24308">#24308</a>)</li> <li>Fix some transition updates being ignored. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24353">#24353</a>)</li> <li>Fix <code>useDeferredValue</code> causing an infinite loop when passed an unmemoized value. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24247">#24247</a>)</li> <li>Fix throttling of revealing Suspense fallbacks. (<a href="https://github.com/sunderls"><code>@sunderls</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24253">#24253</a>)</li> <li>Fix an inconsistency in whether the props object is the same between renders. (<a href="https://github.com/Andarist"><code>@Andarist</code></a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24421">#24421</a>)</li> <li>Fix a missing warning about a <code>setState</code> loop in <code>useEffect</code>. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24298">#24298</a>)</li> <li>Fix a spurious hydration error. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24404">#24404</a>)</li> <li>Warn when calling <code>setState</code> in <code>useInsertionEffect</code>. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24295">#24295</a>)</li> <li>Ensure the reason for hydration errors is always displayed. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24276">#24276</a>)</li> </ul> <h3>React DOM Server</h3> <ul> <li>Fix escaping for the <code>bootstrapScriptContent</code> contents. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24385">#24385</a>)</li> <li>Significantly improve performance of <code>renderToPipeableStream</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24291">#24291</a>)</li> </ul> <h3>ESLint Plugin: React Hooks</h3> <ul> <li>Fix false positive errors with a large number of branches. (<a href="https://github.com/scyron6"><code>@scyron6</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24287">#24287</a>)</li> <li>Don't consider a known dependency stable when the variable is reassigned. (<a href="https://github.com/afzalsayed96"><code>@afzalsayed96</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24343">#24343</a>)</li> </ul> <h3>Use Subscription</h3> <ul> <li>Replace the implementation with the <code>use-sync-external-store</code> shim. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24289">#24289</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
60b8c2765b |
Bump serde_yaml from 0.9.2 to 0.9.9 in /packer (#3998)
Summary: Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.2 to 0.9.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.9</h2> <ul> <li>Add <a href="https://docs.rs/serde_yaml/0.9.9/serde_yaml/with/singleton_map_recursive/index.html">serde_yaml::with::singleton_map_recursive</a></li> </ul> <h2>0.9.8</h2> <ul> <li>Fix serialization of <code>TaggedValue</code> when used with <code>to_value</code> (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/313">https://github.com/facebook/flipper/issues/313</a>)</li> </ul> <h2>0.9.7</h2> <ul> <li>Allow an empty plain scalar to deserialize as an empty map or seq (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/304">https://github.com/facebook/flipper/issues/304</a>)</li> </ul> <h2>0.9.6</h2> <ul> <li>Fix tag not getting serialized in certain map values (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/302">#302</a>)</li> </ul> <h2>0.9.5</h2> <ul> <li>Implement <code>Display</code> trait for <code>serde_yaml::value::Tag</code> (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/307">https://github.com/facebook/flipper/issues/307</a>, thanks <a href="https://github.com/masinc"><code>@masinc</code></a>)</li> </ul> <h2>0.9.4</h2> <ul> <li>Add <code>serde_yaml::with::singleton_map</code> for serialization of enums as a 1-entry map (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/300">#300</a>)</li> <li>Reject duplicate keys when deserializing <code>Mapping</code> or <code>Value</code> (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/301">#301</a>)</li> </ul> <h2>0.9.3</h2> <ul> <li>Add categories to crates.io metadata</li> <li>Add keywords to crates.io metadata</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4cf4dbcf6a |
Bump protobuf-java from 3.21.4 to 3.21.5 (#4002)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.4 to 3.21.5. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c2ed2484d9 |
Expose a send method with a string params
Summary: For C++, folly::dynamic is used throughout. On iOS and Android though, Flipper goes through multiple conversions to get to a folly::dynamic only to ultimately obtain a JSON string from it. Let's take a look at Android: There are multiple types like FlipperObject, FlipperArray that wrap around a JSONObject. When data needs to be sent: 1. The JSONObject is asked for its string representation. 2. The string representation is then parsed by folly to construct the folly::dynamic instance. 3. The step above involves an extra boundary cross through JNI. 4. Ultimately, a socket or ws connection does not understand folly::dynamic so we then get a JSON string representation from it. 5. Data is sent. As described above, for big enough objects, this represents an issue. So, the idea of this change, is to allow plugins to send a JSON string instead. This will remove a few serialisation/deserialisation steps from the process. *Note: this API is not currently used by anything so there's no impact to existing plugins.* Changelog: expose a send method that accept a string as params Reviewed By: LukeDefeo Differential Revision: D38741582 fbshipit-source-id: 78e0acd80fc8c97378ee986cbaf377078996ed60 |
||
|
|
2833958488 |
Fix a minor typo inside Android Native documentation (#3989)
Summary: Just fixing a typo ## Changelog Fix a minor typo inside Android Native documentation Pull Request resolved: https://github.com/facebook/flipper/pull/3989 Test Plan: n/a **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D38784228/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/android-native](https://our.intern.facebook.com/intern/staticdocs/eph/D38784228/V2/flipper/docs/getting-started/android-native/)| Reviewed By: cortinico Differential Revision: D38784228 Pulled By: mweststrate fbshipit-source-id: 1f1a5d4fb9a6740cb514de97a03de6f2352afb93 |
||
|
|
b3b6225a24 |
Fix typo (#3922)
Summary: Just a couple typos Pull Request resolved: https://github.com/facebook/flipper/pull/3922 Test Plan: Imported from GitHub, without a `Test Plan:` line. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D38784214/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/react-native-android](https://our.intern.facebook.com/intern/staticdocs/eph/D38784214/V2/flipper/docs/getting-started/react-native-android/)| Differential Revision: D38784214 Pulled By: mweststrate fbshipit-source-id: 5fc0b1b3102fe5a91268a8102e317e73304100a5 |
||
|
|
9c86aa4e35 |
Bump mockito-core from 4.6.1 to 4.7.0 (#4004)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v4.7.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>4.7.0</h4> <ul> <li>2022-08-13 - <a href="https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0">33 commit(s)</a> by 198812345678, Andy Coates, Chen Ni, Marius Lichtblau, Nikita Koselev. Developer Advocate, Open Source Ally, Rafael Winterhalter, dependabot[bot], dstango, fishautumn, heqiang</li> <li>Bump com.diffplug.spotless from 6.9.0 to 6.9.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2725">https://github.com/facebook/flipper/issues/2725</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2725">mockito/mockito#2725</a>)</li> <li>Bump versions.bytebuddy from 1.12.12 to 1.12.13 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2719">https://github.com/facebook/flipper/issues/2719</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2719">mockito/mockito#2719</a>)</li> <li>Fix Javadoc for Mockito. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2718">https://github.com/facebook/flipper/issues/2718</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2718">mockito/mockito#2718</a>)</li> <li>Bump com.diffplug.spotless from 6.8.0 to 6.9.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2717">https://github.com/facebook/flipper/issues/2717</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2717">mockito/mockito#2717</a>)</li> <li>Fix a typo in comment of InternalRunner.java [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2715">https://github.com/facebook/flipper/issues/2715</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2715">mockito/mockito#2715</a>)</li> <li>Bump junit-platform-launcher from 1.8.2 to 1.9.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2713">https://github.com/facebook/flipper/issues/2713</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2713">mockito/mockito#2713</a>)</li> <li>Bump versions.junitJupiter from 5.8.2 to 5.9.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2712">https://github.com/facebook/flipper/issues/2712</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2712">mockito/mockito#2712</a>)</li> <li>Bump groovy from 3.0.11 to 3.0.12 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2711">https://github.com/facebook/flipper/issues/2711</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2711">mockito/mockito#2711</a>)</li> <li>Bump shipkit-auto-version from 1.2.0 to 1.2.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2709">https://github.com/facebook/flipper/issues/2709</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2709">mockito/mockito#2709</a>)</li> <li>Bump kotlinVersion from 1.7.0 to 1.7.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2705">https://github.com/facebook/flipper/issues/2705</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2705">mockito/mockito#2705</a>)</li> <li>Bump com.diffplug.spotless from 6.7.2 to 6.8.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2699">https://github.com/facebook/flipper/issues/2699</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2699">mockito/mockito#2699</a>)</li> <li>Bump versions.bytebuddy from 1.12.11 to 1.12.12 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2695">https://github.com/facebook/flipper/issues/2695</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2695">mockito/mockito#2695</a>)</li> <li>Makes error message less misleading and points to github for help. Issue <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2692">https://github.com/facebook/flipper/issues/2692</a> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2693">https://github.com/facebook/flipper/issues/2693</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2693">mockito/mockito#2693</a>)</li> <li>Misleading error message when mocking and a class (of a parameter) is not found [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2692">https://github.com/facebook/flipper/issues/2692</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2692">mockito/mockito#2692</a>)</li> <li>Bump kotlinx-coroutines-core from 1.6.1-native-mt to 1.6.3-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2691">https://github.com/facebook/flipper/issues/2691</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2691">mockito/mockito#2691</a>)</li> <li>Bump versions.bytebuddy from 1.12.10 to 1.12.11 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2690">https://github.com/facebook/flipper/issues/2690</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2690">mockito/mockito#2690</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2679">https://github.com/facebook/flipper/issues/2679</a> : Update Javadoc [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2689">https://github.com/facebook/flipper/issues/2689</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2689">mockito/mockito#2689</a>)</li> <li>Bump org.eclipse.osgi from 3.17.200 to 3.18.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2688">https://github.com/facebook/flipper/issues/2688</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2688">mockito/mockito#2688</a>)</li> <li>RETURNS_SELF: Avoids returning mock when mock type is assignable to method return type, but method return type is Object. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2687">https://github.com/facebook/flipper/issues/2687</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2687">mockito/mockito#2687</a>)</li> <li>RETURNS_SELF breaks methods with generic return type [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2686">https://github.com/facebook/flipper/issues/2686</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2686">mockito/mockito#2686</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2616">https://github.com/facebook/flipper/issues/2616</a> wrong stub for nested static [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2685">https://github.com/facebook/flipper/issues/2685</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2685">mockito/mockito#2685</a>)</li> <li>Bump com.diffplug.spotless from 6.7.0 to 6.7.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2684">https://github.com/facebook/flipper/issues/2684</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2684">mockito/mockito#2684</a>)</li> <li>Avoids starting mocks "half-way" if a superclass constructor is mocked but an unmocked subclass is initiated. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2682">https://github.com/facebook/flipper/issues/2682</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2682">mockito/mockito#2682</a>)</li> <li>Fix typo [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2681">https://github.com/facebook/flipper/issues/2681</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2681">mockito/mockito#2681</a>)</li> <li>Update javadoc of <code>Strictness.STRICT_STUBS</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2679">https://github.com/facebook/flipper/issues/2679</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2679">mockito/mockito#2679</a>)</li> <li>Bump kotlinVersion from 1.6.21 to 1.7.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2677">https://github.com/facebook/flipper/issues/2677</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2677">mockito/mockito#2677</a>)</li> <li>Bump biz.aQute.bnd.builder from 6.3.0 to 6.3.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2675">https://github.com/facebook/flipper/issues/2675</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2675">mockito/mockito#2675</a>)</li> <li>Bump biz.aQute.bnd.gradle from 6.3.0 to 6.3.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2674">https://github.com/facebook/flipper/issues/2674</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2674">mockito/mockito#2674</a>)</li> <li>Bump com.diffplug.spotless from 6.6.1 to 6.7.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2672">https://github.com/facebook/flipper/issues/2672</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2672">mockito/mockito#2672</a>)</li> <li>update CONTRIBUTING.md - stackoverflow [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2671">https://github.com/facebook/flipper/issues/2671</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2671">mockito/mockito#2671</a>)</li> <li>stackoverflow.com is a non-actionable text, to be replaced with a hyperlink [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2670">https://github.com/facebook/flipper/issues/2670</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2670">mockito/mockito#2670</a>)</li> <li>Fix typos [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2669">https://github.com/facebook/flipper/issues/2669</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2669">mockito/mockito#2669</a>)</li> <li>Bump biz.aQute.bnd.gradle from 6.2.0 to 6.3.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2666">https://github.com/facebook/flipper/issues/2666</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2666">mockito/mockito#2666</a>)</li> <li>Bump biz.aQute.bnd.builder from 6.2.0 to 6.3.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2665">https://github.com/facebook/flipper/issues/2665</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2665">mockito/mockito#2665</a>)</li> <li>Improve Varargs handling in AdditionalAnswers [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2664">https://github.com/facebook/flipper/issues/2664</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2664">mockito/mockito#2664</a>)</li> <li>Bump appcompat from 1.4.1 to 1.4.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2663">https://github.com/facebook/flipper/issues/2663</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2663">mockito/mockito#2663</a>)</li> <li>Varargs methods cause <code>ClassCastException</code> in <code>AnswerFunctionalInterfaces</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2644">https://github.com/facebook/flipper/issues/2644</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2644">mockito/mockito#2644</a>)</li> <li>Mock static class seems records wrong invocations if called nested method throws exception [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2616">https://github.com/facebook/flipper/issues/2616</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2616">mockito/mockito#2616</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f778dad2f5 |
Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 in /js/js-flipper (#4007)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.32.0 to 5.33.0. <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>v5.33.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0">5.33.0</a> (2022-08-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-extra-parens] handle await with type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5428">#5428</a>) (<a href=" |
||
|
|
9d86a1e500 |
Bump ts-jest from 28.0.7 to 28.0.8 in /js/js-flipper (#4006)
Summary: Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.7 to 28.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v28.0.8</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8">28.0.8</a> (2022-08-14)</h2> <h3>Bug Fixes</h3> <ul> <li>allow <code>.mts</code> to be processed (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3713">https://github.com/facebook/flipper/issues/3713</a>) (<a href=" |
||
|
|
1a603fc7c5 |
Bump serde from 1.0.140 to 1.0.143 in /packer (#3999)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.143. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.143</h2> <ul> <li>Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2253">https://github.com/facebook/flipper/issues/2253</a>, thanks <a href="https://github.com/taiki-e"><code>@taiki-e</code></a>)</li> </ul> <h2>v1.0.142</h2> <ul> <li>Add keywords to crates.io metadata</li> </ul> <h2>v1.0.141</h2> <ul> <li>Add <code>no-std</code> category to crates.io metadata</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d809a6044c |
Bump de.undercouch.download from 5.1.0 to 5.1.1 (#4003)
Summary: Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.1.0 to 5.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/michel-kraemer/gradle-download-task/releases">de.undercouch.download's releases</a>.</em></p> <blockquote> <h2>5.1.1</h2> <p>Bug fixes:</p> <ul> <li>Correctly update cached sources</li> </ul> <p>Maintenance:</p> <ul> <li>Add integration tests for Gradle 7.5 and 7.5.1</li> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
529e555a82 |
Bump anyhow from 1.0.59 to 1.0.61 in /packer (#3997)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.61. <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.61</h2> <ul> <li>Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/252">https://github.com/facebook/flipper/issues/252</a>)</li> </ul> <h2>1.0.60</h2> <ul> <li>Propagate <code>--target</code> to rustc invocation when deciding about backtrace support (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/249">https://github.com/facebook/flipper/issues/249</a>, thanks <a href="https://github.com/RalfJung"><code>@RalfJung</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5e818edc2f |
Expose text report for unit test code coverage
Summary: At the request of msys Reviewed By: lblasa Differential Revision: D38740940 fbshipit-source-id: 25722144037ce404ef7572e9553037e7344c6955 |
||
|
|
a46a0d6ed5 |
Flipper Snapshot Bump: v0.159.1-SNAPSHOT
Summary: Releasing snapshot version 0.159.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D38779690 fbshipit-source-id: 495d4d4a5e3540c064be12abef1e538c6cc6d5d7 |
||
|
|
a2df0e36e3 |
Flipper Release: v0.159.0
Summary: Releasing version 0.159.0 Reviewed By: mweststrate Differential Revision: D38779691 fbshipit-source-id: 096542c590ad80dede43b7d72300ad99667b96d7 |
||
|
|
02c21f5cb0 |
Changed documentation with DataSource to be up to date
Summary: Since there were large refactoring's done to `DataSource` during the milestone for side-by-side panels, wanted to update some of the documentation as well so that the information is accurate and up to date. Reviewed By: mweststrate Differential Revision: D38541404 fbshipit-source-id: a6ba472f881fb8cbfa90ff5ac295a0b87c595080 |
||
|
|
b7c38556ce |
Name the Flipper scheduler/threads
Summary: Plumbs through an optional name for FollyScopedThreadScheduler. This allows the threads to be named in XCode/lldb. Differential Revision: D38582449 fbshipit-source-id: 1de50d25c0f91e7003cf81cb22faf4b10a8e23a8 |
||
|
|
e1a305a6ca |
Flipper Snapshot Bump: v0.158.1-SNAPSHOT
Summary: Releasing snapshot version 0.158.1-SNAPSHOT Reviewed By: lblasa Differential Revision: D38571157 fbshipit-source-id: f43802ce081cdeea0f5838a5eedeeb705891ce01 |
||
|
|
c96c5ca1a3 |
Flipper Release: v0.158.0
Summary: Releasing version 0.158.0 Reviewed By: lblasa Differential Revision: D38571158 fbshipit-source-id: 942b513f45163fe923483f17c87945ff289020c9 |
||
|
|
a357e280c2 |
Fix highlight selection background colour
Summary: There was a regression in which the selection background color made the selection hard to read in dark mode. Reviewed By: mweststrate Differential Revision: D38572894 fbshipit-source-id: c46d384175132112e1223434534a379318bfa2ea |
||
|
|
7227f722ac |
Apply rustfmt
Reviewed By: zertosh Differential Revision: D38485159 fbshipit-source-id: 0abdf44561da00697953fe2cb9211ceb5cf27ac0 |
||
|
|
4d5b358beb |
Fix broken links
Reviewed By: jknoxville Differential Revision: D38387869 fbshipit-source-id: fa97b9b85d244db338ff89c0df474e5f3d0ff7aa |
||
|
|
e91a94393d |
Flipper Snapshot Bump: v0.157.1-SNAPSHOT
Summary: Releasing snapshot version 0.157.1-SNAPSHOT Reviewed By: passy Differential Revision: D38382531 fbshipit-source-id: 4d346153734e7dc6964a6720aebf26754bfc26b1 |
||
|
|
714ee44929 |
Flipper Release: v0.157.0
Summary: Releasing version 0.157.0 Reviewed By: passy Differential Revision: D38382530 fbshipit-source-id: 687ff275c280587d4d40c9c2d8622a1d0ba1adaa |
||
|
|
ce5f73dbc8 |
Bump react-native-flipper from 0.152.0 to 0.156.0 in /react-native/ReactNativeFlipperExample (#3955)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.152.0 to 0.156.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.156.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.155.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.154.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.153.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f316e1e98d |
Bump deps
Summary: Big yarn interactive bump to close a load of PRs Reviewed By: passy Differential Revision: D38358518 fbshipit-source-id: 5eb4cbb748d056b8578b1e51aad1ceb21cb19f5d |
||
|
|
f132d95bee |
Fix crash reporter
Summary: Changelog: Make crash reporter pick up and parse .ips crash reports Reviewed By: LukeDefeo Differential Revision: D38355089 fbshipit-source-id: dc1b46257ea12c2e67d8a9baab7f35a905be2204 |
||
|
|
a998ecb956 |
Bump @babel/core from 7.18.2 to 7.18.10 in /react-native/ReactNativeFlipperExample (#3966)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.2 to 7.18.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.18.10 (2022-08-01)</h2> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-string-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14757">#14757</a> feat: Automatically generate <code>cooked</code> for <code>templateElement</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14817">#14817</a> fix(parser): allow TS declare readonly fields with initializers (<a href="https://github.com/Josh-Cena"><code>@Josh-Cena</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14798">#14798</a> Fix position of errors in template literals after newlines (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14774">#14774</a> fix: TS <code>declare class</code> in namespace should be removed (<a href="https://github.com/yimingjfe"><code>@yimingjfe</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14759">#14759</a> fix: skip flattening spread object with <strong>proto</strong> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14762">#14762</a> fix: Types containing comments generate invalid code (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14752">#14752</a> Fix compiling async arrows in uncompiled class fields (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14800">#14800</a> chore: Remove <code>.yarnrc</code> file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14802">#14802</a> chore: Fix coverage test (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14671">#14671</a> feat: Make most <code>make</code> commands cross-platform (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14790">#14790</a> enable typescript incremental builds (<a href="https://github.com/zxbodya"><code>@zxbodya</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14799">#14799</a> Restructure virtual types validator (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14779">#14779</a> chore: expand prettier-e2e test and update typings/deps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14796">#14796</a> Make ParseError Much Simpler now that we can use TypeScript (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14785">#14785</a> chore: remove flow check scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-parser</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-template</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14783">#14783</a> Convert <code>babel/parser</code> to TypeScript (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14772">#14772</a> Extract string parsing to a separate package (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14765">#14765</a> Enforce type checking on <code>babel-{cli,node}</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-plugin-proposal-export-default-from</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14768">#14768</a> optimize: Simplify the <code>export-default-from</code> transform (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>Committers: 10</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@zxbodya</code></a>)</li> <li>Francisco Ryan Tolmasky I (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.18.10 (2022-08-01)</h2> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-string-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14757">#14757</a> feat: Automatically generate <code>cooked</code> for <code>templateElement</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14817">#14817</a> fix(parser): allow TS declare readonly fields with initializers (<a href="https://github.com/Josh-Cena"><code>@Josh-Cena</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14798">#14798</a> Fix position of errors in template literals after newlines (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14774">#14774</a> fix: TS <code>declare class</code> in namespace should be removed (<a href="https://github.com/yimingjfe"><code>@yimingjfe</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14759">#14759</a> fix: skip flattening spread object with <strong>proto</strong> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14762">#14762</a> fix: Types containing comments generate invalid code (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14752">#14752</a> Fix compiling async arrows in uncompiled class fields (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14800">#14800</a> chore: Remove <code>.yarnrc</code> file (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14802">#14802</a> chore: Fix coverage test (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14671">#14671</a> feat: Make most <code>make</code> commands cross-platform (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14790">#14790</a> enable typescript incremental builds (<a href="https://github.com/zxbodya"><code>@zxbodya</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14799">#14799</a> Restructure virtual types validator (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14779">#14779</a> chore: expand prettier-e2e test and update typings/deps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14796">#14796</a> Make ParseError Much Simpler now that we can use TypeScript (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14785">#14785</a> chore: remove flow check scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-parser</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-template</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14783">#14783</a> Convert <code>babel/parser</code> to TypeScript (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14772">#14772</a> Extract string parsing to a separate package (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14765">#14765</a> Enforce type checking on <code>babel-{cli,node}</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-plugin-proposal-export-default-from</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14768">#14768</a> optimize: Simplify the <code>export-default-from</code> transform (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h2>v7.18.9 (2022-07-18)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14763">#14763</a> fix: allow exporting <code>TSDeclareFunction</code> as default (<a href="https://github.com/zxbodya"><code>@zxbodya</code></a>)</li> </ul> </li> <li><code>babel-generator</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9b60284742 |
Bump anyhow from 1.0.57 to 1.0.59 in /packer (#3952)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.59. <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.59</h2> <ul> <li>Update crates.io metadata to include <code>no-std</code> category</li> </ul> <h2>1.0.58</h2> <ul> <li>Fix some broken links in documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1a8ddac379 |
Bump protobuf-java from 3.20.1 to 3.21.4 (#3957)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.21.4. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
449072fc02 |
Bump serde_yaml from 0.8.24 to 0.9.2 in /packer (#3953)
Summary: Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.24 to 0.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.2</h2> <ul> <li>Improve <code>Debug</code> representation of <code>serde_yaml::Error</code></li> </ul> <h2>0.9.1</h2> <ul> <li>Fix panic on some documents containing syntax error (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/293">https://github.com/facebook/flipper/issues/293</a>)</li> <li>Improve error messages that used to contain duplicative line/column information (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/294">https://github.com/facebook/flipper/issues/294</a>)</li> </ul> <h2>0.9.0</h2> <p><em>API documentation: <a href="https://docs.rs/serde_yaml/0.9">https://docs.rs/serde_yaml/0.9</a></em></p> <h3>Highlights</h3> <ul> <li> <p>The <code>serde_yaml::Value</code> enum gains a <code>Tagged</code> variant which represents the deserialization of YAML's <code>!Tag</code> syntax. Tagged scalars, sequences, and mappings are all supported.</p> </li> <li> <p>An empty YAML input (or document containing only comments) will deserialize successfully to an empty map, empty sequence, or Serde struct as long as the struct has only optional fields. Previously this would error.</p> </li> <li> <p>A new <code>.apply_merge()</code> method on <code>Value</code> implements YAML's <code><<</code> merge key convention.</p> </li> <li> <p>The <code>Debug</code> representation of <code>serde_yaml::Value</code> has gotten vastly better (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/pull/287">dtolnay/serde-yaml#287</a>).</p> </li> <li> <p>Deserialization of borrowed strings now works.</p> <pre lang="rust"><code>#[derive(Deserialize, Debug)] struct Struct<'a> { borrowed: &'a str, } <p>let yaml = "borrowed: 'kölcsönzött'\n"; let value: Struct = serde_yaml::from_str(yaml)?; println!("{:#?}", value); </code></pre></p> </li> <li> <p><code>Value</code>'s and <code>Mapping</code>'s methods <code>get</code> and <code>get_mut</code> have been generalized to support a &str argument, as opposed to requiring you to allocate and construct a <code>Value::String</code> for indexing into another existing <code>Value</code>.</p> </li> <li> <p><code>Mapping</code> exposes more APIs that have become conventional on map data structures, such as <code>.keys()</code>, <code>.values()</code>, <code>.into_keys()</code>, <code>.into_values()</code>, <code>.values_mut()</code>, and <code>.retain(|k, v| …)</code>.</p> </li> </ul> <h3>Breaking changes</h3> <ul> <li> <p>Serialization no longer produces leading <code>---\n</code> on the serialized output. You can prepend this yourself if your use case demands it.</p> </li> <li> <p>Serialization of enum variants is now based on YAML's <code>!Tag</code> syntax, rather than JSON-style singleton maps.</p> <pre lang="rust"><code>#[derive(Serialize, Deserialize)] enum Enum { Newtype(usize), Tuple(usize, usize, usize), Struct { x: f64, y: f64 }, } </code></pre> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ca064a8ff8 |
Bump metro-config from 0.67.0 to 0.72.0 in /react-native/react-native-flipper (#3956)
Summary: Bumps [metro-config](https://github.com/facebook/metro) from 0.67.0 to 0.72.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-config's releases</a>.</em></p> <blockquote> <h2>Release v0.72.0</h2> <ul> <li><strong>[Breaking]</strong> Enable React 17 new JSX transform (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/848">facebook/metro#848</a> by <a href="https://github.com/danilobuerger"><code>@danilobuerger</code></a>)</li> <li><strong>[Breaking]</strong> Add <code>watcher.additionalExts</code> option, enable inclusion of <code>.cjs</code> and <code>.mjs</code> files by default (c1c6d9c09fa92aa2ba71d803fdfa480e4dbb6a51)</li> <li><strong>[Breaking]</strong> <code>.json</code> files will no longer be implicitly resolved if removed from <code>resolver.sourceExts</code> (a3dc30aa0d54d65d6dbd426662f59b0ec398a612)</li> <li><strong>[Breaking]</strong> With a default config, any <code>.jsx</code> files will now be resolved before <code>.json</code>, <code>.ts</code>, <code>.tsx</code> (1b479314dc08f2a2e2f76438971f32fcf431ee89)</li> <li><strong>[Breaking]</strong> Enable strict CLI validation when <code>metro</code> is passed an invalid subcommand or argument (19c4f7edb85f5b61b056580515348ca9715dd361)</li> <li><strong>[Feature]</strong> Add <code>start</code> alias for <code>serve</code> CLI command (19c4f7edb85f5b61b056580515348ca9715dd361)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.71.3%E2%80%A6v0.72.0"><code>v0.71.3...v0.72.0</code></a></p> <h2>Release v0.71.3</h2> <ul> <li><strong>[Fix]</strong> End watchman client on calling MetroFileMap end. (fc042d06bb6db98dd819bb0d22b7d536ee396c24)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/metro/compare/v0.71.2...v0.71.3">https://github.com/facebook/metro/compare/v0.71.2...v0.71.3</a></p> <h2>Release v0.71.2</h2> <ul> <li><strong>[Feature]</strong> Add <a href="https://facebook.github.io/metro/docs/configuration/#requirecycleignorepatterns"><code>requireCycleIgnorePatterns</code></a> option to suppress warnings for require cycles, suppress <code>node_modules</code> by default (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/707">facebook/metro#707</a> by <a href="https://github.com/hsource"><code>@hsource</code></a>)</li> <li><strong>[Feature]</strong> Add <a href="https://facebook.github.io/metro/docs/configuration/#watchmandeferstates"><code>deferStates</code></a> option for Watchman (570c38039abc32b758f8d241896b21e28ca4ba83)</li> <li><strong>[Fix]</strong> Incremental build bug with parallel edges to the same module (fc29a1177f883144674cf85a813b58567f69d545)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental]</strong> Add <code>unstable_allowRequireContext</code> config option, implement transformer support for <a href="https://webpack.js.org/guides/dependency-management/#requirecontext"><code>require.context</code></a> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/821">facebook/metro#821</a> by <a href="https://github.com/EvanBacon"><code>@EvanBacon</code></a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.71.1%E2%80%A6v0.71.2"><code>v0.71.1...v0.71.2</code></a></p> <h2>Release v0.71.1</h2> <ul> <li><strong>[Fix]</strong> Add missing <code>.npmignore</code> files (e8bb8fb4035699c83fce4b35aabcaec208513f3c)</li> <li><strong>[Fix]</strong> Rewrite DeltaBundler garbage collection (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/820">facebook/metro#820</a>)</li> <li><strong>[Fix]</strong> Remove deprecated Prop Types from lazy imports (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/824">facebook/metro#824</a> by <a href="https://github.com/ecreeth"><code>@ecreeth</code></a>)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental]</strong> Expose <code>unstable_fileMapCacheManagerFactory</code> config option (e7419900d2e063f2d531313f810d18c487f807f8)</li> <li><strong>[Experimental]</strong> Add <code>unstable_perfLogger</code> config option (eec0d7bf00aa707ae210b25218501b3e17dc4bf2)</li> <li><strong>[Experimental]</strong> Remove <code>unstable_hasteMapModulePath</code> from Metro config (1cae8d8007d04ba62a739a6c4dff991c69af26e4)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.70.2%E2%80%A6v0.71.0"><code>v0.71.0...v0.71.1</code></a></p> <h2>Release v0.71.0</h2> <ul> <li><strong>[Breaking]</strong> Reject runServer promise if the HTTP server can't start listening (f39af2cba2c3f39f674ad40ddf97ca7c3daa91f5)</li> <li><strong>[Feature]</strong> Add <code>fileMapCacheDirectory</code> config option, deprecate <code>hasteMapCacheDirectory</code> (93966c0065e24dfaed15e409eeedf4b9bc209a41)</li> <li><strong>[Fix]</strong> Fail <code>runServer</code> quickly if the port is not available (6d9623eec0250f8b0e78d1843c18a531444713ff)</li> <li><strong>[Fix]</strong> Add explicit dependency on <code>babel/runtime</code> to <code>metro-runtime</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/816">https://github.com/facebook/flipper/issues/816</a>)</li> <li><strong>[Fix]</strong> Fix missing dependency on <code>metro-transform-worker</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/817">https://github.com/facebook/flipper/issues/817</a>)</li> <li><strong>[Fix]</strong> Fix batching bugs causing modules to be incorrectly omitted from delta updates(<a href="https://github-redirect.dependabot.com/facebook/metro/issues/819">https://github.com/facebook/flipper/issues/819</a>)</li> <li><strong>[Fix]</strong> <code>InspectorProxy</code>: Don't pass an <code>Error</code> object to <code>socket.close()</code> (fdc4ef17230ee093cfd302ddc8c59a88019b1f02)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ff6e98f8cd |
Bump serde from 1.0.137 to 1.0.140 in /packer (#3934)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.140. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.140</h2> <ul> <li>Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2251">https://github.com/facebook/flipper/issues/2251</a>, thanks <a href="https://github.com/taiki-e"><code>@taiki-e</code></a>)</li> </ul> <h2>v1.0.139</h2> <ul> <li>Add <code>new</code> constructor function for all <code>IntoDeserializer</code> impls (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2246">https://github.com/facebook/flipper/issues/2246</a>)</li> </ul> <h2>v1.0.138</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
095ccdf831 |
Bump eslint-plugin-jsx-a11y from 6.5.1 to 6.6.1 in /js/js-flipper (#3937)
Summary: Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.5.1 to 6.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases">eslint-plugin-jsx-a11y's releases</a>.</em></p> <blockquote> <h2>v6.6.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p> <blockquote> <h1>6.6.1 / 2022-07-21</h1> <ul> <li>38405ad [Fix] <code>no-interactive-tabindex</code>: allow role assignments using a ternary with literals on both sides</li> <li>7524e0c [Fix] <code>no-static-element-interactions</code>: allow role assignments using a ternary with literals on both sides (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/865">https://github.com/facebook/flipper/issues/865</a>)</li> <li>1c06306 [readme] properly describe rule settings in builtin configs</li> <li>0c19f02 [Docs] <code>no-noninteractive-tabindex</code>, <code>no-static-element-interactions</code>: document <code>allowExpressionValues</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/870">https://github.com/facebook/flipper/issues/870</a>)</li> <li>2362832 [readme] added link to redirect eslint to relevant docs (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/862">https://github.com/facebook/flipper/issues/862</a>)</li> <li>2c6926c [Deps] unpin <code>axe-core</code></li> <li>b78f19d [Deps] pin <code>axe-core</code> to v4.4.1, due to a breaking change in a patch</li> <li>768910e [Deps] update <code>babel/runtime</code></li> <li>f0e04ce [Deps] update <code>babel/runtime</code>, <code>jsx-ast-utils</code></li> <li>93b2a9d [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>babel/register</code></li> <li>a962211 [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>babel/register</code></li> <li>0d2bc43 [Tests] <code>no-noninteractive-element-interactions</code>: add passing test cases (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/876">https://github.com/facebook/flipper/issues/876</a>)</li> <li>ffefbad [Tests] <code>no-noninteractive-element-interactions</code>: add passing tests for form with onSubmit (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/871">https://github.com/facebook/flipper/issues/871</a>)</li> <li>e7d405d [Tests] <code>no-static-element-interactions</code>: add passing test cases</li> </ul> <h1>6.6.0 / 2022-06-23</h1> <ul> <li>566011b [New] <code>aria-role</code>: add <code>allowedInvalidRoles</code> option (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/828">https://github.com/facebook/flipper/issues/828</a>)</li> <li>64dcac6 [New] Introduce a plugin-wide setting for custom components. (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/844">https://github.com/facebook/flipper/issues/844</a>)</li> <li>ce2c328 [Fix] <code>no-redundant-roles</code>, <code>role-supports-aria-props</code>: Remove implicit role from dl element (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/848">https://github.com/facebook/flipper/issues/848</a>)</li> <li>fb20bc4 [Refactor] <code>role-supports-aria-props</code>: clean up the logic a bit</li> <li>1826628 [Refactor] reduce egregious use of array spread, in favor of <code>[].concat</code> idiom</li> <li>0f1615a [Docs] <code>no-static-element-interactions</code>: Update error message (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/843">https://github.com/facebook/flipper/issues/843</a>)</li> <li>9980d1d [Docs] Add infrastructure for auto-generating markdown table and list (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/837">https://github.com/facebook/flipper/issues/837</a>)</li> <li>f878d3b [Docs] Update project readme (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/831">https://github.com/facebook/flipper/issues/831</a>)</li> <li>aea7671 [Deps] update <code>babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>jsx-ast-utils</code></li> <li>d74173a [Deps] update <code>jsx-ast-utils</code></li> <li>f6ba03c [Deps] update <code>babel/runtime</code>, <code>jsx-ast-utils</code></li> <li>547dab4 [Deps] update <code>babel/runtime</code>, <code>axe-core</code>, <code>minimatch</code></li> <li>baaf791 [Deps] update <code>babel/runtime</code>, <code>minimatch</code>, <code>semver</code></li> <li>c015fef [Deps] update <code>babel/runtime</code>, <code>axe-core</code>, <code>damerau-levenshtein</code></li> <li>832cbd6 [meta] add <code>export default</code> instead of <code>module.exports</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/861">https://github.com/facebook/flipper/issues/861</a>)</li> <li>ee933a2 [meta] Add CONTRIBUTING.md to solicit contributions (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/846">https://github.com/facebook/flipper/issues/846</a>)</li> <li>fa3c869 [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>aud</code>, <code>eslint-plugin-eslint-plugin</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code></li> <li>fb3d51e [Dev Deps] update <code>babel/core</code>, <code>babel/register</code>, <code>eslint-plugin-import</code>, <code>minimist</code></li> <li>8c1df4d [Dev Deps] pin <code>technote-space/doctoc</code> because v2.5 is a breaking change</li> <li>fb071ab [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>eslint-plugin-eslint-plugin</code></li> <li>5e966e5 [Dev Deps] update <code>babel/cli</code></li> <li>f597f5b [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code></li> <li>287854a [Tests] Fix <code>npm run flow</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/856">https://github.com/facebook/flipper/issues/856</a>)</li> <li>112261c [Tests] skip fragment tests in eslint < 6</li> <li>ea877c4 [Tests] <code>img-redundant-alt-test</code>: add passing tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/832">https://github.com/facebook/flipper/issues/832</a>)</li> <li>685426d test: align usage of jest expect across tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/827">https://github.com/facebook/flipper/issues/827</a>)</li> <li>c460a8b [Tests] move invalid test case to valid; changed in axe-core v4.4</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |