Commit Graph

147 Commits

Author SHA1 Message Date
dependabot[bot]
ea0af7c931 Bump sinon from 14.0.1 to 14.0.2 in /js/js-flipper (#4315)
Summary:
Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.1 to 14.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p>
<blockquote>
<h2>14.0.2</h2>
<ul>
<li><a href="4d70f6e096"><code>4d70f6e0</code></a>
Upgrade nise to latest (Morgan Roderick)</li>
<li><a href="96a0d756b5"><code>96a0d756</code></a>
Update <code>@​sinonjs/samsam</code> to latest (Morgan Roderick)</li>
<li><a href="babb4736d7"><code>babb4736</code></a>
Prefer <code>@​sinonjs/commons</code><a href="https://github.com/2"><code>@​2</code></a> (Morgan Roderick)
<blockquote>
<p>That makes ES2017 support explicit</p>
</blockquote>
</li>
</ul>
<p><em>Released by Morgan Roderick on 2022-11-07.</em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="225b1409fe"><code>225b140</code></a> 14.0.2</li>
<li><a href="4d70f6e096"><code>4d70f6e</code></a> Upgrade nise to latest</li>
<li><a href="96a0d756b5"><code>96a0d75</code></a> Update <code>@​sinonjs/samsam</code> to latest</li>
<li><a href="babb4736d7"><code>babb473</code></a> Prefer <code>@​sinonjs/commons</code><a href="https://github.com/2"><code>@​2</code></a></li>
<li><a href="b9e5f7d4ab"><code>b9e5f7d</code></a> Bump nokogiri from 1.13.7 to 1.13.9</li>
<li>See full diff in <a href="https://github.com/sinonjs/sinon/compare/v14.0.1...v14.0.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinon&package-manager=npm_and_yarn&previous-version=14.0.1&new-version=14.0.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/4315

Reviewed By: antonk52

Differential Revision: D41472337

Pulled By: passy

fbshipit-source-id: 7dea0e6e5f805770cf4ad6c634117b9a2fbd73e0
2022-11-24 10:42:06 -08:00
dependabot[bot]
748e02c6fb Bump eslint-plugin-react from 7.31.9 to 7.31.11 in /js/js-flipper (#4323)
Summary:
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.9 to 7.31.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p>
<blockquote>
<h2>v7.31.11</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-no-target-blank</code>]: allow ternaries with literals (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3464">https://github.com/facebook/flipper/issues/3464</a>[] <a href="https://github.com/akulsr0"><code>@​akulsr0</code></a>)</li>
<li>[<code>no-unknown-property</code>]: add <code>inert</code> attribute (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3484">https://github.com/facebook/flipper/issues/3484</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-key</code>]: detect keys in logical expression and conditional expression (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3490">https://github.com/facebook/flipper/issues/3490</a>[] <a href="https://github.com/metreniuk"><code>@​metreniuk</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Perf] component detection: improve performance by avoiding traversing parents unnecessarily (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3459">https://github.com/facebook/flipper/issues/3459</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[Docs] [<code>forbid-component-props</code>]: inclusive language w/ allowlist (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3473">https://github.com/facebook/flipper/issues/3473</a>[] <a href="https://github.com/AndersDJohnson"><code>@​AndersDJohnson</code></a>)</li>
<li>[Docs] automate doc generation with <code>eslint-doc-generator</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3469">https://github.com/facebook/flipper/issues/3469</a>[] <a href="https://github.com/bmish"><code>@​bmish</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1000">https://github.com/facebook/flipper/issues/1000</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">https://github.com/facebook/flipper/issues/1002</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1005">https://github.com/facebook/flipper/issues/1005</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">https://github.com/facebook/flipper/issues/100</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1010">https://github.com/facebook/flipper/issues/1010</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1013">https://github.com/facebook/flipper/issues/1013</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">https://github.com/facebook/flipper/issues/1022</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">https://github.com/facebook/flipper/issues/1029</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">https://github.com/facebook/flipper/issues/102</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">https://github.com/facebook/flipper/issues/1034</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1038">https://github.com/facebook/flipper/issues/1038</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1041">https://github.com/facebook/flipper/issues/1041</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">https://github.com/facebook/flipper/issues/1043</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">https://github.com/facebook/flipper/issues/1046</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">https://github.com/facebook/flipper/issues/1047</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1050">https://github.com/facebook/flipper/issues/1050</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">https://github.com/facebook/flipper/issues/1053</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">https://github.com/facebook/flipper/issues/1057</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">https://github.com/facebook/flipper/issues/105</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">https://github.com/facebook/flipper/issues/1061</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1062">https://github.com/facebook/flipper/issues/1062</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1070">https://github.com/facebook/flipper/issues/1070</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1071">https://github.com/facebook/flipper/issues/1071</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">https://github.com/facebook/flipper/issues/1073</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">https://github.com/facebook/flipper/issues/1076</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">https://github.com/facebook/flipper/issues/1079</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">https://github.com/facebook/flipper/issues/1088</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1098">https://github.com/facebook/flipper/issues/1098</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1098">jsx-eslint/eslint-plugin-react#1098</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">https://github.com/facebook/flipper/issues/1101</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">jsx-eslint/eslint-plugin-react#1101</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1103">https://github.com/facebook/flipper/issues/1103</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1103">jsx-eslint/eslint-plugin-react#1103</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">https://github.com/facebook/flipper/issues/110</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">jsx-eslint/eslint-plugin-react#110</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">https://github.com/facebook/flipper/issues/1116</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">jsx-eslint/eslint-plugin-react#1116</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">https://github.com/facebook/flipper/issues/1117</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">jsx-eslint/eslint-plugin-react#1117</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1119">https://github.com/facebook/flipper/issues/1119</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1119">jsx-eslint/eslint-plugin-react#1119</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1121">https://github.com/facebook/flipper/issues/1121</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1121">jsx-eslint/eslint-plugin-react#1121</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1122">https://github.com/facebook/flipper/issues/1122</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1122">jsx-eslint/eslint-plugin-react#1122</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1123">https://github.com/facebook/flipper/issues/1123</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1123">jsx-eslint/eslint-plugin-react#1123</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1130">https://github.com/facebook/flipper/issues/1130</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1130">jsx-eslint/eslint-plugin-react#1130</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1131">https://github.com/facebook/flipper/issues/1131</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1131">jsx-eslint/eslint-plugin-react#1131</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.10...v7.31.11">7.31.11</a> - 2022.11.17</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-no-target-blank</code>]: allow ternaries with literals (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3464">https://github.com/facebook/flipper/issues/3464</a>[] <a href="https://github.com/akulsr0"><code>@​akulsr0</code></a>)</li>
<li>[<code>no-unknown-property</code>]: add <code>inert</code> attribute (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3484">https://github.com/facebook/flipper/issues/3484</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-key</code>]: detect keys in logical expression and conditional expression (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3490">https://github.com/facebook/flipper/issues/3490</a>[] <a href="https://github.com/metreniuk"><code>@​metreniuk</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Perf] component detection: improve performance by avoiding traversing parents unnecessarily (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3459">https://github.com/facebook/flipper/issues/3459</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[Docs] <code>forbid-component-props</code>: inclusive language w/ allowlist (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3473">https://github.com/facebook/flipper/issues/3473</a>[] <a href="https://github.com/AndersDJohnson"><code>@​AndersDJohnson</code></a>)</li>
<li>[Docs] automate doc generation with <code>eslint-doc-generator</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3469">https://github.com/facebook/flipper/issues/3469</a>[] <a href="https://github.com/bmish"><code>@​bmish</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3490">https://github.com/facebook/flipper/issues/3490</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3490">jsx-eslint/eslint-plugin-react#3490</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3484">https://github.com/facebook/flipper/issues/3484</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3484">jsx-eslint/eslint-plugin-react#3484</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3473">https://github.com/facebook/flipper/issues/3473</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3473">jsx-eslint/eslint-plugin-react#3473</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3469">https://github.com/facebook/flipper/issues/3469</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3469">jsx-eslint/eslint-plugin-react#3469</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3464">https://github.com/facebook/flipper/issues/3464</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3464">jsx-eslint/eslint-plugin-react#3464</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3459">https://github.com/facebook/flipper/issues/3459</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3459">jsx-eslint/eslint-plugin-react#3459</a></p>
<h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.9...v7.31.10">7.31.10</a> - 2022.10.10</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unknown-property</code>]: allow <code>allowFullScreen</code> on <code>iframe</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3455">https://github.com/facebook/flipper/issues/3455</a>[] <a href="https://github.com/almeidx"><code>@​almeidx</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3455">https://github.com/facebook/flipper/issues/3455</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3455">jsx-eslint/eslint-plugin-react#3455</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8e5ce6c5b1"><code>8e5ce6c</code></a> Update CHANGELOG and bump version</li>
<li><a href="041a120d6d"><code>041a120</code></a> [Fix] <code>jsx-key</code>: detect keys in logical expression and conditional expression...</li>
<li><a href="f5e5da89f5"><code>f5e5da8</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.flatmap</code>, `array.prototype.t...</li>
<li><a href="acebf4d94b"><code>acebf4d</code></a> [Dev Deps] update <code>babel/core</code></li>
<li><a href="4c85b9e8ae"><code>4c85b9e</code></a> [Fix] <code>no-unknown-property</code>: add <code>inert</code> attribute (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3484">https://github.com/facebook/flipper/issues/3484</a>)</li>
<li><a href="1e16be1dc5"><code>1e16be1</code></a> [Docs] automate doc generation with <code>eslint-doc-generator</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3469">https://github.com/facebook/flipper/issues/3469</a>)</li>
<li><a href="03df592795"><code>03df592</code></a> [actions] rename secret to a more approps name</li>
<li><a href="7a3fd6ec76"><code>7a3fd6e</code></a> [actions] update used actions</li>
<li><a href="e40b0a6b44"><code>e40b0a6</code></a> [Docs] <code>forbid-component-props</code>: inclusive language w/ allowlist (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3473">https://github.com/facebook/flipper/issues/3473</a>)</li>
<li><a href="a8d29428fa"><code>a8d2942</code></a> [actions] Add npm publish workflow (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3460">https://github.com/facebook/flipper/issues/3460</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.9...v7.31.11">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.31.9&new-version=7.31.11)](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/4323

Reviewed By: antonk52

Differential Revision: D41472345

Pulled By: passy

fbshipit-source-id: 390a1440fe42d5fb2dcb3421284a4721dd21dac1
2022-11-24 10:42:06 -08:00
dependabot[bot]
57ca283f31 Bump typescript from 4.8.4 to 4.9.3 in /js/js-flipper (#4326)
Summary:
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.9</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/">release announcement</a>.</p>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
</ul>
<h2>Changes:</h2>
<ul>
<li>93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.</li>
<li>107f832b80df2dc97748021cb00af2b6813db75b Update LKG.</li>
<li>31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50977">#50977</a> into release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51363">#51363</a>) [ <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50872">#50872</a> ]</li>
<li>1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.</li>
<li>7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9</li>
<li>e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json</li>
<li>8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json</li>
<li>5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51297">#51297</a>)</li>
<li>a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51345">#51345</a>)</li>
<li>7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51295">#51295</a>)</li>
</ul>

<ul>
<li>3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51324">#51324</a>)</li>
<li>64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51320">#51320</a>)</li>
<li>754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51263">#51263</a>)</li>
<li>d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json</li>
<li>d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes &quot;convert to default export&quot; refactoring failure (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51256">#51256</a>)</li>
<li>16faf45682173ea437a50330feb4785578923d7f Update package-lock.json</li>
<li>8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): &quot;Move to a new file&quot; breaks the declaration of referenced variable (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50681">#50681</a>)</li>
<li>170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51300">#51300</a>)</li>
<li>9c4e14d75174432f6a4dc5967a09712a6784ab88 Remove &quot;No type information for this code&quot; from baseline (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51311">#51311</a>)</li>
<li>88d25b4f232929df59729156dfda6b65277affec fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51299">#51299</a>)</li>
<li>8bee69acf410d4986cb0cc102b949e2d133d5380 Update package-lock.json</li>
<li>702de1eeaaef88a189e4d06e5a2aae287853790a Fix early call to return/throw on generator (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51294">#51294</a>)</li>
<li>2c12b1499908ad7718e65d20e264561207c22375 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51271">#51271</a>)</li>
<li>6af270dee09d62516f6dc02ec102a745ffebc037 Update package-lock.json</li>
<li>2cc4c16a26672a7ba6c97ba16309fcf334db7cae Update package-lock.json</li>
<li>60934915d9ccc4ca9c0fb2cd060d7ec81601942b Fix apparent typo in getStringMappingType (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51248">#51248</a>)</li>
<li>61c26096e3373719ece686b84c698423890e9a5f Update package-lock.json</li>
<li>ef69116c41cb6805f89e6592eacb0ccb7f02207d Generate shortest <code>rootDirs</code> module specifier instead of first possible (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51244">#51244</a>)</li>
<li>bbb42f453dc684e03d977c5b70391124d57543a9 Fix typo in canWatchDirectoryOrFile found by CodeQL (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51262">#51262</a>)</li>
<li>a56b254ad3c52b598bc5d44f83f3d0a1cf806068 Include 'this' type parameter in isRelatedTo fast path (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51230">#51230</a>)</li>
<li>3abd351c0eea55758f27ee5558a4a1525b77f45b Fix super property transform in async arrow in method (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51240">#51240</a>)</li>
<li>eed05112180e0d94f78aa02d676d49468f15dc31 Update package-lock.json</li>
<li>2625c1feae25aede35465ca835440fc57bf13d52 Make the init config category order predictable (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51247">#51247</a>)</li>
<li>1ca99b34029dafad2c18af7bdc0711f4abf7e522 fix(50551): Destructuring assignment with var bypasses &quot;variable is used before being assigned&quot; check (2454) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50560">#50560</a>)</li>
<li>3f28fa12dfecb8dfd66ce4684bf26f64e1f092f1 Update package-lock.json</li>
<li>906ebe49334a3a9c2dbd73cd3c902898bc712b66 Revert structuredTypeRelatedTo change and fix isUnitLikeType (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51076">#51076</a>)</li>
<li>8ac465239f52de1da3ada8cdc4c3f107f4d62e45 change type (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51231">#51231</a>)</li>
<li>245a02cbed7ad50a21289730159abc8d19a66f40 fix(51222): Go-to-definition on return statements should jump to the containing function declaration (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51227">#51227</a>)</li>
<li>2dff34e8c4a91c0005ca9ccfb7e045e225b6f2e4 markAliasReferenced should include ExportValue as well (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51219">#51219</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="93bd577458"><code>93bd577</code></a> Bump version to 4.9.3 and LKG.</li>
<li><a href="107f832b80"><code>107f832</code></a> Update LKG.</li>
<li><a href="31bee5682d"><code>31bee56</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50977">#50977</a> into release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51363">#51363</a>)</li>
<li><a href="1e2fa7ae15"><code>1e2fa7a</code></a> Update version to 4.9.2-rc and LKG.</li>
<li><a href="7ab89e5c6e"><code>7ab89e5</code></a> Merge remote-tracking branch 'origin/main' into release-4.9</li>
<li><a href="e5cd686def"><code>e5cd686</code></a> Update package-lock.json</li>
<li><a href="8d40dc15d1"><code>8d40dc1</code></a> Update package-lock.json</li>
<li><a href="5cfb3a2fe3"><code>5cfb3a2</code></a> Only call return() for an abrupt completion in user code (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51297">#51297</a>)</li>
<li><a href="a7a9d158e8"><code>a7a9d15</code></a> Fix for broken baseline in yieldInForInInDownlevelGenerator (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51345">#51345</a>)</li>
<li><a href="7f8426f4df"><code>7f8426f</code></a> fix for-in enumeration containing yield in generator (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51295">#51295</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3">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.8.4&new-version=4.9.3)](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/4326

Reviewed By: antonk52

Differential Revision: D41472364

Pulled By: passy

fbshipit-source-id: 624e6e1c371ed9f287b0c66be33d6c1bafd8c98d
2022-11-24 10:42:06 -08:00
dependabot[bot]
11b12b4e38 Bump @typescript-eslint/parser from 5.39.0 to 5.43.0 in /js/js-flipper (#4327)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.39.0 to 5.43.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.43.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0">5.43.0</a> (2022-11-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] handle false positives on generics and parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5902">#5902</a>) (<a href="769e8c8b9a">769e8c8</a>)</li>
<li><strong>eslint-plugin:</strong> [promise-function-async] handle keyword token (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5907">#5907</a>) (<a href="f25a94fa75">f25a94f</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] support fixing to inline types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5050">#5050</a>) (<a href="75dcdf164d">75dcdf1</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] add support for &quot;override&quot; and &quot;async&quot; modifiers (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5310">#5310</a>) (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5610">#5610</a>) (<a href="c759da1693">c759da1</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support suggesting <code>!foo || !foo.bar</code> as a valid match for the rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5594">#5594</a>) (<a href="923d486c8c">923d486</a>)</li>
</ul>
<h2>v5.42.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1">5.42.1</a> (2022-11-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> correct misnamed ExportNamedDeclaration AST type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5913">#5913</a>) (<a href="e88f4fa1d0">e88f4fa</a>)</li>
<li><strong>eslint-plugin:</strong> isTypeReadonly stack overflow (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5875">#5875</a>) (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5876">#5876</a>) (<a href="2d9a33cfb2">2d9a33c</a>)</li>
</ul>
<h2>v5.42.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0">5.42.0</a> (2022-10-31)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> add TSQualifiedName to TypeNode union (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5906">#5906</a>) (<a href="5c316c12f0">5c316c1</a>)</li>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle type assertion in extends clause (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5901">#5901</a>) (<a href="8ed72192c2">8ed7219</a>)</li>
<li><strong>typescript-estree:</strong> don't allow single-run unless we're in type-aware linting mode (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5893">#5893</a>) (<a href="891b0879ba">891b087</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] add natural sort order (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5662">#5662</a>) (<a href="1eaae09ecc">1eaae09</a>)</li>
<li><strong>eslint-plugin:</strong> [no-invalid-void-type] better report message for void used as a constituent inside a function return type  (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5274">#5274</a>) (<a href="d806bda823">d806bda</a>)</li>
<li><strong>typescript-estree:</strong> clarify docs and error for program project without matching TSConfig (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5762">#5762</a>) (<a href="67744db31f">67744db</a>)</li>
<li><strong>utils:</strong> add <code>RuleTester</code> API for top-level dependency constraints (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5896">#5896</a>) (<a href="0520d53536">0520d53</a>)</li>
</ul>
<h2>v5.41.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0">5.41.0</a> (2022-10-24)</h1>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0">5.43.0</a> (2022-11-14)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1">5.42.1</a> (2022-11-07)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0">5.42.0</a> (2022-10-31)</h1>
<h3>Features</h3>
<ul>
<li><strong>scope-manager:</strong> ignore ECMA version (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5881">#5881</a>) (<a href="3b8d449696">3b8d449</a>)</li>
</ul>
<h3>Reverts</h3>
<ul>
<li>Revert &quot;feat(scope-manager): ignore ECMA version&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5888">#5888</a>) (<a href="2ee81df5a3">2ee81df</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5888">#5888</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5881">#5881</a></li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0">5.41.0</a> (2022-10-24)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1">5.40.1</a> (2022-10-17)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0">5.40.0</a> (2022-10-10)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8af1b4d970"><code>8af1b4d</code></a> chore: publish v5.43.0</li>
<li><a href="b8b24c2116"><code>b8b24c2</code></a> chore: publish v5.42.1</li>
<li><a href="1e5e9ea4ca"><code>1e5e9ea</code></a> chore: publish v5.42.0</li>
<li><a href="2ee81df5a3"><code>2ee81df</code></a> Revert &quot;feat(scope-manager): ignore ECMA version&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5888">#5888</a>)</li>
<li><a href="3b8d449696"><code>3b8d449</code></a> feat(scope-manager): ignore ECMA version (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5881">#5881</a>)</li>
<li><a href="fcf3f9da65"><code>fcf3f9d</code></a> docs: Mention wide globs performance implications in monorepos docs and parse...</li>
<li><a href="9eea5f423f"><code>9eea5f4</code></a> chore: publish v5.41.0</li>
<li><a href="0be356bae5"><code>0be356b</code></a> chore: publish v5.40.1</li>
<li><a href="56f89d6227"><code>56f89d6</code></a> chore: nx migrate latest (14.8.4) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5798">#5798</a>)</li>
<li><a href="6ac0aa7ef4"><code>6ac0aa7</code></a> chore: publish v5.40.0</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.43.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=5.39.0&new-version=5.43.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/4327

Reviewed By: antonk52

Differential Revision: D41472367

Pulled By: passy

fbshipit-source-id: 2f78282b41b0bb9c57b20585d781562ccba4f45f
2022-11-24 09:08:50 -08:00
generatedunixname89002005306973
019bcaeb9e Flipper Release: v0.174.0
Summary: Releasing version 0.174.0

Reviewed By: mweststrate

Differential Revision: D41154768

fbshipit-source-id: bc9dbccae2ae413024a6573ec7ba57f4933f1741
2022-11-10 06:52:13 -08:00
generatedunixname89002005306973
aef077f54f Flipper Release: v0.173.0
Summary: Releasing version 0.173.0

Reviewed By: lblasa

Differential Revision: D40803306

fbshipit-source-id: 502ae3cb94994454c31aee05573ec1d43150862a
2022-10-28 09:27:02 -07:00
generatedunixname89002005306973
1923ad0142 Flipper Release: v0.172.0
Summary: Releasing version 0.172.0

Reviewed By: aigoncharov

Differential Revision: D40720215

fbshipit-source-id: 24b3c7a82d285ee6bfc1819a38aaa7243350ea0a
2022-10-26 08:55:46 -07:00
dependabot[bot]
8a11853d84 Bump eslint-plugin-react from 7.31.8 to 7.31.9 in /js/js-flipper (#4201)
Summary:
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.8 to 7.31.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p>
<blockquote>
<h2>v7.31.9</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unknown-property</code>]: add <code>dialog</code> attributes (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-arrow-function-lifecycle</code>]: when converting from an arrow, remove the semi and wrapping parens (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-key</code>]: Ignore elements inside <code>React.Children.toArray()</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>[] <a href="https://github.com/silvenon"><code>@​silvenon</code></a>)</li>
<li>[<code>jsx-no-constructed-context-values</code>]: fix false positive for usage in non-components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[<code>static-property-placement</code>]: warn on nonstatic expected-statics (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-unknown-property</code>]: properly tag-restrict case-insensitive attributes (<a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-unknown-property</code>]: allow <code>webkitDirectory</code> on <code>input</code>, case-insensitive (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>no-unknown-property</code>]: fix typo in link (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>[] <a href="https://github.com/denkristoffer"><code>@​denkristoffer</code></a>)</li>
<li>[Perf] component detection: improve performance by optimizing getId (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[Docs] [<code>no-unstable-nested-components</code>]: Warn about memoized, nested components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>[] <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1000">https://github.com/facebook/flipper/issues/1000</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">https://github.com/facebook/flipper/issues/1002</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1005">https://github.com/facebook/flipper/issues/1005</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">https://github.com/facebook/flipper/issues/100</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1010">https://github.com/facebook/flipper/issues/1010</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1013">https://github.com/facebook/flipper/issues/1013</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">https://github.com/facebook/flipper/issues/1022</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">https://github.com/facebook/flipper/issues/1029</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">https://github.com/facebook/flipper/issues/102</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">https://github.com/facebook/flipper/issues/1034</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1038">https://github.com/facebook/flipper/issues/1038</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1041">https://github.com/facebook/flipper/issues/1041</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">https://github.com/facebook/flipper/issues/1043</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">https://github.com/facebook/flipper/issues/1046</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">https://github.com/facebook/flipper/issues/1047</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1050">https://github.com/facebook/flipper/issues/1050</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">https://github.com/facebook/flipper/issues/1053</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">https://github.com/facebook/flipper/issues/1057</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">https://github.com/facebook/flipper/issues/105</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">https://github.com/facebook/flipper/issues/1061</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1062">https://github.com/facebook/flipper/issues/1062</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1070">https://github.com/facebook/flipper/issues/1070</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1071">https://github.com/facebook/flipper/issues/1071</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">https://github.com/facebook/flipper/issues/1073</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">https://github.com/facebook/flipper/issues/1076</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">https://github.com/facebook/flipper/issues/1079</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">https://github.com/facebook/flipper/issues/1088</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1098">https://github.com/facebook/flipper/issues/1098</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1098">jsx-eslint/eslint-plugin-react#1098</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">https://github.com/facebook/flipper/issues/1101</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1101">jsx-eslint/eslint-plugin-react#1101</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1103">https://github.com/facebook/flipper/issues/1103</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1103">jsx-eslint/eslint-plugin-react#1103</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">https://github.com/facebook/flipper/issues/110</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/110">jsx-eslint/eslint-plugin-react#110</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">https://github.com/facebook/flipper/issues/1116</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1116">jsx-eslint/eslint-plugin-react#1116</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">https://github.com/facebook/flipper/issues/1117</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1117">jsx-eslint/eslint-plugin-react#1117</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1119">https://github.com/facebook/flipper/issues/1119</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1119">jsx-eslint/eslint-plugin-react#1119</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9">7.31.9</a> - 2022.10.09</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unknown-property</code>]: add <code>dialog</code> attributes (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-arrow-function-lifecycle</code>]: when converting from an arrow, remove the semi and wrapping parens (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>jsx-key</code>]: Ignore elements inside <code>React.Children.toArray()</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>[] <a href="https://github.com/silvenon"><code>@​silvenon</code></a>)</li>
<li>[<code>jsx-no-constructed-context-values</code>]: fix false positive for usage in non-components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[<code>static-property-placement</code>]: warn on nonstatic expected-statics (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-unknown-property</code>]: properly tag-restrict case-insensitive attributes (<a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
<li>[<code>no-unknown-property</code>]: allow <code>webkitDirectory</code> on <code>input</code>, case-insensitive (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>[] <a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>no-unknown-property</code>]: fix typo in link (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>[] <a href="https://github.com/denkristoffer"><code>@​denkristoffer</code></a>)</li>
<li>[Perf] component detection: improve performance by optimizing getId (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>[] <a href="https://github.com/golopot"><code>@​golopot</code></a>)</li>
<li>[Docs] [<code>no-unstable-nested-components</code>]: Warn about memoized, nested components (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>[] <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">https://github.com/facebook/flipper/issues/3454</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3454">jsx-eslint/eslint-plugin-react#3454</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3451">https://github.com/facebook/flipper/issues/3451</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3451">jsx-eslint/eslint-plugin-react#3451</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3448">https://github.com/facebook/flipper/issues/3448</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3448">jsx-eslint/eslint-plugin-react#3448</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3445">https://github.com/facebook/flipper/issues/3445</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3445">jsx-eslint/eslint-plugin-react#3445</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3444">https://github.com/facebook/flipper/issues/3444</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/3444">jsx-eslint/eslint-plugin-react#3444</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">https://github.com/facebook/flipper/issues/3436</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3436">jsx-eslint/eslint-plugin-react#3436</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">https://github.com/facebook/flipper/issues/3337</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/3337">jsx-eslint/eslint-plugin-react#3337</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">https://github.com/facebook/flipper/issues/2581</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/2581">jsx-eslint/eslint-plugin-react#2581</a>
<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/issues/1591">https://github.com/facebook/flipper/issues/1591</a>: <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-react/pull/1591">jsx-eslint/eslint-plugin-react#1591</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="96062ea1c9"><code>96062ea</code></a> Update CHANGELOG and bump version</li>
<li><a href="b3c0e8d15e"><code>b3c0e8d</code></a> [Dev Deps] update <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>aud</code>, `eslint-remot...</li>
<li><a href="0b63c45fd2"><code>0b63c45</code></a> [Fix] <code>no-unknown-property</code>: allow <code>webkitDirectory</code> on <code>input</code>, case-insensi...</li>
<li><a href="028457c9c0"><code>028457c</code></a> [Fix] <code>no-unknown-property</code>: properly tag-restrict case-insensitive attributes</li>
<li><a href="5783f5db47"><code>5783f5d</code></a> [Fix] <code>static-property-placement</code>: warn on nonstatic expected-statics</li>
<li><a href="78ad0f0697"><code>78ad0f0</code></a> [Docs] <code>no-unstable-nested-components</code>: Warn about memoized, nested components</li>
<li><a href="d9a51afccb"><code>d9a51af</code></a> [Perf] <code>isCreateElement</code>: improve performance for rules using isCreateElement</li>
<li><a href="5baa3e0fb7"><code>5baa3e0</code></a> [Perf] component detection: improve performance by optimizing getId</li>
<li><a href="d0da6bf6ba"><code>d0da6bf</code></a> [Fix] <code>jsx-no-constructed-context-values</code>: fix false positive for usage in no...</li>
<li><a href="645966a9af"><code>645966a</code></a> [Docs] <code>no-unknown-property</code>: fix typo in link</li>
<li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9">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.31.8&new-version=7.31.9)](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/4201

Reviewed By: aigoncharov

Differential Revision: D40334971

Pulled By: mweststrate

fbshipit-source-id: 964f812a6f35018d32573ceda2512330fba04110
2022-10-18 06:44:13 -07:00
generatedunixname89002005306973
6d6ad3cb80 Flipper Release: v0.171.1
Summary: Releasing version 0.171.1

Reviewed By: aigoncharov

Differential Revision: D40466532

fbshipit-source-id: 2fecb1810df67b450430957801dfd10ffe114c31
2022-10-18 04:06:55 -07:00
generatedunixname89002005306973
71d0bbb90a Flipper Release: v0.171.0
Summary: Releasing version 0.171.0

Reviewed By: aigoncharov

Differential Revision: D40436300

fbshipit-source-id: 700b21b8025f32a6d81d19aa64ab0fb38e31d3c2
2022-10-17 11:48:51 -07:00
dependabot[bot]
f94cdd1593 Bump eslint from 8.24.0 to 8.25.0 in /js/js-flipper (#4200)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v8.25.0</h2>
<h2>Features</h2>
<ul>
<li><a href="173e820408"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
<li><a href="6964cb1e0f"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
<li><a href="1cc4b3a8f8"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="90c602802b"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
<li><a href="5a3fe70c52"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
<li><a href="49bd1e5669"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
<li><a href="3bd380d3ea"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
<li><a href="b3a08376cf"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
<li><a href="a682562458"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
<li><a href="f6d57fb657"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
<li><a href="721434705b"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="1f785944f6"><code>1f78594</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
<li><a href="8476a9b8b8"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
<li><a href="720ff75beb"><code>720ff75</code></a> chore: use &quot;ci&quot; for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
<li><a href="42f547948f"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
<li><a href="e5e9e271da"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v8.25.0 - October 7, 2022</p>
<ul>
<li><a href="1f785944f6"><code>1f78594</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>) (Milos Djermanovic)</li>
<li><a href="173e820408"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>) (Brandon Mills)</li>
<li><a href="8476a9b8b8"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>) (Nick Schonning)</li>
<li><a href="720ff75beb"><code>720ff75</code></a> chore: use &quot;ci&quot; for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>) (Nick Schonning)</li>
<li><a href="90c602802b"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>) (Ben Perlmutter)</li>
<li><a href="5a3fe70c52"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>) (Maria José Solano)</li>
<li><a href="6964cb1e0f"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>) (Milos Djermanovic)</li>
<li><a href="49bd1e5669"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>) (Nick Schonning)</li>
<li><a href="42f547948f"><code>42f5479</code></a> chore: bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16350">#16350</a>) (dependabot[bot])</li>
<li><a href="3bd380d3ea"><code>3bd380d</code></a> docs: typo cleanups for docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16374">#16374</a>) (Nick Schonning)</li>
<li><a href="b3a08376cf"><code>b3a0837</code></a> docs: remove duplicate words (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16378">#16378</a>) (Nick Schonning)</li>
<li><a href="a682562458"><code>a682562</code></a> docs: add <code>BigInt</code> to <code>new-cap</code> docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16362">#16362</a>) (Sosuke Suzuki)</li>
<li><a href="1cc4b3a8f8"><code>1cc4b3a</code></a> feat: <code>id-length</code> counts graphemes instead of code units (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16321">#16321</a>) (Sosuke Suzuki)</li>
<li><a href="f6d57fb657"><code>f6d57fb</code></a> docs: Update docs README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16352">#16352</a>) (Ben Perlmutter)</li>
<li><a href="e5e9e271da"><code>e5e9e27</code></a> chore: remove <code>jsdoc</code> dev dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16344">#16344</a>) (Milos Djermanovic)</li>
<li><a href="721434705b"><code>7214347</code></a> docs: fix logical-assignment-operators option typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16346">#16346</a>) (Jonathan Wilsson)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="94ba68d76a"><code>94ba68d</code></a> 8.25.0</li>
<li><a href="c705f228b4"><code>c705f22</code></a> Build: changelog update for 8.25.0</li>
<li><a href="1f785944f6"><code>1f78594</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16397">#16397</a>)</li>
<li><a href="173e820408"><code>173e820</code></a> feat: Pass --max-warnings value to formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16348">#16348</a>)</li>
<li><a href="8476a9b8b8"><code>8476a9b</code></a> chore: Remove CODEOWNERS (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16375">#16375</a>)</li>
<li><a href="720ff75beb"><code>720ff75</code></a> chore: use &quot;ci&quot; for Dependabot commit message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16377">#16377</a>)</li>
<li><a href="90c602802b"><code>90c6028</code></a> docs: Conflicting fixes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16366">#16366</a>)</li>
<li><a href="5a3fe70c52"><code>5a3fe70</code></a> docs: Add VS to integrations page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16381">#16381</a>)</li>
<li><a href="6964cb1e0f"><code>6964cb1</code></a> feat: remove support for ignore files in FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16355">#16355</a>)</li>
<li><a href="49bd1e5669"><code>49bd1e5</code></a> docs: remove unused link definitions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16376">#16376</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.24.0...v8.25.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=8.24.0&new-version=8.25.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/4200

Reviewed By: aigoncharov

Differential Revision: D40334976

Pulled By: mweststrate

fbshipit-source-id: 1453e97b21bbdfa16cae2994131c1d0808d066fc
2022-10-14 07:37:57 -07:00
dependabot[bot]
5c6cfb54d6 Bump sinon from 14.0.0 to 14.0.1 in /js/js-flipper (#4198)
Summary:
Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p>
<blockquote>
<h2>14.0.1</h2>
<ul>
<li><a href="6c4753ef24"><code>6c4753ef</code></a>
Fixed CSS selectors in <code>_base.scss</code> and changed blockquote default size to 16px. (Jose Lupianez)</li>
<li>A bunch of dependency updates</li>
</ul>
<p><em>Released by <a href="https://github.com/fatso83">Carl-Erik Kopseng</a> on 2022-10-03.</em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c4345dc1b1"><code>c4345dc</code></a> 14.0.1</li>
<li><a href="fc30a41761"><code>fc30a41</code></a> Update lock file</li>
<li><a href="6c4753ef24"><code>6c4753e</code></a> Fixed CSS selectors in _base.scss and changed blockquote default size to 16px.</li>
<li><a href="35fde18be2"><code>35fde18</code></a> Bump actions/cache from 2 to 3</li>
<li><a href="72b6c6162e"><code>72b6c61</code></a> Bump actions/setup-node from 2 to 3</li>
<li><a href="5db24d2744"><code>5db24d2</code></a> Bump actions/checkout from 2 to 3</li>
<li><a href="a9ffa0247a"><code>a9ffa02</code></a> chore: Included githubactions in the dependabot config</li>
<li><a href="df92659721"><code>df92659</code></a> chore: Set permissions for GitHub actions</li>
<li><a href="3bb7eb4016"><code>3bb7eb4</code></a> Bump nokogiri from 1.13.4 to 1.13.7</li>
<li><a href="cd503601d6"><code>cd50360</code></a> Bump tzinfo from 1.2.9 to 1.2.10</li>
<li>Additional commits viewable in <a href="https://github.com/sinonjs/sinon/compare/v14.0.0...v14.0.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinon&package-manager=npm_and_yarn&previous-version=14.0.0&new-version=14.0.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/4198

Reviewed By: aigoncharov

Differential Revision: D40334980

Pulled By: mweststrate

fbshipit-source-id: bfaaf4a4ae5d310bb38c0cf04b54ea8b0971abbe
2022-10-14 07:37:57 -07:00
dependabot[bot]
606bf1279f Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 in /js/js-flipper (#4197)
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.39.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.39.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href="bb46ef0817">bb46ef0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="556b71f3b7"><code>556b71f</code></a> chore: publish v5.39.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.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=5.38.1&new-version=5.39.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/4197

Reviewed By: aigoncharov

Differential Revision: D40334983

Pulled By: mweststrate

fbshipit-source-id: eac5551eabbb6977781921cccc79ddb2936318d1
2022-10-14 07:37:57 -07:00
dependabot[bot]
4e93efb79a Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 in /js/js-flipper (#4199)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.38.1 to 5.39.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.39.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href="bb46ef0817">bb46ef0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href="bb46ef0817">bb46ef0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="556b71f3b7"><code>556b71f</code></a> chore: publish v5.39.0</li>
<li><a href="bb46ef0817"><code>bb46ef0</code></a> feat(eslint-plugin): allow using void as a default type for a generic argumen...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.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=5.38.1&new-version=5.39.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/4199

Reviewed By: aigoncharov

Differential Revision: D40334978

Pulled By: mweststrate

fbshipit-source-id: a02fff77594199b531ce3dd35f26ebeb007bca88
2022-10-13 06:50:05 -07:00
generatedunixname89002005306973
af16963251 Flipper Release: v0.170.0
Summary: Releasing version 0.170.0

Reviewed By: mweststrate

Differential Revision: D40295174

fbshipit-source-id: 3a38e99f0e4d0cda25921e0586a9a53e7f7ad4aa
2022-10-12 09:00:41 -07:00
generatedunixname89002005306973
dd99fc8e79 Flipper Release: v0.169.0
Summary: Releasing version 0.169.0

Reviewed By: lblasa

Differential Revision: D40173740

fbshipit-source-id: 6009a2621d98a706a94c5bca1121946b9604b7ab
2022-10-07 04:57:44 -07:00
dependabot[bot]
609d1f75b3 Bump typescript from 4.7.4 to 4.8.4 in /js/js-flipper (#4147)
Summary:
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4.
<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.8.4</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/">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?q=milestone%3A%22TypeScript+4.8.0%22+">fixed issues query for Typescript 4.8.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+">fixed issues query for Typescript 4.8.1 (RC)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+">fixed issues query for Typescript 4.8.2 (Stable)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+">fixed issues query for Typescript 4.8.3 (Stable)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.4%22+">fixed issues query for Typescript 4.8.4 (Stable)</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-484">Visual Studio 2022/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.8.3</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/">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?q=milestone%3A%22TypeScript+4.8.0%22+">fixed issues query for Typescript 4.8.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+">fixed issues query for Typescript 4.8.1 (RC)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+">fixed issues query for Typescript 4.8.2 (Stable)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+">fixed issues query for Typescript 4.8.3 (Stable)</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-483">Visual Studio 2022/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.8</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/">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?q=milestone%3A%22TypeScript+4.8.0%22+">fixed issues query for Typescript 4.8.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+">fixed issues query for Typescript 4.8.1 (RC)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+">fixed issues query for Typescript 4.8.1 (Stable)</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-48">Visual Studio 2022/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.8 RC</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-8-rc/">release announcement</a>.</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a614119c19"><code>a614119</code></a> Bump version to 4.8.4 and LKG</li>
<li><a href="369b4d8299"><code>369b4d8</code></a> Cherry pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50537">#50537</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50779">#50779</a> to release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50907">#50907</a>)</li>
<li><a href="41e1ade33a"><code>41e1ade</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50704">#50704</a> into release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50741">#50741</a>)</li>
<li><a href="2acf3a3652"><code>2acf3a3</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50691">#50691</a> into release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50743">#50743</a>)</li>
<li><a href="39576e6f5c"><code>39576e6</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50673">#50673</a> into release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50742">#50742</a>)</li>
<li><a href="57737235d6"><code>5773723</code></a> Cherry-pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50724">#50724</a> to release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50760">#50760</a>)</li>
<li><a href="a3b3555086"><code>a3b3555</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50797">#50797</a> into release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50798">#50798</a>)</li>
<li><a href="bb8cf903b5"><code>bb8cf90</code></a> Handle more places where package direcroy is converted to canonical file path...</li>
<li><a href="ea348f67aa"><code>ea348f6</code></a> Bump version to 4.8.3 and LKG</li>
<li><a href="6bb16f105c"><code>6bb16f1</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50620">#50620</a> into release-4.8 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/50676">#50676</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.4">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.7.4&new-version=4.8.4)](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/4147

Reviewed By: aigoncharov

Differential Revision: D40022430

Pulled By: aigoncharov

fbshipit-source-id: 5e30af94a98109503798167a81fa1ce830150be5
2022-10-05 01:32:31 -07:00
generatedunixname89002005306973
84a5d8e184 Flipper Release: v0.168.0
Summary: Releasing version 0.168.0

Reviewed By: aigoncharov

Differential Revision: D40059591

fbshipit-source-id: b5ea55b6afd813cafff72b5264768bb60c7350e0
2022-10-04 08:44:13 -07:00
dependabot[bot]
26b4bd96e1 Bump @babel/core from 7.19.1 to 7.19.3 in /js/js-flipper (#4149)
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.19.3 (2022-09-27)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>babel/cli</code> source maps based on configuration files (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-compilation-targets</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14961">#14961</a> chore: use <code>c8</code> for coverage testing (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14952">#14952</a> [ts] remove nested <code>declare namespace</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.19.2 (2022-09-15)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-runtime-corejs2</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14937">#14937</a> fix: runtime-corejs 2 should depend on core-js@2 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.19.3 (2022-09-27)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>babel/cli</code> source maps based on configuration files (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-compilation-targets</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14961">#14961</a> chore: use <code>c8</code> for coverage testing (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14952">#14952</a> [ts] remove nested <code>declare namespace</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.19.2 (2022-09-15)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-runtime-corejs2</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14937">#14937</a> fix: runtime-corejs 2 should depend on core-js@2 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3d46a59956"><code>3d46a59</code></a> v7.19.3</li>
<li><a href="0cc190c128"><code>0cc190c</code></a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14954">#14954</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.19.3/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.19.1&new-version=7.19.3)](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/4149

Reviewed By: antonk52

Differential Revision: D39933451

Pulled By: antonk52

fbshipit-source-id: 5c906a636c89f5b3d99801379ec0801924b7de1e
2022-10-03 03:10:38 -07:00
generatedunixname89002005306973
dcf2380fd4 Flipper Release: v0.167.0
Summary: Releasing version 0.167.0

Reviewed By: LukeDefeo

Differential Revision: D39924111

fbshipit-source-id: 30e26a9551eb3350ba4b526dc6ca014d868dd1ea
2022-09-29 04:38:46 -07:00
Luke De Feo
21ca10a78c Bump dependencies
Reviewed By: antonk52

Differential Revision: D39848617

fbshipit-source-id: f67b52620d2c43da8203c04b3627bbb03a45af8f
2022-09-28 04:36:55 -07:00
Flipper Bot
285db3a268 Flipper Release: v0.166.0
Summary: Releasing version 0.166.0

Reviewed By: aigoncharov

Differential Revision: D39649275

fbshipit-source-id: d328cf36fb26e2d69b0e3c76cae6c47760ecd6fa
2022-09-20 04:06:09 -07:00
Flipper Bot
fb51f294f1 Flipper Release: v0.165.1
Summary: Releasing version 0.165.1

Reviewed By: aigoncharov

Differential Revision: D39626532

fbshipit-source-id: 0611201ad42e038f4488ee9f6f8cf8265329a5e2
2022-09-19 12:12:29 -07:00
Flipper Bot
4c61c53a7b Flipper Release: v0.165.0
Summary: Releasing version 0.165.0

Reviewed By: aigoncharov

Differential Revision: D39579337

fbshipit-source-id: 42c3c470718b1e5953ab07afa9a7690b33acfe3f
2022-09-16 10:05:24 -07:00
Flipper Bot
a941652a43 Flipper Release: v0.164.0
Summary: Releasing version 0.164.0

Reviewed By: aigoncharov

Differential Revision: D39431774

fbshipit-source-id: 17c616386d00460e7b65cc88403bb6dbbc882853
2022-09-12 09:11:16 -07:00
Flipper Bot
926ba9608e Flipper Release: v0.163.0
Summary: Releasing version 0.163.0

Reviewed By: aigoncharov

Differential Revision: D39303682

fbshipit-source-id: fa6bd8a1cb08c0f45803d027632d7432e64680e2
2022-09-08 08:03:07 -07:00
Flipper Bot
3734225dd7 Flipper Release: v0.162.0
Summary: Releasing version 0.162.0

Reviewed By: cekkaewnumchai

Differential Revision: D38973666

fbshipit-source-id: cb17fe83c805a1c4fbef69bf035f4437516665d0
2022-08-24 03:55:15 -07:00
Flipper Bot
f9afe75a81 Flipper Release: v0.161.0
Summary: Releasing version 0.161.0

Reviewed By: lblasa

Differential Revision: D38858847

fbshipit-source-id: 56a356ed7028110fb028f36a490efb6fa61a3598
2022-08-19 05:02:55 -07:00
Flipper Bot
882c06fb65 Flipper Release: v0.160.0
Summary: Releasing version 0.160.0

Reviewed By: mweststrate

Differential Revision: D38829728

fbshipit-source-id: b0c28f7099ecde8f1afba298af713891d5f37c04
2022-08-18 09:21:56 -07:00
dependabot[bot]
6cc20c7e7c Bump eslint from 8.21.0 to 8.22.0 in /js/js-flipper (#4005)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.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>v8.22.0</h2>
<h2>Features</h2>
<ul>
<li><a href="2b97607675"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>) (Nicholas C. Zakas)</li>
<li><a href="fd5d3d37c9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>) (Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="9f5a752066"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>) (Sam Chen)</li>
<li><a href="61b2948cb7"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>) (Amaresh  S M)</li>
<li><a href="784096d378"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>) (Sam Chen)</li>
<li><a href="d0f4cb42e8"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>) (Kevin Elliott)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="10a6e0e144"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v8.22.0 - August 13, 2022</p>
<ul>
<li><a href="2b97607675"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>) (Nicholas C. Zakas)</li>
<li><a href="fd5d3d37c9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>) (Milos Djermanovic)</li>
<li><a href="9f5a752066"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>) (Sam Chen)</li>
<li><a href="61b2948cb7"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>) (Amaresh  S M)</li>
<li><a href="784096d378"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>) (Sam Chen)</li>
<li><a href="d0f4cb42e8"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>) (Kevin Elliott)</li>
<li><a href="10a6e0e144"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4e9671fcd5"><code>4e9671f</code></a> 8.22.0</li>
<li><a href="5092a242c2"><code>5092a24</code></a> Build: changelog update for 8.22.0</li>
<li><a href="2b97607675"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>)</li>
<li><a href="fd5d3d37c9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>)</li>
<li><a href="9f5a752066"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>)</li>
<li><a href="61b2948cb7"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>)</li>
<li><a href="784096d378"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>)</li>
<li><a href="d0f4cb42e8"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>)</li>
<li><a href="10a6e0e144"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>)</li>
<li>See full diff in <a href="https://github.com/eslint/eslint/compare/v8.21.0...v8.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=8.21.0&new-version=8.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/4005

Reviewed By: lawrencelomax

Differential Revision: D38781624

Pulled By: passy

fbshipit-source-id: 66b21901f7170350d889d35c307a9d0fd6f62b15
2022-08-18 07:46:18 -07:00
dependabot[bot]
f778dad2f5 Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 in /js/js-flipper (#4007)
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.32.0 to 5.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.33.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0">5.33.0</a> (2022-08-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle await with type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5428">#5428</a>) (<a href="e03826f08c">e03826f</a>)</li>
<li><strong>website:</strong> add explicit frontmatter description to rule docs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5429">#5429</a>) (<a href="63cba5f4c1">63cba5f</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] support static blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5417">#5417</a>) (<a href="5983e5ab3b">5983e5a</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-as-const] adds support for class properties (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5413">#5413</a>) (<a href="d2394f8109">d2394f8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0">5.33.0</a> (2022-08-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-extra-parens] handle await with type assertion (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5428">#5428</a>) (<a href="e03826f08c">e03826f</a>)</li>
<li><strong>website:</strong> add explicit frontmatter description to rule docs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5429">#5429</a>) (<a href="63cba5f4c1">63cba5f</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] support static blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5417">#5417</a>) (<a href="5983e5ab3b">5983e5a</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-as-const] adds support for class properties (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5413">#5413</a>) (<a href="d2394f8109">d2394f8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="399b3b1263"><code>399b3b1</code></a> chore: publish v5.33.0</li>
<li><a href="63cba5f4c1"><code>63cba5f</code></a> fix(website): add explicit frontmatter description to rule docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5429">#5429</a>)</li>
<li><a href="e03826f08c"><code>e03826f</code></a> fix(eslint-plugin): [no-extra-parens] handle await with type assertion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5428">#5428</a>)</li>
<li><a href="5983e5ab3b"><code>5983e5a</code></a> feat(eslint-plugin): [member-ordering] support static blocks (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5417">#5417</a>)</li>
<li><a href="d2394f8109"><code>d2394f8</code></a> feat(eslint-plugin): [prefer-as-const] adds support for class properties (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5413">#5413</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.33.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=5.32.0&new-version=5.33.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/4007

Reviewed By: passy

Differential Revision: D38781320

Pulled By: mweststrate

fbshipit-source-id: 379ee701db10fbdd0d8065641b120537755774ec
2022-08-17 05:44:23 -07:00
dependabot[bot]
9d86a1e500 Bump ts-jest from 28.0.7 to 28.0.8 in /js/js-flipper (#4006)
Summary:
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.7 to 28.0.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p>
<blockquote>
<h2>v28.0.8</h2>
<p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8">28.0.8</a> (2022-08-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>allow <code>.mts</code> to be processed (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3713">https://github.com/facebook/flipper/issues/3713</a>) (<a href="effae71736">effae71</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3702">https://github.com/facebook/flipper/issues/3702</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9d5eadecaa"><code>9d5eade</code></a> chore(release): 28.0.8 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3755">https://github.com/facebook/flipper/issues/3755</a>)</li>
<li><a href="384f28ad5b"><code>384f28a</code></a> build(deps): Update dependency esbuild to ~0.15.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3754">https://github.com/facebook/flipper/issues/3754</a>)</li>
<li><a href="63a14895fd"><code>63a1489</code></a> test(e2e): add <code>mts</code> e2e test (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3753">https://github.com/facebook/flipper/issues/3753</a>)</li>
<li><a href="5d5fb0d917"><code>5d5fb0d</code></a> build(devs-infra): update Renovate bot config (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3752">https://github.com/facebook/flipper/issues/3752</a>)</li>
<li><a href="8847fbec34"><code>8847fbe</code></a> build(deps): Update dependency eslint to ^8.22.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3751">https://github.com/facebook/flipper/issues/3751</a>)</li>
<li><a href="cab2a0c50b"><code>cab2a0c</code></a> build(deps): Update dependency esbuild to ~0.15.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3747">https://github.com/facebook/flipper/issues/3747</a>)</li>
<li><a href="601c4e3e3f"><code>601c4e3</code></a> build(deps): Update ESLint packages to ^5.33.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3745">https://github.com/facebook/flipper/issues/3745</a>)</li>
<li><a href="aed21c6b77"><code>aed21c6</code></a> build(deps): Update dependency esbuild to ~0.14.54 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3744">https://github.com/facebook/flipper/issues/3744</a>)</li>
<li><a href="74acc535b8"><code>74acc53</code></a> build(deps): Update dependency json-schema-to-typescript to ^11.0.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3743">https://github.com/facebook/flipper/issues/3743</a>)</li>
<li><a href="d2fdff22d9"><code>d2fdff2</code></a> build(deps): Update dependency yargs-parser to v21.1.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3742">https://github.com/facebook/flipper/issues/3742</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=28.0.7&new-version=28.0.8)](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/4006

Reviewed By: passy

Differential Revision: D38781324

Pulled By: mweststrate

fbshipit-source-id: 5855d0838a63b92060bd5e4ea641dea2d8130afe
2022-08-17 05:44:23 -07:00
Flipper Bot
a2df0e36e3 Flipper Release: v0.159.0
Summary: Releasing version 0.159.0

Reviewed By: mweststrate

Differential Revision: D38779691

fbshipit-source-id: 096542c590ad80dede43b7d72300ad99667b96d7
2022-08-17 03:32:56 -07:00
Flipper Bot
c96c5ca1a3 Flipper Release: v0.158.0
Summary: Releasing version 0.158.0

Reviewed By: lblasa

Differential Revision: D38571158

fbshipit-source-id: 942b513f45163fe923483f17c87945ff289020c9
2022-08-10 05:09:36 -07:00
Flipper Bot
714ee44929 Flipper Release: v0.157.0
Summary: Releasing version 0.157.0

Reviewed By: passy

Differential Revision: D38382530

fbshipit-source-id: 687ff275c280587d4d40c9c2d8622a1d0ba1adaa
2022-08-03 05:02:01 -07:00
Luke De Feo
f316e1e98d Bump deps
Summary: Big yarn interactive bump to close a load of PRs

Reviewed By: passy

Differential Revision: D38358518

fbshipit-source-id: 5eb4cbb748d056b8578b1e51aad1ceb21cb19f5d
2022-08-03 02:06:02 -07:00
dependabot[bot]
095ccdf831 Bump eslint-plugin-jsx-a11y from 6.5.1 to 6.6.1 in /js/js-flipper (#3937)
Summary:
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.5.1 to 6.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases">eslint-plugin-jsx-a11y's releases</a>.</em></p>
<blockquote>
<h2>v6.6.0</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p>
<blockquote>
<h1>6.6.1 / 2022-07-21</h1>
<ul>
<li>38405ad [Fix] <code>no-interactive-tabindex</code>: allow role assignments using a ternary with literals on both sides</li>
<li>7524e0c [Fix] <code>no-static-element-interactions</code>: allow role assignments using a ternary with literals on both sides (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/865">https://github.com/facebook/flipper/issues/865</a>)</li>
<li>1c06306 [readme] properly describe rule settings in builtin configs</li>
<li>0c19f02 [Docs] <code>no-noninteractive-tabindex</code>, <code>no-static-element-interactions</code>: document <code>allowExpressionValues</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/870">https://github.com/facebook/flipper/issues/870</a>)</li>
<li>2362832 [readme] added link to redirect eslint to relevant docs (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/862">https://github.com/facebook/flipper/issues/862</a>)</li>
<li>2c6926c [Deps] unpin <code>axe-core</code></li>
<li>b78f19d [Deps] pin <code>axe-core</code> to v4.4.1, due to a breaking change in a patch</li>
<li>768910e [Deps] update <code>babel/runtime</code></li>
<li>f0e04ce [Deps] update <code>babel/runtime</code>, <code>jsx-ast-utils</code></li>
<li>93b2a9d [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>babel/register</code></li>
<li>a962211 [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>babel/register</code></li>
<li>0d2bc43 [Tests] <code>no-noninteractive-element-interactions</code>: add passing test cases (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/876">https://github.com/facebook/flipper/issues/876</a>)</li>
<li>ffefbad [Tests] <code>no-noninteractive-element-interactions</code>: add passing tests for form with onSubmit (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/871">https://github.com/facebook/flipper/issues/871</a>)</li>
<li>e7d405d [Tests] <code>no-static-element-interactions</code>: add passing test cases</li>
</ul>
<h1>6.6.0 / 2022-06-23</h1>
<ul>
<li>566011b [New] <code>aria-role</code>: add <code>allowedInvalidRoles</code> option (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/828">https://github.com/facebook/flipper/issues/828</a>)</li>
<li>64dcac6 [New] Introduce a plugin-wide setting for custom components. (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/844">https://github.com/facebook/flipper/issues/844</a>)</li>
<li>ce2c328 [Fix] <code>no-redundant-roles</code>, <code>role-supports-aria-props</code>: Remove implicit role from dl element (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/848">https://github.com/facebook/flipper/issues/848</a>)</li>
<li>fb20bc4 [Refactor] <code>role-supports-aria-props</code>: clean up the logic a bit</li>
<li>1826628 [Refactor] reduce egregious use of array spread, in favor of <code>[].concat</code> idiom</li>
<li>0f1615a [Docs] <code>no-static-element-interactions</code>: Update error message (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/843">https://github.com/facebook/flipper/issues/843</a>)</li>
<li>9980d1d [Docs] Add infrastructure for auto-generating markdown table and list (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/837">https://github.com/facebook/flipper/issues/837</a>)</li>
<li>f878d3b [Docs] Update project readme (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/831">https://github.com/facebook/flipper/issues/831</a>)</li>
<li>aea7671 [Deps] update <code>babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>jsx-ast-utils</code></li>
<li>d74173a [Deps] update <code>jsx-ast-utils</code></li>
<li>f6ba03c [Deps] update <code>babel/runtime</code>, <code>jsx-ast-utils</code></li>
<li>547dab4 [Deps] update <code>babel/runtime</code>, <code>axe-core</code>, <code>minimatch</code></li>
<li>baaf791 [Deps] update <code>babel/runtime</code>, <code>minimatch</code>, <code>semver</code></li>
<li>c015fef [Deps] update <code>babel/runtime</code>, <code>axe-core</code>, <code>damerau-levenshtein</code></li>
<li>832cbd6 [meta] add <code>export default</code> instead of <code>module.exports</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/861">https://github.com/facebook/flipper/issues/861</a>)</li>
<li>ee933a2 [meta] Add CONTRIBUTING.md to solicit contributions (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/846">https://github.com/facebook/flipper/issues/846</a>)</li>
<li>fa3c869 [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>aud</code>, <code>eslint-plugin-eslint-plugin</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code></li>
<li>fb3d51e [Dev Deps] update <code>babel/core</code>, <code>babel/register</code>, <code>eslint-plugin-import</code>, <code>minimist</code></li>
<li>8c1df4d [Dev Deps] pin <code>technote-space/doctoc</code> because v2.5 is a breaking change</li>
<li>fb071ab [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, <code>babel/plugin-transform-flow-strip-types</code>, <code>eslint-plugin-eslint-plugin</code></li>
<li>5e966e5 [Dev Deps] update <code>babel/cli</code></li>
<li>f597f5b [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code></li>
<li>287854a [Tests] Fix <code>npm run flow</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/856">https://github.com/facebook/flipper/issues/856</a>)</li>
<li>112261c [Tests] skip fragment tests in eslint &lt; 6</li>
<li>ea877c4 [Tests] <code>img-redundant-alt-test</code>: add passing tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/832">https://github.com/facebook/flipper/issues/832</a>)</li>
<li>685426d test: align usage of jest expect across tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/827">https://github.com/facebook/flipper/issues/827</a>)</li>
<li>c460a8b [Tests] move invalid test case to valid; changed in axe-core v4.4</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d678a98ccd"><code>d678a98</code></a> v6.6.1</li>
<li><a href="93b2a9dae1"><code>93b2a9d</code></a> [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, <code>babel/eslint-parser</code>, `babe...</li>
<li><a href="768910e83f"><code>768910e</code></a> [Deps] update <code>babel/runtime</code></li>
<li><a href="0d2bc43985"><code>0d2bc43</code></a> [Tests] <code>no-noninteractive-element-interactions</code>: add passing test cases</li>
<li><a href="a9622118ca"><code>a962211</code></a> [Dev Deps] update <code>babel/cli</code>, <code>babel/core</code>, `babel/plugin-transform-flow-...</li>
<li><a href="2c6926c123"><code>2c6926c</code></a> [Deps] unpin <code>axe-core</code></li>
<li><a href="1c06306ede"><code>1c06306</code></a> [readme] properly describe rule settings in builtin configs</li>
<li><a href="b78f19dcae"><code>b78f19d</code></a> [Deps] pin <code>axe-core</code> to v4.4.1, due to a breaking change in a patch</li>
<li><a href="ffefbad6ba"><code>ffefbad</code></a> [Tests] <code>no-noninteractive-element-interactions</code>: add passing tests for form ...</li>
<li><a href="0c19f024c3"><code>0c19f02</code></a> [Docs] <code>no-noninteractive-tabindex</code>, <code>no-static-element-interactions</code>: docume...</li>
<li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.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.5.1&new-version=6.6.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/3937

Reviewed By: passy

Differential Revision: D38316019

Pulled By: LukeDefeo

fbshipit-source-id: 8cccb8bb083b03046853adfc18fa682d3203ef41
2022-08-02 04:52:42 -07:00
dependabot[bot]
142e06cdde Bump eslint from 8.17.0 to 8.21.0 in /js/js-flipper (#3958)
Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.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>v8.21.0</h2>
<h2>Features</h2>
<ul>
<li><a href="7b43ea14a8"><code>7b43ea1</code></a> feat: Implement FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16149">#16149</a>) (Nicholas C. Zakas)</li>
<li><a href="92bf49a4b3"><code>92bf49a</code></a> feat: improve the key width calculation in <code>key-spacing</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16154">#16154</a>) (Nitin Kumar)</li>
<li><a href="c4615421cb"><code>c461542</code></a> feat: add new <code>allowLineSeparatedGroups</code> option to the <code>sort-keys</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16138">#16138</a>) (Nitin Kumar)</li>
<li><a href="1cdcbca8a9"><code>1cdcbca</code></a> feat: add deprecation warnings for legacy API in <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16063">#16063</a>) (Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="0396775527"><code>0396775</code></a> fix: lines-around-comment apply <code>allowBlockStart</code> for switch statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16153">#16153</a>) (Nitin Kumar)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="2aadc93272"><code>2aadc93</code></a> docs: add anchors to headings inside docs content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16134">#16134</a>) (Strek)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="8892511948"><code>8892511</code></a> chore: Upgrade to Espree 9.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16173">#16173</a>) (Brandon Mills)</li>
<li><a href="1233beea39"><code>1233bee</code></a> chore: switch to eslint-plugin-node's maintained fork (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16150">#16150</a>) (唯然)</li>
<li><a href="97b95c068d"><code>97b95c0</code></a> chore: upgrade puppeteer v13 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16151">#16151</a>) (唯然)</li>
</ul>
<h2>v8.20.0</h2>
<h2>Features</h2>
<ul>
<li><a href="ca83178b18"><code>ca83178</code></a> feat: catch preprocess errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16105">#16105</a>) (JounQin)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="30be0ed4d8"><code>30be0ed</code></a> fix: no-warning-comments rule escapes special RegEx characters in terms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16090">#16090</a>) (Lachlan Hunt)</li>
<li><a href="bfe5e88409"><code>bfe5e88</code></a> fix: ignore spacing before <code>]</code> and <code>}</code> in comma-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16113">#16113</a>) (Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="845c4f4027"><code>845c4f4</code></a> docs: Add website team details (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16115">#16115</a>) (Nicholas C. Zakas)</li>
<li><a href="5a0dfdb993"><code>5a0dfdb</code></a> docs: Link to blog post in no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16112">#16112</a>) (Jordan Eldredge)</li>
<li><a href="bc692a9bf5"><code>bc692a9</code></a> docs: remove install command (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16084">#16084</a>) (Strek)</li>
<li><a href="49ca3f0904"><code>49ca3f0</code></a> docs: don't show toc when content not found (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16095">#16095</a>) (Amaresh  S M)</li>
<li><a href="ba19e3f80a"><code>ba19e3f</code></a> docs: enhance 404 page UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16097">#16097</a>) (Amaresh  S M)</li>
<li><a href="a75d3b47b8"><code>a75d3b4</code></a> docs: remove unused meta.docs.category field in working-with-rules page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16109">#16109</a>) (Brandon Scott)</li>
<li><a href="cdc0206390"><code>cdc0206</code></a> docs: add formatters page edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16094">#16094</a>) (Amaresh  S M)</li>
<li><a href="4d1ed22ded"><code>4d1ed22</code></a> docs: preselect default theme (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16098">#16098</a>) (Strek)</li>
<li><a href="4b79612f0b"><code>4b79612</code></a> docs: add missing correct/incorrect containers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16087">#16087</a>) (Milos Djermanovic)</li>
<li><a href="09f6acbf21"><code>09f6acb</code></a> docs: fix UI bug on rules index and details pages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16082">#16082</a>) (Deepshika S)</li>
<li><a href="f5db264931"><code>f5db264</code></a> docs: remove remaining duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16093">#16093</a>) (Milos Djermanovic)</li>
<li><a href="32a6b2a5ca"><code>32a6b2a</code></a> docs: Add scroll behaviour smooth (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16056">#16056</a>) (Amaresh  S M)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="bbf8df41c9"><code>bbf8df4</code></a> chore: Mark autogenerated release blog post as draft (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16130">#16130</a>) (Nicholas C. Zakas)</li>
<li><a href="eee43067f6"><code>eee4306</code></a> chore: update internal lint dependencies (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16088">#16088</a>) (Bryan Mishkin)</li>
<li><a href="9615a42c9f"><code>9615a42</code></a> chore: update formatter examples template to avoid markdown lint error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16085">#16085</a>) (Milos Djermanovic)</li>
<li><a href="62541edf58"><code>62541ed</code></a> chore: fix markdown linting error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16083">#16083</a>) (唯然)</li>
</ul>
<h2>v8.19.0</h2>
<h2>Features</h2>
<ul>
<li><a href="7023628eb3"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>) (Brandon Scott)</li>
<li><a href="472c368136"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>) (Milos Djermanovic)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v8.21.0 - August 1, 2022</p>
<ul>
<li><a href="7b43ea14a8"><code>7b43ea1</code></a> feat: Implement FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16149">#16149</a>) (Nicholas C. Zakas)</li>
<li><a href="8892511948"><code>8892511</code></a> chore: Upgrade to Espree 9.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16173">#16173</a>) (Brandon Mills)</li>
<li><a href="92bf49a4b3"><code>92bf49a</code></a> feat: improve the key width calculation in <code>key-spacing</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16154">#16154</a>) (Nitin Kumar)</li>
<li><a href="c4615421cb"><code>c461542</code></a> feat: add new <code>allowLineSeparatedGroups</code> option to the <code>sort-keys</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16138">#16138</a>) (Nitin Kumar)</li>
<li><a href="1cdcbca8a9"><code>1cdcbca</code></a> feat: add deprecation warnings for legacy API in <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16063">#16063</a>) (Nitin Kumar)</li>
<li><a href="0396775527"><code>0396775</code></a> fix: lines-around-comment apply <code>allowBlockStart</code> for switch statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16153">#16153</a>) (Nitin Kumar)</li>
<li><a href="2aadc93272"><code>2aadc93</code></a> docs: add anchors to headings inside docs content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16134">#16134</a>) (Strek)</li>
<li><a href="1233beea39"><code>1233bee</code></a> chore: switch to eslint-plugin-node's maintained fork (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16150">#16150</a>) (唯然)</li>
<li><a href="97b95c068d"><code>97b95c0</code></a> chore: upgrade puppeteer v13 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16151">#16151</a>) (唯然)</li>
</ul>
<p>v8.20.0 - July 16, 2022</p>
<ul>
<li><a href="bbf8df41c9"><code>bbf8df4</code></a> chore: Mark autogenerated release blog post as draft (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16130">#16130</a>) (Nicholas C. Zakas)</li>
<li><a href="845c4f4027"><code>845c4f4</code></a> docs: Add website team details (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16115">#16115</a>) (Nicholas C. Zakas)</li>
<li><a href="5a0dfdb993"><code>5a0dfdb</code></a> docs: Link to blog post in no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16112">#16112</a>) (Jordan Eldredge)</li>
<li><a href="bc692a9bf5"><code>bc692a9</code></a> docs: remove install command (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16084">#16084</a>) (Strek)</li>
<li><a href="30be0ed4d8"><code>30be0ed</code></a> fix: no-warning-comments rule escapes special RegEx characters in terms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16090">#16090</a>) (Lachlan Hunt)</li>
<li><a href="ca83178b18"><code>ca83178</code></a> feat: catch preprocess errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16105">#16105</a>) (JounQin)</li>
<li><a href="49ca3f0904"><code>49ca3f0</code></a> docs: don't show toc when content not found (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16095">#16095</a>) (Amaresh  S M)</li>
<li><a href="ba19e3f80a"><code>ba19e3f</code></a> docs: enhance 404 page UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16097">#16097</a>) (Amaresh  S M)</li>
<li><a href="bfe5e88409"><code>bfe5e88</code></a> fix: ignore spacing before <code>]</code> and <code>}</code> in comma-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16113">#16113</a>) (Milos Djermanovic)</li>
<li><a href="a75d3b47b8"><code>a75d3b4</code></a> docs: remove unused meta.docs.category field in working-with-rules page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16109">#16109</a>) (Brandon Scott)</li>
<li><a href="cdc0206390"><code>cdc0206</code></a> docs: add formatters page edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16094">#16094</a>) (Amaresh  S M)</li>
<li><a href="4d1ed22ded"><code>4d1ed22</code></a> docs: preselect default theme (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16098">#16098</a>) (Strek)</li>
<li><a href="4b79612f0b"><code>4b79612</code></a> docs: add missing correct/incorrect containers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16087">#16087</a>) (Milos Djermanovic)</li>
<li><a href="09f6acbf21"><code>09f6acb</code></a> docs: fix UI bug on rules index and details pages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16082">#16082</a>) (Deepshika S)</li>
<li><a href="f5db264931"><code>f5db264</code></a> docs: remove remaining duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16093">#16093</a>) (Milos Djermanovic)</li>
<li><a href="32a6b2a5ca"><code>32a6b2a</code></a> docs: Add scroll behaviour smooth (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16056">#16056</a>) (Amaresh  S M)</li>
<li><a href="eee43067f6"><code>eee4306</code></a> chore: update internal lint dependencies (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16088">#16088</a>) (Bryan Mishkin)</li>
<li><a href="9615a42c9f"><code>9615a42</code></a> chore: update formatter examples template to avoid markdown lint error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16085">#16085</a>) (Milos Djermanovic)</li>
<li><a href="62541edf58"><code>62541ed</code></a> chore: fix markdown linting error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16083">#16083</a>) (唯然)</li>
</ul>
<p>v8.19.0 - July 1, 2022</p>
<ul>
<li><a href="7023628eb3"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>) (Brandon Scott)</li>
<li><a href="472c368136"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>) (Milos Djermanovic)</li>
<li><a href="fc81848238"><code>fc81848</code></a> fix: throw helpful exception when rule has wrong return type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16075">#16075</a>) (Bryan Mishkin)</li>
<li><a href="e88493395b"><code>e884933</code></a> chore: use <code>github-slugger</code> for markdown anchors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16067">#16067</a>) (Strek)</li>
<li><a href="02e9cb01e7"><code>02e9cb0</code></a> chore: revamp carbon ad style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16078">#16078</a>) (Amaresh  S M)</li>
<li><a href="3ae0574fc7"><code>3ae0574</code></a> docs: Remove duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16052">#16052</a>) (Amaresh  S M)</li>
<li><a href="b6aee9591e"><code>b6aee95</code></a> chore: remove unwanted comments from rules markdown (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16054">#16054</a>) (Strek)</li>
<li><a href="f50cf436aa"><code>f50cf43</code></a> docs: Add base href to each page to fix relative URLs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16046">#16046</a>) (Nicholas C. Zakas)</li>
<li><a href="6840940a76"><code>6840940</code></a> chore: correctly use .markdownlintignore in Makefile (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16060">#16060</a>) (Bryan Mishkin)</li>
<li><a href="ae4b449719"><code>ae4b449</code></a> docs: make logo link clickable on small width screens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16058">#16058</a>) (Milos Djermanovic)</li>
<li><a href="280f898bff"><code>280f898</code></a> docs: use only fenced code blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16044">#16044</a>) (Milos Djermanovic)</li>
<li><a href="f5d63b9e15"><code>f5d63b9</code></a> docs: add listener only if element exists (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16045">#16045</a>) (Amaresh  S M)</li>
<li><a href="8b639ccb2f"><code>8b639cc</code></a> docs: add missing migrating-to-8.0.0 in the user guide (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16048">#16048</a>) (唯然)</li>
<li><a href="b8e68c1f7e"><code>b8e68c1</code></a> docs: Update release process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16036">#16036</a>) (Nicholas C. Zakas)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9c53ed4025"><code>9c53ed4</code></a> 8.21.0</li>
<li><a href="fd404a5cb3"><code>fd404a5</code></a> Build: changelog update for 8.21.0</li>
<li><a href="7b43ea14a8"><code>7b43ea1</code></a> feat: Implement FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16149">#16149</a>)</li>
<li><a href="8892511948"><code>8892511</code></a> chore: Upgrade to Espree 9.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16173">#16173</a>)</li>
<li><a href="92bf49a4b3"><code>92bf49a</code></a> feat: improve the key width calculation in <code>key-spacing</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16154">#16154</a>)</li>
<li><a href="c4615421cb"><code>c461542</code></a> feat: add new <code>allowLineSeparatedGroups</code> option to the <code>sort-keys</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16138">#16138</a>)</li>
<li><a href="1cdcbca8a9"><code>1cdcbca</code></a> feat: add deprecation warnings for legacy API in <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16063">#16063</a>)</li>
<li><a href="0396775527"><code>0396775</code></a> fix: lines-around-comment apply <code>allowBlockStart</code> for switch statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16153">#16153</a>)</li>
<li><a href="2aadc93272"><code>2aadc93</code></a> docs: add anchors to headings inside docs content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16134">#16134</a>)</li>
<li><a href="1233beea39"><code>1233bee</code></a> chore: switch to eslint-plugin-node's maintained fork (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16150">#16150</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.17.0...v8.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=8.17.0&new-version=8.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/3958

Reviewed By: lblasa

Differential Revision: D38315183

Pulled By: LukeDefeo

fbshipit-source-id: 5903cc91d8de04c956c3bf4e0fdf8c99807fb452
2022-08-01 10:33:56 -07:00
Flipper Bot
5607276fee Flipper Release: v0.156.0
Summary: Releasing version 0.156.0

Reviewed By: LukeDefeo

Differential Revision: D38198427

fbshipit-source-id: b348e3bc2c4ee18d897841a1ad359db950b15100
2022-07-27 04:31:07 -07:00
Flipper Bot
e3110be5a6 Flipper Release: v0.155.0
Summary: Releasing version 0.155.0

Reviewed By: lblasa

Differential Revision: D37957716

fbshipit-source-id: f682464ec8737acc3e28197fa3724a6ae150e8cd
2022-07-19 09:01:42 -07:00
Flipper Bot
14d385827d Flipper Release: v0.154.0
Summary: Releasing version 0.154.0

Reviewed By: jknoxville

Differential Revision: D37813763

fbshipit-source-id: f16392937146a50c7018c2ae5abd18e433059622
2022-07-13 09:21:01 -07:00
Flipper Bot
6b4c1db5fa Flipper Release: v0.153.0
Summary: Releasing version 0.153.0

Reviewed By: cekkaewnumchai

Differential Revision: D37643063

fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
2022-07-06 04:06:55 -07:00
Flipper Bot
939f69b4fc Flipper Release: v0.152.0
Summary: Releasing version 0.152.0

Reviewed By: mweststrate

Differential Revision: D37515159

fbshipit-source-id: 559c8961da1156fd61c299eec5d3bc9a8e84fa9e
2022-06-29 08:56:59 -07:00
Flipper Bot
f7048b470e Flipper Release: v0.151.1
Summary: Releasing version 0.151.1

Reviewed By: aigoncharov

Differential Revision: D37458556

fbshipit-source-id: a14704cce3358c5fd3dbd4b7ebf9c32a59183d49
2022-06-27 10:22:47 -07:00
Flipper Bot
25cfd062bf Flipper Release: v0.151.0
Summary: Releasing version 0.151.0

Reviewed By: nikoant

Differential Revision: D37340692

fbshipit-source-id: 0b058ffbf3de3ec17232953d94bfd5eba92348c0
2022-06-23 08:18:15 -07:00
Flipper Bot
06ddb08406 Flipper Release: v0.150.0
Summary: Releasing version 0.150.0

Reviewed By: lblasa

Differential Revision: D37236953

fbshipit-source-id: 36cd4fd8842b898f7cba1f03ab2c72d20e2b42ce
2022-06-17 11:37:49 -07:00
Pascal Hartig
a52e3e65a3 Combined dep bump
Summary: There are a bunch of open tasks. Combining them into one with `yarn upgrade-interactive`.

Reviewed By: antonk52

Differential Revision: D37070919

fbshipit-source-id: f89b63d1f3b15c5b625d7a0f1bc566d9c37e5e42
2022-06-13 05:18:42 -07:00
Flipper Bot
ad19b51069 Flipper Release: v0.149.0
Summary: Releasing version 0.149.0

Reviewed By: passy

Differential Revision: D36999205

fbshipit-source-id: 9bf6df029e3d359c166f21bd12f158a2d19b6516
2022-06-09 10:32:12 -07:00
Flipper Bot
5971d603bf Flipper Release: v0.148.0
Summary: Releasing version 0.148.0

Reviewed By: jknoxville

Differential Revision: D36805039

fbshipit-source-id: 8d97ba973c57de4558fc6aaa0a546dbac1ee08cd
2022-06-06 06:25:38 -07:00
Andrey Goncharov
055b14c6dd Persist device ID
Summary: Linked to https://github.com/facebook/flipper/issues/3319

Reviewed By: passy

Differential Revision: D36786952

fbshipit-source-id: f3214f35039845a8e35fa14e63f509a6fbdddb1f
2022-06-01 02:49:25 -07:00