Commit Graph

110 Commits

Author SHA1 Message Date
dependabot[bot]
f770cd3b69 Bump eslint-plugin-react from 7.22.0 to 7.23.1 in /flipper-js-client-sdk (#2121)
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.22.0 to 7.23.1.
<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.23.0...v7.23.1">7.23.1</a> - 2021.03.23</h2>
<h3>Fixed</h3>
<ul>
<li>version detection: support processor virtual filename (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2949">#2949</a>[] <a href="https://github.com/JounQin"><code>@​JounQin</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2949">#2949</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2949">yannickcr/eslint-plugin-react#2949</a></p>
<h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0">7.23.0</a> - 2021.03.22</h2>
<h3>Added</h3>
<ul>
<li>[<code>jsx-no-target-blank</code>]: add fixer (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2862">#2862</a>[] <a href="https://github.com/Nokel81"><code>@​Nokel81</code></a>)</li>
<li>[<code>jsx-pascal-case</code>]: support minimatch <code>ignore</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2906">#2906</a>[] <a href="https://github.com/bcherny"><code>@​bcherny</code></a>)</li>
<li>[<code>jsx-pascal-case</code>]: support <code>allowNamespace</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2917">#2917</a>[] <a href="https://github.com/kev-y-huang"><code>@​kev-y-huang</code></a>)</li>
<li>[<code>jsx-newline</code>]: Add prevent option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2935">#2935</a>[] <a href="https://github.com/jsphstls"><code>@​jsphstls</code></a>)</li>
<li>[<code>no-unstable-nested-components</code>]: Prevent creating unstable components inside components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2750">#2750</a>[] <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li>
<li>added <code>jsx-runtime</code> config, for the modern JSX runtime transform (<a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-no-constructed-context-values</code>]: avoid a crash with <code>as X</code> TS code (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2894">#2894</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-no-constructed-context-values</code>]: avoid a crash with boolean shorthand (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2895">#2895</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>static-property-placement</code>]: do not report non-components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2893">#2893</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[<code>no-array-index-key</code>]: support optional chaining (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2897">#2897</a>[] <a href="https://github.com/SyMind"><code>@​SyMind</code></a>)</li>
<li>[<code>no-typos</code>]: avoid a crash on bindingless <code>prop-types</code> import; add warning (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">#2899</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-curly-brace-presence</code>]: ignore containers with comments (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2900">#2900</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[<code>destructuring-assignment</code>]: fix a false positive for local prop named <code>context</code> in SFC (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2929">#2929</a>[] <a href="https://github.com/SyMind"><code>@​SyMind</code></a>)</li>
<li>[<code>jsx-no-target-blank</code>]: Allow rel=&quot;noreferrer&quot; when <code>allowReferrer</code> is true (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2925">#2925</a>[] <a href="https://github.com/edemaine"><code>@​edemaine</code></a>)</li>
<li>[<code>boolean-prop-naming</code>]: add check for typescript &quot;boolean&quot; type (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2930">#2930</a>[] <a href="https://github.com/vedadeepta"><code>@​vedadeepta</code></a>)</li>
<li>version detection: Add tests that verify versioning works for sibling and child projects (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2943">#2943</a>[] <a href="https://github.com/jcrosetto"><code>@​jcrosetto</code></a>)</li>
<li>[<code>jsx-curly-newline</code>]: Update error messages (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2933">#2933</a>[] <a href="https://github.com/jbrower2"><code>@​jbrower2</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>jsx-no-constructed-context-values</code>][]: fix invalid example syntax (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2910">#2910</a>[] <a href="https://github.com/kud"><code>@​kud</code></a>)</li>
<li>[readme] Replace lists of rules with tables in readme (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2908">#2908</a>[] <a href="https://github.com/motato1"><code>@​motato1</code></a>)</li>
<li>[Docs] added missing curly braces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2923">#2923</a>[] <a href="https://github.com/Muditxofficial"><code>@​Muditxofficial</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2943">#2943</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2943">yannickcr/eslint-plugin-react#2943</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2935">#2935</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2935">yannickcr/eslint-plugin-react#2935</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2933">#2933</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2933">yannickcr/eslint-plugin-react#2933</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2930">#2930</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2930">yannickcr/eslint-plugin-react#2930</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2929">#2929</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2929">yannickcr/eslint-plugin-react#2929</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2925">#2925</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2925">yannickcr/eslint-plugin-react#2925</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2923">#2923</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2923">yannickcr/eslint-plugin-react#2923</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2917">#2917</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2917">yannickcr/eslint-plugin-react#2917</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2910">#2910</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2910">yannickcr/eslint-plugin-react#2910</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2908">#2908</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2908">yannickcr/eslint-plugin-react#2908</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2906">#2906</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2906">yannickcr/eslint-plugin-react#2906</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2900">#2900</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2900">yannickcr/eslint-plugin-react#2900</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">#2899</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">yannickcr/eslint-plugin-react#2899</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="307458fad8"><code>307458f</code></a> Update CHANGELOG and bump version</li>
<li><a href="886ae07ad6"><code>886ae07</code></a> [Dev Deps] update <code>types/estree</code></li>
<li><a href="bc372203bb"><code>bc37220</code></a> [Fix] version detection: support processor virtual filename</li>
<li><a href="3d7fd57914"><code>3d7fd57</code></a> Update CHANGELOG and bump version</li>
<li><a href="c8917b0885"><code>c8917b0</code></a> [New] added <code>jsx-runtime</code> config, for the modern JSX runtime transform</li>
<li><a href="7b35ee7204"><code>7b35ee7</code></a> [New] <code>no-unstable-nested-components</code>: Prevent creating unstable components i...</li>
<li><a href="4dda913dfa"><code>4dda913</code></a> [Tests] <code>jsx-max-depth</code>: add test case</li>
<li><a href="525af5ffbe"><code>525af5f</code></a> [Fix] <code>jsx-curly-newline</code>: Update error messages</li>
<li><a href="a68607966b"><code>a686079</code></a> [New] <code>jsx-newline</code>: Add prevent option</li>
<li><a href="bf8dff03d3"><code>bf8dff0</code></a> [Dev Deps] update <code>types/eslint</code>, <code>types/estree</code>, <code>types/node</code></li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.22.0&new-version=7.23.1)](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/2121

Reviewed By: passy

Differential Revision: D27396048

Pulled By: mweststrate

fbshipit-source-id: e85de936048f56d2931ee6b952cee8621b43a528
2021-03-29 10:49:17 -07:00
dependabot[bot]
bfde7c4d24 Bump eslint-plugin-flowtype from 5.3.1 to 5.4.0 in /flipper-js-client-sdk (#2052)
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.3.1 to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.3.1...v5.4.0">5.4.0</a> (2021-03-14)</h1>
<h3>Features</h3>
<ul>
<li>migrate a new rule 'no-internal-flow-type' (<a href="https://github.com/gajus/eslint-plugin-flowtype/issues/469">https://github.com/facebook/flipper/issues/469</a>) (<a href="fd838c3dce">fd838c3</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fd838c3dce"><code>fd838c3</code></a> feat: migrate a new rule 'no-internal-flow-type' (<a href="https://github.com/gajus/eslint-plugin-flowtype/issues/469">https://github.com/facebook/flipper/issues/469</a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.3.1...v5.4.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-flowtype&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/2052

Reviewed By: passy

Differential Revision: D27230372

Pulled By: priteshrnandgaonkar

fbshipit-source-id: bbad17858718383788aac0c57230f7f2acc846f4
2021-03-25 05:28:31 -07:00
dependabot[bot]
2622c084df Bump eslint from 7.21.0 to 7.22.0 in /flipper-js-client-sdk (#2054)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.22.0</h2>
<ul>
<li><a href="3a432d82b3"><code>3a432d8</code></a> Docs: Improve documentation for indent rule (<a href="https://github.com/eslint/eslint/issues/14168">#14168</a>) (Serkan Özel)</li>
<li><a href="f62ec8d30d"><code>f62ec8d</code></a> Update: throw error when fix range is invalid (<a href="https://github.com/eslint/eslint/issues/14142">#14142</a>) (Jacob Bandes-Storch)</li>
<li><a href="0eecad2713"><code>0eecad2</code></a> Upgrade: Update lodash in package.json to V 4.17.21 (<a href="https://github.com/eslint/eslint/issues/14159">#14159</a>) (Basem Al-Nabulsi)</li>
<li><a href="5ad91aa7df"><code>5ad91aa</code></a> Update: report es2021 globals in no-extend-native (refs <a href="https://github.com/eslint/eslint/issues/13602">#13602</a>) (<a href="https://github.com/eslint/eslint/issues/14177">#14177</a>) (Milos Djermanovic)</li>
<li><a href="c295581aca"><code>c295581</code></a> Chore: remove leftover JSDoc from lint-result-cache (<a href="https://github.com/eslint/eslint/issues/14176">#14176</a>) (Milos Djermanovic)</li>
<li><a href="0d541f9d9d"><code>0d541f9</code></a> Chore: Reduce lodash usage (<a href="https://github.com/eslint/eslint/issues/14178">#14178</a>) (Stephen Wade)</li>
<li><a href="27a67d71ff"><code>27a67d7</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="459d821f4a"><code>459d821</code></a> Chore: upgrade dependencies of browser test (<a href="https://github.com/eslint/eslint/issues/14127">#14127</a>) (Pig Fang)</li>
<li><a href="ebfb63a682"><code>ebfb63a</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="3ba029fbff"><code>3ba029f</code></a> Docs: Remove Extraneous Dash (<a href="https://github.com/eslint/eslint/issues/14164">#14164</a>) (Danny Hurlburt)</li>
<li><a href="6f4540ea7e"><code>6f4540e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="ddf361ca2a"><code>ddf361c</code></a> Docs: Fix Formatting (<a href="https://github.com/eslint/eslint/issues/14154">#14154</a>) (Danny Hurlburt)</li>
<li><a href="c0d2ac16f8"><code>c0d2ac1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a8df03efe3"><code>a8df03e</code></a> Docs: Clarify triage process (<a href="https://github.com/eslint/eslint/issues/14117">#14117</a>) (Nicholas C. Zakas)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.22.0 - March 12, 2021</p>
<ul>
<li><a href="3a432d82b3"><code>3a432d8</code></a> Docs: Improve documentation for indent rule (<a href="https://github.com/eslint/eslint/issues/14168">#14168</a>) (Serkan Özel)</li>
<li><a href="f62ec8d30d"><code>f62ec8d</code></a> Update: throw error when fix range is invalid (<a href="https://github.com/eslint/eslint/issues/14142">#14142</a>) (Jacob Bandes-Storch)</li>
<li><a href="0eecad2713"><code>0eecad2</code></a> Upgrade: Update lodash in package.json to V 4.17.21 (<a href="https://github.com/eslint/eslint/issues/14159">#14159</a>) (Basem Al-Nabulsi)</li>
<li><a href="5ad91aa7df"><code>5ad91aa</code></a> Update: report es2021 globals in no-extend-native (refs <a href="https://github.com/eslint/eslint/issues/13602">#13602</a>) (<a href="https://github.com/eslint/eslint/issues/14177">#14177</a>) (Milos Djermanovic)</li>
<li><a href="c295581aca"><code>c295581</code></a> Chore: remove leftover JSDoc from lint-result-cache (<a href="https://github.com/eslint/eslint/issues/14176">#14176</a>) (Milos Djermanovic)</li>
<li><a href="0d541f9d9d"><code>0d541f9</code></a> Chore: Reduce lodash usage (<a href="https://github.com/eslint/eslint/issues/14178">#14178</a>) (Stephen Wade)</li>
<li><a href="27a67d71ff"><code>27a67d7</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="459d821f4a"><code>459d821</code></a> Chore: upgrade dependencies of browser test (<a href="https://github.com/eslint/eslint/issues/14127">#14127</a>) (Pig Fang)</li>
<li><a href="ebfb63a682"><code>ebfb63a</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="3ba029fbff"><code>3ba029f</code></a> Docs: Remove Extraneous Dash (<a href="https://github.com/eslint/eslint/issues/14164">#14164</a>) (Danny Hurlburt)</li>
<li><a href="6f4540ea7e"><code>6f4540e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="ddf361ca2a"><code>ddf361c</code></a> Docs: Fix Formatting (<a href="https://github.com/eslint/eslint/issues/14154">#14154</a>) (Danny Hurlburt)</li>
<li><a href="c0d2ac16f8"><code>c0d2ac1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a8df03efe3"><code>a8df03e</code></a> Docs: Clarify triage process (<a href="https://github.com/eslint/eslint/issues/14117">#14117</a>) (Nicholas C. Zakas)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6ee803747f"><code>6ee8037</code></a> 7.22.0</li>
<li><a href="a55e8a1a01"><code>a55e8a1</code></a> Build: changelog update for 7.22.0</li>
<li><a href="3a432d82b3"><code>3a432d8</code></a> Docs: Improve documentation for indent rule (<a href="https://github.com/eslint/eslint/issues/14168">#14168</a>)</li>
<li><a href="f62ec8d30d"><code>f62ec8d</code></a> Update: throw error when fix range is invalid (<a href="https://github.com/eslint/eslint/issues/14142">#14142</a>)</li>
<li><a href="0eecad2713"><code>0eecad2</code></a> Upgrade: Update lodash in package.json to V 4.17.21 (<a href="https://github.com/eslint/eslint/issues/14159">#14159</a>)</li>
<li><a href="5ad91aa7df"><code>5ad91aa</code></a> Update: report es2021 globals in no-extend-native (refs <a href="https://github.com/eslint/eslint/issues/13602">#13602</a>) (<a href="https://github.com/eslint/eslint/issues/14177">#14177</a>)</li>
<li><a href="c295581aca"><code>c295581</code></a> Chore: remove leftover JSDoc from lint-result-cache (<a href="https://github.com/eslint/eslint/issues/14176">#14176</a>)</li>
<li><a href="0d541f9d9d"><code>0d541f9</code></a> Chore: Reduce lodash usage (<a href="https://github.com/eslint/eslint/issues/14178">#14178</a>)</li>
<li><a href="27a67d71ff"><code>27a67d7</code></a> Sponsors: Sync README with website</li>
<li><a href="459d821f4a"><code>459d821</code></a> Chore: upgrade dependencies of browser test (<a href="https://github.com/eslint/eslint/issues/14127">#14127</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.21.0&new-version=7.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/2054

Reviewed By: passy

Differential Revision: D27230363

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 27ff5431b86f91b543cdc7093f8eed9c5147a489
2021-03-24 19:32:20 -07:00
dependabot[bot]
61eabf372a Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.2 in /flipper-js-client-sdk (#1974)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.0 to 4.15.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin's releases</code></a>.</em></p>
<blockquote>
<h2>v4.15.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2">4.15.2</a> (2021-02-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> correct issues in AST definition (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3083">#3083</a>) (<a href="509a11749f">509a117</a>)</li>
<li>add missing intrinsic keyword node to AST (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3081">#3081</a>) (<a href="409bf0bb3e">409bf0b</a>)</li>
<li><strong>eslint-plugin:</strong> [no-var-requires] report when used in type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3074">#3074</a>) (<a href="763a2520bf">763a252</a>)</li>
<li>correct test names on windows for semantic-diagnostics-enabled (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3060">#3060</a>) (<a href="885780d4a2">885780d</a>)</li>
</ul>
<h2>v4.15.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1">4.15.1</a> (2021-02-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] check allowNames on function declarations and property methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3051">#3051</a>) (<a href="0ade469dc1">0ade469</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin's changelog</code></a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2">4.15.2</a> (2021-02-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> correct issues in AST definition (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3083">#3083</a>) (<a href="509a11749f">509a117</a>)</li>
<li>add missing intrinsic keyword node to AST (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3081">#3081</a>) (<a href="409bf0bb3e">409bf0b</a>)</li>
<li><strong>eslint-plugin:</strong> [no-var-requires] report when used in type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3074">#3074</a>) (<a href="763a2520bf">763a252</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1">4.15.1</a> (2021-02-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] check allowNames on function declarations and property methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3051">#3051</a>) (<a href="0ade469dc1">0ade469</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fc774f6377"><code>fc774f6</code></a> chore: publish v4.15.2</li>
<li><a href="509a11749f"><code>509a117</code></a> fix(typescript-estree): correct issues in AST definition (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3083">#3083</a>)</li>
<li><a href="409bf0bb3e"><code>409bf0b</code></a> fix: add missing intrinsic keyword node to AST (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3081">#3081</a>)</li>
<li><a href="763a2520bf"><code>763a252</code></a> fix(eslint-plugin): [no-var-requires] report when used in type assertion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3074">#3074</a>)</li>
<li><a href="e9bdd07da2"><code>e9bdd07</code></a> test(eslint-plugin): [no-unsafe-assignment] add missing test cases (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3070">#3070</a>)</li>
<li><a href="f9980c25fa"><code>f9980c2</code></a> chore: publish v4.15.1</li>
<li><a href="d94c6c93eb"><code>d94c6c9</code></a> docs(eslint-plugin): [explicit-module-boundary-types] fix doc &amp; code examples...</li>
<li><a href="3dcedb81eb"><code>3dcedb8</code></a> chore: update remaining dependencies (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3057">#3057</a>)</li>
<li><a href="0ade469dc1"><code>0ade469</code></a> fix(eslint-plugin): [explicit-module-boundary-types] check allowNames on func...</li>
<li><a href="5e5d9b9dc4"><code>5e5d9b9</code></a> chore(eslint-plugin): remove no longer needed tools module (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3052">#3052</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.2/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.15.0&new-version=4.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1974

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723662

Pulled By: mweststrate

fbshipit-source-id: 4c0f1f6d77105f4d6aa84cd8561ca611cdfc8df2
2021-03-01 08:03:08 -08:00
dependabot[bot]
b9b0d1506a Bump eslint-plugin-flowtype from 5.2.0 to 5.3.1 in /flipper-js-client-sdk (#1975)
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.2.0 to 5.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.3.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.3.0...v5.3.1">5.3.1</a> (2021-02-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>object-type-curly-spacing should not throw errors on multiple spaces on option always  (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/466">https://github.com/facebook/flipper/issues/466</a>) (<a href="e1d5d049ae">e1d5d04</a>)</li>
</ul>
<h2>v5.3.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.2...v5.3.0">5.3.0</a> (2021-02-23)</h1>
<h3>Features</h3>
<ul>
<li>Added rule objectTypeCurlySpacing (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/464">https://github.com/facebook/flipper/issues/464</a>) (<a href="cd40053e8e">cd40053</a>)</li>
</ul>
<h2>v5.2.2</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.1...v5.2.2">5.2.2</a> (2021-02-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add meta everywhere (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/461">https://github.com/facebook/flipper/issues/461</a>) (<a href="9cf7aff633">9cf7aff</a>)</li>
<li>remove duplicate meta usage (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/463">https://github.com/facebook/flipper/issues/463</a>) (<a href="204571f2cf">204571f</a>)</li>
</ul>
<h2>v5.2.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.0...v5.2.1">5.2.1</a> (2021-02-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>[sort-keys] handle method signatures (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/459">https://github.com/facebook/flipper/issues/459</a>) (<a href="04b9637b49">04b9637</a>), closes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/455">https://github.com/facebook/flipper/issues/455</a></li>
<li>annotate fixable rules (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/458">https://github.com/facebook/flipper/issues/458</a>) (<a href="61c4a3c6c0">61c4a3c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e1d5d049ae"><code>e1d5d04</code></a> fix: object-type-curly-spacing should not throw errors on multiple spaces on ...</li>
<li><a href="1a4939a834"><code>1a4939a</code></a> chore: Should ignore yarn.lock not yack.lock (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/465">https://github.com/facebook/flipper/issues/465</a>)</li>
<li><a href="cd40053e8e"><code>cd40053</code></a> feat: Added rule objectTypeCurlySpacing (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/464">https://github.com/facebook/flipper/issues/464</a>)</li>
<li><a href="204571f2cf"><code>204571f</code></a> fix: remove duplicate meta usage (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/463">https://github.com/facebook/flipper/issues/463</a>)</li>
<li><a href="9cf7aff633"><code>9cf7aff</code></a> fix: add meta everywhere (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/461">https://github.com/facebook/flipper/issues/461</a>)</li>
<li><a href="04b9637b49"><code>04b9637</code></a> fix: [sort-keys] handle method signatures (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/459">https://github.com/facebook/flipper/issues/459</a>)</li>
<li><a href="61c4a3c6c0"><code>61c4a3c</code></a> fix: annotate fixable rules (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/458">https://github.com/facebook/flipper/issues/458</a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.0...v5.3.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-flowtype&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=5.3.1)](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/1975

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723658

Pulled By: mweststrate

fbshipit-source-id: 1e39c9359993fb5833dfce9dfdf4ac9fad002fc0
2021-03-01 08:03:07 -08:00
dependabot[bot]
ce4478aa04 Bump eslint from 7.20.0 to 7.21.0 in /flipper-js-client-sdk (#1976)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.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.21.0</h2>
<ul>
<li><a href="3cd5440b94"><code>3cd5440</code></a> Upgrade: eslint/eslintrc to 0.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14147">#14147</a>) (Brandon Mills)</li>
<li><a href="c0b8c71df4"><code>c0b8c71</code></a> Upgrade: Puppeteer to 7.1.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14122">#14122</a>) (Tim van der Lippe)</li>
<li><a href="08ae31e539"><code>08ae31e</code></a> New: Implement cacheStrategy (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/63">eslint/rfcs#63</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14119">#14119</a>) (Manu Chambon)</li>
<li><a href="5e51fd28dc"><code>5e51fd2</code></a> Update: do not ignore symbolic links (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13551">#13551</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13615">#13615</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14126">#14126</a>) (Pig Fang)</li>
<li><a href="87c43a5d7e"><code>87c43a5</code></a> Chore: improve a few comments and fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14125">#14125</a>) (Tobias Nießen)</li>
<li><a href="e19c51ea2e"><code>e19c51e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="b8aea9988b"><code>b8aea99</code></a> Fix: pluralize 'line' to 'lines' in max-lines-per-function description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14115">#14115</a>) (Trevin Hofmann)</li>
<li><a href="f5b53e285a"><code>f5b53e2</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="eee12134ce"><code>eee1213</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="5c4d7ea8d2"><code>5c4d7ea</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.21.0 - February 27, 2021</p>
<ul>
<li><a href="3cd5440b94"><code>3cd5440</code></a> Upgrade: eslint/eslintrc to 0.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14147">#14147</a>) (Brandon Mills)</li>
<li><a href="c0b8c71df4"><code>c0b8c71</code></a> Upgrade: Puppeteer to 7.1.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14122">#14122</a>) (Tim van der Lippe)</li>
<li><a href="08ae31e539"><code>08ae31e</code></a> New: Implement cacheStrategy (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/63">eslint/rfcs#63</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14119">#14119</a>) (Manu Chambon)</li>
<li><a href="5e51fd28dc"><code>5e51fd2</code></a> Update: do not ignore symbolic links (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13551">#13551</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13615">#13615</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14126">#14126</a>) (Pig Fang)</li>
<li><a href="87c43a5d7e"><code>87c43a5</code></a> Chore: improve a few comments and fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14125">#14125</a>) (Tobias Nießen)</li>
<li><a href="e19c51ea2e"><code>e19c51e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="b8aea9988b"><code>b8aea99</code></a> Fix: pluralize 'line' to 'lines' in max-lines-per-function description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14115">#14115</a>) (Trevin Hofmann)</li>
<li><a href="f5b53e285a"><code>f5b53e2</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="eee12134ce"><code>eee1213</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="5c4d7ea8d2"><code>5c4d7ea</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d12fb74f40"><code>d12fb74</code></a> 7.21.0</li>
<li><a href="7814cd34ad"><code>7814cd3</code></a> Build: changelog update for 7.21.0</li>
<li><a href="3cd5440b94"><code>3cd5440</code></a> Upgrade: eslint/eslintrc to 0.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14147">#14147</a>)</li>
<li><a href="c0b8c71df4"><code>c0b8c71</code></a> Upgrade: Puppeteer to 7.1.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14122">#14122</a>)</li>
<li><a href="08ae31e539"><code>08ae31e</code></a> New: Implement cacheStrategy (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/63">eslint/rfcs#63</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14119">#14119</a>)</li>
<li><a href="5e51fd28dc"><code>5e51fd2</code></a> Update: do not ignore symbolic links (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13551">#13551</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13615">#13615</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14126">#14126</a>)</li>
<li><a href="87c43a5d7e"><code>87c43a5</code></a> Chore: improve a few comments and fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14125">#14125</a>)</li>
<li><a href="e19c51ea2e"><code>e19c51e</code></a> Sponsors: Sync README with website</li>
<li><a href="b8aea9988b"><code>b8aea99</code></a> Fix: pluralize 'line' to 'lines' in max-lines-per-function description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14115">#14115</a>)</li>
<li><a href="f5b53e285a"><code>f5b53e2</code></a> Sponsors: Sync README with website</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.20.0&new-version=7.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1976

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723652

Pulled By: mweststrate

fbshipit-source-id: 3f280e4783c55122d0fec2023007120e5ef9e8ef
2021-03-01 08:03:07 -08:00
dependabot[bot]
645ca865cc Bump eslint-config-prettier from 8.0.0 to 8.1.0 in /flipper-js-client-sdk (#1977)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.0.0 to 8.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 8.1.0 (2021-02-24)</h3>
<ul>
<li>Added: [flowtype/object-type-curly-spacing].</li>
<li>Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6c429724a"><code>d6c4297</code></a> eslint-config-prettier v8.1.0</li>
<li><a href="4e00e6d04f"><code>4e00e6d</code></a> Add dummy legacy configs</li>
<li><a href="abf3ba12d3"><code>abf3ba1</code></a> Update npm packages and add flowtype/object-type-curly-spacing</li>
<li><a href="0fd5734195"><code>0fd5734</code></a> Try to clarify eslint-plugin-prettier</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v8.0.0...v8.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1977

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723651

Pulled By: mweststrate

fbshipit-source-id: e0154161edbb7fa8c565b7a113eed5d4e54cdb59
2021-03-01 08:03:07 -08:00
dependabot[bot]
be8702d55a Bump typescript from 4.1.3 to 4.2.2 in /flipper-js-client-sdk (#1978)
Summary:
allow-large-files

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.2.
<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.2</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-2">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.1%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.1 (RC)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.2%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.2</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-42">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
</ul>
<h2>TypeScript 4.2 RC</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-rc">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.1%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-42rc">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
</ul>
<h2>TypeScript 4.2 Beta</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-beta/">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.2.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.2.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-42beta">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
</ul>
<h2>TypeScript 4.1.5</h2>
<p>This release contains a fix for <a href="https://github-redirect.dependabot.com/microsoft/TypeScript/issues/42718">an issue when language service plugins have no specified name</a>.</p>
<h2>TypeScript 4.1.4</h2>
<p>This release contains fixes for a <a href="https://github-redirect.dependabot.com/microsoft/TypeScript/issues/42712">security risk involving language service plugin loading</a>. More details are available <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-1639">here</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e213b2af34"><code>e213b2a</code></a> Update LKG.</li>
<li><a href="31aa1cf93d"><code>31aa1cf</code></a> Fix version for 4.2.2.</li>
<li><a href="486f0c142e"><code>486f0c1</code></a> Bump version to 4.2.2 and LKG</li>
<li><a href="2b34f0ac7b"><code>2b34f0a</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42886">#42886</a> into release-4.2 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42888">#42888</a>)</li>
<li><a href="30368d0426"><code>30368d0</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42861">#42861</a> into release-4.2 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42867">#42867</a>)</li>
<li><a href="57ba6ddaee"><code>57ba6dd</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42846">#42846</a> into release-4.2 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42852">#42852</a>)</li>
<li><a href="16f2556473"><code>16f2556</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42779">#42779</a> into release-4.2 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42820">#42820</a>)</li>
<li><a href="7f64b3a82c"><code>7f64b3a</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42626">#42626</a> into release-4.2 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/42780">#42780</a>)</li>
<li><a href="980b273aa5"><code>980b273</code></a> Bump version to 4.2.1-rc and LKG</li>
<li><a href="12e76910b2"><code>12e7691</code></a> Merge remote-tracking branch 'origin/master' into release-4.2</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.1.3&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1978

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723649

Pulled By: mweststrate

fbshipit-source-id: 1b041d88f0fbb89bd314baf5b7b31bd4381a365a
2021-03-01 08:03:06 -08:00
dependabot[bot]
a88aadf2bc Bump @typescript-eslint/parser from 4.14.2 to 4.15.2 in /flipper-js-client-sdk (#1979)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.14.2 to 4.15.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser's releases</code></a>.</em></p>
<blockquote>
<h2>v4.15.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2">4.15.2</a> (2021-02-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> correct issues in AST definition (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3083">#3083</a>) (<a href="509a11749f">509a117</a>)</li>
<li>add missing intrinsic keyword node to AST (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3081">#3081</a>) (<a href="409bf0bb3e">409bf0b</a>)</li>
<li><strong>eslint-plugin:</strong> [no-var-requires] report when used in type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3074">#3074</a>) (<a href="763a2520bf">763a252</a>)</li>
<li>correct test names on windows for semantic-diagnostics-enabled (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3060">#3060</a>) (<a href="885780d4a2">885780d</a>)</li>
</ul>
<h2>v4.15.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1">4.15.1</a> (2021-02-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] check allowNames on function declarations and property methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3051">#3051</a>) (<a href="0ade469dc1">0ade469</a>)</li>
</ul>
<h2>v4.15.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0">4.15.0</a> (2021-02-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle ESLint 7.19.0 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2993">#2993</a>) (<a href="4615048d24">4615048</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-function-type] correct fixer when signature ends with a semi (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3002">#3002</a>) (<a href="898dd39619">898dd39</a>)</li>
<li><strong>scope-manager:</strong> fix visiting of TSImportType (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3008">#3008</a>) (<a href="ce4fcbf440">ce4fcbf</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3006">#3006</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> improve logic used to escape string literals in jsx (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2995">#2995</a>) (<a href="3cb3aade28">3cb3aad</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser's changelog</code></a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2">4.15.2</a> (2021-02-22)</h2>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1">4.15.1</a> (2021-02-15)</h2>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0">4.15.0</a> (2021-02-08)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fc774f6377"><code>fc774f6</code></a> chore: publish v4.15.2</li>
<li><a href="f9980c25fa"><code>f9980c2</code></a> chore: publish v4.15.1</li>
<li><a href="792623f69e"><code>792623f</code></a> test: update ast alignment tests and simplify shared fixtures (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3045">#3045</a>)</li>
<li><a href="964cda3d9d"><code>964cda3</code></a> chore: publish v4.15.0</li>
<li><a href="b41da1831d"><code>b41da18</code></a> docs: updated link to eslint parser options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3001">#3001</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.2/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.14.2&new-version=4.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1979

Reviewed By: priteshrnandgaonkar

Differential Revision: D26723644

Pulled By: mweststrate

fbshipit-source-id: 137e0b3a31d2cc405ebafc24169098661a6bb600
2021-03-01 08:03:06 -08:00
dependabot[bot]
bb87d8d597 Bump eslint-import-resolver-typescript from 2.3.0 to 2.4.0 in /flipper-js-client-sdk (#1949)
Summary:
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript) from 2.3.0 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's releases</a>.</em></p>
<blockquote>
<h2>v2.4.0</h2>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.3.0...v2.4.0">2.4.0</a> (2021-02-16)</h2>
<h3>Features</h3>
<ul>
<li>remove any querystring from imports (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/67">https://github.com/facebook/flipper/issues/67</a>) (<a href="82ef3573fa">82ef357</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>remove .tsbuildinfo and d.ts.map files from package (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/57">https://github.com/facebook/flipper/issues/57</a>) (<a href="15f2849c49">15f2849</a>)</li>
<li>remove redundant condition (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/69">https://github.com/facebook/flipper/issues/69</a>) (<a href="ba62e65e7c">ba62e65</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.3.0...v2.4.0">2.4.0</a> (2021-02-16)</h2>
<h3>Features</h3>
<ul>
<li>remove any querystring from imports (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/67">https://github.com/facebook/flipper/issues/67</a>) (<a href="82ef3573fa">82ef357</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>remove .tsbuildinfo and d.ts.map files from package (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/57">https://github.com/facebook/flipper/issues/57</a>) (<a href="15f2849c49">15f2849</a>)</li>
<li>remove redundant condition (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/69">https://github.com/facebook/flipper/issues/69</a>) (<a href="ba62e65e7c">ba62e65</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9b34271d16"><code>9b34271</code></a> chore(release): 2.4.0</li>
<li><a href="ba62e65e7c"><code>ba62e65</code></a> fix: remove redundant condition (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/69">https://github.com/facebook/flipper/issues/69</a>)</li>
<li><a href="82ef3573fa"><code>82ef357</code></a> feat: remove any querystring from imports (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/67">https://github.com/facebook/flipper/issues/67</a>)</li>
<li><a href="2029caed4a"><code>2029cae</code></a> docs: clarify example in README (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/63">https://github.com/facebook/flipper/issues/63</a>)</li>
<li><a href="15f2849c49"><code>15f2849</code></a> fix: remove .tsbuildinfo and d.ts.map files from package (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/57">https://github.com/facebook/flipper/issues/57</a>)</li>
<li>See full diff in <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.3.0...v2.4.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-import-resolver-typescript&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1949

Reviewed By: mweststrate

Differential Revision: D26578209

Pulled By: passy

fbshipit-source-id: 2f6d318c84d856242e0c368930979fc8fb3622f3
2021-02-24 11:31:06 -08:00
dependabot[bot]
b3941e70d5 Bump eslint-config-prettier from 7.2.0 to 8.0.0 in /flipper-js-client-sdk (#1950)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.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 8.0.0 (2021-02-21)</h3>
<ul>
<li>
<p>Changed: All configs have been merged into one!</p>
<p>To upgrade, change:</p>
<pre lang="json"><code>{
  &quot;extends&quot;: [
    &quot;some-other-config-you-use&quot;,
    &quot;prettier&quot;,
    &quot;prettier/typescript-eslint&quot;,
    &quot;prettier/babel&quot;,
    &quot;prettier/flowtype&quot;,
    &quot;prettier/react&quot;,
    &quot;prettier/standard&quot;,
    &quot;prettier/unicorn&quot;,
    &quot;prettier/vue&quot;
  ]
}
</code></pre>
<p>Into:</p>

<pre lang="json"><code>{
  &quot;extends&quot;: [
    &quot;some-other-config-you-use&quot;,
    &quot;prettier&quot;
  ]
}
</code></pre>
<p>The <code>&quot;prettier&quot;</code> config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!</p>
<p>So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (<a href="https://github.com/lydell"><code>lydell</code></a>) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (<a href="https://github.com/thorn0"><code>thorn0</code></a>) for pointing this out!</p>
<p>If you use [eslint-plugin-prettier], all you need is [plugin:prettier/recommended]:</p>

<pre lang="json"><code>{
  &quot;extends&quot;: [
    &quot;some-other-config-you-use&quot;,
    &quot;plugin:prettier/recommended&quot;
  ]
}
</code></pre>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0dd2a7ed26"><code>0dd2a7e</code></a> eslint-config-prettier v8.0.0</li>
<li><a href="03c79b9306"><code>03c79b9</code></a> One config to rule them all (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/175">https://github.com/facebook/flipper/issues/175</a>)</li>
<li><a href="72ce4d7ede"><code>72ce4d7</code></a> Update npm packages</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.0.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1950

Reviewed By: nikoant

Differential Revision: D26578214

Pulled By: passy

fbshipit-source-id: f1a94a1fc7bdbefed7f71eba25bdc994bc4533a0
2021-02-23 03:59:45 -08:00
dependabot[bot]
d50c253159 Bump eslint from 7.18.0 to 7.20.0 in /flipper-js-client-sdk (#1927)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.20.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.20.0</h2>
<ul>
<li><a href="f4ac3b0e70"><code>f4ac3b0</code></a> Docs: fix sibling selector descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14099">#14099</a>) (Milos Djermanovic)</li>
<li><a href="9d6063add9"><code>9d6063a</code></a> Fix: Crash with esquery when using JSX (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13639">#13639</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14072">#14072</a>) (Yosuke Ota)</li>
<li><a href="a0871f1840"><code>a0871f1</code></a> Docs: Triage process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14014">#14014</a>) (Nicholas C. Zakas)</li>
<li><a href="ad9076183b"><code>ad90761</code></a> Update: add enforceForJSX option to no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14012">#14012</a>) (Duncan Beevers)</li>
<li><a href="d6c84af673"><code>d6c84af</code></a> Fix: <code>--init</code> autoconfig shouldn't add deprecated rules (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14017">#14017</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14060">#14060</a>) (Milos Djermanovic)</li>
<li><a href="9b277a16a7"><code>9b277a1</code></a> Fix: Support ENOTDIR error code in the folder existence checking utility (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13973">#13973</a>) (Constantine Genchevsky)</li>
<li><a href="7aeb12798f"><code>7aeb127</code></a> Upgrade: pin babel/code-frame@7.12.11 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14067">#14067</a>) (Milos Djermanovic)</li>
<li><a href="b4e2af5db1"><code>b4e2af5</code></a> Docs: Add more fields to bug report template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14039">#14039</a>) (Nicholas C. Zakas)</li>
<li><a href="96f1d49a46"><code>96f1d49</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="cb27b0abed"><code>cb27b0a</code></a> Build: package.json update for eslint-config-eslint release (ESLint Jenkins)</li>
<li><a href="4cab165bf4"><code>4cab165</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
<h2>v7.19.0</h2>
<ul>
<li><a href="ce7f06121d"><code>ce7f061</code></a> Update: add shadowed variable loc to message in no-shadow (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13646">#13646</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13841">#13841</a>) (t-mangoe)</li>
<li><a href="c60e23ff30"><code>c60e23f</code></a> Update: fix <code>let</code> logic in for-in and for-of loops in no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14011">#14011</a>) (Milos Djermanovic)</li>
<li><a href="d76e8f69bd"><code>d76e8f6</code></a> Fix: no-useless-rename invalid autofix with parenthesized identifiers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14032">#14032</a>) (Milos Djermanovic)</li>
<li><a href="5800d92114"><code>5800d92</code></a> Docs: Clarify stylistic rule update policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14052">#14052</a>) (Brandon Mills)</li>
<li><a href="0ccf6d2001"><code>0ccf6d2</code></a> Docs: remove configuring.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14036">#14036</a>) (Milos Djermanovic)</li>
<li><a href="65bb0abde5"><code>65bb0ab</code></a> Chore: Clean up new issue workflow (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14040">#14040</a>) (Nicholas C. Zakas)</li>
<li><a href="e1da90fc41"><code>e1da90f</code></a> Fix: nested indenting for offsetTernaryExpressions: true (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13971">#13971</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13972">#13972</a>) (Chris Brody)</li>
<li><a href="1a078b9166"><code>1a078b9</code></a> Update: check ternary <code>:</code> even if <code>?</code> was reported in space-infix-ops (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13963">#13963</a>) (Milos Djermanovic)</li>
<li><a href="fb27422624"><code>fb27422</code></a> Fix: extend prefer-const fixer range to whole declaration (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13899">#13899</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14033">#14033</a>) (Nitin Kumar)</li>
<li><a href="e0b05c704f"><code>e0b05c7</code></a> Docs: add a correct example to no-unsafe-optional-chaining (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14029">#14029</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14050">#14050</a>) (armin yahya)</li>
<li><a href="46e836d464"><code>46e836d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="3fc4fa485c"><code>3fc4fa4</code></a> Docs: update configuring links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14038">#14038</a>) (Milos Djermanovic)</li>
<li><a href="8561c2116e"><code>8561c21</code></a> Docs: fix broken links in configuring/README.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14046">#14046</a>) (Milos Djermanovic)</li>
<li><a href="1c309ebca4"><code>1c309eb</code></a> Update: fix no-invalid-regexp false negatives with no flags specified (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14018">#14018</a>) (Milos Djermanovic)</li>
<li><a href="f6602d5694"><code>f6602d5</code></a> Docs: Reorganize Configuration Documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13837">#13837</a>) (klkhan)</li>
<li><a href="c753b442ef"><code>c753b44</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a4fdb7001a"><code>a4fdb70</code></a> Docs: Fixed Typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14007">#14007</a>) (Yash Singh)</li>
<li><a href="f7ca48165d"><code>f7ca481</code></a> Docs: Explain why we disable lock files (refs <a href="https://github-redirect.dependabot.com/eslint/tsc-meetings/issues/234">eslint/tsc-meetings#234</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14006">#14006</a>) (Brandon Mills)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.20.0 - February 12, 2021</p>
<ul>
<li><a href="f4ac3b0e70"><code>f4ac3b0</code></a> Docs: fix sibling selector descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14099">#14099</a>) (Milos Djermanovic)</li>
<li><a href="9d6063add9"><code>9d6063a</code></a> Fix: Crash with esquery when using JSX (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13639">#13639</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14072">#14072</a>) (Yosuke Ota)</li>
<li><a href="a0871f1840"><code>a0871f1</code></a> Docs: Triage process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14014">#14014</a>) (Nicholas C. Zakas)</li>
<li><a href="ad9076183b"><code>ad90761</code></a> Update: add enforceForJSX option to no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14012">#14012</a>) (Duncan Beevers)</li>
<li><a href="d6c84af673"><code>d6c84af</code></a> Fix: <code>--init</code> autoconfig shouldn't add deprecated rules (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14017">#14017</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14060">#14060</a>) (Milos Djermanovic)</li>
<li><a href="9b277a16a7"><code>9b277a1</code></a> Fix: Support ENOTDIR error code in the folder existence checking utility (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13973">#13973</a>) (Constantine Genchevsky)</li>
<li><a href="7aeb12798f"><code>7aeb127</code></a> Upgrade: pin babel/code-frame@7.12.11 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14067">#14067</a>) (Milos Djermanovic)</li>
<li><a href="b4e2af5db1"><code>b4e2af5</code></a> Docs: Add more fields to bug report template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14039">#14039</a>) (Nicholas C. Zakas)</li>
<li><a href="96f1d49a46"><code>96f1d49</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="cb27b0abed"><code>cb27b0a</code></a> Build: package.json update for eslint-config-eslint release (ESLint Jenkins)</li>
<li><a href="4cab165bf4"><code>4cab165</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
<p>v7.19.0 - January 30, 2021</p>
<ul>
<li><a href="ce7f06121d"><code>ce7f061</code></a> Update: add shadowed variable loc to message in no-shadow (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13646">#13646</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13841">#13841</a>) (t-mangoe)</li>
<li><a href="c60e23ff30"><code>c60e23f</code></a> Update: fix <code>let</code> logic in for-in and for-of loops in no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14011">#14011</a>) (Milos Djermanovic)</li>
<li><a href="d76e8f69bd"><code>d76e8f6</code></a> Fix: no-useless-rename invalid autofix with parenthesized identifiers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14032">#14032</a>) (Milos Djermanovic)</li>
<li><a href="5800d92114"><code>5800d92</code></a> Docs: Clarify stylistic rule update policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14052">#14052</a>) (Brandon Mills)</li>
<li><a href="0ccf6d2001"><code>0ccf6d2</code></a> Docs: remove configuring.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14036">#14036</a>) (Milos Djermanovic)</li>
<li><a href="65bb0abde5"><code>65bb0ab</code></a> Chore: Clean up new issue workflow (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14040">#14040</a>) (Nicholas C. Zakas)</li>
<li><a href="e1da90fc41"><code>e1da90f</code></a> Fix: nested indenting for offsetTernaryExpressions: true (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13971">#13971</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13972">#13972</a>) (Chris Brody)</li>
<li><a href="1a078b9166"><code>1a078b9</code></a> Update: check ternary <code>:</code> even if <code>?</code> was reported in space-infix-ops (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13963">#13963</a>) (Milos Djermanovic)</li>
<li><a href="fb27422624"><code>fb27422</code></a> Fix: extend prefer-const fixer range to whole declaration (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13899">#13899</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14033">#14033</a>) (Nitin Kumar)</li>
<li><a href="e0b05c704f"><code>e0b05c7</code></a> Docs: add a correct example to no-unsafe-optional-chaining (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14029">#14029</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14050">#14050</a>) (armin yahya)</li>
<li><a href="46e836d464"><code>46e836d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="3fc4fa485c"><code>3fc4fa4</code></a> Docs: update configuring links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14038">#14038</a>) (Milos Djermanovic)</li>
<li><a href="8561c2116e"><code>8561c21</code></a> Docs: fix broken links in configuring/README.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14046">#14046</a>) (Milos Djermanovic)</li>
<li><a href="1c309ebca4"><code>1c309eb</code></a> Update: fix no-invalid-regexp false negatives with no flags specified (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14018">#14018</a>) (Milos Djermanovic)</li>
<li><a href="f6602d5694"><code>f6602d5</code></a> Docs: Reorganize Configuration Documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13837">#13837</a>) (klkhan)</li>
<li><a href="c753b442ef"><code>c753b44</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a4fdb7001a"><code>a4fdb70</code></a> Docs: Fixed Typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14007">#14007</a>) (Yash Singh)</li>
<li><a href="f7ca48165d"><code>f7ca481</code></a> Docs: Explain why we disable lock files (refs <a href="https://github-redirect.dependabot.com/eslint/tsc-meetings/issues/234">eslint/tsc-meetings#234</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14006">#14006</a>) (Brandon Mills)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a665b69381"><code>a665b69</code></a> 7.20.0</li>
<li><a href="38293d5d84"><code>38293d5</code></a> Build: changelog update for 7.20.0</li>
<li><a href="f4ac3b0e70"><code>f4ac3b0</code></a> Docs: fix sibling selector descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14099">#14099</a>)</li>
<li><a href="9d6063add9"><code>9d6063a</code></a> Fix: Crash with esquery when using JSX (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13639">#13639</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14072">#14072</a>)</li>
<li><a href="a0871f1840"><code>a0871f1</code></a> Docs: Triage process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14014">#14014</a>)</li>
<li><a href="ad9076183b"><code>ad90761</code></a> Update: add enforceForJSX option to no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14012">#14012</a>)</li>
<li><a href="d6c84af673"><code>d6c84af</code></a> Fix: <code>--init</code> autoconfig shouldn't add deprecated rules (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14017">#14017</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14060">#14060</a>)</li>
<li><a href="9b277a16a7"><code>9b277a1</code></a> Fix: Support ENOTDIR error code in the folder existence checking utility (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13">https://github.com/facebook/flipper/issues/13</a>...</li>
<li><a href="7aeb12798f"><code>7aeb127</code></a> Upgrade: pin babel/code-frame@7.12.11 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14067">#14067</a>)</li>
<li><a href="b4e2af5db1"><code>b4e2af5</code></a> Docs: Add more fields to bug report template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14039">#14039</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.18.0...v7.20.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.18.0&new-version=7.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1927

Reviewed By: priteshrnandgaonkar

Differential Revision: D26465602

Pulled By: passy

fbshipit-source-id: fc00b778559aa4abc9693f5a13a4ab9a6e7feb21
2021-02-17 05:14:13 -08:00
dependabot[bot]
1ca3d5e3f9 Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 in /flipper-js-client-sdk (#1930)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.2 to 4.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>typescript-eslint/eslint-plugin's releases</code></a>.</em></p>
<blockquote>
<h2>v4.15.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0">4.15.0</a> (2021-02-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle ESLint 7.19.0 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2993">#2993</a>) (<a href="4615048d24">4615048</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-function-type] correct fixer when signature ends with a semi (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3002">#3002</a>) (<a href="898dd39619">898dd39</a>)</li>
<li><strong>scope-manager:</strong> fix visiting of TSImportType (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3008">#3008</a>) (<a href="ce4fcbf440">ce4fcbf</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3006">#3006</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> improve logic used to escape string literals in jsx (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2995">#2995</a>) (<a href="3cb3aade28">3cb3aad</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>typescript-eslint/eslint-plugin's changelog</code></a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0">4.15.0</a> (2021-02-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle ESLint 7.19.0 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2993">#2993</a>) (<a href="4615048d24">4615048</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-function-type] correct fixer when signature ends with a semi (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3002">#3002</a>) (<a href="898dd39619">898dd39</a>)</li>
<li><strong>scope-manager:</strong> fix visiting of TSImportType (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3008">#3008</a>) (<a href="ce4fcbf440">ce4fcbf</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3006">#3006</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="964cda3d9d"><code>964cda3</code></a> chore: publish v4.15.0</li>
<li><a href="4615048d24"><code>4615048</code></a> fix(eslint-plugin): [no-extra-parens] handle ESLint 7.19.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2993">#2993</a>)</li>
<li><a href="ce4fcbf440"><code>ce4fcbf</code></a> fix(scope-manager): fix visiting of TSImportType (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3008">#3008</a>)</li>
<li><a href="898dd39619"><code>898dd39</code></a> fix(eslint-plugin): [prefer-function-type] correct fixer when signature ends ...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.14.2&new-version=4.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1930

Reviewed By: mweststrate

Differential Revision: D26463222

Pulled By: passy

fbshipit-source-id: c8d05f659d76a950b76e03b0cdf6af1a7f391305
2021-02-17 05:14:13 -08:00
dependabot[bot]
f4cc6bc1c5 Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.2 in /flipper-js-client-sdk (#1891)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.0 to 4.14.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>typescript-eslint/eslint-plugin's releases</code></a>.</em></p>
<blockquote>
<h2>v4.14.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2">4.14.2</a> (2021-02-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] incorrect handling of computed property type signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2990">#2990</a>) (<a href="58f26555f6">58f2655</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2989">#2989</a></li>
<li><strong>scope-manager:</strong> correctly reference generic parameters when decorator metadata is enabled (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2975">#2975</a>) (<a href="7695ef318f">7695ef3</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2972">#2972</a></li>
</ul>
<h2>v4.14.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1">4.14.1</a> (2021-01-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] consider <code>void</code> as a <code>nullish</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2944">#2944</a>) (<a href="a241b25863">a241b25</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2940">#2940</a></li>
<li><strong>scope-manager:</strong> fix incorrect handling of class decorators and class method default params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2943">#2943</a>) (<a href="e1eac83122">e1eac83</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2941">#2941</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2942">#2942</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>typescript-eslint/eslint-plugin's changelog</code></a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2">4.14.2</a> (2021-02-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] incorrect handling of computed property type signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2990">#2990</a>) (<a href="58f26555f6">58f2655</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2989">#2989</a></li>
<li><strong>scope-manager:</strong> correctly reference generic parameters when decorator metadata is enabled (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2975">#2975</a>) (<a href="7695ef318f">7695ef3</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2972">#2972</a></li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1">4.14.1</a> (2021-01-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] consider <code>void</code> as a <code>nullish</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2944">#2944</a>) (<a href="a241b25863">a241b25</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2940">#2940</a></li>
<li><strong>scope-manager:</strong> fix incorrect handling of class decorators and class method default params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2943">#2943</a>) (<a href="e1eac83122">e1eac83</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2941">#2941</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2942">#2942</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="58476a9cd8"><code>58476a9</code></a> chore: publish v4.14.2</li>
<li><a href="58f26555f6"><code>58f2655</code></a> fix(eslint-plugin): [consistent-type-imports] incorrect handling of computed ...</li>
<li><a href="7695ef318f"><code>7695ef3</code></a> fix(scope-manager): correctly reference generic parameters when decorator met...</li>
<li><a href="957523c3c0"><code>957523c</code></a> chore: publish v4.14.1</li>
<li><a href="a241b25863"><code>a241b25</code></a> fix(eslint-plugin): [sort-type-union-intersection-members] consider <code>void</code> as...</li>
<li><a href="e1eac83122"><code>e1eac83</code></a> fix(scope-manager): fix incorrect handling of class decorators and class meth...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.2/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.14.0&new-version=4.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1891

Reviewed By: passy

Differential Revision: D26222318

Pulled By: nikoant

fbshipit-source-id: 364ae31c69e9ef352d4aa32d8ffaa456404540a6
2021-02-04 10:19:06 -08:00
dependabot[bot]
0cae7066b6 Bump @typescript-eslint/parser from 4.14.0 to 4.14.2 in /flipper-js-client-sdk (#1890)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.14.0 to 4.14.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>typescript-eslint/parser's releases</code></a>.</em></p>
<blockquote>
<h2>v4.14.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2">4.14.2</a> (2021-02-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] incorrect handling of computed property type signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2990">#2990</a>) (<a href="58f26555f6">58f2655</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2989">#2989</a></li>
<li><strong>scope-manager:</strong> correctly reference generic parameters when decorator metadata is enabled (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2975">#2975</a>) (<a href="7695ef318f">7695ef3</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2972">#2972</a></li>
</ul>
<h2>v4.14.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1">4.14.1</a> (2021-01-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] consider <code>void</code> as a <code>nullish</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2944">#2944</a>) (<a href="a241b25863">a241b25</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2940">#2940</a></li>
<li><strong>scope-manager:</strong> fix incorrect handling of class decorators and class method default params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2943">#2943</a>) (<a href="e1eac83122">e1eac83</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2941">#2941</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2942">#2942</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md"><code>typescript-eslint/parser's changelog</code></a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2">4.14.2</a> (2021-02-01)</h2>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1">4.14.1</a> (2021-01-25)</h2>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="58476a9cd8"><code>58476a9</code></a> chore: publish v4.14.2</li>
<li><a href="957523c3c0"><code>957523c</code></a> chore: publish v4.14.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.2/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.14.0&new-version=4.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1890

Reviewed By: passy

Differential Revision: D26222319

Pulled By: nikoant

fbshipit-source-id: c1acab1dc89a094c20c2b186f2c91caa0d20681a
2021-02-03 03:21:31 -08:00
dependabot[bot]
8a86f41085 Bump eslint-config-prettier from 7.1.0 to 7.2.0 in /flipper-js-client-sdk (#1857)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.1.0 to 7.2.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.2.0 (2021-01-18)</h3>
<ul>
<li>Added: [typescript-eslint/object-curly-spacing].</li>
<li>Added: [react/jsx-newline].</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="aca15b5860"><code>aca15b5</code></a> eslint-config-prettier v7.2.0</li>
<li><a href="5a0c4a9379"><code>5a0c4a9</code></a> Update npm packages and add new rules</li>
<li><a href="6b4625e165"><code>6b4625e</code></a> Bump node-notifier from 8.0.0 to 8.0.1 (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/170">https://github.com/facebook/flipper/issues/170</a>)</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.1.0...v7.2.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1857

Reviewed By: passy

Differential Revision: D26047334

Pulled By: mweststrate

fbshipit-source-id: 286f12ca4c3c5585711e740c113001258ba18e25
2021-01-25 09:01:09 -08:00
dependabot[bot]
9cc69673be Bump @typescript-eslint/parser from 4.12.0 to 4.14.0 in /flipper-js-client-sdk (#1849)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.12.0 to 4.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>typescript-eslint/parser's releases</code></a>.</em></p>
<blockquote>
<h2>v4.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1>
<h3>Features</h3>
<ul>
<li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li>
<li><strong>eslint-plugin:</strong> add <code>object-curly-spacing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2892">#2892</a>) (<a href="32bd18de80">32bd18d</a>)</li>
</ul>
<h2>v4.13.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md"><code>typescript-eslint/parser's changelog</code></a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1>
<h3>Features</h3>
<ul>
<li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="60c5dcd686"><code>60c5dcd</code></a> chore: publish v4.14.0</li>
<li><a href="445e416878"><code>445e416</code></a> feat: add support for decorator metadata in scope analysis and in consistent-...</li>
<li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1849

Reviewed By: mweststrate

Differential Revision: D25973230

Pulled By: passy

fbshipit-source-id: 403a5d0502b40352f362a0e8adbd527214749377
2021-01-20 11:55:26 -08:00
dependabot[bot]
62d6242650 Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.14.0 in /flipper-js-client-sdk (#1848)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.12.0 to 4.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>typescript-eslint/eslint-plugin's releases</code></a>.</em></p>
<blockquote>
<h2>v4.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1>
<h3>Features</h3>
<ul>
<li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li>
<li><strong>eslint-plugin:</strong> add <code>object-curly-spacing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2892">#2892</a>) (<a href="32bd18de80">32bd18d</a>)</li>
</ul>
<h2>v4.13.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md"><code>typescript-eslint/eslint-plugin's changelog</code></a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1>
<h3>Features</h3>
<ul>
<li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="445e416878">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li>
<li><strong>eslint-plugin:</strong> add <code>object-curly-spacing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2892">#2892</a>) (<a href="32bd18de80">32bd18d</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="60c5dcd686"><code>60c5dcd</code></a> chore: publish v4.14.0</li>
<li><a href="32bd18de80"><code>32bd18d</code></a> feat(eslint-plugin): add <code>object-curly-spacing</code> rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2892">#2892</a>)</li>
<li><a href="445e416878"><code>445e416</code></a> feat: add support for decorator metadata in scope analysis and in consistent-...</li>
<li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li>
<li><a href="5558f41000"><code>5558f41</code></a> feat(eslint-plugin): [sort-type-union-intersection-members] add nullish group...</li>
<li><a href="f606846af2"><code>f606846</code></a> fix(eslint-plugin): support eslint@5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2917">#2917</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1848

Reviewed By: mweststrate

Differential Revision: D25973233

Pulled By: passy

fbshipit-source-id: c9bf114beb03ef792e3c4d17217699cf0c22593a
2021-01-20 11:55:26 -08:00
dependabot[bot]
eff12f5849 Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 in /flipper-js-client-sdk (#1839)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.12.0 to 4.13.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.13.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">typescript-eslint/parser's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.13.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1839

Reviewed By: mweststrate

Differential Revision: D25945598

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 9e21359e09e366a9c22192ff0e6df425a52eefb1
2021-01-19 18:45:38 -08:00
dependabot[bot]
b12c30900e Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 in /flipper-js-client-sdk (#1840)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.12.0 to 4.13.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.13.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0">4.13.0</a> (2021-01-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> support eslint@5 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2917">#2917</a>) (<a href="f606846af2">f606846</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-union-intersection-members] add nullish group (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2919">#2919</a>) (<a href="5558f41000">5558f41</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d02a40ddd7"><code>d02a40d</code></a> chore: publish v4.13.0</li>
<li><a href="5558f41000"><code>5558f41</code></a> feat(eslint-plugin): [sort-type-union-intersection-members] add nullish group...</li>
<li><a href="f606846af2"><code>f606846</code></a> fix(eslint-plugin): support eslint@5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2917">#2917</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.13.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.12.0&new-version=4.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1840

Reviewed By: mweststrate

Differential Revision: D25945604

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 9c5773d26a241120d0d5f7860383ff70e58d1e3d
2021-01-19 18:45:38 -08:00
dependabot[bot]
b3783fd12f Bump eslint from 7.17.0 to 7.18.0 in /flipper-js-client-sdk (#1841)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.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.18.0</h2>
<ul>
<li><a href="e3264b26a6"><code>e3264b2</code></a> Upgrade: eslint/eslintrc to improve error message for invalid extends (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14009">#14009</a>) (Milos Djermanovic)</li>
<li><a href="f17c3c3717"><code>f17c3c3</code></a> Update: check logical assignment operators in the complexity rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13979">#13979</a>) (Milos Djermanovic)</li>
<li><a href="672deb057a"><code>672deb0</code></a> Docs: fix no-invalid-regexp docs regarding ecmaVersion (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13991">#13991</a>) (Milos Djermanovic)</li>
<li><a href="179a910b32"><code>179a910</code></a> Fix: --init crash on question to upgrade/downgrade ESLint (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13978">#13978</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13995">#13995</a>) (Milos Djermanovic)</li>
<li><a href="292b1c0017"><code>292b1c0</code></a> Fix: no-extra-parens false positive with <code>let</code> identifier in for-loop (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13981">#13981</a>) (Milos Djermanovic)</li>
<li><a href="de61f9444c"><code>de61f94</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="9250d167ce"><code>9250d16</code></a> Upgrade: Bump lodash to fix security issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13993">#13993</a>) (Frederik Prijck)</li>
<li><a href="75fea9bcdd"><code>75fea9b</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="f2687e71f9"><code>f2687e7</code></a> Docs: update space-in-parens related rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13985">#13985</a>) (Chris Brody)</li>
<li><a href="4a38bbe81b"><code>4a38bbe</code></a> Docs: space-in-parens examples with no arguments etc. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13987">#13987</a>) (Chris Brody)</li>
<li><a href="3e49169868"><code>3e49169</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="c5bf1f2150"><code>c5bf1f2</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="98a729c9de"><code>98a729c</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="e83a6962b5"><code>e83a696</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="78cb48345c"><code>78cb483</code></a> Chore: test <code>foo( )</code> with space-in-parens option &quot;always&quot; (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13986">#13986</a>) (Chris Brody)</li>
<li><a href="f6948f6bdc"><code>f6948f6</code></a> Docs: Update semantic versioning policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13970">#13970</a>) (Nicholas C. Zakas)</li>
<li><a href="068821248e"><code>0688212</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="aeba5e5e60"><code>aeba5e5</code></a> Chore: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13975">#13975</a>) (Nitin Kumar)</li>
<li><a href="4ee113414b"><code>4ee1134</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.18.0 - January 15, 2021</p>
<ul>
<li><a href="e3264b26a6"><code>e3264b2</code></a> Upgrade: eslint/eslintrc to improve error message for invalid extends (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14009">#14009</a>) (Milos Djermanovic)</li>
<li><a href="f17c3c3717"><code>f17c3c3</code></a> Update: check logical assignment operators in the complexity rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13979">#13979</a>) (Milos Djermanovic)</li>
<li><a href="672deb057a"><code>672deb0</code></a> Docs: fix no-invalid-regexp docs regarding ecmaVersion (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13991">#13991</a>) (Milos Djermanovic)</li>
<li><a href="179a910b32"><code>179a910</code></a> Fix: --init crash on question to upgrade/downgrade ESLint (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13978">#13978</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13995">#13995</a>) (Milos Djermanovic)</li>
<li><a href="292b1c0017"><code>292b1c0</code></a> Fix: no-extra-parens false positive with <code>let</code> identifier in for-loop (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13981">#13981</a>) (Milos Djermanovic)</li>
<li><a href="de61f9444c"><code>de61f94</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="9250d167ce"><code>9250d16</code></a> Upgrade: Bump lodash to fix security issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13993">#13993</a>) (Frederik Prijck)</li>
<li><a href="75fea9bcdd"><code>75fea9b</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="f2687e71f9"><code>f2687e7</code></a> Docs: update space-in-parens related rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13985">#13985</a>) (Chris Brody)</li>
<li><a href="4a38bbe81b"><code>4a38bbe</code></a> Docs: space-in-parens examples with no arguments etc. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13987">#13987</a>) (Chris Brody)</li>
<li><a href="3e49169868"><code>3e49169</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="c5bf1f2150"><code>c5bf1f2</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="98a729c9de"><code>98a729c</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="e83a6962b5"><code>e83a696</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="78cb48345c"><code>78cb483</code></a> Chore: test <code>foo( )</code> with space-in-parens option &quot;always&quot; (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13986">#13986</a>) (Chris Brody)</li>
<li><a href="f6948f6bdc"><code>f6948f6</code></a> Docs: Update semantic versioning policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13970">#13970</a>) (Nicholas C. Zakas)</li>
<li><a href="068821248e"><code>0688212</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="aeba5e5e60"><code>aeba5e5</code></a> Chore: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13975">#13975</a>) (Nitin Kumar)</li>
<li><a href="4ee113414b"><code>4ee1134</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6509705a3b"><code>6509705</code></a> 7.18.0</li>
<li><a href="ad923cb9fd"><code>ad923cb</code></a> Build: changelog update for 7.18.0</li>
<li><a href="e3264b26a6"><code>e3264b2</code></a> Upgrade: eslint/eslintrc to improve error message for invalid extends (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14009">#14009</a>)</li>
<li><a href="f17c3c3717"><code>f17c3c3</code></a> Update: check logical assignment operators in the complexity rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13979">#13979</a>)</li>
<li><a href="672deb057a"><code>672deb0</code></a> Docs: fix no-invalid-regexp docs regarding ecmaVersion (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13991">#13991</a>)</li>
<li><a href="179a910b32"><code>179a910</code></a> Fix: --init crash on question to upgrade/downgrade ESLint (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13978">#13978</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13">https://github.com/facebook/flipper/issues/13</a>...</li>
<li><a href="292b1c0017"><code>292b1c0</code></a> Fix: no-extra-parens false positive with <code>let</code> identifier in for-loop (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13981">#13981</a>)</li>
<li><a href="de61f9444c"><code>de61f94</code></a> Sponsors: Sync README with website</li>
<li><a href="9250d167ce"><code>9250d16</code></a> Upgrade: Bump lodash to fix security issue (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13993">#13993</a>)</li>
<li><a href="75fea9bcdd"><code>75fea9b</code></a> Sponsors: Sync README with website</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.17.0&new-version=7.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1841

Reviewed By: mweststrate

Differential Revision: D25945595

Pulled By: priteshrnandgaonkar

fbshipit-source-id: facc528f3af9949ddd4341b35c7e021d8e3e3b65
2021-01-19 18:45:38 -08:00
dependabot[bot]
95e8f598a9 Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 in /flipper-js-client-sdk (#1823)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.11.1 to 4.12.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.12.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c6ec93fe5"><code>4c6ec93</code></a> chore: publish v4.12.0</li>
<li><a href="9092c0494e"><code>9092c04</code></a> feat(eslint-plugin): add rule <code>sort-type-union-intersection-members</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2913">#2913</a>)</li>
<li><a href="4d69fbba91"><code>4d69fbb</code></a> fix(eslint-plugin): [comma-spacing] handle empty type params (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2915">#2915</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.11.1&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1823

Reviewed By: mweststrate

Differential Revision: D25870625

Pulled By: passy

fbshipit-source-id: 7600832d73746a39854a56433af8b721d7347df8
2021-01-12 09:50:31 -08:00
dependabot[bot]
a33db4a884 Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 in /flipper-js-client-sdk (#1824)
Summary:
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.0 to 3.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p>
<blockquote>
<h2>v3.3.1 (2021-01-04)</h2>
<ul>
<li>fix: add eslint-config-prettier as an optional peer dependency (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/374">https://github.com/facebook/flipper/issues/374</a>) (<a href="d59df27890">d59df27</a>)</li>
<li>build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (<a href="b87985d8b1">b87985d</a>)</li>
<li>build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (<a href="11e427e5d6">11e427e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b0ddb107cc"><code>b0ddb10</code></a> Build: update package.json and changelog for v3.3.1</li>
<li><a href="d59df27890"><code>d59df27</code></a> fix: add eslint-config-prettier as an optional peer dependency (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/374">https://github.com/facebook/flipper/issues/374</a>)</li>
<li><a href="b87985d8b1"><code>b87985d</code></a> build(deps-dev): bump eslint from 7.16.0 to 7.17.0</li>
<li><a href="11e427e5d6"><code>11e427e</code></a> build(deps-dev): bump eslint from 7.15.0 to 7.16.0</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v3.3.0...v3.3.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=3.3.1)](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/1824

Reviewed By: mweststrate

Differential Revision: D25870620

Pulled By: passy

fbshipit-source-id: c7707d570ccfb95cb44da755272f4291db0d82a4
2021-01-12 09:45:15 -08:00
dependabot[bot]
1075a1bc18 Bump @typescript-eslint/parser from 4.10.0 to 4.12.0 in /flipper-js-client-sdk (#1814)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.10.0 to 4.12.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.12.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-spacing] handle empty type params (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2915">#2915</a>) (<a href="4d69fbba91">4d69fbb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>sort-type-union-intersection-members</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2913">#2913</a>) (<a href="9092c0494e">9092c04</a>)</li>
</ul>
<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="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h2>v4.11.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">typescript-eslint/parser's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0">4.12.0</a> (2021-01-04)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<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>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c6ec93fe5"><code>4c6ec93</code></a> chore: publish v4.12.0</li>
<li><a href="85c2720571"><code>85c2720</code></a> chore: publish v4.11.1</li>
<li><a href="535c8c438a"><code>535c8c4</code></a> docs(parser): clarify <code>ecmaVersion</code> usage (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2899">#2899</a>)</li>
<li><a href="e8f73e168a"><code>e8f73e1</code></a> chore: publish v4.11.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1814

Reviewed By: cekkaewnumchai

Differential Revision: D25805309

Pulled By: passy

fbshipit-source-id: b96ade7a5552786ee00dd24af11fa8f738a55f86
2021-01-07 04:23:14 -08:00
dependabot[bot]
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="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>) (Milos Djermanovic)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>) (Milos Djermanovic)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>) (Milos Djermanovic)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>) (Milos Djermanovic)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>) (Milos Djermanovic)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>) (薛定谔的猫)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>) (Milos Djermanovic)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13959">#13959</a>) (Milos Djermanovic)</li>
<li><a href="e451b9664a"><code>e451b96</code></a> Docs: update build tool for webpack (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13962">#13962</a>) (Sam Chen)</li>
<li><a href="c3e9accce2"><code>c3e9acc</code></a> Chore: fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13960">#13960</a>) (YeonJuan)</li>
<li><a href="7289ecf58e"><code>7289ecf</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.17.0 - January 1, 2021</p>
<ul>
<li><a href="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>) (Milos Djermanovic)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>) (Milos Djermanovic)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>) (Milos Djermanovic)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>) (Milos Djermanovic)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>) (Milos Djermanovic)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>) (薛定谔的猫)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>) (Milos Djermanovic)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13959">#13959</a>) (Milos Djermanovic)</li>
<li><a href="e451b9664a"><code>e451b96</code></a> Docs: update build tool for webpack (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13962">#13962</a>) (Sam Chen)</li>
<li><a href="c3e9accce2"><code>c3e9acc</code></a> Chore: fix typos (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13960">#13960</a>) (YeonJuan)</li>
<li><a href="7289ecf58e"><code>7289ecf</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="896273f9d7"><code>896273f</code></a> 7.17.0</li>
<li><a href="be40eff57f"><code>be40eff</code></a> Build: changelog update for 7.17.0</li>
<li><a href="e128e775e9"><code>e128e77</code></a> Update: check logical assignment in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13946">#13946</a>)</li>
<li><a href="cc48713696"><code>cc48713</code></a> Chore: refactor calculating range and loc in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13964">#13964</a>)</li>
<li><a href="535fe47fee"><code>535fe47</code></a> Update: use regexpp's default ecmaVersion in no-control-regex (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13969">#13969</a>)</li>
<li><a href="83e98cd48c"><code>83e98cd</code></a> Fix: use regexpp's default ecmaVersion in no-invalid-regexp (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13968">#13968</a>)</li>
<li><a href="7297363ea3"><code>7297363</code></a> Docs: fix examples for no-multi-str (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13966">#13966</a>)</li>
<li><a href="06498716bf"><code>0649871</code></a> Update: add autofix to rule multiline-ternary (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13958">#13958</a>)</li>
<li><a href="f6e7e3231b"><code>f6e7e32</code></a> Fix: no-useless-escape wrong loc and fix with CRLF in template elements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13953">#13953</a>)</li>
<li><a href="19c69c0293"><code>19c69c0</code></a> Fix: one-var shouldn't split declaration if it isn't in a statement list (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13">https://github.com/facebook/flipper/issues/13</a>...</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.16.0&new-version=7.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1805

Reviewed By: cekkaewnumchai

Differential Revision: D25804200

Pulled By: passy

fbshipit-source-id: 1c152a70e5e30753377d87045a5dcd6937bee5ed
2021-01-07 04:23:14 -08:00
dependabot[bot]
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="e2eaadae31"><code>e2eaada</code></a> Update CHANGELOG and bump version</li>
<li><a href="77e1b35802"><code>77e1b35</code></a> [Fix] <code>no-danger-with-children</code>/<code>style-prop-object</code>/`no-adjacent-inline-eleme...</li>
<li><a href="a137a04d79"><code>a137a04</code></a> [Tests] clean up some test cases</li>
<li><a href="9e4bbd0e81"><code>9e4bbd0</code></a> [Fix] <code>no-unused-prop-types</code>: apply <code>skipShapeProps</code> to exact types</li>
<li><a href="7aaa1cf6b0"><code>7aaa1cf</code></a> [meta] fix changelog entry</li>
<li><a href="c4ecce98d0"><code>c4ecce9</code></a> [New] <code>jsx-no-target-blank</code>: Add <code>warnOnSpreadAttributes</code> option</li>
<li><a href="66593e56d6"><code>66593e5</code></a> [New] <code>jsx-indent-props</code>: add <code>ignoreTernaryOperator</code> option</li>
<li><a href="816e3449cf"><code>816e344</code></a> [Fix] <code>jsx-no-undef</code>: handle the TS parser combined with an invalid ecmaVersion</li>
<li><a href="b85b8fc39e"><code>b85b8fc</code></a> [Tests] add <code>readme</code> tests I forgot in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2887">#2887</a></li>
<li><a href="8ef839aabe"><code>8ef839a</code></a> [Tests] migrate tests to Github Actions</li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.22.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.21.5&new-version=7.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1804

Reviewed By: cekkaewnumchai

Differential Revision: D25805314

Pulled By: passy

fbshipit-source-id: 24a1de5f6d832ec1aa261f667aae50e8cc5de524
2021-01-07 04:23:14 -08:00
dependabot[bot]
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="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h2>v4.11.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<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="2f10e1a5c7">2f10e1a</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0">4.11.0</a> (2020-12-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [non-nullable-type-assertion-style] handle const assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2881">#2881</a>) (<a href="53dc34d391">53dc34d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prom-func-async] add automatic fix (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2845">#2845</a>) (<a href="717e718e91">717e718</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="85c2720571"><code>85c2720</code></a> chore: publish v4.11.1</li>
<li><a href="2f10e1a5c7"><code>2f10e1a</code></a> fix(eslint-plugin): [naming-convention] fix precedence of method and property...</li>
<li><a href="51b22695eb"><code>51b2269</code></a> docs(eslint-plugin): reword misleading strict-boolean-expressions code exampl...</li>
<li><a href="e8f73e168a"><code>e8f73e1</code></a> chore: publish v4.11.0</li>
<li><a href="717e718e91"><code>717e718</code></a> feat(eslint-plugin): [prom-func-async] add automatic fix (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2845">#2845</a>)</li>
<li><a href="1ef0d64988"><code>1ef0d64</code></a> docs(eslint-plugin): [no-namespace] correct default and example (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2876">#2876</a>)</li>
<li><a href="53dc34d391"><code>53dc34d</code></a> fix(eslint-plugin): [non-nullable-type-assertion-style] handle const assertio...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.11.1/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.11.1)](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/1806

Reviewed By: jknoxville

Differential Revision: D25802067

Pulled By: passy

fbshipit-source-id: bb426106ddc9f7cff96f507118a0a042b381dd2f
2021-01-06 08:53:41 -08:00
dependabot[bot]
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="a62ad6f031"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>) (Milos Djermanovic)</li>
<li><a href="f85b4c7266"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>) (buhi)</li>
<li><a href="301d0c0522"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>) (Milos Djermanovic)</li>
<li><a href="555c128b49"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>) (Milos Djermanovic)</li>
<li><a href="d93c935036"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>) (Milos Djermanovic)</li>
<li><a href="8d0c93a7ef"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>) (Rouven Weßling)</li>
<li><a href="924768377a"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>) (Brandon Mills)</li>
<li><a href="ab240d4983"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>) (Milos Djermanovic)</li>
<li><a href="dc76911035"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628">#13628</a>) (Álvaro Mondéjar)</li>
<li><a href="2124e1b5da"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913">#13913</a>) (noisyboy25)</li>
<li><a href="06b5809697"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="26fc12f881"><code>26fc12f</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.16.0 - December 18, 2020</p>
<ul>
<li><a href="a62ad6f031"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>) (Milos Djermanovic)</li>
<li><a href="f85b4c7266"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>) (buhi)</li>
<li><a href="301d0c0522"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>) (Milos Djermanovic)</li>
<li><a href="555c128b49"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>) (Milos Djermanovic)</li>
<li><a href="d93c935036"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>) (Milos Djermanovic)</li>
<li><a href="8d0c93a7ef"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>) (Rouven Weßling)</li>
<li><a href="924768377a"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>) (Brandon Mills)</li>
<li><a href="ab240d4983"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>) (Milos Djermanovic)</li>
<li><a href="dc76911035"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628">#13628</a>) (Álvaro Mondéjar)</li>
<li><a href="2124e1b5da"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913">#13913</a>) (noisyboy25)</li>
<li><a href="06b5809697"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="26fc12f881"><code>26fc12f</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="145aec1ab9"><code>145aec1</code></a> 7.16.0</li>
<li><a href="83518a5610"><code>83518a5</code></a> Build: changelog update for 7.16.0</li>
<li><a href="a62ad6f031"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>)</li>
<li><a href="f85b4c7266"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>)</li>
<li><a href="301d0c0522"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>)</li>
<li><a href="555c128b49"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>)</li>
<li><a href="d93c935036"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>)</li>
<li><a href="8d0c93a7ef"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>)</li>
<li><a href="924768377a"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>)</li>
<li><a href="ab240d4983"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.15.0&new-version=7.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1780

Reviewed By: passy

Differential Revision: D25664489

Pulled By: cekkaewnumchai

fbshipit-source-id: 8b5233adb68593d5f45acad5b0ad9ede5ff181cb
2020-12-21 18:42:11 -08:00
dependabot[bot]
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="c6ac365b0f"><code>c6ac365</code></a> eslint-config-prettier v7.1.0</li>
<li><a href="ec5264882f"><code>ec52648</code></a> Update npm packages</li>
<li><a href="6604b27d37"><code>6604b27</code></a> Disable <code>unicorn/empty-brace-spaces</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/169">https://github.com/facebook/flipper/issues/169</a>)</li>
<li><a href="078db840bb"><code>078db84</code></a> Update npm packages</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1781

Reviewed By: passy

Differential Revision: D25664491

Pulled By: cekkaewnumchai

fbshipit-source-id: cae348fed5ea3976135ed6bfd2c76132844f7244
2020-12-21 18:42:11 -08:00
dependabot[bot]
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="9a6c3628a2">9a6c362</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>non-nullable-type-assertion-style</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2624">#2624</a>) (<a href="7eee44fff3">7eee44f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">typescript-eslint/parser's changelog</a>.</em></p>
<blockquote>
<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>
<p><strong>Note:</strong> Version bump only for package typescript-eslint/parser</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d35a539f11"><code>d35a539</code></a> chore: publish v4.10.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.10.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1779

Reviewed By: passy

Differential Revision: D25664487

Pulled By: cekkaewnumchai

fbshipit-source-id: f081bf0f32b89d021ea293f869ca1f9ae05efeb3
2020-12-21 18:42:11 -08:00
dependabot[bot]
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="9a6c3628a2">9a6c362</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>non-nullable-type-assertion-style</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2624">#2624</a>) (<a href="7eee44fff3">7eee44f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md">typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<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="9a6c3628a2">9a6c362</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add rule <code>non-nullable-type-assertion-style</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2624">#2624</a>) (<a href="7eee44fff3">7eee44f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d35a539f11"><code>d35a539</code></a> chore: publish v4.10.0</li>
<li><a href="7eee44fff3"><code>7eee44f</code></a> feat(eslint-plugin): add rule <code>non-nullable-type-assertion-style</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2624">#2624</a>)</li>
<li><a href="9a6c3628a2"><code>9a6c362</code></a> fix(eslint-plugin): [naming-convention] fix wrong member of <code>method</code> and `pro...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.10.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1778

Reviewed By: passy

Differential Revision: D25664482

Pulled By: cekkaewnumchai

fbshipit-source-id: 7c2b7b1b8800ff197a4d71a1ba4d5886eb0b8729
2020-12-21 18:42:11 -08:00
Michel Weststrate
5205fe09e0 bump deps of flipper-js-client-sdk
Summary:
allow-large-files

yarn upgrade-interactive --latest
fixes #1762, #1763

Reviewed By: nikoant

Differential Revision: D25533758

fbshipit-source-id: fc4a39182d84e775dfbf4023ffc4a5d68d296e11
2020-12-14 09:14:23 -08:00
dependabot[bot]
561bf12518 Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 in /flipper-js-client-sdk (#1744)
Summary:
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p>
<blockquote>
<h2>v3.2.0 (2020-12-03)</h2>
<ul>
<li>Skip CI for eslint 6 + node 8 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/364">https://github.com/facebook/flipper/issues/364</a>) (<a href="f8f08e4835">f8f08e4</a>)</li>
<li>Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/360">https://github.com/facebook/flipper/issues/360</a>) (<a href="a1e5591120">a1e5591</a>)</li>
<li>Create dependabot.yml (<a href="f58b6c7c35">f58b6c7</a>)</li>
<li>docs(README): fix prettier getFileInfo link (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/335">https://github.com/facebook/flipper/issues/335</a>) (<a href="5a690f14d7">5a690f1</a>)</li>
<li>build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (<a href="8614c458ed">8614c45</a>)</li>
<li>build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (<a href="12d9ed877a">12d9ed8</a>)</li>
<li>build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (<a href="5a6f42e4ed">5a6f42e</a>)</li>
<li>chore: update CI badge in readme (<a href="5012b665f9">5012b66</a>)</li>
<li>Use Github Actions for CI (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/305">#305</a>) (<a href="41eb64fda3">41eb64f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="bd0ac3bcbf"><code>bd0ac3b</code></a> Build: update package.json and changelog for v3.2.0</li>
<li><a href="f8f08e4835"><code>f8f08e4</code></a> Skip CI for eslint 6 + node 8 (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/364">https://github.com/facebook/flipper/issues/364</a>)</li>
<li><a href="a1e5591120"><code>a1e5591</code></a> Turn off problematic rules in recommended config (prepare for next eslint-con...</li>
<li><a href="f58b6c7c35"><code>f58b6c7</code></a> Create dependabot.yml</li>
<li><a href="5a690f14d7"><code>5a690f1</code></a> docs(README): fix prettier getFileInfo link (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/335">https://github.com/facebook/flipper/issues/335</a>)</li>
<li><a href="8614c458ed"><code>8614c45</code></a> build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0</li>
<li><a href="12d9ed877a"><code>12d9ed8</code></a> build(deps-dev): bump eslint from 7.3.0 to 7.3.1</li>
<li><a href="5a6f42e4ed"><code>5a6f42e</code></a> build(deps-dev): bump eslint from 7.2.0 to 7.3.0</li>
<li><a href="5012b665f9"><code>5012b66</code></a> chore: update CI badge in readme</li>
<li><a href="41eb64fda3"><code>41eb64f</code></a> Use Github Actions for CI (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/305">#305</a>)</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.4...v3.2.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.1.4&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1744

Reviewed By: nikoant

Differential Revision: D25461684

Pulled By: mweststrate

fbshipit-source-id: 093c15908015e361499d3242a0850144f20d4c3a
2020-12-10 08:55:54 -08:00
dependabot[bot]
200fa2dab5 Bump prettier from 2.1.2 to 2.2.0 in /flipper-js-client-sdk (#1699)
Summary:
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
<blockquote>
<h1>2.2.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0">diff</a></p>
<p>{emoji:1f517} <a href="https://prettier.io/blog/2020/11/20/2.2.0.html">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.2.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0">diff</a></p>
<p>{emoji:1f517} <a href="https://prettier.io/blog/2020/11/20/2.2.0.html">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="42b2195e71"><code>42b2195</code></a> Release 2.2.0</li>
<li><a href="9bc90cfe7d"><code>9bc90cf</code></a> Update to typescript 4.1.2 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9725">#9725</a>)</li>
<li><a href="002dc6c45f"><code>002dc6c</code></a> Extract <code>printStatementSequence</code>, <code>printMemberExpression</code>, and <code>printBlock</code> (...</li>
<li><a href="92d31d1b30"><code>92d31d1</code></a> Extract <code>printAssignment</code>, <code>printBinaryishExpression</code>, and <code>printComment</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9">https://github.com/facebook/flipper/issues/9</a>...</li>
<li><a href="05236cf64d"><code>05236cf</code></a> Extract printInterface and printCallExpression (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9715">#9715</a>)</li>
<li><a href="c03a38e8de"><code>c03a38e</code></a> Extract function related functions (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9721">#9721</a>)</li>
<li><a href="87dab58b3a"><code>87dab58</code></a> Extract printClass and printTypeParameters (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9713">#9713</a>)</li>
<li><a href="b12e869333"><code>b12e869</code></a> Extract JSX related print functions (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9714">#9714</a>)</li>
<li><a href="7acaa554e9"><code>7acaa55</code></a> Build(deps-dev): Bump rollup from 2.33.2 to 2.33.3 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9717">#9717</a>)</li>
<li><a href="ca9aac8997"><code>ca9aac8</code></a> Build(deps-dev): Bump webpack from 5.5.0 to 5.5.1 in /website (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9716">#9716</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1699

Reviewed By: mweststrate

Differential Revision: D25170892

Pulled By: passy

fbshipit-source-id: bec87d63ccc658acda18f1eb2bff9f8cf3fda1b4
2020-11-27 04:28:13 -08:00
Michel Weststrate
8025c49768 Upgrade to TypeScript 4.1
Summary:
allow-large-files

Upgrade to TypeScript 4.1

Reviewed By: nikoant

Differential Revision: D25122073

fbshipit-source-id: 7d2bc6f97595c825c9527b0c6ecab07698d5f981
2020-11-26 04:22:05 -08:00
Michel Weststrate
670be012b2 Kill Flow support
Summary:
* Removed Flow compilation step
* Removed all `flow` annotations
* Removed all FlowFixMe's
* Removed flow typings for Flipper
* Left flow transpilation (stripping) in babel, in case there is any external user using Flow in his plugin
* Left `eslint-plugin-flowtype` dependencies, as `eslint-config-fbjs` requires it

Reviewed By: passy

Differential Revision: D24755545

fbshipit-source-id: 9c0a7910657fd1cba88294e041bf2bfdf7b565bf
2020-11-09 08:24:28 -08:00
dependabot[bot]
c9205bda3b Bump eslint-config-prettier from 6.12.0 to 6.15.0 in /flipper-js-client-sdk (#1636)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.15.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 6.15.0 (2020-10-27)</h3>
<ul>
<li>Added: [typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (<a href="https://github.com/ybiquitous">ybiquitous</a>)!!</li>
</ul>
<h3>Version 6.14.0 (2020-10-21)</h3>
<ul>
<li>Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to <a href="https://github.com/xcatliu">xcatliu</a>!</li>
</ul>
<h3>Version 6.13.0 (2020-10-16)</h3>
<ul>
<li>Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to <a href="https://github.com/xcatliu">xcatliu</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b1ace774ac"><code>b1ace77</code></a> eslint-config-prettier v6.15.0</li>
<li><a href="c4a089a2d3"><code>c4a089a</code></a> Update npm packages</li>
<li><a href="b875b6efc7"><code>b875b6e</code></a> Turn off <code>typescript-eslint/space-infix-ops</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/164">https://github.com/facebook/flipper/issues/164</a>)</li>
<li><a href="12b126d332"><code>12b126d</code></a> eslint-config-prettier v6.14.0</li>
<li><a href="2ba1a6145b"><code>2ba1a61</code></a> Update npm packages</li>
<li><a href="219757f1ab"><code>219757f</code></a> Turn off new eslint-plugin-vue rules (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/163">https://github.com/facebook/flipper/issues/163</a>)</li>
<li><a href="4edf6e6bc5"><code>4edf6e6</code></a> eslint-config-prettier v6.13.0</li>
<li><a href="ba40e0d165"><code>ba40e0d</code></a> Update npm packages</li>
<li><a href="fdc25da880"><code>fdc25da</code></a> Support eslint-plugin-vue@7 (which support Vue 3.0) (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/162">https://github.com/facebook/flipper/issues/162</a>)</li>
<li><a href="d5ae0c6e68"><code>d5ae0c6</code></a> Fix broken links in readme</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.15.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=6.12.0&new-version=6.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1636

Reviewed By: passy

Differential Revision: D24756414

Pulled By: cekkaewnumchai

fbshipit-source-id: 952d2f13caa3fb1536cccf9913dd42d148385536
2020-11-05 05:32:22 -08:00
dependabot[bot]
4d9c7953cc Bump eslint-plugin-jsx-a11y from 6.4.0 to 6.4.1 in /flipper-js-client-sdk (#1640)
Summary:
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.4.0 to 6.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p>
<blockquote>
<h1>6.4.1 / 2020-10-26</h1>
<ul>
<li>f8a4496 Upgrade jsx-ast-utils to v3.1.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c99beef4f3"><code>c99beef</code></a> 6.4.1</li>
<li><a href="f8a4496b55"><code>f8a4496</code></a> Upgrade jsx-ast-utils to v3.1.0</li>
<li><a href="1834668927"><code>1834668</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/753">https://github.com/facebook/flipper/issues/753</a> from jsx-eslint/tag-6.4.0</li>
<li><a href="a6d883d4c6"><code>a6d883d</code></a> CHANGELOG update for v6.4.0</li>
<li>See full diff in <a href="https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.4.0...v6.4.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jsx-a11y&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1640

Reviewed By: passy

Differential Revision: D24702721

Pulled By: cekkaewnumchai

fbshipit-source-id: 9614cf295774e171edd34a353f997a8ece9f720c
2020-11-04 03:58:30 -08:00
dependabot[bot]
7dc238a104 @allow-large-files [flipper][PR] Bump typescript from 4.0.3 to 4.0.5 in /flipper-js-client-sdk (#1639)
Summary:
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.0.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.0.5</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.0.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.0.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.0.1%22+is%3Aclosed+">fixed issues query for TypeScript v4.0.1 (RC)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+4.0.2%22+is%3Aclosed+">fixed issues query for TypeScript v4.0.2</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+4.0.3%22+is%3Aclosed+">fixed issues query for TypeScript v4.0.3</a>.</li>
<li>TypeScript 4.0.4 NOT FOUND</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+4.0.5%22+is%3Aclosed+">fixed issues query for TypeScript v4.0.5</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="524480f2b2"><code>524480f</code></a> Bump version to 4.0.5 and LKG</li>
<li><a href="4f783761c2"><code>4f78376</code></a> Update LKG</li>
<li><a href="2c0e966105"><code>2c0e966</code></a> Pick/41079/release 4.0 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/41204">#41204</a>)</li>
<li><a href="cf134778bf"><code>cf13477</code></a> Bump version to 4.0.4 and LKG</li>
<li><a href="60ad73da1f"><code>60ad73d</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/40880">#40880</a> into release-4.0 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/41107">#41107</a>)</li>
<li><a href="91628ac60e"><code>91628ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/40703">#40703</a> from amcasey/NpmCi40</li>
<li><a href="a76f015f9b"><code>a76f015</code></a> Backport package-lock infra changes to 4.0</li>
<li><a href="e9d8ccb8b6"><code>e9d8ccb</code></a> fix(40640) add missing notApplicableReason in protocol (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/40680">#40680</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/40688">#40688</a>)</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.0.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.0.3&new-version=4.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1639

Reviewed By: passy

Differential Revision: D24702713

Pulled By: cekkaewnumchai

fbshipit-source-id: afc219d46bc57cc42a2ef2247b7ad83de0fba2b5
2020-11-04 03:28:14 -08:00
dependabot[bot]
1e546c9985 Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0 in /flipper-js-client-sdk (#1614)
Summary:
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.2 to 4.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md">eslint-plugin-react-hooks's changelog</a>.</em></p>
<blockquote>
<h2>4.2.0</h2>
<ul>
<li>No changes, this was an automated release together with React 17.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react-hooks&package-manager=npm_and_yarn&previous-version=4.1.2&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1614

Reviewed By: cekkaewnumchai

Differential Revision: D24590115

Pulled By: passy

fbshipit-source-id: b7f4c86c6f41ad39e389b06e79f6b3e08402a230
2020-10-29 04:33:00 -07:00
dependabot[bot]
dc14d62fa5 Bump eslint-plugin-react from 7.21.4 to 7.21.5 in /flipper-js-client-sdk (#1615)
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.4 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3aa3ce9b9f"><code>3aa3ce9</code></a> Update CHANGELOG and bump version</li>
<li><a href="7ac05f016d"><code>7ac05f0</code></a> [Deps] update <code>resolve</code></li>
<li><a href="efd3da3dee"><code>efd3da3</code></a> [Fix] <code>jsx-handler-names</code>: Skip inline handlers when checkInlineFunction=false</li>
<li><a href="aeff5ea719"><code>aeff5ea</code></a> [Tests] Add passing test for js-indent props</li>
<li><a href="237547e345"><code>237547e</code></a> [Fix] <code>jsx-indent-props</code>: Apply indentation when using brackets</li>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.21.4&new-version=7.21.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1615

Reviewed By: cekkaewnumchai

Differential Revision: D24590114

Pulled By: passy

fbshipit-source-id: 08340c341e4c61284d33e736aadd8558a00da970
2020-10-29 04:33:00 -07:00
dependabot[bot]
bd379b76f1 Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.0 in /flipper-js-client-sdk (#1630)
Summary:
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.3.1 to 6.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p>
<blockquote>
<h1>6.4.0 / 2020-10-26</h1>
<ul>
<li>83e4ff2 [Deps] update <code>axe-core</code>, <code>jsx-ast-utils</code></li>
<li>eb92b07 [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code>, <code>estraverse</code>, <code>expect</code>, <code>object.assign</code></li>
<li>3d98d7a [Deps] update <code>babel/runtime</code>, <code>axe-core</code></li>
<li>f702f62 [readme] add Spanish translation</li>
<li>c2ae092 [Docs] <code>no-static-element-interactions</code>: Fixed rule name in comments</li>
<li>b90e20d Fix screenreader -&gt; screen reader</li>
<li>645900a Fixed rule name in comments</li>
<li>381b9d6 [fix:634] Ignore control elements that are hidden</li>
<li>2c47f0a [Fix] <code>autocomplete-valid</code>: workaround for axe not being able to handle <code>null</code></li>
<li>00bd6d8 Add failing test for autocomplete with dynamic type</li>
<li>3c49c9a Add WCAG guidelines to rule documentation</li>
<li>4ecaf35 Add a testcase for tablist to interactive supports focus</li>
<li>dac6864 Deprecate the accessible-emoji rule</li>
<li>5191053 Update to axobject-query@2.2.0</li>
<li>b315698 Allow negative tabindex in aria-activedescendant-has-tabindex</li>
<li>8e6fcd0 docs: fix travis badge now points to correct location at travis-ci.com</li>
<li>2234df7 Account for additional control elements in label-has-associated-control</li>
<li>5cbb718 Adding test cases for label tests</li>
<li>66c425c Additional test case for no-redundant-roles</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="78080d432d"><code>78080d4</code></a> 6.4.0</li>
<li><a href="737e492959"><code>737e492</code></a> CHANGELOG update for v6.4.0</li>
<li><a href="83e4ff2870"><code>83e4ff2</code></a> [Deps] update <code>axe-core</code>, <code>jsx-ast-utils</code></li>
<li><a href="eb92b071ef"><code>eb92b07</code></a> [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, `babel/plugin-transform-flow-...</li>
<li><a href="3d98d7a03a"><code>3d98d7a</code></a> [Deps] update <code>babel/runtime</code>, <code>axe-core</code></li>
<li><a href="f702f627a2"><code>f702f62</code></a> [readme] add Spanish translation</li>
<li><a href="5b35bb0c98"><code>5b35bb0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/725">https://github.com/facebook/flipper/issues/725</a> from piperchester/patch-1</li>
<li><a href="36523578a6"><code>3652357</code></a> Merge branch 'master' into patch-1</li>
<li><a href="c2ae0924c8"><code>c2ae092</code></a> [Docs] <code>no-static-element-interactions</code>: Fixed rule name in comments</li>
<li><a href="b90e20d6ab"><code>b90e20d</code></a> Fix screenreader -&gt; screen reader</li>
<li>Additional commits viewable in <a href="https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.3.1...v6.4.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jsx-a11y&package-manager=npm_and_yarn&previous-version=6.3.1&new-version=6.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1630

Reviewed By: cekkaewnumchai

Differential Revision: D24590110

Pulled By: passy

fbshipit-source-id: 7a3f411025c6df142c814ed534a0da15ef9f03df
2020-10-28 08:08:21 -07:00
dependabot[bot]
a0516639e3 Bump eslint-config-prettier from 6.12.0 to 6.14.0 in /flipper-js-client-sdk (#1618)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.14.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 6.14.0 (2020-10-21)</h3>
<ul>
<li>Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to <a href="https://github.com/xcatliu">xcatliu</a>!</li>
</ul>
<h3>Version 6.13.0 (2020-10-16)</h3>
<ul>
<li>Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to <a href="https://github.com/xcatliu">xcatliu</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="12b126d332"><code>12b126d</code></a> eslint-config-prettier v6.14.0</li>
<li><a href="2ba1a6145b"><code>2ba1a61</code></a> Update npm packages</li>
<li><a href="219757f1ab"><code>219757f</code></a> Turn off new eslint-plugin-vue rules (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/163">https://github.com/facebook/flipper/issues/163</a>)</li>
<li><a href="4edf6e6bc5"><code>4edf6e6</code></a> eslint-config-prettier v6.13.0</li>
<li><a href="ba40e0d165"><code>ba40e0d</code></a> Update npm packages</li>
<li><a href="fdc25da880"><code>fdc25da</code></a> Support eslint-plugin-vue@7 (which support Vue 3.0) (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/162">https://github.com/facebook/flipper/issues/162</a>)</li>
<li><a href="d5ae0c6e68"><code>d5ae0c6</code></a> Fix broken links in readme</li>
<li><a href="5d479e9433"><code>5d479e9</code></a> Fix tests</li>
<li><a href="e73484d8cc"><code>e73484d</code></a> Remove &quot;Example configuration&quot; section in readme</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.14.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=6.12.0&new-version=6.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1618

Reviewed By: cekkaewnumchai

Differential Revision: D24590112

Pulled By: passy

fbshipit-source-id: 98cf91f8bda78469348459564ea841f9b86a8705
2020-10-28 08:08:21 -07:00
dependabot[bot]
6c0229cd53 Bump eslint-plugin-react from 7.21.3 to 7.21.4 in /flipper-js-client-sdk (#1584)
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.3 to 7.21.4.
<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.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="632639ba26"><code>632639b</code></a> Update CHANGELOG and bump version</li>
<li><a href="802cdb80be"><code>802cdb8</code></a> [readme] clear up Fragment docs</li>
<li><a href="896fe4b7ec"><code>896fe4b</code></a> [Tests] <code>jsx-indent-props</code> : Apply indentation when used expression</li>
<li><a href="b7b023f1e2"><code>b7b023f</code></a> [Deps] update <code>jsx-ast-utils</code></li>
<li><a href="959fb23365"><code>959fb23</code></a> [Fix] <code>jsx-indent-props</code>: Apply indentation when operator is used in front of...</li>
<li><a href="f84dc8b208"><code>f84dc8b</code></a> [Refactor] cleanup <code>no-mixed-operators</code> warnings</li>
<li><a href="71a0e8f43e"><code>71a0e8f</code></a> [Fix] <code>no-unused-prop-types</code>: Silence false positive on <code>never</code> type in TS</li>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.21.3&new-version=7.21.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1584

Reviewed By: mweststrate

Differential Revision: D24249930

Pulled By: nikoant

fbshipit-source-id: 42f9bb2c0ea8fb34486836cb76abf7e10a10cb69
2020-10-13 03:09:15 -07:00
Michel Weststrate
8b111e48e6 Bump dependencies in flipper-js-client-sdk
Summary: Dependabot bumping deps one by one create a shitload of PRs, so creating a bunch of diffs that bumps all deps per subproject, using `yarn upgrade-interactive`

Reviewed By: passy

Differential Revision: D24137398

fbshipit-source-id: 2a653a5a92742f8a063e529007949c26899f35e5
2020-10-08 01:39:16 -07:00
dependabot[bot]
55519d5195 Bump eslint-config-prettier from 6.11.0 to 6.12.0 in /flipper-js-client-sdk (#1549)
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 6.12.0 (2020-09-25)</h3>
<ul>
<li>Added: [typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (<a href="https://github.com/ybiquitous">ybiquitous</a>)!!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="37a62901a3"><code>37a6290</code></a> eslint-config-prettier v6.12.0</li>
<li><a href="3ea5ad584a"><code>3ea5ad5</code></a> Update npm packages</li>
<li><a href="84dfbd5fa6"><code>84dfbd5</code></a> Turn off <code>typescript-eslint/comma-dangle</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/159">https://github.com/facebook/flipper/issues/159</a>)</li>
<li><a href="9444ee0b20"><code>9444ee0</code></a> Bump lodash from 4.17.15 to 4.17.19 (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/153">https://github.com/facebook/flipper/issues/153</a>)</li>
<li><a href="1504761368"><code>1504761</code></a> Update npm packages</li>
<li><a href="7cad28d09a"><code>7cad28d</code></a> Remove extra exclamation mark</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=6.11.0&new-version=6.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1549

Reviewed By: cekkaewnumchai

Differential Revision: D24112971

Pulled By: mweststrate

fbshipit-source-id: af3a409c3f61124de6cd158365c372d206cb4bb5
2020-10-06 04:23:08 -07:00
dependabot[bot]
176e2a541e Bump eslint-plugin-import from 2.21.2 to 2.22.1 in /flipper-js-client-sdk (#1547)
Summary:
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p>
<blockquote>
<h2>[2.22.1] - 2020-09-27</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>default</code>]/TypeScript: avoid crash on <code>export =</code> with a MemberExpression (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1841">#1841</a>, thanks [<a href="https://github.com/ljharb">ljharb</a>])</li>
<li>[<code>extensions</code>]/importType: Fix @/abc being treated as scoped module (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1854">#1854</a>, thanks [<a href="https://github.com/3nuc">3nuc</a>])</li>
<li>allow using rest operator in named export (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1878">#1878</a>, thanks [<a href="https://github.com/foray1010">foray1010</a>])</li>
<li>[<code>dynamic-import-chunkname</code>]: allow single quotes to match Webpack support (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1848">#1848</a>, thanks [<a href="https://github.com/straub">straub</a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[<code>export</code>]: add tests for a name collision with <code>export * from</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1704">#1704</a>, thanks <a href="https://github.com/tomprats">tomprats</a>)</li>
</ul>
<h2>[2.22.0] - 2020-06-26</h2>
<h3>Added</h3>
<ul>
<li>[<code>no-unused-modules</code>]: consider exported TypeScript interfaces, types and enums (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1819">#1819</a>, thanks [<a href="https://github.com/nicolashenry">nicolashenry</a>])</li>
<li>[<code>no-cycle</code>]: allow <code>maxDepth</code> option to be <code>&quot;∞&quot;</code> (thanks [<a href="https://github.com/ljharb">ljharb</a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>order</code>]/TypeScript: properly support <code>import = object</code> expressions (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1823">#1823</a>, thanks [<a href="https://github.com/manuth">manuth</a>])</li>
<li>[<code>no-extraneous-dependencies</code>]/TypeScript: do not error when importing type from dev dependencies (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1820">#1820</a>, thanks [<a href="https://github.com/fernandopasik">fernandopasik</a>])</li>
<li>[<code>default</code>]: avoid crash with <code>export =</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1822">#1822</a>, thanks [<a href="https://github.com/AndrewLeedham">AndrewLeedham</a>])</li>
<li>[<code>order</code>]/[<code>newline-after-import</code>]: ignore TypeScript's &quot;export import object&quot; (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1830">#1830</a>, thanks [<a href="https://github.com/be5invis">be5invis</a>])</li>
<li>[<code>dynamic-import-chunkname</code>]/TypeScript: supports <code>typescript-eslint/parser</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1833">#1833</a>, thanks [<a href="https://github.com/noelebrun">noelebrun</a>])</li>
<li>[<code>order</code>]/TypeScript: ignore ordering of object imports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1831">#1831</a>, thanks [<a href="https://github.com/manuth">manuth</a>])</li>
<li>[<code>namespace</code>]: do not report on shadowed import names (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/518">https://github.com/facebook/flipper/issues/518</a>, thanks [<a href="https://github.com/ljharb">ljharb</a>])</li>
<li>[<code>export</code>]: avoid warning on <code>export * as</code> non-conflicts (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1834">#1834</a>, thanks [<a href="https://github.com/ljharb">ljharb</a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[<code>no-extraneous-dependencies</code>]: add tests for importing types (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1824">#1824</a>, thanks [<a href="https://github.com/taye">taye</a>])</li>
<li>[docs] [<code>no-default-export</code>]: Fix docs url (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1836">#1836</a>, thanks [<a href="https://github.com/beatrizrezener">beatrizrezener</a>])</li>
<li>[docs] [<code>imports-first</code>]: deprecation info and link to <code>first</code> docs (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1835">#1835</a>, thanks [<a href="https://github.com/beatrizrezener">beatrizrezener</a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="bdda0691cf"><code>bdda069</code></a> Bump to v2.22.1</li>
<li><a href="aa42759569"><code>aa42759</code></a> [Dev Deps] update <code>coveralls</code>, <code>eslint-import-resolver-typescript</code>, `eslint-p...</li>
<li><a href="b366e50be8"><code>b366e50</code></a> [Deps] update <code>eslint-import-resolver-node</code></li>
<li><a href="fef718cb13"><code>fef718c</code></a> [resolvers/webpack] [Breaking] Allow to resolve config path relative to worki...</li>
<li><a href="bbe529a4ff"><code>bbe529a</code></a> [eslint] don’t warn about console logs in scripts</li>
<li><a href="f40c8aef2a"><code>f40c8ae</code></a> [meta] convert eslint config to json</li>
<li><a href="227d9a2509"><code>227d9a2</code></a> [Fix] <code>dynamic-import-chunkname</code>: allow single quotes to match Webpack support</li>
<li><a href="569d72688f"><code>569d726</code></a> fixup! [Tests] <code>export</code>: add tests for a name collision with <code>export * from</code></li>
<li><a href="b2d3707fdf"><code>b2d3707</code></a> fixup! [Tests] <code>export</code>: add tests for a name collision with <code>export * from</code></li>
<li><a href="1a67453752"><code>1a67453</code></a> [Tests] <code>export</code>: add tests for a name collision with <code>export * from</code></li>
<li>Additional commits viewable in <a href="https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.21.2&new-version=2.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1547

Reviewed By: cekkaewnumchai

Differential Revision: D24112982

Pulled By: mweststrate

fbshipit-source-id: 782d6edeab01be0ed46079947f2d63d285fc44d3
2020-10-06 04:23:08 -07:00
dependabot[bot]
320cd696cc Bump eslint-plugin-react from 7.20.5 to 7.21.2 in /flipper-js-client-sdk (#1548)
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.5 to 7.21.2.
<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>[7.21.2] - 2020.09.24</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>prop-types</code>]: handle RestElement in destructured param (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2805">#2805</a>[] <a href="https://github.com/hank121314">hank121314</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2805">#2805</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2805">yannickcr/eslint-plugin-react#2805</a></p>
<h2>[7.21.1] - 2020.09.23</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-handler-names</code>]: avoid a crash when an inline prop is not a MemberExpression (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">#2803</a>[] <a href="https://github.com/willheslam">willheslam</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">#2803</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">yannickcr/eslint-plugin-react#2803</a></p>
<h2>[7.21.0] - 2020.09.22</h2>
<h3>Added</h3>
<ul>
<li>[<code>button-has-type</code>]: support trivial ternary expressions (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2748">#2748</a>[] <a href="https://github.com/Hypnosphi">Hypnosphi</a>)</li>
<li>[<code>jsx-handler-names</code>]: add <code>checkInlineFunction</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2761">#2761</a>[] <a href="https://github.com/dididy">dididy</a>)</li>
<li>[<code>jsx-no-literals</code>]: add <code>noAttributeStrings</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2782">#2782</a>[] <a href="https://github.com/TaLeaMonet">TaLeaMonet</a>)</li>
<li>[<code>prop-types</code>]: add support for <code>PropTypes.exact</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2740">#2740</a>[] <a href="https://github.com/jzabala">jzabala</a>)</li>
<li>[<code>jsx-filename-extension</code>]: Add allow option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2746">#2746</a>[] <a href="https://github.com/remcohaszing">remcohaszing</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>function-component-definition</code>]: ignore object properties (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2771">#2771</a>[] <a href="https://github.com/stefan-wullems">stefan-wullems</a>)</li>
<li>[<code>forbid-component-props</code>]: Implemented support for &quot;namespaced&quot; components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2767">#2767</a>[] <a href="https://github.com/mnn">mnn</a>)</li>
<li>[<code>prefer-read-only-props</code>]: support Flow <code>$ReadOnly</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2772">#2772</a>[], <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2779">#2779</a>[], <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2770">#2770</a>[] <a href="https://github.com/karolina-benitez">karolina-benitez</a>)</li>
<li>[<code>jsx-handler-names</code>]: handle whitespace (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2789">#2789</a>[] <a href="https://github.com/AriPerkkio">AriPerkkio</a>)</li>
<li>[<code>prop-types</code>]: Detect TypeScript types for destructured default prop values (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2780">#2780</a>[] <a href="https://github.com/sunghyunjo">sunghyunjo</a>)</li>
<li>[<code>jsx-pascal-case</code>]: Handle single character namespaced component (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2791">#2791</a>[] <a href="https://github.com/daviferreira">daviferreira</a>)</li>
<li>[<code>jsx-closing-bracket-location</code>]: In <code>tag-aligned</code>, made a distinction between tabs and spaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2796">#2796</a>[] <a href="https://github.com/Moong0122">Moong0122</a>)</li>
<li>[<code>jsx-handler-names</code>]: false positive when handler name begins with number (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1689">#1689</a>[] <a href="https://github.com/jsphstls">jsphstls</a>)</li>
<li>[<code>prop-types</code>]: Detect JSX returned by sequential expression (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2801">#2801</a>[] <a href="https://github.com/mikol">mikol</a>)</li>
<li>[<code>jsx-props-no-multi-spaces</code>]: &quot;Expected no line gap between&quot; false positive (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2792">#2792</a>[] <a href="https://github.com/karolina-benitez">karolina-benitez</a>)</li>
<li>[<code>no-unknown-property</code>]: check attributes with any input case (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2790">#2790</a>[] <a href="https://github.com/julienw">julienw</a>)</li>
<li>[<code>prop-types</code>]/[<code>no-unused-prop-types</code>]: handle CallExpression in ReturnType (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2802">#2802</a>[] <a href="https://github.com/hank121314">hank121314</a>)</li>
<li>[<code>jsx-uses-react</code>]: mark fragment variables as used (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2775">#2775</a>[] <a href="https://github.com/remcohaszing">remcohaszing</a>)</li>
<li>[<code>no-unused-prop-types</code>]: improve component declared props detection (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2755">#2755</a>[] <a href="https://github.com/jzabala">jzabala</a>)</li>
<li>[<code>jsx-props-no-multi-spaces</code>]: Show error in multi-line props (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2756">#2756</a>[] <a href="https://github.com/iiison">iiison</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Tests] [<code>jsx-one-expression-per-line</code>]: add passing tests (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2799">#2799</a>[] <a href="https://github.com/TaLeaMonet">TaLeaMonet</a>)</li>
<li>[Tests] [<code>prop-types</code>]: add test (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2757">#2757</a>[] <a href="https://github.com/jzabala">jzabala</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2802">#2802</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2802">yannickcr/eslint-plugin-react#2802</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2801">#2801</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2801">yannickcr/eslint-plugin-react#2801</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2799">#2799</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2799">yannickcr/eslint-plugin-react#2799</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2796">#2796</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2796">yannickcr/eslint-plugin-react#2796</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2792">#2792</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2792">yannickcr/eslint-plugin-react#2792</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2791">#2791</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2791">yannickcr/eslint-plugin-react#2791</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.20.5&new-version=7.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1548

Reviewed By: cekkaewnumchai

Differential Revision: D24078464

Pulled By: passy

fbshipit-source-id: 07892b6417cfa9579028a2df72c1ae1744f9369a
2020-10-02 11:02:33 -07:00
dependabot[bot]
d77aaf5cad Bump prettier from 2.1.0 to 2.1.2 in /flipper-js-client-sdk (#1539)
Summary:
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.0 to 2.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.1.2</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#212">{emoji:1f517}Changelog</a></p>
<h2>2.1.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#211">{emoji:1f517}Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.1.2</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.1.1...2.1.2">diff</a></p>
<h4>Fix formatting for directives in fields (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/9116">#9116</a> by <a href="https://github.com/sosukesuzuki">sosukesuzuki</a>)</h4>

<pre lang="graphql"><code># Input
type Query {
  someQuery(id: ID!, someOtherData: String!): String! deprecated isAuthenticated
  versions: Versions!
}
<h1>Prettier stable</h1>
<p>type Query {
someQuery(id: ID!, someOtherData: String!): String!
<a href="https://github.com/deprecated">deprecated</a>
<a href="https://github.com/isAuthenticated">isAuthenticated</a>
versions: Versions!
}</p>
<h1>Prettier master</h1>
<p>type Query {
someQuery(id: ID!, someOtherData: String!): String!
<a href="https://github.com/deprecated">deprecated</a>
<a href="https://github.com/isAuthenticated">isAuthenticated</a>
versions: Versions!
}</p>
<p></code></pre></p>
<h4>Fix line breaks for CSS in JS (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/9136">#9136</a> by <a href="https://github.com/sosukesuzuki">sosukesuzuki</a>)</h4>

<pre lang="js"><code>// Input
styled.div`
  // prettier-ignore
  media (aaaaaaaaaaaaa) {
	z-index: ${(props) =&gt; (props.isComplete ? '1' : '0')};
  }
`;
styled.div`
  ${props =&gt; getSize(props.$size.xs)}
  ${props =&gt; getSize(props.$size.sm, 'sm')}
  ${props =&gt; getSize(props.$size.md, 'md')}
`;
<p>&lt;/tr&gt;&lt;/table&gt; ... (truncated)
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8eb8f9ed2d"><code>8eb8f9e</code></a> Release 2.1.2</li>
<li><a href="f75844a453"><code>f75844a</code></a> Fix changelog</li>
<li><a href="9153bf20ac"><code>9153bf2</code></a> Build(deps): Bump yaml-unist-parser from 1.3.0 to 1.3.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9169">#9169</a>)</li>
<li><a href="ec1b419307"><code>ec1b419</code></a> YAML: Fix printing doubles a blank line before a comment (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9143">#9143</a>)</li>
<li><a href="ab9474eacc"><code>ab9474e</code></a> Fix line breaks for CSS in JS (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9136">#9136</a>)</li>
<li><a href="d5da779cb1"><code>d5da779</code></a> GraphQL: Fix formatting for directives in fields (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9116">#9116</a>)</li>
<li><a href="a836319711"><code>a836319</code></a> Bump Prettier dependency to 2.1.1</li>
<li><a href="18bcaefc77"><code>18bcaef</code></a> Release 2.1.1</li>
<li><a href="ebe9e07716"><code>ebe9e07</code></a> Vue: Fix format on self-closing and empty blocks (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9055">#9055</a>)</li>
<li><a href="5a12f52bbe"><code>5a12f52</code></a> Replace changelog versions in ./scripts/draft-blog-post.js (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9058">#9058</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.1.0...2.1.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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/1539

Reviewed By: mweststrate

Differential Revision: D23876327

Pulled By: cekkaewnumchai

fbshipit-source-id: 97c82809776213991f742a60050727ecc1b8f3ff
2020-09-24 18:45:01 -07:00
Michel Weststrate
191df465b7 Updated to typescript 4
Summary:
allow-large-files

Updated to typescript 4. Note that this is no new major, the way TS numbers is that 4.0 is simply the number after 3.9 (so they refuse to use 3.10).

Primarily reason is that it allows us to use `/** deprecated */`. although there are definitely more interesting improvements

Reviewed By: passy, nikoant

Differential Revision: D23869445

fbshipit-source-id: 54e251b398b8698d9b18898ce66c3203b32aa356
2020-09-24 05:58:29 -07:00