8f2ae1cc02ea2ec21b8ef03df826e809d52d554c
7946 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8f2ae1cc02 |
Back out "Remove FBDefines from sonar"
Summary:
Original commit changeset: ff6db8e5e4bb
Original Phabricator Diff: D43408140 (
|
||
|
|
b0a6b0f430 |
Remove FBDefines from sonar
Summary: This appears to be unreferenced and it constantly confuses our header autocomplete. Remove. Reviewed By: d16r Differential Revision: D43408140 fbshipit-source-id: ff6db8e5e4bbda394197168680cf8d15b07666c3 |
||
|
|
3e49fcb6d6 |
Flipper Snapshot Bump: v0.182.1-SNAPSHOT
Summary: Releasing snapshot version 0.182.1-SNAPSHOT Reviewed By: ivanmisuno Differential Revision: D43389079 fbshipit-source-id: 771a6f85fc903e0d22c527023c00e78a1049bb46 |
||
|
|
5be020479d |
Flipper Release: v0.182.0
Summary: Releasing version 0.182.0 Reviewed By: ivanmisuno Differential Revision: D43389080 fbshipit-source-id: 3a59082194d24c138fbd2c9bcc2e984b46c6f54e |
||
|
|
95ef9bf585 |
Preserve scroll position after exiting focus mode
Summary: Previously we would scroll back to the top of the list Reviewed By: passy, ivanmisuno Differential Revision: D43390481 fbshipit-source-id: ce2d5d57d35b22e87a538720fe2760707a6bc058 |
||
|
|
d28748e69f |
Dont allow focusing nodes with zero area
Summary: If you focused a node with zero area (e.g a fragment) it would make the visualiser disappear. Simple solution is to prevent this in this case Reviewed By: mweststrate Differential Revision: D43363219 fbshipit-source-id: 8035db47486a2872fd86a5336e9fcaabeb0016a6 |
||
|
|
f12d8221d6 |
Fixed issue where visualiser would crop bottom few pixels of screen
Summary: Fixes https://fb.workplace.com/groups/443457641253219/permalink/522118536720462/ On android for some reason our display metrics for the application, activity and winow were smaller than the decor view. We were using the root view as the base static view for the visualiser with overflow hidden. Since it will slightly smaller than the decor view we were losing some of the lower pixels of the snapshot The decor view is the one that is actually snapshot so any bounds for nodes above are meaningless . The fix is to simply have the visualiser start at the snapshot view. We know this bounds is correct. Tested on ios and android and all looks ok Reviewed By: lblasa Differential Revision: D43356523 fbshipit-source-id: 4d6177c8242365f33b1d64fc149a10baff7c85d6 |
||
|
|
d24343d2ac |
Make the visualiser scrollable and remember width
Summary: Previously If you set the visualiser too wide, the height adjusts with the aspect ratio and the bottom was cut off and there was no way to scroll. Have added a scrollbar if it exceeds the available height Also the width state was promoted to an atom so the users resize amount is preserved when moving between plugins A better solution might be to prevent the visualiser from getting too wide for the available hieght but it get complex when the window resizes. Reviewed By: lblasa Differential Revision: D43351294 fbshipit-source-id: f618a69ed025214593a74b952ce75c5fd98447cd |
||
|
|
0651bb27df |
Fix automatic scrolling bug
Summary: Fixes https://fb.workplace.com/groups/443457641253219/permalink/522121466720169/ For context see changelog. The issue was because when an update comes in it creates an entirely new treeList. Since we were accessing that treeList in useEffect it was added to the dependency array. Therefore when an update came in we would scroll back to the last selected node. This effect was only meant to run when the selection changed in the visualiser. To fix we have to put the data it depends on in a ref so it can access the latest value without needing this data in the dependency array changelog: UIDebugger Fix bug where if video playing on android and if element selected it would sometimes jump back to selected element when you scroll away Reviewed By: mweststrate Differential Revision: D43347501 fbshipit-source-id: f03bb32ddfa7828a4742d1a57e9be133a455ec30 |
||
|
|
8cae1f0de6 |
On select expand ancestory
Summary: Previously when selecting from the visualiser nothing would happen in the tree if one of the parents was collapsed Reviewed By: lblasa Differential Revision: D43318177 fbshipit-source-id: 7bf9296dec2ca82e3f983b4cf2676ea8741a9d0e |
||
|
|
1cd916e414 |
Increase indent and automatically scroll horiztonally on selection
Summary: Indent is made bigger so the horizontal lines have more space and the whole thing can breath more. To componesate the view scroll horiztontally so that the tree node is always visible. Was also able to clean up the hierachy a bit changelog: increase tree indent and automatically scroll both horizontally and vertically when selecting an element Reviewed By: lblasa Differential Revision: D43311566 fbshipit-source-id: 53bc7bd55027e87fdecadac9aa8bc41612bb684a |
||
|
|
d1e6b27358 |
Remove gap between tree scroll bar and visualiser resize handle
Summary: So much tidier changelog: UIDebugger remove gap between tree and visualiser Reviewed By: lblasa Differential Revision: D43307743 fbshipit-source-id: ceec9b3b164c93ecadfe8c0b7299a978b2915e3b |
||
|
|
8581aa1944 |
Memoise selection of nodes
Summary: For the visualiser we use the same trick as with the hover state. We subscribe to selection changes and only render if the prev or new state concerns us. For the tree we change from object identity to the node id + and indent guide are added to the memoisation equal check. Depending on teh change this tree memoisation can vary in effectiveness. If you go from nothing selecting to selecting the top element nothing is memoised since react needs to render every element to draw the indent guide. If you have somethign selected and select a nearby element the memoisation works well. There are ways to improve this more down the road changelog: UIDebugger improve performance of selecting nodes Reviewed By: lblasa Differential Revision: D43305979 fbshipit-source-id: 5d90e806ed7b6a8401e9968be398d4a67ed0c294 |
||
|
|
786ae04d21 |
Back out "Bump androidx.sqlite:sqlite-framework from 2.2.0 to 2.3.0"
Summary:
Original commit changeset: ab279ff968a1
Original Phabricator Diff: D43305296 (
|
||
|
|
383c5c60fe |
Update react native podfile lock
Summary: This is to fix the flakiness in our gem installation step: https://github.com/facebook/flipper/actions/runs/4194007653/jobs/7271643029 Those failures all arise from the environment where our lockfile is not on the latest version and the GitHub Action tries (and fails) to downgrade the installation. I used my previously updated gem release (D43306715) to update the lockfile. Reviewed By: ivanmisuno Differential Revision: D43306986 fbshipit-source-id: 7450c2d23ff74f92a850c0989ed62c1d2acf7bdf |
||
|
|
0efda5b154 |
Flipper Snapshot Bump: v0.181.1-SNAPSHOT
Summary: Releasing snapshot version 0.181.1-SNAPSHOT Reviewed By: lblasa Differential Revision: D43351297 fbshipit-source-id: 84b32f4778d0cb651b7a43158f5e5cb9696e1ba2 |
||
|
|
690a8df436 |
Flipper Release: v0.181.0
Summary: Releasing version 0.181.0 Reviewed By: lblasa Differential Revision: D43351298 fbshipit-source-id: ac2196a1780ef58c04c20f56ea46bf9700cababb |
||
|
|
5ce17d8379 |
Bump babel-jest from 29.4.1 to 29.4.3 in /react-native/ReactNativeFlipperExample (#4523)
Summary: Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.4.1 to 29.4.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>v29.4.3</h2> <h2>Features</h2> <ul> <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li> <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li> <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li> <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li> <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li> <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brodo"><code>@brodo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">facebook/jest#13868</a></li> <li><a href="https://github.com/DannyNemer"><code>@DannyNemer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13878">facebook/jest#13878</a></li> <li><a href="https://github.com/ghusse"><code>@ghusse</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">facebook/jest#13846</a></li> <li><a href="https://github.com/broofa"><code>@broofa</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">facebook/jest#13911</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.2...v29.4.3">https://github.com/facebook/jest/compare/v29.4.2...v29.4.3</a></p> <h2>v29.4.2</h2> <h2>Features</h2> <ul> <li><code>[jest/core]</code> Instrument significant lifecycle events with <a href="https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options"><code>performance.mark()</code></a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13859">#13859</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[expect, jest/expect]</code> Provide type of <code>actual</code> as a generic argument to <code>Matchers</code> to allow better-typed extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">#13848</a>)</li> <li><code>[jest-circus]</code> Added explicit mention of test failing because <code>done()</code> is not being called in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13847">#13847</a>)</li> <li><code>[jest-runtime]</code> Handle CJS re-exports of node core modules from ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">#13856</a>)</li> <li><code>[jest-transform]</code> Downgrade <code>write-file-atomic</code> to v4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13853">#13853</a>)</li> <li><code>[jest-worker]</code> Ignore IPC messages not intended for Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">#13543</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[*]</code> make sure to exclude <code>.eslintcache</code> from published module (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13832">#13832</a>)</li> <li><code>[docs]</code> Cleanup incorrect links in CHANGELOG.md (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">#13857</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benjaminjkraft"><code>@benjaminjkraft</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">facebook/jest#13848</a></li> <li><a href="https://github.com/LinusU"><code>@LinusU</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">facebook/jest#13543</a></li> <li><a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">facebook/jest#13857</a></li> <li><a href="https://github.com/kowalski"><code>@kowalski</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">facebook/jest#13856</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.1...v29.4.2">https://github.com/facebook/jest/compare/v29.4.1...v29.4.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>29.4.3</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li> <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li> <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li> <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li> <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li> <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li> </ul> <h2>29.4.2</h2> <h3>Features</h3> <ul> <li><code>[jest/core]</code> Instrument significant lifecycle events with <a href="https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options"><code>performance.mark()</code></a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13859">#13859</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect, jest/expect]</code> Provide type of <code>actual</code> as a generic argument to <code>Matchers</code> to allow better-typed extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">#13848</a>)</li> <li><code>[jest-circus]</code> Added explicit mention of test failing because <code>done()</code> is not being called in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13847">#13847</a>)</li> <li><code>[jest-runtime]</code> Handle CJS re-exports of node core modules from ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">#13856</a>)</li> <li><code>[jest-transform]</code> Downgrade <code>write-file-atomic</code> to v4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13853">#13853</a>)</li> <li><code>[jest-worker]</code> Ignore IPC messages not intended for Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">#13543</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[*]</code> make sure to exclude <code>.eslintcache</code> from published module (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13832">#13832</a>)</li> <li><code>[docs]</code> Cleanup incorrect links in CHANGELOG.md (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">#13857</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0520a91733 |
Bump metro-config from 0.73.1 to 0.75.0 in /react-native/react-native-flipper (#4488)
Summary: Bumps [metro-config](https://github.com/facebook/metro) from 0.73.1 to 0.75.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.75.0</h2> <ul> <li><strong>[Breaking]</strong>: Formalise minimum Node JS requirement at 14.17.0 via <code>package.json#engines</code>. (<a href=" |
||
|
|
dfd39aea50 |
Bump eslint from 8.33.0 to 8.34.0 in /js/js-flipper (#4517)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.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.34.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
09a6877576 |
Bump react-virtualized-auto-sizer from 1.0.6 to 1.0.7 in /desktop (#4520)
Summary: Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer) from 1.0.6 to 1.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commits">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/4520 Reviewed By: mweststrate Differential Revision: D43305179 Pulled By: ivanmisuno fbshipit-source-id: fb1a6a02141f1355acf3bae8e78702daec9b4d7b |
||
|
|
6cb64f0af0 |
Bump app-builder-lib from 23.4.0 to 23.6.0 in /desktop (#4515)
Summary: Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) from 23.4.0 to 23.6.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.6.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add nsis option to remove the default uninstall welcome page by <a href="https://github.com/moulinierf"><code>@moulinierf</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">electron-userland/electron-builder#7141</a></li> <li>feat: add Github Actions environment variable to isPullRequest method by <a href="https://github.com/kuidaoring"><code>@kuidaoring</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7152">electron-userland/electron-builder#7152</a></li> <li>fix: formatting of Code in the MacOS PKG docs by <a href="https://github.com/hrueger"><code>@hrueger</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7142">electron-userland/electron-builder#7142</a></li> <li>chore: Updating node 16 docker images by <a href="https://github.com/Tarrowren"><code>@Tarrowren</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7158">electron-userland/electron-builder#7158</a></li> <li>fix(ci): workflows security hardening by <a href="https://github.com/sashashura"><code>@sashashura</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7156">electron-userland/electron-builder#7156</a></li> <li>feat: non-silent mode allow not to run the app when the installation is complete by <a href="https://github.com/shenglianlee"><code>@shenglianlee</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7136">electron-userland/electron-builder#7136</a></li> <li>feat: update note for pnpm by <a href="https://github.com/romadryud"><code>@romadryud</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7163">electron-userland/electron-builder#7163</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moulinierf"><code>@moulinierf</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">electron-userland/electron-builder#7141</a></li> <li><a href="https://github.com/kuidaoring"><code>@kuidaoring</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7152">electron-userland/electron-builder#7152</a></li> <li><a href="https://github.com/hrueger"><code>@hrueger</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7142">electron-userland/electron-builder#7142</a></li> <li><a href="https://github.com/Tarrowren"><code>@Tarrowren</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7158">electron-userland/electron-builder#7158</a></li> <li><a href="https://github.com/sashashura"><code>@sashashura</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7156">electron-userland/electron-builder#7156</a></li> <li><a href="https://github.com/shenglianlee"><code>@shenglianlee</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7136">electron-userland/electron-builder#7136</a></li> <li><a href="https://github.com/romadryud"><code>@romadryud</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7163">electron-userland/electron-builder#7163</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.5.1...v23.6.0">https://github.com/electron-userland/electron-builder/compare/v23.5.1...v23.6.0</a></p> <h2>v23.5.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert "feat: Upgrade to Ubuntu 22.04 and python 3.10" by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7109">electron-userland/electron-builder#7109</a></li> <li>feat: allow dev update config to be forced for testing auto-updater flow by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7117">electron-userland/electron-builder#7117</a></li> <li>docs: declare node-linker when using Yarn 3 by <a href="https://github.com/ouliuquan"><code>@ouliuquan</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7113">electron-userland/electron-builder#7113</a></li> <li>fix: allow CSC_LINK to have a mime-type prefix by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7119">electron-userland/electron-builder#7119</a></li> <li>fix: strip extra fields out before creating snap.yaml (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/7104">#7104</a>) by <a href="https://github.com/MikeJerred"><code>@MikeJerred</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7110">electron-userland/electron-builder#7110</a></li> <li>docs: fix typo by <a href="https://github.com/cjeonguk"><code>@cjeonguk</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7120">electron-userland/electron-builder#7120</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7111">electron-userland/electron-builder#7111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ouliuquan"><code>@ouliuquan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7113">electron-userland/electron-builder#7113</a></li> <li><a href="https://github.com/MikeJerred"><code>@MikeJerred</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7110">electron-userland/electron-builder#7110</a></li> <li><a href="https://github.com/cjeonguk"><code>@cjeonguk</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7120">electron-userland/electron-builder#7120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.5.0...v23.5.1">https://github.com/electron-userland/electron-builder/compare/v23.5.0...v23.5.1</a></p> <h2>v23.5.0</h2> <h2>What's Changed</h2> <ul> <li>docs(signing): add tip for installer env by <a href="https://github.com/richtlu"><code>@richtlu</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7059">electron-userland/electron-builder#7059</a></li> <li>fix: updating integration test for prerelease flag by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7072">electron-userland/electron-builder#7072</a></li> <li>fix: replace update-notifier and update deps by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7078">electron-userland/electron-builder#7078</a></li> <li>fix: use <code>buildVersion</code> not <code>buildNumber</code> for fpm <code>--iteration</code> flag by <a href="https://github.com/davej"><code>@davej</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7075">electron-userland/electron-builder#7075</a></li> <li>fix: Invalid code signing for MAS build (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/7040">#7040</a>) by <a href="https://github.com/jeanfbrito"><code>@jeanfbrito</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7089">electron-userland/electron-builder#7089</a></li> <li>fix: improve <code>downloadUpdate</code> typing by <a href="https://github.com/alefoll"><code>@alefoll</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7099">electron-userland/electron-builder#7099</a></li> <li>chore: Add details to entitlement option for macOS configurations by <a href="https://github.com/AxelTerizaki"><code>@AxelTerizaki</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7097">electron-userland/electron-builder#7097</a></li> <li>fix: close file stream when error by <a href="https://github.com/HppZ"><code>@HppZ</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7094">electron-userland/electron-builder#7094</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7081">electron-userland/electron-builder#7081</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.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">#7141</a> <a href=" |
||
|
|
f0b7e8a5d2 |
Bump androidx.sqlite:sqlite-framework from 2.2.0 to 2.3.0 (#4509)
Summary: Bumps androidx.sqlite:sqlite-framework from 2.2.0 to 2.3.0. [](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/4509 Reviewed By: mweststrate Differential Revision: D43305296 Pulled By: ivanmisuno fbshipit-source-id: ab279ff968a1769e5377b7390baf6866df59cd7f |
||
|
|
7a7c23d447 |
Bump androidx.test:runner from 1.5.1 to 1.5.2 (#4510)
Summary: Bumps androidx.test:runner from 1.5.1 to 1.5.2. [](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/4510 Reviewed By: mweststrate Differential Revision: D43305274 Pulled By: ivanmisuno fbshipit-source-id: 1c5dda0b56e9f8db251351ba4822d5b73ce049b7 |
||
|
|
0508c7a121 |
Bump anyhow from 1.0.68 to 1.0.69 in /packer (#4498)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69. <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.69</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
df5ddf01a6 |
Bump js-base64 from 3.7.4 to 3.7.5 in /desktop (#4519)
Summary: Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.4 to 3.7.5. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f99bf3d15b |
Bump algoliasearch from 4.13.0 to 4.14.3 in /desktop (#4521)
Summary: Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.13.0 to 4.14.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p> <blockquote> <h2>4.14.3</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.2...4.14.3">v4.14.3</a></h2> <ul> <li>fix(recommend): remove unused trendingFacets props (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ffbfc05">ffbfc05</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a></li> <li>fix(recommend): update trending facets query props (RECO-1184) (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/913443f">913443f</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a></li> <li>docs: Fix incorrect property description (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ba59b68">ba59b68</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a></li> </ul> <h2>4.14.2</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.1...4.14.2">v4.14.2</a></h2> <ul> <li>fix(types): add <code>abTestID</code> to <code>SearchResponse</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/05059f2">05059f2</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a></li> </ul> <h2>4.14.1</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.0...4.14.1">v4.14.1</a></h2> <ul> <li>fix(types): Updating searchoptions with explain attribute (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c46932e">c46932e</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a></li> </ul> <h2>4.14.0</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.1...4.14.0">v4.14.0</a></h2> <ul> <li>chore: mention <code>next</code> version in <code>README</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/100d180">100d180</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a></li> <li>feat(fetch-requester): add <code>algolia/requester-fetch</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7b62403">7b62403</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a></li> </ul> <h2>4.13.1</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.0...4.13.1">v4.13.1</a></h2> <ul> <li>fix(search): add type for queryLanguages (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/61c2976">61c2976</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a> <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1405">https://github.com/facebook/flipper/issues/1405</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.2...4.14.3">v4.14.3</a></h2> <ul> <li>fix(recommend): remove unused trendingFacets props (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ffbfc05">ffbfc05</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a></li> <li>fix(recommend): update trending facets query props (RECO-1184) (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/913443f">913443f</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a></li> <li>docs: Fix incorrect property description (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ba59b68">ba59b68</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.1...4.14.2">v4.14.2</a></h2> <ul> <li>fix(types): add <code>abTestID</code> to <code>SearchResponse</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/05059f2">05059f2</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.0...4.14.1">v4.14.1</a></h2> <ul> <li>fix(types): Updating searchoptions with explain attribute (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c46932e">c46932e</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.1...4.14.0">v4.14.0</a></h2> <ul> <li>chore: mention <code>next</code> version in <code>README</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/100d180">100d180</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a></li> <li>feat(fetch-requester): add <code>algolia/requester-fetch</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7b62403">7b62403</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.0...4.13.1">v4.13.1</a></h2> <ul> <li>fix(search): add type for queryLanguages (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/61c2976">61c2976</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a> <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1405">https://github.com/facebook/flipper/issues/1405</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
cdec35d45b |
Bump typescript from 4.9.4 to 4.9.5 in /js/js-flipper (#4501)
Summary: Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 4.9.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/">release announcement</a>.</p> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>Changes:</h2> <ul> <li>69e88ef5513a81acf69ec78f4af1f927da0d0584 Port ignore deprecations to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52419">#52419</a>)</li> <li>daf4e817a18def96b70ac34703b158ff0e6d58df Port timestamp fix to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52426">#52426</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
066994fa13 |
Bump react-native-flipper from 0.178.1 to 0.180.0 in /react-native/ReactNativeFlipperExample (#4512)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.178.1 to 0.180.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.180.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.179.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=" |
||
|
|
69de6e60b2 |
Bump prettier from 2.8.3 to 2.8.4 in /js/js-flipper (#4518)
Summary: Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.8.4</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#284">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.8.4</h1> <p><a href="https://github.com/prettier/prettier/compare/2.8.3...2.8.4">diff</a></p> <h4>Fix leading comments in mapped types with <code>readonly</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/13427">#13427</a> by <a href="https://github.com/thorn0"><code>@thorn0</code></a>, <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4> <pre lang="tsx"><code>// Input type Type = { // comment readonly [key in Foo]; }; <p>// Prettier 2.8.3 type Type = { readonly // comment [key in Foo]; };</p> <p>// Prettier 2.8.4 type Type = { // comment readonly [key in Foo]; }; </code></pre></p> <h4>Group params in opening block statements (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/14067">#14067</a> by <a href="https://github.com/jamescdavis"><code>@jamescdavis</code></a>)</h4> <p>This is a follow-up to <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13930">#13930</a> to establish wrapping consistency between opening block statements and else blocks by grouping params in opening blocks. This causes params to break to a new line together and not be split across lines unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the same as opening blocks.</p> <pre lang="hbs"><code>{{! Input }} {{#block param param param param param param param param param param as |blockParam|}} Hello {{else block param param param param param param param param param param as |blockParam|}} There {{/block}} <p>{{! Prettier 2.8.3 }} {{#block param param param param param </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2970ad855e |
Bump jest from 29.4.1 to 29.4.3 in /react-native/ReactNativeFlipperExample (#4524)
Summary: Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.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>v29.4.3</h2> <h2>Features</h2> <ul> <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li> <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li> <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li> <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li> <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li> <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brodo"><code>@brodo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">facebook/jest#13868</a></li> <li><a href="https://github.com/DannyNemer"><code>@DannyNemer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13878">facebook/jest#13878</a></li> <li><a href="https://github.com/ghusse"><code>@ghusse</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">facebook/jest#13846</a></li> <li><a href="https://github.com/broofa"><code>@broofa</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">facebook/jest#13911</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.2...v29.4.3">https://github.com/facebook/jest/compare/v29.4.2...v29.4.3</a></p> <h2>v29.4.2</h2> <h2>Features</h2> <ul> <li><code>[jest/core]</code> Instrument significant lifecycle events with <a href="https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options"><code>performance.mark()</code></a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13859">#13859</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[expect, jest/expect]</code> Provide type of <code>actual</code> as a generic argument to <code>Matchers</code> to allow better-typed extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">#13848</a>)</li> <li><code>[jest-circus]</code> Added explicit mention of test failing because <code>done()</code> is not being called in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13847">#13847</a>)</li> <li><code>[jest-runtime]</code> Handle CJS re-exports of node core modules from ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">#13856</a>)</li> <li><code>[jest-transform]</code> Downgrade <code>write-file-atomic</code> to v4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13853">#13853</a>)</li> <li><code>[jest-worker]</code> Ignore IPC messages not intended for Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">#13543</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[*]</code> make sure to exclude <code>.eslintcache</code> from published module (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13832">#13832</a>)</li> <li><code>[docs]</code> Cleanup incorrect links in CHANGELOG.md (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">#13857</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benjaminjkraft"><code>@benjaminjkraft</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">facebook/jest#13848</a></li> <li><a href="https://github.com/LinusU"><code>@LinusU</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">facebook/jest#13543</a></li> <li><a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">facebook/jest#13857</a></li> <li><a href="https://github.com/kowalski"><code>@kowalski</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">facebook/jest#13856</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.1...v29.4.2">https://github.com/facebook/jest/compare/v29.4.1...v29.4.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>29.4.3</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li> <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li> <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li> <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li> <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li> <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li> </ul> <h2>29.4.2</h2> <h3>Features</h3> <ul> <li><code>[jest/core]</code> Instrument significant lifecycle events with <a href="https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options"><code>performance.mark()</code></a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13859">#13859</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect, jest/expect]</code> Provide type of <code>actual</code> as a generic argument to <code>Matchers</code> to allow better-typed extensions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13848">#13848</a>)</li> <li><code>[jest-circus]</code> Added explicit mention of test failing because <code>done()</code> is not being called in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13847">#13847</a>)</li> <li><code>[jest-runtime]</code> Handle CJS re-exports of node core modules from ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13856">#13856</a>)</li> <li><code>[jest-transform]</code> Downgrade <code>write-file-atomic</code> to v4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13853">#13853</a>)</li> <li><code>[jest-worker]</code> Ignore IPC messages not intended for Jest (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13543">#13543</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[*]</code> make sure to exclude <code>.eslintcache</code> from published module (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13832">#13832</a>)</li> <li><code>[docs]</code> Cleanup incorrect links in CHANGELOG.md (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13857">#13857</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a4281b56e3 |
bump sdoc version
Reviewed By: lblasa Differential Revision: D43312988 fbshipit-source-id: 815b871aa5187f0f4cc125440a3e9928a2cdef40 |
||
|
|
ec7bd16439 |
Fix bounds for android view
Summary: Fixes: https://fb.workplace.com/groups/443457641253219/permalink/522116393387343/ Reviewed By: richkzad Differential Revision: D43313031 fbshipit-source-id: b1f97632131cb4e71323b2c3e8cd36dfe7b0f78e |
||
|
|
848158d9a0 |
Bump com.vanniktech:gradle-maven-publish-plugin from 0.22.0 to 0.24.0 (#4511)
Summary: Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.22.0 to 0.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">com.vanniktech:gradle-maven-publish-plugin's releases</a>.</em></p> <blockquote> <h2>0.24.0</h2> <ul> <li>Support arbitrary Sonatype hosts instead of just oss.sonatype.org and s01.oss.sonatype.org.</li> <li>Support adjusting timeouts for Sonatype related requests and operations. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts">See docs</a></li> <li>Internal change on how the sources jar is created.</li> </ul> <h2>0.23.2</h2> <ul> <li>Fix signing when using Gradle 8.0.</li> <li>Finding a matching staging profile in Sonatype is more lenient. If there is just one that one will always be used. The plugin will also fallback to any staging profile that has a matching prefix with the group id.</li> <li>As a workaround for an issue in Gradle that causes invalid module metadata for <code>java-test-fixtures</code> projects, <code>project.group</code> and <code>project.version</code> are now being set again for those projects. <a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/pull/490">https://github.com/facebook/flipper/issues/490</a></li> </ul> <h2>0.23.1</h2> <p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0231-2022-12-30">Changelog</a></p> <h2>0.23.0</h2> <p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0230-2022-12-29">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md">com.vanniktech:gradle-maven-publish-plugin's changelog</a>.</em></p> <blockquote> <h2>0.24.0 <em>(2023-01-29)</em></h2> <ul> <li>Support arbitrary Sonatype hosts instead of just oss.sonatype.org and s01.oss.sonatype.org.</li> <li>Support adjusting timeouts for Sonatype related requests and operations. <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts">See docs</a></li> <li>Internal change on how the sources jar is created.</li> </ul> <h2>0.23.2 <em>(2023-01-17)</em></h2> <ul> <li>Fix signing when using Gradle 8.0.</li> <li>Finding a matching staging profile in Sonatype is more lenient. If there is just one that one will always be used. The plugin will also fallback to any staging profile that has a matching prefix with the group id.</li> <li>As a workaround for an issue in Gradle that causes invalid module metadata for <code>java-test-fixtures</code> projects, <code>project.group</code> and <code>project.version</code> are now being set again for those projects. <a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/pull/490">https://github.com/facebook/flipper/issues/490</a></li> </ul> <h2>0.23.1 <em>(2022-12-30)</em></h2> <ul> <li>Also support publishing sources for the <code>java-test-fixtures</code> plugin in Kotlin/JVM projects.</li> <li>Suppress Gradle warnings when publishing a project that uses <code>java-test-fixtures</code>.</li> </ul> <h2>0.23.0 <em>(2022-12-29)</em></h2> <p>Updated docs can be found on <a href="https://vanniktech.github.io/gradle-maven-publish-plugin/">the new website</a>.</p> <ul> <li><strong>NEW</strong>: It is now possible to set group id, artifact id directly through the DSL <pre lang="groovy"><code>mavenPublishing { coordinates("com.example", "library", "1.0.3") } </code></pre> </li> <li><code>project.group</code> and <code>project.version</code> will still be used as default values for group and version if the <code>GROUP</code>/<code>VERSION_NAME</code> Gradle properties do not exist and <code>coordinates</code> was not called, however there are 2 <strong>behavior changes</strong>: <ul> <li>The <code>GROUP</code> and <code>VERSION_NAME</code> Gradle properties take precedence over <code>project.group</code> and <code>project.version</code> instead of being overwritten by them. If you need to define the properties but replace them for some projects, please use the new <code>coordinates</code> method instead.</li> <li>The <code>GROUP</code> and <code>VERSION_NAME</code> Gradle properties will not be explicitly set as <code>project.group</code> and <code>project.version</code> anymore.</li> </ul> </li> <li><strong>NEW</strong>: Added <code>dropRepository</code> task that will drop a Sonatype staging repository. It is possible to specify which repository to drop by adding a <code>--repository</code> parameter with the id of the staging repository that was printed during <code>publish</code>. If no repository is specified and there is only one staging repository, that one will be dropped.</li> <li>Added workaround to also publish sources for the <code>java-test-fixtures</code> plugin</li> <li>Fixed publishing Kotlin/JS projects with the base plugin.</li> <li>Fixed that a POM configured through the DSL is incomplete when publishing Gradle plugins.</li> <li>The minimum supported Gradle version has been increased to 7.3.</li> <li>The plugin now requires using JDK 11+ to run Gradle.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
25149cc8c9 |
Added bgs on android ID + cleanup
Summary: Paddings and alignments were improved also changelog: UIDebugger - Added ability to big grep search based on android ID if available Reviewed By: lblasa Differential Revision: D43159228 fbshipit-source-id: e2d7190ea2411e936ba065328bcc375c64619e8f |
||
|
|
96bed18df2 |
More context menu options in the tree
Summary: Added ability to copy element name and any inline attributes Changelog: UI Debugger - Added extra context menu items for copying element name and attributes UI Debugger - Added open in Android studio button UI Debugger - Improve speed of loading the Open in IDE buttons Reviewed By: lblasa Differential Revision: D43153666 fbshipit-source-id: 8b440d77444cd6849388e7e9d348da4527db5baf |
||
|
|
feded6403c |
bump staticdocs plugin
Reviewed By: lblasa Differential Revision: D43304213 fbshipit-source-id: fd32b0dc5a8100c5e368f7e6633fea8aa7417b43 |
||
|
|
c1badd1a29 |
RCMountable -> CKMountable (#4522)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/4522 ^ A codemod changed the name of `CKMountable` for the OSS ComponentKit integration, this is a breaking change as we are pinned to a specific Cocoapods version of CK. Reviewed By: passy Differential Revision: D43303489 fbshipit-source-id: 4d8ad472735414ca8e67a8ce4409efe84aab3e94 |
||
|
|
362cea3126 |
Fix: WS should not reconnect on 1001 (#4506)
Summary: Due to bug in ReactNative `WebSocket` implementation, the `ws.close(1000)` method will not carry the provided `onclose` event number. It would close connection with `1001` instead. Technically, the `1001` also seems as normal status code to close WS connection, so likely we don't wanna use reconnect anyway. This only impacts older RN versions (iOS), as it was later fixed: https://github.com/facebook/react-native/pull/24950/files ## Changelog - Do not reconnect when WS close code is `1001` - GoingAway Pull Request resolved: https://github.com/facebook/flipper/pull/4506 Test Plan: Run `flipperClient.stop()`, then the connection should not be reconnected (only reproducible on RN env.) Reviewed By: lblasa Differential Revision: D43277366 Pulled By: passy fbshipit-source-id: bb39ec7debe53f15e75c850158188d56bf70375d |
||
|
|
2e511b5d08 |
Upgrade react-devtools-core to 4.27.2
Summary: This diff upgrade dependencies to `react-devtools-core` to 4.27.2, which includes changes I need to unblock trace update highlights. - Update package.json file for dependencies in all existing deps with latest version (4.26.1): https://fburl.com/code/litgze0m - Run `yarn` under `xplat/js` and `xplat/js/public` Changelog: [General][Internal] - Upgrade react-devtools-core to 4.27.2 Reviewed By: javache Differential Revision: D43176345 fbshipit-source-id: 8bd5a9eca286bbfbb1630cb92c15f9653fa3534a |
||
|
|
42ac82bc8c |
Fix a crash when trying to remove a mock network call (#4403)
Summary: Crash when trying to remove a mock network call Issue: https://github.com/facebook/flipper/issues/3799 ## Changelog Read mock routes type error.Transform it from array to object. Pull Request resolved: https://github.com/facebook/flipper/pull/4403 Test Plan: Test passed on my Mac. Reviewed By: antonk52 Differential Revision: D42918910 Pulled By: passy fbshipit-source-id: 919bb6d2a2887aed46fb4a348f3f93e7abb765e5 |
||
|
|
035bcb6d0e |
automatic update for docusaurus-plugin-internaldocs-fb@1.8.0
Reviewed By: ivanmisuno Differential Revision: D43186537 fbshipit-source-id: 741d852f86aca40563e64c8a1ccce350b2c54252 |
||
|
|
62d1050f52 |
Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.51.0 in /js/js-flipper (#4503)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.2 to 5.51.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.51.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0">5.51.0</a> (2023-02-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [sort-type-constituents] fixed behavior change (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6384">#6384</a>) (<a href=" |
||
|
|
7e37039928 |
Flipper Snapshot Bump: v0.180.1-SNAPSHOT
Summary: Releasing snapshot version 0.180.1-SNAPSHOT Reviewed By: lblasa Differential Revision: D43189827 fbshipit-source-id: 5cccc0f12ede1c011e25493ef7645524effd3064 |
||
|
|
0c1d121201 |
Flipper Release: v0.180.0
Summary: Releasing version 0.180.0 Reviewed By: lblasa Differential Revision: D43189826 fbshipit-source-id: f1e70cc76e1008b2ea989d70cb383d80eadc19a2 |
||
|
|
ada748170f |
Make glyph optional
Summary: Make it optional to display the icon (glyph) with a default of true. Not used in this diff, but it will in future diffs. Reviewed By: ivanmisuno Differential Revision: D43186605 fbshipit-source-id: b525e126bcc46604e0abc0f83b6ff33a7ce78962 |
||
|
|
5fc0bcb631 |
Dark mode fix for Glyph
Summary: <NoData /> didn't support dark mode, now it does. Reviewed By: ivanmisuno Differential Revision: D43186565 fbshipit-source-id: 9952535d8762d8510afcce03b6cde7b603292107 |
||
|
|
ca602bffd0 |
Clearer section creation
Summary: A bit more explicit with the intent, clearer code. Reviewed By: ivanmisuno Differential Revision: D43186540 fbshipit-source-id: 24f2168f5be91673683966208c9b8b54125aaa5b |
||
|
|
6316852026 |
Remove unnecessary fragment
Summary: Remove unnecessary fragment. Reviewed By: ivanmisuno Differential Revision: D43186534 fbshipit-source-id: cf9c761b1ce3b9103d2facfba3c7acc7fc1fe339 |
||
|
|
6196204a7b |
Plugin download failure is not an error
Summary: Plugin download failure is typical a transient error, no need to trigger monitoring for that Reviewed By: ivanmisuno Differential Revision: D43118116 fbshipit-source-id: 0cd0f87f0ed6123adcba28139308ecea92b1b508 |