947d00c6c3b7a0e44e6243ec729d1f1f99dfe8cc
7358 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
947d00c6c3 |
Fix send raw messages
Summary: ^ The last change removed the overload of `send` in favour of `sendRaw` Reviewed By: LukeDefeo Differential Revision: D38946386 fbshipit-source-id: c4491c4afe4d719602c99878dc7185d436179aef |
||
|
|
1b2f875cc6 |
Scheduler
Summary: Add a simple scheduler which operates in the following way. There are two type of tasks: main, background. The main task will run on the main thread whilst the background task will run on a background thread. The main task will be executing at a fixed internal whereas the background task will get queued on demand but can effectively consume what was produced by the main task at its own rate. Reviewed By: LukeDefeo Differential Revision: D38975283 fbshipit-source-id: 0633385d2938705a16f5fc75a28cad067e4a8e55 |
||
|
|
2e33febcde |
Flipper Snapshot Bump: v0.162.1-SNAPSHOT
Summary: Releasing snapshot version 0.162.1-SNAPSHOT Reviewed By: cekkaewnumchai Differential Revision: D38973667 fbshipit-source-id: 845578ae7c00d74e0669723b7856274bb7214ea8 |
||
|
|
3734225dd7 |
Flipper Release: v0.162.0
Summary: Releasing version 0.162.0 Reviewed By: cekkaewnumchai Differential Revision: D38973666 fbshipit-source-id: cb17fe83c805a1c4fbef69bf035f4437516665d0 |
||
|
|
5515b27499 |
Fix importing large Flipper exports
Reviewed By: lblasa Differential Revision: D38945105 fbshipit-source-id: ba78ccfc82b65013b79c6c962de7bdef5ae41a60 |
||
|
|
9b58f5217e |
Catch crash file parsing errors
Reviewed By: passy Differential Revision: D38940908 fbshipit-source-id: 59f0669311093a4a9c24f570d7e63de0a51f9376 |
||
|
|
5aff69d1c9 |
traversal
Summary: This adds a simple traversal to the UI. As it stands, it will most likely be updated in future iterations. Reviewed By: LukeDefeo Differential Revision: D38907292 fbshipit-source-id: 98cea1f971a4ef37ba2d1c75b882dd44df29bb3a |
||
|
|
f1e80b18b1 |
Basic desktop plugin
Summary: Scaffolded desktop UI for UI debugger I changed getroot from an rpc call to an event sent on connect. The root should never change as its the application object. Reviewed By: lblasa Differential Revision: D38866008 fbshipit-source-id: ca0f1908bedb643238f11ed796922e3359619167 |
||
|
|
6adf1d666f |
Descriptors
Summary: Introducing descriptors. Taken from the existing inspector, refreshed with a few things from Stetho, and translated to Kotlin. Note: doesn't use FlipperObject or FlipperArray. This is a very rough draft for them all, but can be used as basis for experimentation. Reviewed By: LukeDefeo Differential Revision: D38860763 fbshipit-source-id: 9f6bf4ad0e61fc40b0a773dfb8bfa80b1f397b3a |
||
|
|
b5bdd56d2c |
Application to instantiate Plugin
Summary: Plugin needs both the Context and Application. Application is Context. Pass Application. :) Reviewed By: LukeDefeo Differential Revision: D38831033 fbshipit-source-id: ff12a8ddc875fb54389e591a1c1c9febedb3aa37 |
||
|
|
fbbb793497 |
Shutdown flipper-server on Flipper Desktop launch
Summary: At launch, if flipper-server is running, send the shutdown message. Reviewed By: passy Differential Revision: D38861178 fbshipit-source-id: 4aab5f2b50938cb70a2dfae0d9056df337baecc3 |
||
|
|
0aa1f14536 |
Remove @scarf-generated from xplat/sonar
Summary: See D38829381. Reviewed By: d16r Differential Revision: D38837720 fbshipit-source-id: c576e16ebb5a0afd5e6dfc71adb3cf0c2361e9a3 |
||
|
|
dc28e2ad45 |
ApplicationRef
Summary: Introduce ApplicationRef which holds a reference to Application. It exposes a few utility methods to get view roots and activities. ApplicationInspector has a few template methods for useful things which are not used in this diff and most likely will either be moved/deleted/changed on the final implementation. Reviewed By: LukeDefeo Differential Revision: D38829523 fbshipit-source-id: b8aeb133dceb3af42b5f7d6851ef531d35fc7d69 |
||
|
|
c861b3af4d |
Flipper Snapshot Bump: v0.161.1-SNAPSHOT
Summary: Releasing snapshot version 0.161.1-SNAPSHOT Reviewed By: lblasa Differential Revision: D38858848 fbshipit-source-id: d05120295e49095ded355555e4c2f76848084c41 |
||
|
|
f9afe75a81 |
Flipper Release: v0.161.0
Summary: Releasing version 0.161.0 Reviewed By: lblasa Differential Revision: D38858847 fbshipit-source-id: 56a356ed7028110fb028f36a490efb6fa61a3598 |
||
|
|
c90ab4ed7b |
Change author from Facebook Inc to Meta
Reviewed By: mweststrate Differential Revision: D38828665 fbshipit-source-id: b9beb1f445a0caeed536f2119694da00df825005 |
||
|
|
075c9e1dda |
Disable NUX animations
Summary: I noticed that on my Mac M1 Flipper feels really sluggish in term of interactions compared to my Mac Pro. Started profiling and notices we have continously 60 reflows/sec and a very continous stream of DOM nodes allocations. This in turn is caused by our NUX elements, whose opacity anymation causes a reflow, which causes our interactive container (used for resizable sidebars etc) do to some calculations. This is quite noticeble in how fluent clicks etc are handled, as long as there are NUX-es open. Not sure why this doesn't feel as bad on Intel machines, but alas the effect is very clearly visible in the performance monitor. Or when dismissing all NUX-es, which drops the performance issue even in current builds. Disabling the opacity anymation and giving it a fixed value, fixes the issue as well, which is done in this diff. Changelog: Minor improvements on M1 machines Reviewed By: passy Differential Revision: D38859406 fbshipit-source-id: 3b97c6c8444290e2a0a8b17b175de9e44159e258 |
||
|
|
32bda2e48c |
Bump react-native-flipper from 0.156.0 to 0.159.0 in /react-native/ReactNativeFlipperExample (#4010)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.156.0 to 0.159.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.159.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.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=" |
||
|
|
769a1844b7 |
Common types
Summary: EnumMapping and InspectableValue taken from the original 'inspector' plugin but translated to Kotlin. Accumulator is just a Map<String, Any> Reviewed By: LukeDefeo Differential Revision: D38823678 fbshipit-source-id: 6af395cab2e3e6930575eb63d22d660dab962fde |
||
|
|
9c8f80c70c |
Bump dokka-gradle-plugin from 1.6.21 to 1.7.10 (#3916)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.6.21 to 1.7.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.7.10 Beta</h2> <p>Bugfix release that addresses several blockers and regressions.</p> <h3>General</h3> <ul> <li>Support <code>Kotlin</code> 1.7.10</li> </ul> <h3>Gradle plugin</h3> <ul> <li>Do not expose <code>Kotlin</code> stdlib in plugin dependencies, this should fix errors like <code>Module was compiled with an incompatible version of Kotlin</code> when using <code>Dokka</code>. Thanks to <a href="https://github.com/martinbonnin"><code>@martinbonnin</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2543">https://github.com/facebook/flipper/issues/2543</a>)</li> </ul> <h3>Java sources</h3> <ul> <li>Fixed build failure caused by having configured source links for <code>Java</code> code (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2544">https://github.com/facebook/flipper/issues/2544</a>)</li> <li>Fixed several exotic problems that led to build failures, all related to using annotation in <code>Java</code> sources (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2509">https://github.com/facebook/flipper/issues/2509</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2551">https://github.com/facebook/flipper/issues/2551</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2350">https://github.com/facebook/flipper/issues/2350</a>)</li> <li>Fixed <code>IntelliJ</code> platform <code>WARN: Attempt to load key</code> messages that appeared when analyzing <code>Java</code> sources (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2559">https://github.com/facebook/flipper/issues/2559</a>)</li> </ul> <h2>1.7.0 Beta</h2> <h2>Improvements</h2> <h3>General</h3> <ul> <li>Update to <code>Kotlin</code> 1.7.0, <code>IntelliJ</code> Platform 213</li> <li>Support <a href="https://kotlinlang.org/docs/whatsnew17.html#stable-definitely-non-nullable-types">definitely non-nullable types</a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2520">Kotlin/dokka#2520</a>)</li> <li>Don't expose enum entry constructor arguments, thanks to <a href="https://github.com/ebraminio"><code>@ebraminio</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2497">Kotlin/dokka#2497</a>)</li> <li>Preserve ordering of enum entries as in source code, previously reversed (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2469">Kotlin/dokka#2469</a>)</li> <li>Improve support for inherited <code>Java</code> fields with accessors, now properly interpreted as <code>val</code>/<code>var</code> properties (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2481">Kotlin/dokka#2481</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2532">Kotlin/dokka#2532</a>, <a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2540">Kotlin/dokka#2540</a>)</li> <li>Skip <code>Deprecated</code> members with <code>HIDDEN</code> level (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2486">Kotlin/dokka#2486</a>)</li> <li>Make rendered default value dependent on source set for expect/actual declarations (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2449">Kotlin/dokka#2449</a>)</li> </ul> <h3>HTML format</h3> <ul> <li>Render quotes as blockquotes instead of code blocks, thanks to <a href="https://github.com/TheOnlyTails"><code>@TheOnlyTails</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2496">Kotlin/dokka#2496</a>)</li> </ul> <h3>Javadoc format</h3> <ul> <li>Make <code>Javadoc</code> pages generation deterministic (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2479">Kotlin/dokka#2479</a>)</li> <li>Update shipped <code>jQuery</code> to avoid multiple CVEs, thanks to <a href="https://github.com/ToppleTheNun"><code>@ToppleTheNun</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1938">Kotlin/dokka#1938</a>)</li> </ul> <h3>GFM format</h3> <ul> <li>Support rendering of code blocks and inline code used in KDocs, thanks to <a href="https://github.com/cosinekitty"><code>@cosinekitty</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2485">Kotlin/dokka#2485</a>)</li> </ul> <h3>Kotlin-as-Java plugin</h3> <ul> <li>Include <code>Java</code> access modifiers into function signatures, thanks to <a href="https://github.com/tripolkaandrey"><code>@tripolkaandrey</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2510">Kotlin/dokka#2510</a>)</li> </ul> <h3>Gradle runner</h3> <ul> <li>Make <code>dokka-analysis</code> dependency <code>compileOnly</code>, this should help avoid compatibility problems if different versions of <code>Kotlin</code> are bundled in <code>Gradle</code> and <code>Dokka</code> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2521">Kotlin/dokka#2521</a>)</li> <li>Enable stricter validation for cacheable <code>Gradle</code> tasks, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2500">Kotlin/dokka#2500</a>)</li> <li>Remove unused & redundant dependencies for <code>Gradle</code> runner, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2502">Kotlin/dokka#2502</a>)</li> <li>Remove outdated suppression in <code>Gradle</code> runner, thanks to <a href="https://github.com/3flex"><code>@3flex</code></a> (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/pull/2501">Kotlin/dokka#2501</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d1c06c9c46 |
Do not overload send as this causes issues with folly::dynamic
Summary: folly::dynamic, std::string, implicit constructors and method overloading is not a good combination. This renames the send method to sendRaw as to avoid issues with existing plugins currently sending string params. Reviewed By: mweststrate Differential Revision: D38827539 fbshipit-source-id: 653f62e41ebfbe93d1af25f39c81f6b05bf84cb4 |
||
|
|
92d1f7b77a |
Flipper Snapshot Bump: v0.160.1-SNAPSHOT
Summary: Releasing snapshot version 0.160.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D38829727 fbshipit-source-id: 45d73d140cb8841b375a67b82a79d021adb7009e |
||
|
|
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=" |