f5dab2a3a12d99a1fa372e94b8179152ff591ef4
4429 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f5dab2a3a1 |
Bump eslint from 7.16.0 to 7.17.0 in /flipper-js-client-sdk (#1805)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.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>v7.17.0</h2> <ul> <li><a href=" |
||
|
|
5fb4242f1c |
Bump eslint-plugin-react from 7.21.5 to 7.22.0 in /flipper-js-client-sdk (#1804)
Summary: Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.22.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. This project adheres to <a href="http://semver.org/">Semantic Versioning</a>. This change log adheres to standards from <a href="http://keepachangelog.com">Keep a CHANGELOG</a>.</p> <h2>Unreleased</h2> <h3>Added</h3> <ul> <li>[<code>jsx-key</code>]: added <code>checkKeyMustBeforeSpread</code> option for new jsx transform (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2835">#2835</a>[] <a href="https://github.com/morlay">morlay</a>)</li> <li>[<code>jsx-newline</code>]: add new rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2693">#2693</a>[] <a href="https://github.com/jzabala">jzabala</a>)</li> <li>[<code>jsx-no-constructed-context-values</code>]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2763">#2763</a>[] <a href="https://github.com/dylanOshima">dylanOshima</a>)</li> <li>[<code>jsx-indent-props</code>]: add <code>ignoreTernaryOperator</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2846">#2846</a>[] <a href="https://github.com/SebastianZimmer">SebastianZimmer</a>)</li> <li>[<code>jsx-no-target-blank</code>]: Add <code>warnOnSpreadAttributes</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2855">#2855</a>[] <a href="https://github.com/michael-yx-wu">michael-yx-wu</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>display-name</code>]/component detection: avoid a crash on anonymous components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">#2840</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li> <li>[<code>prop-types</code>]: function in class that returns a component causes false warning in typescript (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2843">#2843</a>[] <a href="https://github.com/SyMind">SyMind</a>)</li> <li>[<code>jsx-no-target-blank</code>]: avoid a crash with a non-string literal (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">#2851</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li> <li>[<code>jsx-no-script-url</code>]: avoid crash with boolean <code>href</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">#2871</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li> <li>[<code>no-typos</code>]: avoid crash with computed method name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">#2870</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li> <li>[<code>jsx-max-depth</code>]: avoid crash with childless jsx child (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">#2869</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li> <li>[<code>jsx-wrap-multilines</code>]: fix crash with <code>declaration</code>s that are on a new line after <code>=</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">#2875</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li> <li>[<code>no-unknown-property</code>]: avoid crash with prop named with Object.prototype key (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">#2879</a>[] <a href="https://github.com/ljharb">ljharb</a>, <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li> <li>[<code>prop-types</code>]: default argument does not count as props-types declaration (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2877">#2877</a>[] <a href="https://github.com/golopot">golopot</a>)</li> <li>[<code>jsx-props-no-multi-spaces</code>]: fix a false positive for beside comments (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2878">#2878</a>[] <a href="https://github.com/golopot">golopot</a>)</li> <li>[<code>jsx-no-undef</code>]: handle the TS parser combined with an invalid ecmaVersion (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">#2882</a>[] <a href="https://github.com/ljharb">ljharb</a>)</li> <li>[<code>no-unused-prop-types</code>]: apply <code>skipShapeProps</code> to exact types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2883">#2883</a>[] <a href="https://github.com/golopot">golopot</a>)</li> <li>[<code>no-danger-with-children</code>]/[<code>style-prop-object</code>]/[<code>no-adjacent-inline-elements</code>]: add category, URL (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2891">#2891</a>[] <a href="https://github.com/thofmann">thofmann</a>)</li> </ul> <h3>Docs</h3> <ul> <li>[<code>no-unused-prop-types</code>]: Add new example to rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2852">#2852</a>[] <a href="https://github.com/thehereward">thehereward</a>)</li> <li>[<code>prop-types</code>]: fix example (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2881">#2881</a>[] <a href="https://github.com/technote-space">technote-space</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2891">#2891</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2891">yannickcr/eslint-plugin-react#2891</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2883">#2883</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2883">yannickcr/eslint-plugin-react#2883</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">#2882</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2882">yannickcr/eslint-plugin-react#2882</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2881">#2881</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2881">yannickcr/eslint-plugin-react#2881</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">#2879</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2879">yannickcr/eslint-plugin-react#2879</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2878">#2878</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2878">yannickcr/eslint-plugin-react#2878</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2877">#2877</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2877">yannickcr/eslint-plugin-react#2877</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">#2875</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2875">yannickcr/eslint-plugin-react#2875</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">#2871</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2871">yannickcr/eslint-plugin-react#2871</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">#2870</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2870">yannickcr/eslint-plugin-react#2870</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">#2869</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2869">yannickcr/eslint-plugin-react#2869</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2855">#2855</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2855">yannickcr/eslint-plugin-react#2855</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2852">#2852</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2852">yannickcr/eslint-plugin-react#2852</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">#2851</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2851">yannickcr/eslint-plugin-react#2851</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2846">#2846</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2846">yannickcr/eslint-plugin-react#2846</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2843">#2843</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2843">yannickcr/eslint-plugin-react#2843</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">#2840</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2840">yannickcr/eslint-plugin-react#2840</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f806ee41d7 |
Network plugin - fix issue with responses with empty body (#1776)
Summary: The Network Plugin does not properly handle network requests that return an empty body (because of the body actually being empty or because the network call returns something like a 404 status). Also, the creation of mocks using the "Copy Highlighted" command when the original response returns an empty body is not handled properly. ## Fix The Android plugin now returns a response when the body length is 0. The client plugin creates a body containing an empty string instead of null when the body is empty. ## Changelog Fix problem in Network Plugin when original call or mock has an empty body in the response. Pull Request resolved: https://github.com/facebook/flipper/pull/1776 Test Plan: The following screen output for the Network Plugin shows that the call is now being handled correctly. The fields for "status", "size" and "duration" are now populated. Also, the mock calls are properly defined and shown in yellow.  Reviewed By: mweststrate Differential Revision: D25804212 Pulled By: passy fbshipit-source-id: b31cc87619c604b4df76e05bca5c86554a1cabff |
||
|
|
02da9baa4b |
Bump axios from 0.21.0 to 0.21.1 in /desktop (#1811)
Summary: Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>v0.21.1</h2> <h3>0.21.1 (December 21, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li> <li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li> <li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li> <li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li> <li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Daniel Lopretto <a href="mailto:timemachine3030@users.noreply.github.com">timemachine3030@users.noreply.github.com</a></li> <li>Jason Kwok <a href="mailto:JasonHK@users.noreply.github.com">JasonHK@users.noreply.github.com</a></li> <li>Jay <a href="mailto:jasonsaayman@gmail.com">jasonsaayman@gmail.com</a></li> <li>Jonathan Foster <a href="mailto:jonathan@jonathanfoster.io">jonathan@jonathanfoster.io</a></li> <li>Remco Haszing <a href="mailto:remcohaszing@gmail.com">remcohaszing@gmail.com</a></li> <li>Xianming Zhong <a href="mailto:chinesedfan@qq.com">chinesedfan@qq.com</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h3>0.21.1 (December 21, 2020)</h3> <p>Fixes and Functionality:</p> <ul> <li>Hotfix: Prevent SSRF (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3410">#3410</a>)</li> <li>Protocol not parsed when setting proxy config from env vars (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3070">#3070</a>)</li> <li>Updating axios in types to be lower case (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2797">#2797</a>)</li> <li>Adding a type guard for <code>AxiosError</code> (<a href="https://github-redirect.dependabot.com/axios/axios/issues/2949">#2949</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Remove the skipping of the <code>socket</code> http test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3364">#3364</a>)</li> <li>Use different socket for Win32 test (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3375">#3375</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <ul> <li>Daniel Lopretto <a href="mailto:timemachine3030@users.noreply.github.com">timemachine3030@users.noreply.github.com</a></li> <li>Jason Kwok <a href="mailto:JasonHK@users.noreply.github.com">JasonHK@users.noreply.github.com</a></li> <li>Jay <a href="mailto:jasonsaayman@gmail.com">jasonsaayman@gmail.com</a></li> <li>Jonathan Foster <a href="mailto:jonathan@jonathanfoster.io">jonathan@jonathanfoster.io</a></li> <li>Remco Haszing <a href="mailto:remcohaszing@gmail.com">remcohaszing@gmail.com</a></li> <li>Xianming Zhong <a href="mailto:chinesedfan@qq.com">chinesedfan@qq.com</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b54d6bb554 |
Automated: Update Podfile.lock (#1813)
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/1813 Reviewed By: mweststrate Differential Revision: D25804192 Pulled By: passy fbshipit-source-id: 2ea3d582d31c82ad8d4dc812b49129884c8d86bf |
||
|
|
d6be4919e6 |
Upgrade axios
Summary: Got a GitHub sec advisory. Reviewed By: jknoxville Differential Revision: D25804236 fbshipit-source-id: dac724b1070a06120fa62e101ab3673a672dfd8f |
||
|
|
603595eccf |
Bump @testing-library/dom from 7.26.3 to 7.29.0 in /desktop (#1796)
Summary: Bumps [testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.26.3 to 7.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/dom-testing-library/releases">testing-library/dom's releases</a>.</em></p> <blockquote> <h2>v7.29.0</h2> <h1><a href="https://github.com/testing-library/dom-testing-library/compare/v7.28.1...v7.29.0">7.29.0</a> (2020-12-11)</h1> <h3>Features</h3> <ul> <li>migrate some files to typescript (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/848">https://github.com/facebook/flipper/issues/848</a>) (<a href=" |
||
|
|
53a8a766e3 |
Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.1 in /flipper-js-client-sdk (#1806)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.10.0 to 4.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/eslint-plugin's releases</a>.</em></p> <blockquote> <h2>v4.11.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1">4.11.1</a> (2020-12-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] fix precedence of method and property meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2877">#2877</a>) (<a href=" |
||
|
|
30ea098a63 |
Hide app selector if no devices are available
Summary: As reported in https://fb.workplace.com/groups/748354712423318/permalink/773382183253904/, special case no devices being present and suggest to launch an emulator. Also extends `useStore()` hook to accept no arguments, in which case it works as Redux's own `useStore` hook, except that it is strongly typed. Reviewed By: passy Differential Revision: D25803497 fbshipit-source-id: d448ac41e0ba7b713ee883caeb27736a2901975c |
||
|
|
dbf194b952 |
Bump react-devtools-core from 4.9.0 to 4.10.1 in /desktop (#1795)
Summary: Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.9.0 to 4.10.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core">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/1795 Reviewed By: mweststrate Differential Revision: D25802076 Pulled By: passy fbshipit-source-id: 142dabcc0a7e688309cc4fc5ced8abde6914879e |
||
|
|
98dea368b2 |
Flipper Snapshot Bump: v0.70.1-SNAPSHOT
Summary: Releasing snapshot version 0.70.1-SNAPSHOT Reviewed By: passy Differential Revision: D25801618 fbshipit-source-id: a81cf2baf99338fe17c5566d331b9fe0e16dc3e1 |
||
|
|
44e1b2ee9a |
Flipper Release: v0.70.0
Summary: Releasing version 0.70.0 Reviewed By: passy Differential Revision: D25801619 fbshipit-source-id: bab5364e393a4db9c5a801d041f537f3e6d36d81 |
||
|
|
cfd1c22814 |
Detect Flipper reloads, to remove false positives in quick restart detection
Reviewed By: nikoant Differential Revision: D25783368 fbshipit-source-id: 35a9cbbbb5bac4c7b6b7b40c45db2055ff4cfa09 |
||
|
|
c460cb767f |
Fix deleted page redirects
Summary: The redirects we added inline in the deleted pages don't work when there's a baseUrl. This is because it's the standard react-router Redirect component, which knows nothing about docusaurus sites. We could get around that by adding `useBaseUrl()` calls around all of them, but that's not great. So changing to using declarative redirects instead, where they are all put in config. This automatically takes care of base urls, and reduces copy-pasted code. Reviewed By: passy Differential Revision: D25780599 fbshipit-source-id: c67d3643ab28f0fcd440904baf54c67687781686 |
||
|
|
8a8b979f66 |
Bump shellexpand from 2.0.0 to 2.1.0 in /packer (#1792)
Summary: Bumps [shellexpand](https://github.com/netvl/shellexpand) from 2.0.0 to 2.1.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/netvl/shellexpand/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/1792 Reviewed By: nikoant Differential Revision: D25782253 Pulled By: passy fbshipit-source-id: 4499f24365043b1b2f5d30e0f1809d44712cedfe |
||
|
|
216fc9a88c |
Bump serde_json from 1.0.60 to 1.0.61 in /packer (#1801)
Summary: Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.61</h2> <ul> <li>Add <code>impl From<Number> for Value</code> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/737">https://github.com/facebook/flipper/issues/737</a>, thanks <a href="https://github.com/imp">imp</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a934f776a4 |
Bump anyhow from 1.0.36 to 1.0.37 in /packer (#1802)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.36 to 1.0.37. <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.37</h2> <ul> <li>Improve compiler diagnostic on calling macro with a temporary value (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/133">https://github.com/facebook/flipper/issues/133</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ddd9536e14 |
Add more explicit notes on how to update the Flipper SDK in react-native
Summary: Per title Reviewed By: passy Differential Revision: D25756219 fbshipit-source-id: c1620cc7dda0195965a697a75db836b2057be3e9 |
||
|
|
d836b80273 |
Fix network plugin not working in example
Summary: Two diffs ago network plugin didn't seem to work correctly, fixed it by explicitly bumping / verifying that the latest SDK is used Reviewed By: passy Differential Revision: D25755993 fbshipit-source-id: 7cc0def113a84b0a66c728b479247f5c18ce79b8 |
||
|
|
ef3da0e530 |
Fix deferred loaded plugins not showing up
Summary: See previous diff, plugins that are not available during the initial client connection setup didn't show up in the UI, until selecting another device first. This diff fixes that by listening to the `plugins-change` event of the client. Changelog: Fix issue where React Native plugins didn't show up in the Sandy layout Reviewed By: passy Differential Revision: D25755812 fbshipit-source-id: d865d912ecca85d868831c4da7c56b5f0be6c3bf |
||
|
|
5471b844bc |
Apply react-native migration 0.62.2 -> 0.63.4
Summary:
In D25244631 (
|
||
|
|
805071fa49 |
Flipper support fallback also when not debuggable
Summary: For Whitehat adjustment to work with flipper. I would like to enable running the su for emulators and rooted device to enable work with flipperr. Reviewed By: jknoxville Differential Revision: D25527298 fbshipit-source-id: 0d3f19891eec7c09d7136867a7aceea40aeac60d |
||
|
|
9b5680599e |
Upgrade OpenSSL-Universal to 1.1.180 (#1774)
Summary: As it is stated in `OpenSSL-Universal`'s release notes: 1.1.180 has "macOS Catalyst support". In order to use Flipper for Mac Catalyst apps, we need to remove dependency blockers. ## Changelog - Upgrade OpenSSL-Universal to 1.1.180 Pull Request resolved: https://github.com/facebook/flipper/pull/1774 Test Plan: Build this project using iOS target. In order to test Mac Catalyst, other blockers `CocoaLibEvent` need to be fixed. Reviewed By: cekkaewnumchai Differential Revision: D25681881 Pulled By: passy fbshipit-source-id: 1e45e875b943fd0bcffb541f58ed87ce3584e593 |
||
|
|
da765018ac |
Apply whitespace linter to all gradle files
Summary: Run whitespace and license linters on gradle build files. Reviewed By: zertosh Differential Revision: D25687355 fbshipit-source-id: 44330daac7582fed6c05680bffc74e855a9b1dbc |
||
|
|
7096a302ed |
Fix node-notifier Vulnerability
Summary: per title Reviewed By: passy Differential Revision: D25676877 fbshipit-source-id: 88d33815db4170c4fa53bfc68b2f6f00ca154359 |
||
|
|
9ac01ab0e2 |
Update sign-in URL
Reviewed By: cekkaewnumchai Differential Revision: D25679289 fbshipit-source-id: 9d4b8e89d1695a7b363e756628a7c15446f205ca |
||
|
|
be6fd42e11 |
Bump pako from 1.0.11 to 2.0.2 in /desktop (#1786)
Summary: Bumps [pako](https://github.com/nodeca/pako) from 1.0.11 to 2.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodeca/pako/blob/master/CHANGELOG.md">pako's changelog</a>.</em></p> <blockquote> <h2>[2.0.2] - 2020-11-19</h2> <h3>Fixed</h3> <ul> <li>Fix esm build named exports.</li> </ul> <h2>[2.0.1] - 2020-11-17</h2> <h3>Changed</h3> <ul> <li>Changed esm build <code>.js</code> => <code>.mjs</code> to fix node.js <code>import</code>.</li> <li>Added <code>module</code> entry in package.json for some bundlers.</li> </ul> <h2>[2.0.0] - 2020-11-17</h2> <h3>Changed</h3> <ul> <li>Removed binary strings and <code>Array</code> support.</li> <li>Removed fallbacks for TypedArray methods (<code>.set()</code>, <code>.subarray()</code>).</li> <li>Rewritten top-level wrappers.</li> <li>Removed support of <code>Inflate</code> & <code>Deflate</code> instance create without <code>new</code>.</li> <li><code>Inflate.push()</code> no longer needs second param (end is auto-detected).</li> <li>Increased default inflate chunk size to 64K.</li> <li>Moved exported constants to <code>.constants</code>.</li> <li>Switched to es6. Legacy es5 builds available in <code>/dist</code>.</li> <li>Added esm build.</li> <li>Structure of <code>/dist</code> folder changed.</li> <li>Upgraded build tools to modern ones.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
985e620f6f |
Bump electron-builder from 22.8.0 to 22.9.1 in /desktop (#1785)
Summary: allow-large-files Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 22.8.0 to 22.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-builder's releases</a>.</em></p> <blockquote> <h2>22.9.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>snap:</strong> add missing %U in desktop file of snap builds (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5001">#5001</a>) (<a href=" |
||
|
|
3de35a8bae |
Bump eslint-plugin-react from 7.21.3 to 7.21.5 in /desktop (#1784)
Summary: Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.3 to 7.21.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5">7.21.5</a> - 2020.10.19</h2> <h3>Fixed</h3> <ul> <li>[<code>jsx-indent-props</code>]: Apply indentation when using brackets (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2826">#2826</a>[] <a href="https://github.com/Moong0122">Moong0122</a>)</li> <li>[<code>jsx-handler-names</code>]: Skip inline handlers when checkInlineFunction=false (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2833">#2833</a>[] <a href="https://github.com/onigoetz">onigoetz</a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] <code>jsx-indent-props</code>: Add passing test (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2823">#2823</a>[] <a href="https://github.com/Hypnosphi">Hypnosphi</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2833">#2833</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2833">yannickcr/eslint-plugin-react#2833</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2826">#2826</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2826">yannickcr/eslint-plugin-react#2826</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2823">#2823</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2823">yannickcr/eslint-plugin-react#2823</a></p> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4">7.21.4</a> - 2020.10.09</h2> <h3>Fixed</h3> <ul> <li>[<code>no-unused-prop-types</code>]: Silence false positive on <code>never</code> type in TS (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2815">#2815</a>[] <a href="https://github.com/pcorpet">pcorpet</a>)</li> <li>[<code>jsx-indent-props</code>]: Apply indentation when operator is used in front of the upper line (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2808">#2808</a>[], <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2820">#2820</a>[] <a href="https://github.com/Moong0122">Moong0122</a>)</li> <li>[Deps] update <code>jsx-ast-utils</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2822">#2822</a>[] [jsx-eslint/jsx-ast-utils#102][] <a href="https://github.com/ljharb">ljharb</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2822">#2822</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2822">yannickcr/eslint-plugin-react#2822</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2820">#2820</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2820">yannickcr/eslint-plugin-react#2820</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2815">#2815</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2815">yannickcr/eslint-plugin-react#2815</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2808">#2808</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2808">yannickcr/eslint-plugin-react#2808</a> [jsx-eslint/jsx-ast-utils#102]: <a href="https://github-redirect.dependabot.com/jsx-eslint/jsx-ast-utils/pull/102">jsx-eslint/jsx-ast-utils#102</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
647b5424c0 |
Bump yargs from 16.1.1 to 16.2.0 in /desktop (#1783)
Summary: Bumps [yargs](https://github.com/yargs/yargs) from 16.1.1 to 16.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs/releases">yargs's releases</a>.</em></p> <blockquote> <h2>yargs v16.2.0</h2> <h3>Features</h3> <ul> <li>command() now accepts an array of modules (<a href=" |
||
|
|
3923f71f4c |
Bump eslint from 7.15.0 to 7.16.0 in /flipper-js-client-sdk (#1780)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.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>v7.16.0</h2> <ul> <li><a href=" |
||
|
|
d3072d03fc |
Bump eslint-config-prettier from 7.0.0 to 7.1.0 in /flipper-js-client-sdk (#1781)
Summary: Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h3>Version 7.1.0 (2020-12-19)</h3> <ul> <li>Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (<a href="https://github.com/fisker">fisker</a>)!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
02a42646cf |
Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 in /flipper-js-client-sdk (#1779)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.9.1 to 4.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/parser's releases</a>.</em></p> <blockquote> <h2>v4.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0">4.10.0</a> (2020-12-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] fix wrong member of <code>method</code> and <code>property</code> meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2856">#2856</a>) (<a href=" |
||
|
|
e0d1928687 |
Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 in /flipper-js-client-sdk (#1778)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.9.1 to 4.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint/eslint-plugin's releases</a>.</em></p> <blockquote> <h2>v4.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0">4.10.0</a> (2020-12-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] fix wrong member of <code>method</code> and <code>property</code> meta selectors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2856">#2856</a>) (<a href=" |
||
|
|
6c71d26161 |
Bump @babel/generator from 7.12.10 to 7.12.11 in /desktop (#1787)
Summary: Bumps [babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.12.10 to 7.12.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">babel/generator's releases</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <p>Thanks <a href="https://github.com/vitorveiga">vitorveiga</a> for your first PR!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-generator/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Bogdan Savluk (<a href="https://github.com/zxbodya">zxbodya</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist">Andarist</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> <li>vitorveiga (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">babel/generator's changelog</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-generator/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8d81bd16d3 |
Bump @babel/code-frame from 7.10.4 to 7.12.11 in /desktop (#1782)
Summary: Bumps [babel/code-frame](https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame) from 7.10.4 to 7.12.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">babel/code-frame's releases</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <p>Thanks <a href="https://github.com/vitorveiga">vitorveiga</a> for your first PR!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Bogdan Savluk (<a href="https://github.com/zxbodya">zxbodya</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist">Andarist</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> <li>vitorveiga (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> <h2>v7.12.10 (2020-12-09)</h2> <p>Thanks <a href="https://github.com/AndrewSouthpaw">AndrewSouthpaw</a> for your first PR!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12443">#12443</a> Make sure estree test should not throw if babel parser does not throw (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12375">#12375</a> Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">babel/code-frame's changelog</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h2>v7.12.10 (2020-12-09)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12443">#12443</a> Make sure estree test should not throw if babel parser does not throw (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12375">#12375</a> Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12424">#12424</a> Fix printing BigIntLiterals/DecimalLiterals with compact option (<a href="https://github.com/existentialism">existentialism</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12418">#12418</a> babel-types update OptionalCallExpression to support ArgumentPlaceholder (<a href="https://github.com/zxbodya">zxbodya</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12395">#12395</a> Fix <code>t.isReferenced()</code> for named re-exports (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12394">#12394</a> Set correct <code>path.context</code> un <code>push/unshiftContainer</code> (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12402">#12402</a> Clarify warning source about underspecified corejs option in preset-env. (<a href="https://github.com/AndrewSouthpaw">AndrewSouthpaw</a>)</li> </ul> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
33ff60d12e |
Bump @babel/parser from 7.12.10 to 7.12.11 in /desktop (#1788)
Summary: Bumps [babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.12.10 to 7.12.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">babel/parser's releases</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <p>Thanks <a href="https://github.com/vitorveiga">vitorveiga</a> for your first PR!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Bogdan Savluk (<a href="https://github.com/zxbodya">zxbodya</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist">Andarist</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> <li>vitorveiga (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">babel/parser's changelog</a>.</em></p> <blockquote> <h2>v7.12.11 (2020-12-16)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12366">#12366</a> Disallow non octal decimal escape before use strict (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11801">#11801</a> fix: handle block-level function declaration (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/10046">#10046</a>) (<a href="https://github.com/vitorveiga">vitorveiga</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12493">#12493</a> Lazily inject imports to the JSX runtime (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12495">#12495</a> Fixed issue with skipping over self & source generated by another instance (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10862">#10862</a> Add js extension to preset-env generated polyfill imports (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12479">#12479</a> Setup JSX runtime even if the file doesn't contain JSX (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12475">#12475</a> Fixed a regression for multiple __self & __source props with classic runtime (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12510">#12510</a> Improve AST node definitions in babel/types (<a href="https://github.com/zxbodya">zxbodya</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12508">#12508</a> chore: always check yarn lock and dedupe during update (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12480">#12480</a> Avoid force trailing comma on test files (<a href="https://github.com/JLHwung">JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12462">#12462</a> Run e2e tests also with BABEL_8_BREAKING (<a href="https://github.com/nicolo-ribaudo">nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12502">#12502</a> Reorganize some JSX-related tests (<a href="https://github.com/Andarist">Andarist</a>)</li> </ul> </li> <li><code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12127">#12127</a> Move some build steps to gulp (<a href="https://github.com/JLHwung">JLHwung</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
28cd62bc99 |
Fix Screen Recording Not Working on Android Marshmallow
Summary: [Reported in the support group](https://fb.workplace.com/groups/flippersupport/permalink/1040131853134139/), screen recording can't be stopped on Android Marshmallow (SDK version 23). This is because the shell commands used in screen recording are different in SDK 23 compared to higher SDK. First, `pgrep` in SDK 23 doesn't have `-L` option. Second, `ls -l` of SDK 23 returns different pattern; we've relied on the 5th number to indicate the file size of a video, while it is on 4th number for SDK 23. Reviewed By: passy Differential Revision: D25641605 fbshipit-source-id: 110cb779ef4b2dc63a862bf5e4e5f3a304a0d8ec |
||
|
|
719608fc5f |
Bump anyhow from 1.0.35 to 1.0.36 in /packer (#1777)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.36. <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.36</h2> <ul> <li>Make anyhow::Error ABI compatible with <code>void*</code> for round tripping through a C FFI (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/132">https://github.com/facebook/flipper/issues/132</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1e34561ae3 |
Force Restart Flipper When Applying Sandy
Summary: Discovered while testing D25584424, Sandy can't be applied and unapplied by regularly changing the setting. This diff forces restart Flipper to correctly apply or unapply Sandy. This diff adds forced restart updated setting to check if restart is needed or not. Then, it disables regular `Apply` when restart is needed Reviewed By: nikoant Differential Revision: D25632887 fbshipit-source-id: 88b31fd740d4a639e20fe45a82e2615b53cad5c3 |
||
|
|
a28874cf29 |
Change homepage GitHub link label
Summary: Makes it a bit more obvious where this link goes. Reviewed By: passy Differential Revision: D25639460 fbshipit-source-id: d2eed6bf2bcb0ac3b6cb9de148e62e65ab61266a |
||
|
|
3bf9bcc275 |
Reorganise the sdk installation sidebar
Summary: Give the sdk installation pages a bit more structure. To me it's much clearer now what they are. Happy to hear differing opinions so we get it right :) Reviewed By: passy Differential Revision: D25638164 fbshipit-source-id: 86b7fecd8aba0068336b15a308f4a9433817c68e |
||
|
|
2f9d4280c1 |
Improve installation/update instructions
Summary: The installation instructions didn't flow very well. "Using flipper at Facebook" is now gone. It's installation steps have been moved into the desktop app page, with internal/external switching. I've also removed the "Updating Flipper" internal page, and put equivalent info in the installation section. Reviewed By: nikoant Differential Revision: D25637831 fbshipit-source-id: 2af2abf57793d54804f5c45e3335b8641743e1c8 |
||
|
|
4b58d4438a |
Release test plan updated to match the new release process
Summary: Release test plan updated to match the new release process and include some details which might be required in case something failed. Reviewed By: passy Differential Revision: D25618132 fbshipit-source-id: c39ceebe4569475554866097970a2410a992b6ae |
||
|
|
a826a240ce |
Do not load installed plugins in dev mode by default
Summary: Installed plugins loaded and make it impossible to debug plugin changes. We need to disable them by default for `yarn start`. To debug plugin installation and auto-update, need to use command `yarn start --plugin-auto-update` instead. Reviewed By: passy Differential Revision: D25639345 fbshipit-source-id: 99b59a90dc09ac33a3604487fe501774e5e6fc39 |
||
|
|
8af2d819b0 |
Remove Trailing Whitespace in Changelog
Summary: In D25584424 (V1), Sandcastle complained about trailing whitespace. This diff removes the adde description if none can be retrieved Reviewed By: nikoant Differential Revision: D25608443 fbshipit-source-id: a798bb0c40afaaafd55c90c70177f7c2af79af34 |
||
|
|
77ffe1d47b |
Rename FB Internal to Under the Hood
Summary: I think there's a need for an "implementation details" section of the site. Especially as we're moving the rest of our wiki content there. I see it as a good thing, because now we have a place for implementation details relevant to OSS contributors too, it's not all fb-specific. Reviewed By: nikoant Differential Revision: D25614909 fbshipit-source-id: 5ec081e6450a9ad1c30785ae4cca74b6fa0d2630 |
||
|
|
df99ba3606 |
Add internal wiki pages
Summary: Ran the wiki migration script on the Flipper_Internals wiki. Deleted the pages mentioned in https://www.internalfb.com/tasks/?t=81712504 Also deleted hacking-launcher, which is now succeeded by the new "hacking-on-launcher". Reviewed By: nikoant Differential Revision: D25613387 fbshipit-source-id: b57b3e20f37b556774d7748477a1dbb7fe844812 |
||
|
|
69dae5c8e5 |
Restructured dev workflow docs
Summary: This diff unifies setup and workflow information that was scattered a bit around into one cohesive 'Development workflow' subsection in the 'creating plugins' section of Flipper. Reviewed By: nikoant Differential Revision: D25612288 fbshipit-source-id: 5fa7f2d000fb7ab3e1b5c5a4fc8cc1f209252f41 |
||
|
|
19ea20511c |
Unify documentation on how to get a plugin instance
Summary: There were 3 pages describing how to obtain a plugin instance, public, ios and android. iOS didn't differ from the public one, and android only in the fact that internally DI is available. So combined the pages with just an optional section for DI inside FB on Android. Reviewed By: jknoxville Differential Revision: D25588057 fbshipit-source-id: 3a54ae699130a4c5ba018220708f844a35a8d6a9 |