a474a0c2f2b0afb25dba838e7d2f077b10a7c5e5
6549 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
a474a0c2f2 |
Fallback to RSockets if cert exchange fails
Summary: Changelog: Fallback to RSockets if cert exchange fails even if the connection was successful. Currently, we fallback to RSockets only if the connected is rejected. It turns out that WS server does not reject connection from our RSocket client. Instead, it rejects the messages. As result, requestSignedCertFromFlipper fails, but it never triggers the change of protocol. With this diff we start evaluating if we need to change our protocol for every socket error. Reviewed By: lblasa Differential Revision: D33890235 fbshipit-source-id: f79b5c6992f01f8a93e0793e180a5cbd4a105619 |
||
|
|
ccae37aa71 |
Extract idb device querying to IOSBridge
Summary: Again this is just a code move for now. However, we now have a common method between simctl and idb cases. This means that the next diff can call an `IOSBridge` with polymorpism taking over. This is still delegated out, but there's an argument to be made to move `iosUtil` functionality back so that this all lives in the same place. Reviewed By: passy Differential Revision: D33843093 fbshipit-source-id: 5cd884140817df851cccf63e5780582b16d4231c |
||
|
|
aeb0b5f317 |
Extract getSimulators to IOSBridge
Summary: Extracts `getSimulator` interrnals to `SimctlBridge`. This allows this functionality to be used independently of things like the the flipper server. For now this just moves the functionality, but future diffs will build on top of this. Reviewed By: passy Differential Revision: D33842986 fbshipit-source-id: bae26a9bd5c21c9813f8a2b10c3b3e3efc1c5929 |
||
|
|
959a2a77d7 |
Extract launchSimulator to IOSBridge
Summary: This is related to `simctl` functionality, so can be extracted there. This will aid in future changes whereby we can hide `getDeviceSetPath` in the IOSBridge module Reviewed By: passy Differential Revision: D33842987 fbshipit-source-id: de292ce5afba3e7d79d8ba27c2b8852909d7e6f3 |
||
|
|
8316a00ef7 |
Bump react-native from 0.66.4 to 0.67.1 in /react-native/react-native-flipper (#3338)
Summary: Bumps [react-native](https://github.com/facebook/react-native) from 0.66.4 to 0.67.1. <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.67.1</h2> <p>A patch release including fixes to unblock Detox and Android JSC builds</p> <ul> <li>Remove alert's window when call to <code>hide</code>. (<a href=" |
||
|
|
48d43c7367 |
rename from ts to tsx in pkg and pkg-lib
Summary: mass rename files Reviewed By: passy Differential Revision: D33890034 fbshipit-source-id: 1c654a4f7f5b83eaa56a8c11df863003e8d7bed7 |
||
|
|
844728d9dc |
rename babel-transformer files from ts to tsx
Summary: group files rename Reviewed By: passy Differential Revision: D33889860 fbshipit-source-id: 888e173fc72b5e126c1e41324b6cae6be29274c5 |
||
|
|
69bac4a3d6 |
Rename second batch for '.ts' files to '.tsx' in plugin-lib dir
Summary: Rename first batch for '.ts' files to '.tsx' Reviewed By: passy Differential Revision: D33843245 fbshipit-source-id: 28fd161e258e4d20200620b083aea48f9e58ea64 |
||
|
|
75f874a5dd |
error for I prefixed interface names
Summary: {gif:kosnw403}
Reviewed By: mweststrate
Differential Revision: D33845782
fbshipit-source-id: 2b9bd70e3b2d930e8f4cd8fe7976ac76f43b2496
|
||
|
|
a0368a8bbf |
Bump react-native from 0.66.4 to 0.67.1 in /react-native/ReactNativeFlipperExample (#3341)
Summary: Bumps [react-native](https://github.com/facebook/react-native) from 0.66.4 to 0.67.1. <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.67.1</h2> <p>A patch release including fixes to unblock Detox and Android JSC builds</p> <ul> <li>Remove alert's window when call to <code>hide</code>. (<a href=" |
||
|
|
071bcaff96 |
Rename second batch for '.ts' files to '.tsx' in scripts dir
Summary: Rename first batch for '.ts' files to '.tsx' Reviewed By: passy Differential Revision: D33843246 fbshipit-source-id: eb8080db8cc3ef07820339bf8deafa208432de7c |
||
|
|
1aff8466b1 |
let linter handle type naming conventions
Summary: {gif:kosnw403}
Reviewed By: passy
Differential Revision: D33846715
fbshipit-source-id: 5de4bb0cf88f24f5a26acedb82a0816417fb0787
|
||
|
|
c28c454373 |
Flipper Snapshot Bump: v0.131.2-SNAPSHOT
Summary: Releasing snapshot version 0.131.2-SNAPSHOT Reviewed By: cekkaewnumchai Differential Revision: D33871322 fbshipit-source-id: 7d823d0ef58cd5eb3c7538181f4cf916796418bb |
||
|
|
65bb2a1bc1 |
Flipper Release: v0.131.1
Summary: Releasing version 0.131.1 Reviewed By: cekkaewnumchai Differential Revision: D33871323 fbshipit-source-id: f5f5b02ec9fdad303fe60673618b461ef3fa26f1 |
||
|
|
f3869bc575 |
Fix loading of google anaytics script
Summary:
Flipper docs were loading really slowly and I found in dev tools that was becuase of requests to scripts specified in docusaurus config which were not found because of relative urls used. This diff fixes that by specifying absolute URL for script loading.
{F696549860}
Reviewed By: jknoxville
Differential Revision: D33845659
fbshipit-source-id: 5079dba442f5fdf4b4f3b2a64146535b39ea72a4
|
||
|
|
b4fc108c2e |
Rename first batch for '.ts' files to '.tsx' in doctor, static and test-utils
Summary: Rename first batch for '.ts' files to '.tsx' Reviewed By: nikoant Differential Revision: D33843051 fbshipit-source-id: 68dd2dc6538afce2daaf24c6412dc5db8b38acbc |
||
|
|
6a28a712f9 |
Hopefully fix flipper-release npm publish step (#3366)
Summary: This is really stupid but the download creates a directory with the same name before putting the file in it. I think `v2` no longer does but hey, this is the devil we know. You can look at the actions further down to see that we reference all the other downloads by `filename/filename` as well, so this should do it. Pull Request resolved: https://github.com/facebook/flipper/pull/3366 Test Plan: Another release, I'm afraid. This is a step you cannot dry-run. Reviewed By: cekkaewnumchai, aigoncharov Differential Revision: D33842700 Pulled By: passy fbshipit-source-id: d6f7a4a711ec056ba16f13c72f2c550e9a632ac0 |
||
|
|
4c83fbb524 |
warn about ts file extension
Summary: remove statically analysable life from typescript guidelines and let eslint handle it Reviewed By: passy Differential Revision: D33819891 fbshipit-source-id: 3cc3cb512607c3651cd3a9e48228d83bab5bb64a |
||
|
|
e9da574720 |
Bump antd from 4.18.2 to 4.18.5 in /desktop (#3346)
Summary: Bumps [antd](https://github.com/ant-design/ant-design) from 4.18.2 to 4.18.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>4.18.5</h2> <ul> <li>Cascader <ul> <li>💄 Fix Cascader loading icon. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33799">#33799</a></li> <li>🐞 Fix Cascader not auto offset placement when popup is out of screen and fix active option out of screen not scroll. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33777">#33777</a></li> </ul> </li> <li>💄 Fix Tag style in dark theme. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33751">#33751</a></li> <li>💄 Fix disabled Checkbox inside Tooltip dom structure. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33772">#33772</a> <a href="https://github.com/boomler"><code>@boomler</code></a></li> <li>⚡️ Fix invalid hook dependency array in Row and Layout.Sider components. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33804">#33804</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 Fix Card <code>ref</code> not working. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33784">#33784</a> <a href="https://github.com/LongHaoo"><code>@LongHaoo</code></a></li> <li>🐞 Fix a Checkbox problem that <code>onChange</code> could not correctly pass in the modified value when dynamically modifying <code>value</code> property. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33753">#33753</a></li> </ul> <hr /> <ul> <li>Cascader <ul> <li>🐞 修复 Cascader 弹层超出屏幕时不会自动偏移以及激活选项不会自动滚动到正确位置的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33777">#33777</a></li> <li>💄 修复 Cascader 加载中图标。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33799">#33799</a></li> </ul> </li> <li>💄 修复 Tag 在暗黑主题下的样式。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33751">#33751</a></li> <li>💄 修复 Tooltip 的子元素含有禁用态的 CheckBox 时可能引起的行为和样式异常。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33772">#33772</a> <a href="https://github.com/boomler"><code>@boomler</code></a></li> <li>⚡️ 优化 Row 和 Layout.Sider 的 hooks 依赖数组。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33804">#33804</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 修复 Card <code>ref</code> 不生效的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33784">#33784</a> <a href="https://github.com/LongHaoo"><code>@LongHaoo</code></a></li> <li>🐞 修复动态修改 Checkbox 的 <code>value</code> 时 <code>onChange</code> 不能正确传入修改后的值的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33753">#33753</a></li> </ul> <h2>4.18.4</h2> <ul> <li>Typography <ul> <li>⚡️ Optimize Typography to use native css ellipsis when <code>tooltip</code> is configured. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33669">#33669</a></li> <li>🐞 Refactor Typography <code>ellipsis</code> logic to fix error when <code>children</code> use Context content. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33725">#33725</a></li> </ul> </li> <li>Icon <ul> <li>🐞 Fix <code><Icon component={HomeOutlined} /></code> and <code><HomeOutlined /></code> not aligned. (<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33709">ant-design/ant-design#33709</a>)</li> <li>🐞 Fix <code><Icon component={SyncOutlined} spin /></code> shake. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33726">#33726</a> <a href="https://github.com/JX-Zhuang"><code>@JX-Zhuang</code></a></li> </ul> </li> <li>Input <ul> <li>🐞 Fix the display effect for Input related components with <code>hidden</code>. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33735">#33735</a> <a href="https://github.com/fanerge"><code>@fanerge</code></a> <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33706">#33706</a> <a href="https://github.com/hydraZty"><code>@hydraZty</code></a></li> <li>🐞 Fix the warning in console for Input with <code>showCount</code>. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33686">#33686</a> <a href="https://github.com/whwangms"><code>@whwangms</code></a></li> </ul> </li> <li>⚡️ Fix ConfigProvider and Anchor rerender unexpectedly. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33723">#33723</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 Fix the duplicate keys warning in console for Cascader. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33649">#33649</a> <a href="https://github.com/dimbslmh"><code>@dimbslmh</code></a></li> <li>🐞 Checkbox.Group support number and boolean as options element. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33678">#33678</a></li> <li>🐞 Fix Form <code>validateMessages</code> bug in multiple ConfigProvider. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33705">#33705</a></li> <li>🐞 Fix Steps the tail part would be hidden when type is navigation and labelPlacement is vertical. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33716">#33716</a> <a href="https://github.com/toSayNothing"><code>@toSayNothing</code></a></li> <li>🐞 Fix Image has bottom blank style. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33631">#33631</a> <a href="https://github.com/fanerge"><code>@fanerge</code></a></li> <li>🐞 Fix TreeSelect with keyboard operation missing highlight issue. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33755">#33755</a></li> <li>🇰🇭 Fix some translations for Khmer (km_KH). <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33738">#33738</a> <a href="https://github.com/vireakkeosokvibol"><code>@vireakkeosokvibol</code></a></li> </ul> <hr /> <ul> <li>Typography <ul> <li>⚡️ 优化 Typography 在配置 <code>tooltip</code> 时优先使用原生省略样式以提升性能。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33669">#33669</a></li> <li>🐞 重构 Typography <code>ellipsis</code> 逻辑以修复 <code>children</code> 如果消费上游 Context 会报错的问题。 <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33725">#33725</a></li> </ul> </li> <li>Icon <ul> <li>🐞 修复 <code><Icon component={HomeOutlined} /></code> 和 <code><HomeOutlined /></code> 不对齐的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33709">#33709</a></li> <li>🐞 修复 <code><Icon component={SyncOutlined} spin /></code> 抖动的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33726">#33726</a> <a href="https://github.com/JX-Zhuang"><code>@JX-Zhuang</code></a></li> </ul> </li> <li>Input <ul> <li>🐞 修复 Input 相关组件设置 <code>hidden</code> 时的展示问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33735">#33735</a> <a href="https://github.com/fanerge"><code>@fanerge</code></a>,<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33706">#33706</a> <a href="https://github.com/hydraZty"><code>@hydraZty</code></a></li> <li>🐞 修复 Input 传入 <code>showCount</code> 时控制台 warning 问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33686">#33686</a> <a href="https://github.com/whwangms"><code>@whwangms</code></a></li> </ul> </li> <li>⚡️ 修复 ConfigProvider 和 Anchor 的渲染函数多次运行的问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33723">#33723</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 修复 Cascader 组件中出现重复 key 的控制台 warning 问题。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33649">#33649</a> <a href="https://github.com/dimbslmh"><code>@dimbslmh</code></a></li> <li>🐞 Checkbox.Group 的 <code>options</code> 支持数组中直接传入 number 和 boolean 类型。<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33678">#33678</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>4.18.5</h2> <p><code>2022-01-24</code></p> <ul> <li>Cascader <ul> <li>💄 Fix Cascader loading icon. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33799">#33799</a></li> <li>🐞 Fix Cascader not auto offset placement when popup is out of screen and fix active option out of screen not scroll. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33777">#33777</a></li> </ul> </li> <li>💄 Fix Tag style in dark theme. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33751">#33751</a></li> <li>💄 Fix disabled Checkbox inside Tooltip dom structure. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33772">#33772</a> <a href="https://github.com/boomler"><code>@boomler</code></a></li> <li>⚡️ Fix invalid hook dependency array in Row and Layout.Sider components. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33804">#33804</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 Fix Card <code>ref</code> not working. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33784">#33784</a> <a href="https://github.com/LongHaoo"><code>@LongHaoo</code></a></li> <li>🐞 Fix a Checkbox problem that <code>onChange</code> could not correctly pass in the modified value when dynamically modifying <code>value</code> property. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33753">#33753</a></li> </ul> <h2>4.18.4</h2> <p><code>2022-01-18</code></p> <ul> <li>Typography <ul> <li>⚡️ Optimize Typography to use native css ellipsis when <code>tooltip</code> is configured. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33669">#33669</a></li> <li>🐞 Refactor Typography <code>ellipsis</code> logic to fix error when <code>children</code> use Context content. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33725">#33725</a></li> </ul> </li> <li>Icon <ul> <li>🐞 Fix <code><Icon component={HomeOutlined} /></code> and <code><HomeOutlined /></code> not aligned. (<a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33709">ant-design/ant-design#33709</a>)</li> <li>🐞 Fix <code><Icon component={SyncOutlined} spin /></code> shake. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33726">#33726</a> <a href="https://github.com/JX-Zhuang"><code>@JX-Zhuang</code></a></li> </ul> </li> <li>Input <ul> <li>🐞 Fix the display effect for Input related components with <code>hidden</code>. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33735">#33735</a> <a href="https://github.com/fanerge"><code>@fanerge</code></a> <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33706">#33706</a> <a href="https://github.com/hydraZty"><code>@hydraZty</code></a></li> <li>🐞 Fix the warning in console for Input with <code>showCount</code>. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33686">#33686</a> <a href="https://github.com/whwangms"><code>@whwangms</code></a></li> </ul> </li> <li>⚡️ Fix ConfigProvider and Anchor rerender unexpectedly. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33723">#33723</a> <a href="https://github.com/mrwd2009"><code>@mrwd2009</code></a></li> <li>🐞 Fix the duplicate keys warning in console for Cascader. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33649">#33649</a> <a href="https://github.com/dimbslmh"><code>@dimbslmh</code></a></li> <li>🐞 Checkbox.Group support number and boolean as options element. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33678">#33678</a></li> <li>🐞 Fix Form <code>validateMessages</code> bug in multiple ConfigProvider. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33705">#33705</a></li> <li>🐞 Fix Steps the tail part would be hidden when type is navigation and labelPlacement is vertical. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33716">#33716</a> <a href="https://github.com/toSayNothing"><code>@toSayNothing</code></a></li> <li>🐞 Fix Image has bottom blank style. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33631">#33631</a> <a href="https://github.com/fanerge"><code>@fanerge</code></a></li> <li>🐞 Fix TreeSelect with keyboard operation missing highlight issue. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33755">#33755</a></li> <li>🇰🇭 Fix some translations for Khmer (km_KH). <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33738">#33738</a> <a href="https://github.com/vireakkeosokvibol"><code>@vireakkeosokvibol</code></a></li> </ul> <h2>4.18.3</h2> <p><code>2022-01-10</code></p> <ul> <li>🆕 Menu support <code>home</code> and <code>end</code> keyboard navigate. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33642">#33642</a> <a href="https://github.com/dartamonov-vertex"><code>@dartamonov-vertex</code></a></li> <li>Table <ul> <li>⚡️ Improve Table perfermance significantly when mount and unmount. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33554">#33554</a></li> <li>🐞 Fix Table emptynode fixed display. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33610">#33610</a> <a href="https://github.com/hemengke1997"><code>@hemengke1997</code></a></li> <li>🐞 Fix Table tree data hover error. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33638">#33638</a> <a href="https://github.com/LongHaoo"><code>@LongHaoo</code></a></li> </ul> </li> <li>Form <ul> <li>🐞 Fix Form validateMessages is not correct in default locale. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33511">#33511</a></li> <li>🐞 Fix Form.Item help with empty string makes layout shaking. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33644">#33644</a></li> </ul> </li> <li>🐞 Fix Input.Textarea throws error on preact. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33536">#33536</a> <a href="https://github.com/developit"><code>@developit</code></a></li> <li>🐞 Fix PageHeader state update error after unmounted. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33546">#33546</a> <a href="https://github.com/wuifdesign"><code>@wuifdesign</code></a></li> <li>💄 Fix Select tag margin issue when using <code>tagRender</code>. <a href="https://github-redirect.dependabot.com/ant-design/ant-design/pull/33539">#33539</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2573462cec |
Use provided idb path in iOSBridge idb execs
Summary: We pass the `idbPath` to only the log listener function, when in reality it should be used by all of these functions that call out to idb. This could result in some bizzare inconsistencies where some idb functions to fail as they are not using the supplied path Reviewed By: passy Differential Revision: D33818298 fbshipit-source-id: f0fb7f26579c646a0d5265364d539dfded711c2e |
||
|
|
e2abe1c89a |
Separate concerns of reading screenshot into buffer & execing screenshot function
Summary: This allows us to change the way that the command is itself exec'd (for instance to change the idb exec'ing in D33818298) Reviewed By: passy Differential Revision: D33818822 fbshipit-source-id: c90b7e58c7476f5db08da0e74e9791230ff97f6f |
||
|
|
4f886448e0 |
Move simctl iOSBridge free-functions into class
Summary: Similar to D33818267, but for simctl. Brings logical ordering of methods as well as consistency Reviewed By: passy Differential Revision: D33818687 fbshipit-source-id: 3fbcea128d06c900b49b83ad583ec8a7a07cae2c |
||
|
|
1e5a070dbd |
Move idb iOSBridge free-functions into class
Summary: This isn't that important right now, but will help as the `IOSBridge` is expanded in the future. There's also an argument for logical ordering of functions within a container (a class!), but that's not the real motivation here. The existence of `bind` shows that this free function is effectively closing over this argument anyway. Reviewed By: passy, lblasa Differential Revision: D33818267 fbshipit-source-id: e7b83f013121cedbd31cb28746b69c1fa76a0803 |
||
|
|
9d17411073 |
Automated: Update Podfile.lock (#3364)
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/3364 Test Plan: Imported from GitHub, without a `Test Plan:` line. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33819893/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D33819893/V2/flipper/docs/getting-started/ios-native/)| Reviewed By: passy Differential Revision: D33819893 Pulled By: cekkaewnumchai fbshipit-source-id: c84f02c3df663649adb1b3eb6dacc0a6e67f6015 |
||
|
|
08c09e6c6e |
Bump socket.io-client from 4.4.0 to 4.4.1 in /desktop (#3347)
Summary: Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.4.0 to 4.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io-client/releases">socket.io-client's releases</a>.</em></p> <blockquote> <h2>4.4.1</h2> <p>This release only contains minor changes. Please see the diff for more details.</p> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io-client/compare/4.4.0...4.4.1">https://github.com/socketio/socket.io-client/compare/4.4.0...4.4.1</a></li> <li>Server release: <a href="https://github.com/socketio/socket.io/releases/tag/4.4.1">4.4.1</a></li> <li>engine.io-client version: <code>~6.1.1</code></li> <li>ws version: <code>~8.2.3</code></li> </ul> <p>Size of the bundles:</p> <table> <thead> <tr> <th></th> <th>min</th> <th>min+gzip</th> </tr> </thead> <tbody> <tr> <td>socket.io.min.js</td> <td>40.4 KB (-)</td> <td>13.1 KB (-)</td> </tr> <tr> <td>socket.io.msgpack.min.js</td> <td>45.6 KB (-)</td> <td>14.2 KB (-)</td> </tr> <tr> <td>socket.io.esm.min.js</td> <td>33.1 KB (-)</td> <td>11.3 KB (-)</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md">socket.io-client's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io-client/compare/4.4.0...4.4.1">4.4.1</a> (2022-01-06)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9415bff254 |
Bump react-virtual from 2.10.0 to 2.10.4 in /desktop (#3343)
Summary: Bumps [react-virtual](https://github.com/tannerlinsley/react-virtual) from 2.10.0 to 2.10.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tannerlinsley/react-virtual/releases">react-virtual's releases</a>.</em></p> <blockquote> <h2>v2.10.4</h2> <h2><a href="https://github.com/tannerlinsley/react-virtual/compare/v2.10.3...v2.10.4">2.10.4</a> (2022-01-21)</h2> <h3>Bug Fixes</h3> <ul> <li><code>totalSize</code> should be <code>paddingStart</code> + <code>paddingEnd</code> when size is 0 (<a href="https://github-redirect.dependabot.com/tannerlinsley/react-virtual/issues/238">https://github.com/facebook/flipper/issues/238</a>) (<a href=" |
||
|
|
1262ee05f1 |
Bump react-debounce-render from 7.0.0 to 7.0.1 in /desktop (#3351)
Summary: Bumps [react-debounce-render](https://github.com/podefr/react-debounce-render) from 7.0.0 to 7.0.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/podefr/react-debounce-render/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/3351 Reviewed By: mweststrate Differential Revision: D33741785 Pulled By: lblasa fbshipit-source-id: 4ceee9922dd80ec2ec47b9826fd8da09cd551122 |
||
|
|
f08bcb2a2c |
tweak dark mode theme colors, improve LeftRail UI (#3335)
Summary: Currently the design of `LeftRail` varies a bit between light and dark modes. Additionally washed background color is hard to differentiate from the main background color in comparison to the light theme (See `LeftRail` sidebars toggle buttons background for example). This lead to few contrast related issues, for example the hover effect on the WelcomeScreen elements is not visible in dark mode. The PR tweaks the dark mode theme colors and fixes the unnecessary background of Settings icon in dark mode. I have also spotted that icon `hover` effect is not working when icon has a badge (pure dot or count), I might have an idea how to fix this and I will push another PR for that. 🙂 ## Changelog * tweak dark mode theme colors, improve LeftRail UI Pull Request resolved: https://github.com/facebook/flipper/pull/3335 Test Plan: The change has been testes by running the desktop Flipper app locally from source. ## Preview (before & after) <img width="390" alt="Screenshot 2022-01-24 at 13 37 20" align="left" src="https://user-images.githubusercontent.com/719641/150784627-36e222a8-e53e-4409-ab72-783d4a594f8e.png"> <img width="390" alt="Screenshot 2022-01-24 at 13 46 08" src="https://user-images.githubusercontent.com/719641/150785438-bb496adf-83ab-4b1c-928d-07f4b0098f1a.png"> Reviewed By: antonk52 Differential Revision: D33741513 Pulled By: lblasa fbshipit-source-id: ef187db0725ac2b04c09b7f06823e713b50be88f |
||
|
|
31f3443dee |
Flipper Snapshot Bump: v0.131.1-SNAPSHOT
Summary: Releasing snapshot version 0.131.1-SNAPSHOT Reviewed By: cekkaewnumchai Differential Revision: D33814532 fbshipit-source-id: 968fb153308eda7c7bb520ac2cf4d46a02e3e735 |
||
|
|
1fee833de6 |
Flipper Release: v0.131.0
Summary: Releasing version 0.131.0 Reviewed By: cekkaewnumchai Differential Revision: D33814533 fbshipit-source-id: fde9830a063c99c5735cc66a0a2a614905c4335d |
||
|
|
be451e15d9 |
Use demandOption instead of explicit checks of args
Summary: `yargs` supports this Reviewed By: passy Differential Revision: D33812132 fbshipit-source-id: d7846222f140fc32035824fe035737ae9ae2780e |
||
|
|
85d1b060c7 |
Match on device serial as well as title
Summary: Device UDID/serial is necessary for matching uniquely. It's certainly possible to connect more than one of the same phone model, or have multiple iOS Sims with the same model and different OS versions. Reviewed By: nikoant Differential Revision: D33793569 fbshipit-source-id: aabd31a5b86c78a85aa867c6fa34d92f411fcb6e |
||
|
|
e0204486a5 |
Fix stale idbConfig and adb in CertificateProvider
Summary: CertificateProvider initializes too early, and set abd and idb to undefined, before adb and idb are initialized by android and ios manager. Reviewed By: lawrencelomax Differential Revision: D33792854 fbshipit-source-id: b6bba32dead7edf62e360b2e2563f2b67243b1b8 |
||
|
|
377e5963a9 |
Flipper Snapshot Bump: v0.130.1-SNAPSHOT
Summary: Releasing snapshot version 0.130.1-SNAPSHOT Reviewed By: cekkaewnumchai Differential Revision: D33788025 fbshipit-source-id: c7bab5d3611da4db5277a07bf1a3e7b43ae5df49 |
||
|
|
66478d3e11 |
Flipper Release: v0.130.0
Summary: Releasing version 0.130.0 Reviewed By: cekkaewnumchai Differential Revision: D33788026 fbshipit-source-id: bed50ad4001a40d899c673547dac16c8aef8aa1d |
||
|
|
903476bdad |
use centered prop for variable height modals (#3334)
Summary: Currently all of the modals are displayed using default positioning, which works fine for small modals and large app windows, but it cause small UI/UX issues (double scroll bars) when app window is quite small. Adding [`centered` prop](https://ant.design/components/modal/#API) for variable height modals improves this situation a bit, but it also changes a bit the modal position when using maximised window, but I think this is bearable looking at improvements gained when window size is reduced. ## Changelog * use `centered` prop for variable height modals to improve UI in small app window Pull Request resolved: https://github.com/facebook/flipper/pull/3334 Test Plan: The change has been testes by running the desktop Flipper app locally from source. ## Preview (before & after) #### Small App Window <img width="390" alt="Screenshot 2022-01-24 at 11 58 40" align="left" src="https://user-images.githubusercontent.com/719641/150771900-cb25d110-82c7-4ba9-8ee5-07a093c4f702.png"> <img width="390" alt="Screenshot 2022-01-24 at 11 58 37" src="https://user-images.githubusercontent.com/719641/150771911-c81592ac-1eba-4112-86ad-9549e6248239.png"> <img width="390" alt="Screenshot 2022-01-24 at 12 00 13" align="left" src="https://user-images.githubusercontent.com/719641/150772045-de37c432-4381-4207-8476-5f142dfb6fa5.png"> <img width="390" alt="Screenshot 2022-01-24 at 12 00 10" src="https://user-images.githubusercontent.com/719641/150772057-574cf6cd-6f1a-4ca2-a343-b8fd6342eddb.png"> #### Maximised App Window <img width="390" alt="Screenshot 2022-01-24 at 12 12 12" align="left" src="https://user-images.githubusercontent.com/719641/150772777-8ac3cb59-3b41-4dcb-9554-137e95857af8.png"> <img width="390" alt="Screenshot 2022-01-24 at 12 12 29" src="https://user-images.githubusercontent.com/719641/150772758-ca9f8c20-d6d0-412d-9067-7e756da0b56c.png"> Reviewed By: mweststrate Differential Revision: D33741484 Pulled By: lblasa fbshipit-source-id: 0c3ca883d051cf4fcce9f9c1b6688974b66fd0d8 |
||
|
|
da618fd3f3 |
Decouple CertificateProvider and adb/idb client intialization
Summary: Previously CertificateProvider initialized ADB and provided config to IDB. As result, AndroidDeviceManager and iOSDeviceManager indirectly depended on CertificateProvider. With this diff we: 1. Make idbConfig resemble adbClient. 2. Make AndroidDeviceManager and iOSDeviceManager initialize their own clients 3. Fix server crash when one of the clients couldn't be initialized. The reason for the crash is CertificateProvider.prototype.init which is no longer needed. Reviewed By: passy Differential Revision: D33711652 fbshipit-source-id: 055b5625ed993827b65396f4af5157808479242b |
||
|
|
1255621cba |
Bump serde from 1.0.133 to 1.0.135 in /packer (#3336)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.133 to 1.0.135. <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.134</h2> <ul> <li>Improve error messages on deserializing NonZero integers from a 0 value (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2158">https://github.com/facebook/flipper/issues/2158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c2f895d9c5 |
Bump @babel/core from 7.16.7 to 7.16.12 in /js/js-flipper (#3349)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.7 to 7.16.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.16.12 (2022-01-22)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.16.11 (2022-01-20)</h2> <p>This empty releases force-publishes a new version of <code>babel/plugin-proposal-private-methods</code> (which was not published in v7.16.10 because it didn't have any actual change) and of <code>babel/preset-env</code>.</p> <p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723">an incompatibility</a> between <code>babel/preset-env@7.16.10</code> and <code>babel/helper-create-class-features-plugin@7.16.7</code>, by making sure that <code>babel/preset-env</code> transitively depends on <code>babel/helper-create-class-features-plugin@^7.16.10</code>.</p> <h2>v7.16.10 (2022-01-19)</h2> <p>Thanks <a href="https://github.com/blankPen"><code>@blankPen</code></a> for your first PR!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-highlight</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>1o57 (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> <li>Francisco Ryan Tolmasky I (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li>magic-akari (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> <h2>v7.16.9 (2022-01-11)</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.16.12 (2022-01-22)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.16.10 (2022-01-19)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-highlight</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.16.9 (2022-01-11)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14136">#14136</a> Restore <code>babel/register</code> compat with <code>babel/core@7.5.x</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.16.8 (2022-01-10)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14113">#14113</a> Print trailing comma after a single TS generic in arrow fns (<a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14105">#14105</a> fix: forward stop signal to parent path (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14107">#14107</a> Don't mutate <code>babel/register</code> options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14097">#14097</a> Register binding for newly created vars for commonjs transforms (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14093">#14093</a> Fix TypeScript Enum self-references (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-generator</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
639df5c81a |
React DevTools 4.22.1 -> 4.23.0
Summary: Update `react-devtools-core` and `react-devtools` dependencies for RN, VSCode, Flipper, etc. `js1 upgrade react-devtools -v 4.23.0` # Changelog: [General][Changed] - Upgraded react-devtools-core dependency to 4.23.0 Reviewed By: lunaruan Differential Revision: D33752754 fbshipit-source-id: 81d123e058d5660b3b7c34823d15272b34d6c0b6 |
||
|
|
c1a05c0366 |
Bump node-fetch 2.6.7
Summary: ^ Reviewed By: nikoant Differential Revision: D33767745 fbshipit-source-id: c1ed481e140e88f7d7917e572430d14fcd5fa057 |
||
|
|
9ad96f3f26 |
Bump typescript from 4.5.4 to 4.5.5 in /js/js-flipper (#3348)
Summary: Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.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.5.5</h2> <p>This <a href="https://github.com/microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+4.5.5%22+is%3Aclosed">patch release</a> includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+">fixed issues query for Typescript 4.5.0 (Beta)</a>.</li> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+">fixed issues query for Typescript 4.5.1 (RC)</a>.</li> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+">fixed issues query for Typescript 4.5.2 (Stable)</a>.</li> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+">fixed issues query for Typescript 4.5.3 (Stable)</a>.</li> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.4%22+">fixed issues query for Typescript 4.5.4 (Stable)</a>.</li> <li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.5%22+">fixed issues query for Typescript 4.5.5 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6e54e6ad20 |
Bump mockito-core from 4.2.0 to 4.3.0 (#3342)
Summary: Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h4>4.3.0</h4> <ul> <li>2022-01-24 - <a href="https://github.com/mockito/mockito/compare/v4.2.0...v4.3.0">20 commit(s)</a> by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">https://github.com/facebook/flipper/issues/2489</a> : Fixed issue related to exceptions thrown from the nested spies [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2546">https://github.com/facebook/flipper/issues/2546</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2546">mockito/mockito#2546</a>)</li> <li>Issue 2544 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2545">https://github.com/facebook/flipper/issues/2545</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2545">mockito/mockito#2545</a>)</li> <li>Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2543">https://github.com/facebook/flipper/issues/2543</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2543">mockito/mockito#2543</a>)</li> <li>Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2542">https://github.com/facebook/flipper/issues/2542</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2542">mockito/mockito#2542</a>)</li> <li>Bump material from 1.4.0 to 1.5.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2541">https://github.com/facebook/flipper/issues/2541</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2541">mockito/mockito#2541</a>)</li> <li>Bump appcompat from 1.4.0 to 1.4.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2539">https://github.com/facebook/flipper/issues/2539</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2539">mockito/mockito#2539</a>)</li> <li>Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2536">https://github.com/facebook/flipper/issues/2536</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2536">mockito/mockito#2536</a>)</li> <li>Remove an <code>link</code> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2535">https://github.com/facebook/flipper/issues/2535</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2535">mockito/mockito#2535</a>)</li> <li>Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2534">https://github.com/facebook/flipper/issues/2534</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2534">mockito/mockito#2534</a>)</li> <li>Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2533">https://github.com/facebook/flipper/issues/2533</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2533">mockito/mockito#2533</a>)</li> <li>Bump assertj-core from 3.21.0 to 3.22.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2531">https://github.com/facebook/flipper/issues/2531</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2531">mockito/mockito#2531</a>)</li> <li>Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2529">https://github.com/facebook/flipper/issues/2529</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2529">mockito/mockito#2529</a>)</li> <li>Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2527">https://github.com/facebook/flipper/issues/2527</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2527">mockito/mockito#2527</a>)</li> <li>Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2526">https://github.com/facebook/flipper/issues/2526</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2526">mockito/mockito#2526</a>)</li> <li>Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2524">https://github.com/facebook/flipper/issues/2524</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2524">mockito/mockito#2524</a>)</li> <li>Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2520">https://github.com/facebook/flipper/issues/2520</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2520">mockito/mockito#2520</a>)</li> <li>Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2519">https://github.com/facebook/flipper/issues/2519</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2519">mockito/mockito#2519</a>)</li> <li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">https://github.com/facebook/flipper/issues/2510</a>: Remove ExpectedException from internal test suite [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2518">https://github.com/facebook/flipper/issues/2518</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2518">mockito/mockito#2518</a>)</li> <li>Fix JavaDoc warnings and enforce zero errors in Gradle [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2513">https://github.com/facebook/flipper/issues/2513</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2513">mockito/mockito#2513</a>)</li> <li>Remove <code>ExpectedException</code> from internal test suite [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">https://github.com/facebook/flipper/issues/2510</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2510">mockito/mockito#2510</a>)</li> <li>Incomplete stack trace returned from spy inside another spy [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">https://github.com/facebook/flipper/issues/2489</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2489">mockito/mockito#2489</a>)</li> <li>Introduce a BOM for Mockito's artifacts (closes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">https://github.com/facebook/flipper/issues/2321</a>) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2323">https://github.com/facebook/flipper/issues/2323</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2323">mockito/mockito#2323</a>)</li> <li>Provide a bill of materials (BOM) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">https://github.com/facebook/flipper/issues/2321</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2321">mockito/mockito#2321</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
10dd812df5 |
Bump @babel/core from 7.16.7 to 7.16.12 in /react-native/ReactNativeFlipperExample (#3339)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.7 to 7.16.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.16.12 (2022-01-22)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.16.11 (2022-01-20)</h2> <p>This empty releases force-publishes a new version of <code>babel/plugin-proposal-private-methods</code> (which was not published in v7.16.10 because it didn't have any actual change) and of <code>babel/preset-env</code>.</p> <p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723">an incompatibility</a> between <code>babel/preset-env@7.16.10</code> and <code>babel/helper-create-class-features-plugin@7.16.7</code>, by making sure that <code>babel/preset-env</code> transitively depends on <code>babel/helper-create-class-features-plugin@^7.16.10</code>.</p> <h2>v7.16.10 (2022-01-19)</h2> <p>Thanks <a href="https://github.com/blankPen"><code>@blankPen</code></a> for your first PR!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-highlight</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>1o57 (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> <li>Francisco Ryan Tolmasky I (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li>magic-akari (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> <h2>v7.16.9 (2022-01-11)</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.16.12 (2022-01-22)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.16.10 (2022-01-19)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-highlight</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen"><code>@blankPen</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky"><code>@tolmasky</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.16.9 (2022-01-11)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14136">#14136</a> Restore <code>babel/register</code> compat with <code>babel/core@7.5.x</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.16.8 (2022-01-10)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14113">#14113</a> Print trailing comma after a single TS generic in arrow fns (<a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14105">#14105</a> fix: forward stop signal to parent path (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14107">#14107</a> Don't mutate <code>babel/register</code> options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14097">#14097</a> Register binding for newly created vars for commonjs transforms (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14093">#14093</a> Fix TypeScript Enum self-references (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-generator</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
493915bc8d |
Bump dotenv from 8.2.0 to 14.2.0 in /desktop (#3344)
Summary: Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 14.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/motdotla/dotenv/compare/v14.1.1...v14.2.0">14.2.0</a> (2022-01-17)</h2> <h3>Added</h3> <ul> <li>Add <code>dotenv_config_override</code> cli option</li> <li>Add <code>DOTENV_CONFIG_OVERRIDE</code> command line env option</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v14.1.0...v14.1.1">14.1.1</a> (2022-01-17)</h2> <h3>Added</h3> <ul> <li>Add React gotcha to FAQ on README</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v14.0.1...v14.1.0">14.1.0</a> (2022-01-17)</h2> <h3>Added</h3> <ul> <li>Add <code>override</code> option 🎉 (<a href="https://github-redirect.dependabot.com/motdotla/dotenv/pull/595">https://github.com/facebook/flipper/issues/595</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-01-16)</h2> <h3>Added</h3> <ul> <li>Log error on failure to load <code>.env</code> file (<a href="https://github-redirect.dependabot.com/motdotla/dotenv/pull/594">https://github.com/facebook/flipper/issues/594</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v13.0.1...v14.0.0">14.0.0</a> (2022-01-16)</h2> <h3>Added</h3> <ul> <li><em>Breaking:</em> Support inline comments for the parser 🎉 (<a href="https://github-redirect.dependabot.com/motdotla/dotenv/pull/568">https://github.com/facebook/flipper/issues/568</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v13.0.0...v13.0.1">13.0.1</a> (2022-01-16)</h2> <h3>Changed</h3> <ul> <li>Hide comments and newlines from debug output (<a href="https://github-redirect.dependabot.com/motdotla/dotenv/pull/404">https://github.com/facebook/flipper/issues/404</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v12.0.4...v13.0.0">13.0.0</a> (2022-01-16)</h2> <h3>Added</h3> <ul> <li><em>Breaking:</em> Add type file for <code>config.js</code> (<a href="https://github-redirect.dependabot.com/motdotla/dotenv/pull/539">https://github.com/facebook/flipper/issues/539</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v12.0.3...v12.0.4">12.0.4</a> (2022-01-16)</h2> <h3>Changed</h3> <ul> <li>README updates</li> <li>Minor order adjustment to package json format</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3764b5aa2d |
Bump immer from 9.0.7 to 9.0.12 in /desktop (#3345)
Summary: Bumps [immer](https://github.com/immerjs/immer) from 9.0.7 to 9.0.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immerjs/immer/releases">immer's releases</a>.</em></p> <blockquote> <h2>v9.0.12</h2> <h2><a href="https://github.com/immerjs/immer/compare/v9.0.11...v9.0.12">9.0.12</a> (2022-01-11)</h2> <h3>Bug Fixes</h3> <ul> <li>produceWithPatches should not wrap result in Immutable, fixes <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/850">https://github.com/facebook/flipper/issues/850</a>, <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/881">https://github.com/facebook/flipper/issues/881</a> (<a href=" |
||
|
|
0d1520bbec |
Bump ws from 8.4.0 to 8.4.2 in /desktop (#3354)
Summary: Bumps [ws](https://github.com/websockets/ws) from 8.4.0 to 8.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>8.4.2</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a data framing issue introduced in version 8.4.1 (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2004">https://github.com/facebook/flipper/issues/2004</a>).</li> </ul> <h2>8.4.1</h2> <h1>Notable changes</h1> <ul> <li>To improve performance, strings sent via <code>websocket.ping()</code>, <code>websocket.pong()</code>, and <code>websocket.send()</code> are no longer converted to <code>Buffer</code>s if the data does not need to be masked (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2000">https://github.com/facebook/flipper/issues/2000</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f94a3c75a4 |
Upgrade shelljs
Summary: Upgrading to fix https://nvd.nist.gov/vuln/detail/CVE-2022-0144 Reviewed By: antonk52 Differential Revision: D33743443 fbshipit-source-id: fe55b64c068125536b22c8ef94ccd262733938cc |
||
|
|
1c91d28390 |
improve dev perf canvas readability (#3333)
Summary: This PR updates the performance Canvas widgets readability in Dev mode. Currently, for unknown for me reason, the text was rendered with stroke not fill, which results in blurry text. Also the color of texts and plot in light mode have not enough contrast in comparison to the background. I have tried to use `theme` in there, but unfortunately the CSS variables are not available in the Canvas context and using those values leads to always black text. ## Changelog * improve the performance canvas widgets readability in Development mode Pull Request resolved: https://github.com/facebook/flipper/pull/3333 Test Plan: The change has been testes by running the desktop Flipper app locally from source. ## Preview (before & after) #### Dark Mode <img width="189" alt="Screenshot 2022-01-23 at 17 46 20" align="left" src="https://user-images.githubusercontent.com/719641/150689046-28895487-d488-440f-9440-f792daeca86f.png"> <img width="189" alt="Screenshot 2022-01-23 at 17 54 59" src="https://user-images.githubusercontent.com/719641/150689179-5ef96ca3-78e0-4995-b60c-317a87082604.png"> #### Light Mode <img width="189" alt="Screenshot 2022-01-23 at 17 46 27" align="left" src="https://user-images.githubusercontent.com/719641/150689061-a3264961-390a-4182-bd81-ba84b6e4979f.png"> <img width="189" alt="Screenshot 2022-01-23 at 17 55 09" src="https://user-images.githubusercontent.com/719641/150689188-17efc7d9-7add-409e-af3b-befa5fbba0bc.png"> Reviewed By: aigoncharov Differential Revision: D33738722 Pulled By: lblasa fbshipit-source-id: b992ecacd31bb6aa2a53885ca6dcc858fa510775 |
||
|
|
aaddb9b65d |
Bump anyhow from 1.0.52 to 1.0.53 in /packer (#3337)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53. <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.53</h2> <ul> <li>Retrigger docs.rs build to work around rustdoc regression (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/92331">rust-lang/rust#92331</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |