d93c9d45a9e5602fef19ede24b0af2c8ef66f95b
7870 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
778a56d7ac |
Create and upload a universal export when using the support request link
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Reviewed By: passy Differential Revision: D40586468 fbshipit-source-id: 4d6a8706c7d1cad1951bda701c51f0998c985628 |
||
|
|
970c03d942 |
Add uploading to internal cloud storage
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# We'll use it in the subsequent diff to automatically upload a universal export Reviewed By: passy Differential Revision: D40585810 fbshipit-source-id: 5b409d716c2ead040865130d379d4f593cb68483 |
||
|
|
5d921966fb |
Introduce the Rage button to users
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Reviewed By: passy Differential Revision: D40553286 fbshipit-source-id: 5007e2df9979ed7897af380cd7595173e634fb5a |
||
|
|
14bdc87b11 |
Remove Flipper logs export menu
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# We have a universal export now. Why would we ask for logs only? Reviewed By: passy Differential Revision: D40553127 fbshipit-source-id: 674482e39746e789d70bf800daa5f021d83bb093 |
||
|
|
2289d6c0e2 |
Create a partial universal export in case of errors
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Attach what we can to the universal export file if any of the steps time out CHANGELOG: Add a universal debug export button Reviewed By: passy Differential Revision: D40552235 fbshipit-source-id: 775afccacf053fbcf764d1f39e93a89ad20dee0a |
||
|
|
e886427003 |
Make device debug info fetching fault tolerant
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Some files on the devices could be unavailable due to lack of permissions (hello SELinux and enterprise builds of iOS apps). Instead of failing the export, we should fetch what we can. Reviewed By: passy Differential Revision: D40551931 fbshipit-source-id: 698e157b1283b9e959909b6439cd09d2dc8dc8d6 |
||
|
|
80f947212b |
Add a modal with status updates for the universal export
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Exporting all files form a device and export Flipper's own state could take a long time. We need to keep our users updated on the status. Reviewed By: passy Differential Revision: D40551661 fbshipit-source-id: d5c94fb99d4bc8b4495ce463915b77c475548f01 |
||
|
|
96aa0ac02b |
Automatically export all plugins as a part of a universal export
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Reviewed By: passy Differential Revision: D40550440 fbshipit-source-id: 2f88c84124c35524d020fd2bcd8487dc2c64d8f3 |
||
|
|
6af6652ab2 |
Export data for the universal export as a single zip archive
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# It is better UX not to prompt a user multiple times to save various pieces of the debug export Reviewed By: passy Differential Revision: D40550084 fbshipit-source-id: 51ea3acee7daf5074682219020e1e1eed2182b7d |
||
|
|
821bf2b5b7 |
Get files from Flipper folder for every app on an iOS device
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Fetch list of files in the `/sonar` folder on iOS devices and fetch all the files Reviewed By: passy Differential Revision: D40548410 fbshipit-source-id: d38cbbb1e3b5579c13f30777233e3caf7b8c9b34 |
||
|
|
3c8ebf105a |
Get files from Flipper folder for every app on an Android device
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# We'll make the fetching more resilient to errors in subsequent diffs Reviewed By: passy Differential Revision: D40512932 fbshipit-source-id: df3d2b14c033ec4434b2bf408f05734d71dee092 |
||
|
|
480a3d26f0 |
List contents of Flipper folder on Android
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# In later diffs, we'll start fetching the actual files as well. The list of available files itself might be useful already to see what we have in our folder on the device Reviewed By: passy Differential Revision: D40508960 fbshipit-source-id: 96193fef3fed64d509cd3397513ae3e94438ae22 |
||
|
|
2db9bccf75 |
Export client logs for the active client as a part of the universal export
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Introduce a command rto fetch debug data from the devices Reviewed By: passy Differential Revision: D40470838 fbshipit-source-id: 40a7ec66b1266ceff1b31b5b4f19b93765b78615 |
||
|
|
ef0d9fb77e |
Export Flipper state as a part of the universal export
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Create Flipper export as a part on the universal export Reviewed By: passy Differential Revision: D40468242 fbshipit-source-id: b1b8e4df3b630c6163bb383482123c12dfc6e118 |
||
|
|
0e5af8095f |
Stash and export debug logs
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Stash all logs including debug ones for the export Reviewed By: lblasa Differential Revision: D40467905 fbshipit-source-id: 963ce8e92d2131220640a63f5e9c38f4317af061 |
||
|
|
be72375d18 |
Add "Rage" button
Summary: Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit# Add a button to export all possible debug data at once. IN subsequent diffs, I'll add more extensive data collection. Reviewed By: antonk52 Differential Revision: D40467606 fbshipit-source-id: 6a4225945b1feb6c1a8073b5209a62ba0beb6148 |
||
|
|
edb7de7311 |
Fix style naming for bounds and spacebox inspectors
Summary: ^ Reviewed By: passy Differential Revision: D40632902 fbshipit-source-id: ae4cc57b3b64cac0cbeffc20c3189e3a01e13949 |
||
|
|
38109eccff |
Active children and fragments bug
Summary: Getting the active child was only ever returning the actual active View. This is correct. However, if the View is backed by a Fragment, then the child is reported as Fragment instead of the actual View. This was an issue as effectively, the reported children (fragments) were never going to match the active child (view). Additionally in this change, report back the name of the node even if not active. Reviewed By: LukeDefeo Differential Revision: D40632526 fbshipit-source-id: 3560b193b370f19ceabe66980fe23f55ec887274 |
||
|
|
bb3b1cecef |
Simple antd types for each inspectable type
Summary: Replace draft inspectors with read-only components. This is a first step into having a richer UI. At the moment, these are read-only components but will likely be extended in the future as to allow editing of values. Reviewed By: LukeDefeo Differential Revision: D40345016 fbshipit-source-id: a6aef5861474b4aa8353c00ef257ab17b4cff00e |
||
|
|
9721993576 |
Displayable name for attributes utility function
Summary: Utility function that transforms lower camel case attribute names to a more readable name. e.g. sizeToFit -> Size To Fit Reviewed By: antonk52 Differential Revision: D40344715 fbshipit-source-id: f0745b892a78cc262133197a4d4b7624a7e2141d |
||
|
|
1ee89d0e64 |
Add enum and boolean inspectables
Summary: Add types to support enum and boolean inspectables Reviewed By: aigoncharov Differential Revision: D40344566 fbshipit-source-id: c1f719e634a4096e5dd63d3b96c6d64c9684c62b |
||
|
|
c46ddf7912 |
Foundations for inspector
Summary: ^ This laids the foundation for the inspector. It just reorganises a few bits. Reviewed By: LukeDefeo Differential Revision: D40319611 fbshipit-source-id: 8cf9b151c631faa1f26a7a6dfaa86b01abc42fe5 |
||
|
|
3129250a12 |
Fix CircleCI maven snapshot build (#4257)
Summary:
It somehow broke with
|
||
|
|
a520c422eb |
Improve waiting for new client for deeplinks
Summary: There were some situations were we would hang waiting for new clients but one had connected. Additionally the old approach would close and reopen the dialog every time a state update happened in the redux store which was a little jarring. Now the polling of the update is independant the dialog The dialog still flashes for other parts of the flow (when scanning for devices) and would be nice to fix this too in the future Reviewed By: mweststrate Differential Revision: D40477502 fbshipit-source-id: d1ff161f262493cf5b3fb74e22b49ed65de8c292 |
||
|
|
c6dbfc87a4 |
Wait for client to initliaze on startup deep link
Summary: We were incorrectly assuming a client did not support a plugin because it was not fully initialized. This issue was only apparant on start deep links Reviewed By: mweststrate Differential Revision: D40477503 fbshipit-source-id: 5fd9db765f559b8eb80cc3680ee694dfd2cf9a37 |
||
|
|
2bde26391d |
Automated: Update Podfile.lock (#4238)
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/4238 Reviewed By: aigoncharov Differential Revision: D40636695 Pulled By: nikoant fbshipit-source-id: fda37eba37dd286affe977d7a9046945c8aaaab8 |
||
|
|
29938d0c69 |
Attempt to su when run-as gets permissions denied
Summary: pull/push might fail when run-as fails on insufficient permissions. When this happens, try to perform the command as root. Reviewed By: aigoncharov Differential Revision: D40623363 fbshipit-source-id: a4cc71d70f83ce1a390b14c9af9d3a3fa09f1307 |
||
|
|
c38fc9c0e4 |
update docusaurus-plugin-internaldocs-fb
Reviewed By: lblasa Differential Revision: D40550389 fbshipit-source-id: bab1ac0d627cc2384a3918cde7667441edf4c614 |
||
|
|
629bbe6c5a |
Highlight text in table row details
Summary: Add prop for highlight color in DataInspector Differential Revision: D40464529 fbshipit-source-id: 7113592c192b12504c0691d95663208181c1ad8c |
||
|
|
d28aab50d7 |
Calculate talkback role based on supported paging actions
Summary: Google Talkback identifies nodes with supported actions up, down, left and right to be of the role Pager. Reference here: https://github.com/google/talkback/blob/master/utils/src/main/java/com/google/android/accessibility/utils/Role.java#L376-L385 This diff give us the ability to correctly calculate those roles when we come across them in flipper Reviewed By: blavalla Differential Revision: D40449485 fbshipit-source-id: 5a9dfe3f807b7fce8043eaab2695d864f93a1392 |
||
|
|
c1ec891fd0 |
Upgrade React DevTools deps to 4.26.1
Summary: Changelog: [General][Changed] - Upgraded react-devtools-core dependency to 4.26.1 Reviewed By: lunaruan Differential Revision: D40394563 fbshipit-source-id: 70a841c7478d8944dc8a57dd7711953d6bd7958a |
||
|
|
77103322fc |
Bump react-native-flipper from 0.159.0 to 0.171.1 in /react-native/ReactNativeFlipperExample (#4236)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.159.0 to 0.171.1. <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.171.1</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.171.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.170.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.169.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.168.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.167.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.166.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.165.1</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.165.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.164.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.163.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.162.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.161.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></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
10d71a321c |
Automated: Update Podfile.lock (#4235)
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/4235 Reviewed By: antonk52 Differential Revision: D40471242 Pulled By: aigoncharov fbshipit-source-id: c8028f0b4be05ff5b9156443c52a86def4d1e179 |
||
|
|
8a11853d84 |
Bump eslint-plugin-react from 7.31.8 to 7.31.9 in /js/js-flipper (#4201)
Summary: Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.8 to 7.31.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.31.9</h2> <h3>Fixed</h3> <ul> <li>[<code>no-unknown-property</code>]: add <code>dialog</code> attributes (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-arrow-function-lifecycle</code>]: when converting from an arrow, remove the semi and wrapping parens (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-key</code>]: Ignore elements inside <code>React.Children.toArray()</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>[] <a href="https://github.com/silvenon"><code>@silvenon</code></a>)</li> <li>[<code>jsx-no-constructed-context-values</code>]: fix false positive for usage in non-components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[<code>static-property-placement</code>]: warn on nonstatic expected-statics (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unknown-property</code>]: properly tag-restrict case-insensitive attributes (<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unknown-property</code>]: allow <code>webkitDirectory</code> on <code>input</code>, case-insensitive (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>no-unknown-property</code>]: fix typo in link (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>[] <a href="https://github.com/denkristoffer"><code>@denkristoffer</code></a>)</li> <li>[Perf] component detection: improve performance by optimizing getId (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[Docs] [<code>no-unstable-nested-components</code>]: Warn about memoized, nested components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>[] <a href="https://github.com/eps1lon"><code>@eps1lon</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1000">https://github.com/facebook/flipper/issues/1000</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">https://github.com/facebook/flipper/issues/1002</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1005">https://github.com/facebook/flipper/issues/1005</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">https://github.com/facebook/flipper/issues/100</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1010">https://github.com/facebook/flipper/issues/1010</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1013">https://github.com/facebook/flipper/issues/1013</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">https://github.com/facebook/flipper/issues/1022</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">https://github.com/facebook/flipper/issues/1029</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">https://github.com/facebook/flipper/issues/102</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">https://github.com/facebook/flipper/issues/1034</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1038">https://github.com/facebook/flipper/issues/1038</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1041">https://github.com/facebook/flipper/issues/1041</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">https://github.com/facebook/flipper/issues/1043</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">https://github.com/facebook/flipper/issues/1046</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">https://github.com/facebook/flipper/issues/1047</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1050">https://github.com/facebook/flipper/issues/1050</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">https://github.com/facebook/flipper/issues/1053</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">https://github.com/facebook/flipper/issues/1057</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">https://github.com/facebook/flipper/issues/105</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">https://github.com/facebook/flipper/issues/1061</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1062">https://github.com/facebook/flipper/issues/1062</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1070">https://github.com/facebook/flipper/issues/1070</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1071">https://github.com/facebook/flipper/issues/1071</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">https://github.com/facebook/flipper/issues/1073</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">https://github.com/facebook/flipper/issues/1076</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">https://github.com/facebook/flipper/issues/1079</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">https://github.com/facebook/flipper/issues/1088</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1098">https://github.com/facebook/flipper/issues/1098</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1098">jsx-eslint/eslint-plugin-react#1098</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">https://github.com/facebook/flipper/issues/1101</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">jsx-eslint/eslint-plugin-react#1101</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1103">https://github.com/facebook/flipper/issues/1103</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1103">jsx-eslint/eslint-plugin-react#1103</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">https://github.com/facebook/flipper/issues/110</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">jsx-eslint/eslint-plugin-react#110</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">https://github.com/facebook/flipper/issues/1116</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">jsx-eslint/eslint-plugin-react#1116</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">https://github.com/facebook/flipper/issues/1117</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">jsx-eslint/eslint-plugin-react#1117</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1119">https://github.com/facebook/flipper/issues/1119</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1119">jsx-eslint/eslint-plugin-react#1119</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9">7.31.9</a> - 2022.10.09</h2> <h3>Fixed</h3> <ul> <li>[<code>no-unknown-property</code>]: add <code>dialog</code> attributes (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-arrow-function-lifecycle</code>]: when converting from an arrow, remove the semi and wrapping parens (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-key</code>]: Ignore elements inside <code>React.Children.toArray()</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>[] <a href="https://github.com/silvenon"><code>@silvenon</code></a>)</li> <li>[<code>jsx-no-constructed-context-values</code>]: fix false positive for usage in non-components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[<code>static-property-placement</code>]: warn on nonstatic expected-statics (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unknown-property</code>]: properly tag-restrict case-insensitive attributes (<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unknown-property</code>]: allow <code>webkitDirectory</code> on <code>input</code>, case-insensitive (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>no-unknown-property</code>]: fix typo in link (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>[] <a href="https://github.com/denkristoffer"><code>@denkristoffer</code></a>)</li> <li>[Perf] component detection: improve performance by optimizing getId (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[Docs] [<code>no-unstable-nested-components</code>]: Warn about memoized, nested components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>[] <a href="https://github.com/eps1lon"><code>@eps1lon</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">jsx-eslint/eslint-plugin-react#3454</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3451">jsx-eslint/eslint-plugin-react#3451</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3448">jsx-eslint/eslint-plugin-react#3448</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3445">jsx-eslint/eslint-plugin-react#3445</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3444">jsx-eslint/eslint-plugin-react#3444</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">jsx-eslint/eslint-plugin-react#3436</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">jsx-eslint/eslint-plugin-react#3337</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">jsx-eslint/eslint-plugin-react#2581</a> <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1591">jsx-eslint/eslint-plugin-react#1591</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8fe67ddd7f |
Bump react-native from 0.68.2 to 0.68.4 in /react-native/react-native-flipper #@allow-large-files (#4206)
Summary: allow-large-files Bumps [react-native](https://github.com/facebook/react-native) from 0.68.2 to 0.68.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>0.68.4</h2> <h3>Changed</h3> <ul> <li>Bump version of <code>promise</code> from 8.0.3 to 8.2.0, enabling <code>Promise.allSettled</code> (<a href=" |
||
|
|
0572808f1a |
Add additional inspectables
Summary: This change adds support for more inspectables and also introduces more complex types to be used as a value. This become specially useful for more complex yet primitive types like coordinate, size, bounds, etc. Reviewed By: LukeDefeo Differential Revision: D40307885 fbshipit-source-id: 125e832f06d6b31f56eb5405182d1c0d61388930 |
||
|
|
f7a624a143 |
Flipper Snapshot Bump: v0.171.2-SNAPSHOT
Summary: Releasing snapshot version 0.171.2-SNAPSHOT Reviewed By: aigoncharov Differential Revision: D40466531 fbshipit-source-id: 5f6ac5ad451fcbc003e2e278b155c904d95500e6 |
||
|
|
6d6ad3cb80 |
Flipper Release: v0.171.1
Summary: Releasing version 0.171.1 Reviewed By: aigoncharov Differential Revision: D40466532 fbshipit-source-id: 2fecb1810df67b450430957801dfd10ffe114c31 |
||
|
|
85c4178c22 |
antd update
Summary: ^ allow-large-files Reviewed By: mweststrate Differential Revision: D40319006 fbshipit-source-id: 79fc39dfb967d780b947a5ef302abdd0be9b5ee6 |
||
|
|
5089f0319f |
Hide overflow
Summary: ^ Reviewed By: mweststrate Differential Revision: D40316441 fbshipit-source-id: 235d0d3260743e3cdd85921aa27d20eef8217cae |
||
|
|
47bc32974b |
Update action in release workflow (#4220)
Summary: The release workflow is using a version of the github release action that is broken, due to ghr now being dynamically linked and not compatible with Alpine Linux's minimal version of libc. The fix is to use the version of the action which installs gcompat so that ghr can run on the docker image. ## Changelog Update release workflow to use version of action compatible with latest version of ghr. Pull Request resolved: https://github.com/facebook/flipper/pull/4220 Test Plan: N/A Reviewed By: nikoant Differential Revision: D40443738 Pulled By: aigoncharov fbshipit-source-id: 7765420fbe034aa80ce07c698ff83773c81ed52f |
||
|
|
92cbd8e0aa |
Flipper Snapshot Bump: v0.171.1-SNAPSHOT
Summary: Releasing snapshot version 0.171.1-SNAPSHOT Reviewed By: aigoncharov Differential Revision: D40436299 fbshipit-source-id: bda0559fdd4e46a37a532a8bf204c54da87ba70f |
||
|
|
71d0bbb90a |
Flipper Release: v0.171.0
Summary: Releasing version 0.171.0 Reviewed By: aigoncharov Differential Revision: D40436300 fbshipit-source-id: 700b21b8025f32a6d81d19aa64ab0fb38e31d3c2 |
||
|
|
f94cdd1593 |
Bump eslint from 8.24.0 to 8.25.0 in /js/js-flipper (#4200)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.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.25.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
5c6cfb54d6 |
Bump sinon from 14.0.0 to 14.0.1 in /js/js-flipper (#4198)
Summary: Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p> <blockquote> <h2>14.0.1</h2> <ul> <li><a href=" |
||
|
|
606bf1279f |
Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 in /js/js-flipper (#4197)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.39.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v5.39.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href=" |
||
|
|
376e6b963c |
Bump serde from 1.0.143 to 1.0.145 in /packer (#4140)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.145. <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.145</h2> <ul> <li>Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is <code>Sized</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2282">https://github.com/facebook/flipper/issues/2282</a>, thanks <a href="https://github.com/ChayimFriedman2"><code>@ChayimFriedman2</code></a>)</li> </ul> <h2>v1.0.144</h2> <ul> <li>Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2263">https://github.com/facebook/flipper/issues/2263</a>, thanks <a href="https://github.com/taiki-e"><code>@taiki-e</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0b72309733 |
Bump metro-config from 0.72.3 to 0.73.1 in /react-native/react-native-flipper (#4193)
Summary: Bumps [metro-config](https://github.com/facebook/metro) from 0.72.3 to 0.73.1. <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.73.1</h2> <ul> <li><strong>[Fix]</strong>: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental][Fix]</strong>: Normalize file paths for <code>require.context</code> on Windows (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/876">facebook/metro#876</a> by <a href="https://github.com/byCedric"><code>@byCedric</code></a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.73.0...v0.73.1">https://github.com/facebook/metro/compare/v0.73.0...v0.73.1</a></p> <h2>Release v0.73.0</h2> <ul> <li><strong>[Breaking]</strong> Switch default minifier from <code>uglify-es</code> to <code>terser</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/871">https://github.com/facebook/flipper/issues/871</a>)</li> <li><strong>[Breaking]</strong>: Increase minimum supported Node.js version to ^14.17.0. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/872">https://github.com/facebook/flipper/issues/872</a>)</li> <li><strong>[Breaking]</strong>: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)</li> <li><strong>[Feature]</strong>: Support <code>fsevents</code> watcher on Apple Silicon. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/875">https://github.com/facebook/flipper/issues/875</a>)</li> <li><strong>[Feature]</strong>: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)</li> <li><strong>[Fix]</strong>: Log warning on unexpected error during <code>metro-file-map</code> cache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)</li> <li><strong>[Fix]</strong>: Remove exponentiation operator transform from <code>metro-react-native-babel-preset</code>. (c2365bb1d72a3773b31c05feab13a96afac484df)</li> <li><strong>[Fix]</strong>: Don’t check <code>watchman --version</code> if <code>useWatchman</code> is false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.72.3...v0.73.0">https://github.com/facebook/metro/compare/v0.72.3...v0.73.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
364709a0f5 |
Bump sha2 from 0.10.2 to 0.10.6 in /packer (#4107)
Summary: Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.6. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fd49025350 |
Bump serde_yaml from 0.9.9 to 0.9.13 in /packer (#4108)
Summary: Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.13. <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.13</h2> <ul> <li>Recognize <code>True</code>, <code>TRUE</code>, <code>False</code>, <code>FALSE</code> as booleans, <code>Null</code>, <code>NULL</code> as null (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/330">https://github.com/facebook/flipper/issues/330</a>)</li> </ul> <h2>0.9.12</h2> <ul> <li> <p>Support deserializing tagged literal scalar into primitive (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/327">https://github.com/facebook/flipper/issues/327</a>)</p> <pre lang="yaml"><code>"foo": !!int |- 7200 </code></pre> </li> </ul> <h2>0.9.11</h2> <ul> <li>Serialize strings on a single line when they do not already contain a newline character, regardless of string length (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/321">https://github.com/facebook/flipper/issues/321</a>, <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/322">https://github.com/facebook/flipper/issues/322</a>)</li> </ul> <h2>0.9.10</h2> <ul> <li>Make <code>Display</code> for <code>Number</code> produce the same representation as serializing (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/316">https://github.com/facebook/flipper/issues/316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |