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 />
[](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 />
[](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 "convert to default export" 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): "Move to a new file" 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 "No type information for this code" 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 "variable is used before being assigned" 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 />
[](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 "override" and "async" 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 "feat(scope-manager): ignore ECMA version" (<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 "feat(scope-manager): ignore ECMA version" (<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 />
[](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
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 />
[](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
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 "ci" 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 "ci" 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 "ci" 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 />
[](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 />
[](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 />
[](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 />
[](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
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 />
[](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
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 />
[](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
Luke De Feo
21ca10a78c
Bump dependencies
...
Reviewed By: antonk52
Differential Revision: D39848617
fbshipit-source-id: f67b52620d2c43da8203c04b3627bbb03a45af8f
2022-09-28 04:36:55 -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 />
[](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 />
[](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 />
[](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
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 < 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 />
[](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 />
[](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
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
dependabot[bot]
5ccf7b3d06
Bump jest from 28.0.3 to 28.1.0 in /js/js-flipper ( #3711 )
...
Summary:
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 28.0.3 to 28.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/releases ">jest's releases</a>.</em></p>
<blockquote>
<h2>v28.1.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-circus]</code> Add <code>failing</code> test modifier that inverts the behaviour of tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12610 ">#12610</a>)</li>
<li><code>[jest-environment-node, jest-environment-jsdom]</code> Allow specifying <code>customExportConditions</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12774 ">#12774</a>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li><code>[expect]</code> Adjust typings of <code>lastCalledWith</code>, <code>nthCalledWith</code>, <code>toBeCalledWith</code> matchers to allow a case there a mock was called with no arguments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12807 ">#12807</a>)</li>
<li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS Lists (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12763 ">#12763</a>)</li>
<li><code>[jest-core]</code> Do not collect <code>SIGNREQUEST</code> as open handles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12789 ">#12789</a>)</li>
</ul>
<h2>Chore & Maintenance</h2>
<ul>
<li><code>[docs]</code> Specified documentation about <code>--filter</code> CLI docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12799 ">#12799</a>)</li>
<li><code>[jest-reporters]</code> Move helper functions from <code>utils.ts</code> into separate files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12782 ">#12782</a>)</li>
<li><code>[jest-resolve]</code> Replace <code>process.versions.pnp</code> type declaration with <code>types/pnpapi</code> devDependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12783 ">#12783</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/romellem "><code>@romellem</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12763 ">facebook/jest#12763</a></li>
<li><a href="https://github.com/cristianrgreco "><code>@cristianrgreco</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12789 ">facebook/jest#12789</a></li>
<li><a href="https://github.com/rethab "><code>@rethab</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12791 ">facebook/jest#12791</a></li>
<li><a href="https://github.com/gramsco "><code>@gramsco</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12799 ">facebook/jest#12799</a></li>
<li><a href="https://github.com/michalwarda "><code>@michalwarda</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12610 ">facebook/jest#12610</a></li>
<li><a href="https://github.com/mikemaccana "><code>@mikemaccana</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12809 ">facebook/jest#12809</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.0.3...v28.1.0 ">https://github.com/facebook/jest/compare/v28.0.3...v28.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md ">jest's changelog</a>.</em></p>
<blockquote>
<h2>28.1.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-circus]</code> Add <code>failing</code> test modifier that inverts the behaviour of tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12610 ">#12610</a>)</li>
<li><code>[jest-environment-node, jest-environment-jsdom]</code> Allow specifying <code>customExportConditions</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12774 ">#12774</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Adjust typings of <code>lastCalledWith</code>, <code>nthCalledWith</code>, <code>toBeCalledWith</code> matchers to allow a case there a mock was called with no arguments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12807 ">#12807</a>)</li>
<li><code>[jest/expect-utils]</code> Fix deep equality of ImmutableJS Lists (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12763 ">#12763</a>)</li>
<li><code>[jest-core]</code> Do not collect <code>SIGNREQUEST</code> as open handles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12789 ">#12789</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[docs]</code> Specified documentation about <code>--filter</code> CLI docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12799 ">#12799</a>)</li>
<li><code>[jest-reporters]</code> Move helper functions from <code>utils.ts</code> into separate files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12782 ">#12782</a>)</li>
<li><code>[jest-resolve]</code> Replace <code>process.versions.pnp</code> type declaration with <code>types/pnpapi</code> devDependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12783 ">#12783</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f5db241312 "><code>f5db241</code></a> v28.1.0</li>
<li>See full diff in <a href="https://github.com/facebook/jest/commits/v28.1.0/packages/jest ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3711
Reviewed By: timur-valiev
Differential Revision: D36371200
Pulled By: mweststrate
fbshipit-source-id: 9c2379650acda033b991e3fa0a5980ee3a66ed45
2022-05-23 07:29:26 -07:00
Anton Nikolaev
9abce2f48e
Upgrade dependencies in js-flipper
...
Summary: Upgraded npm deps to calm down dependabot
Reviewed By: passy
Differential Revision: D36513979
fbshipit-source-id: d5b25b7f95ddc04d54113bd6292920423a4f77ad
2022-05-20 11:36:13 -07:00
Pascal Hartig
350bd01a19
Upgrade /js/js-flipper deps
...
Summary: Combining a bunch of dependabot tasks. allow-large-files
Reviewed By: nikoant
Differential Revision: D36096916
fbshipit-source-id: 7f9d32cc373257cabc6264d704ce7dd94cac9348
2022-05-03 09:02:00 -07:00
dependabot[bot]
71d36b54dc
Bump @babel/core from 7.17.8 to 7.17.9 in /js/js-flipper ( #3627 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.8 to 7.17.9.
<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.17.9 (2022-04-06)</h2>
<p>Thanks <a href="https://github.com/CommanderRoot "><code>@CommanderRoot</code></a>, <a href="https://github.com/fargito "><code>@fargito</code></a> and <a href="https://github.com/swandir "><code>@swandir</code></a> for your first PRs!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14427 ">#14427</a> Restore numeric seaprators support in <code>babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14403 ">#14403</a> Fix NodePath.referencesImport for JSXMemberExpression (<a href="https://github.com/swandir "><code>@swandir</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14396 ">#14396</a> [2021-12] Support class decorators in export declarations (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14387 ">#14387</a> fix: forward accessor proxy getter results (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14384 ">#14384</a> fix: parse type parameters within correct context (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14378 ">#14378</a> Parenthesize non-simple decorator expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14366 ">#14366</a> Align named imports behavior in <code>.mjs</code> and <code>.js</code> files (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14351 ">#14351</a> [setPublicClassFields] Use define for static <code>name</code>/<code>length</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14398 ">#14398</a> Add missing semicolons in 2021-12 decorators output (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14397 ">#14397</a> Mention how to report vulns in Babel dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14419 ">#14419</a> Use <code>jest-light-runner</code> from npm (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14385 ">#14385</a> Fix flaky <code>@babel/cli</code> test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-function-name</code>, <code>babel-helper-get-function-arity</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14389 ">#14389</a> Inline <code>babel/helper-get-function-arity</code> package (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14343 ">#14343</a> Remove unused <code>babel/helpers</code> code (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-highlight</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14377 ">#14377</a> refactor: replace deprecated String.prototype.substr() (<a href="https://github.com/CommanderRoot "><code>@CommanderRoot</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Babel Bot (<a href="https://github.com/babel-bot "><code>@babel-bot</code></a>)</li>
<li>François Farge (<a href="https://github.com/fargito "><code>@fargito</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/CommanderRoot "><code>@CommanderRoot</code></a></li>
<li><a href="https://github.com/swandir "><code>@swandir</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.17.9 (2022-04-06)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14427 ">#14427</a> Restore numeric seaprators support in <code>babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14403 ">#14403</a> Fix NodePath.referencesImport for JSXMemberExpression (<a href="https://github.com/swandir "><code>@swandir</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14396 ">#14396</a> [2021-12] Support class decorators in export declarations (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14387 ">#14387</a> fix: forward accessor proxy getter results (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14384 ">#14384</a> fix: parse type parameters within correct context (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14378 ">#14378</a> Parenthesize non-simple decorator expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14366 ">#14366</a> Align named imports behavior in <code>.mjs</code> and <code>.js</code> files (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14351 ">#14351</a> [setPublicClassFields] Use define for static <code>name</code>/<code>length</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14398 ">#14398</a> Add missing semicolons in 2021-12 decorators output (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14397 ">#14397</a> Mention how to report vulns in Babel dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14419 ">#14419</a> Use <code>jest-light-runner</code> from npm (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14385 ">#14385</a> Fix flaky <code>@babel/cli</code> test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-function-name</code>, <code>babel-helper-get-function-arity</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14389 ">#14389</a> Inline <code>babel/helper-get-function-arity</code> package (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14343 ">#14343</a> Remove unused <code>babel/helpers</code> code (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-highlight</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14377 ">#14377</a> refactor: replace deprecated String.prototype.substr() (<a href="https://github.com/CommanderRoot "><code>@CommanderRoot</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3c762e876d "><code>3c762e8</code></a> v7.17.9</li>
<li><a href="ba13e485c3 "><code>ba13e48</code></a> chore: bump minimist and json5 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14382 ">#14382</a>)</li>
<li><a href="cb74c3772e "><code>cb74c37</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14377 ">#14377</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.9/packages/babel-core ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3627
Reviewed By: passy
Differential Revision: D35893307
Pulled By: lblasa
fbshipit-source-id: 3ec4d722211b3d233044d0c1fd799b0822f848dc
2022-04-25 11:53:06 -07:00
dependabot[bot]
c08b31f971
Bump eslint from 8.12.0 to 8.13.0 in /js/js-flipper ( #3625 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 8.12.0 to 8.13.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.13.0</h2>
<h2>Features</h2>
<ul>
<li><a href="274acbd565 "><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755 ">#15755</a>) (Milos Djermanovic)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="97b57ae3eb "><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759 ">#15759</a>) (Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="c32482e4fd "><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754 ">#15754</a>) (kmin-jeong)</li>
<li><a href="f2c2d35042 "><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727 ">#15727</a>) (Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="bb4c0d530a "><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744 ">#15744</a>) (Nicholas C. Zakas)</li>
<li><a href="d36f12f71b "><code>d36f12f</code></a> chore: remove <code>lib/init</code> from eslint config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15748 ">#15748</a>) (Milos Djermanovic)</li>
<li><a href="a59a4e6e92 "><code>a59a4e6</code></a> chore: replace <code>trimLeft</code>/<code>trimRight</code> with <code>trimStart</code>/<code>trimEnd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15750 ">#15750</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.13.0 - April 8, 2022</p>
<ul>
<li><a href="274acbd565 "><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755 ">#15755</a>) (Milos Djermanovic)</li>
<li><a href="bb4c0d530a "><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744 ">#15744</a>) (Nicholas C. Zakas)</li>
<li><a href="97b57ae3eb "><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759 ">#15759</a>) (Milos Djermanovic)</li>
<li><a href="c32482e4fd "><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754 ">#15754</a>) (kmin-jeong)</li>
<li><a href="f2c2d35042 "><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727 ">#15727</a>) (Francesco Trotta)</li>
<li><a href="d36f12f71b "><code>d36f12f</code></a> chore: remove <code>lib/init</code> from eslint config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15748 ">#15748</a>) (Milos Djermanovic)</li>
<li><a href="a59a4e6e92 "><code>a59a4e6</code></a> chore: replace <code>trimLeft</code>/<code>trimRight</code> with <code>trimStart</code>/<code>trimEnd</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15750 ">#15750</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="938dbdd6c3 "><code>938dbdd</code></a> 8.13.0</li>
<li><a href="b7355e266d "><code>b7355e2</code></a> Build: changelog update for 8.13.0</li>
<li><a href="274acbd565 "><code>274acbd</code></a> feat: fix no-eval logic for <code>this</code> in arrow functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15755 ">#15755</a>)</li>
<li><a href="bb4c0d530a "><code>bb4c0d5</code></a> chore: Refactor docs to work with docs.eslint.org (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15744 ">#15744</a>)</li>
<li><a href="97b57ae3eb "><code>97b57ae</code></a> fix: invalid operator in operator-assignment messages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15759 ">#15759</a>)</li>
<li><a href="7a305c187c "><code>7a305c1</code></a> Sponsors: Sync README with website</li>
<li><a href="27be985c29 "><code>27be985</code></a> Sponsors: Sync README with website</li>
<li><a href="f535e15d6a "><code>f535e15</code></a> Sponsors: Sync README with website</li>
<li><a href="c32482e4fd "><code>c32482e</code></a> docs: Typo in space-infix-ops docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15754 ">#15754</a>)</li>
<li><a href="f2c2d35042 "><code>f2c2d35</code></a> docs: disambiguate types <code>FormatterFunction</code> and <code>LoadedFormatter</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15727 ">#15727</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.12.0...v8.13.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3625
Reviewed By: antonk52
Differential Revision: D35893318
Pulled By: lblasa
fbshipit-source-id: a25879e226ee1d45cb1f4c9e41d824c9b0683824
2022-04-25 11:46:31 -07:00
dependabot[bot]
e1f952549e
Bump eslint-plugin-import from 2.25.4 to 2.26.0 in /js/js-flipper ( #3624 )
...
Summary:
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.4 to 2.26.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md ">eslint-plugin-import's changelog</a>.</em></p>
<blockquote>
<h2>[2.26.0] - 2022-04-05</h2>
<h3>Added</h3>
<ul>
<li>[<code>no-named-default</code>, <code>no-default-export</code>, <code>prefer-default-export</code>, <code>no-named-export</code>, <code>export</code>, <code>named</code>, <code>namespace</code>, <code>no-unused-modules</code>]: support arbitrary module namespace names (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2358 ">https://github.com/facebook/flipper/issues/2358 </a>, thanks [<a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>])</li>
<li>[<code>no-dynamic-require</code>]: support dynamic import with espree (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2371 ">https://github.com/facebook/flipper/issues/2371 </a>, thanks [<a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>])</li>
<li>[<code>no-relative-packages</code>]: add fixer (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2381 ">https://github.com/facebook/flipper/issues/2381 </a>, thanks [<a href="https://github.com/forivall "><code>@forivall</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>default</code>]: <code>typescript-eslint-parser</code>: avoid a crash on exporting as namespace (thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[<code>export</code>]/TypeScript: false positive for typescript namespace merging (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1964 ">https://github.com/facebook/flipper/issues/1964 </a>, thanks [<a href="https://github.com/magarcia "><code>@magarcia</code></a>])</li>
<li>[<code>no-duplicates</code>]: ignore duplicate modules in different TypeScript module declarations (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2378 ">https://github.com/facebook/flipper/issues/2378 </a>, thanks [<a href="https://github.com/remcohaszing "><code>@remcohaszing</code></a>])</li>
<li>[<code>no-unused-modules</code>]: avoid a crash when processing re-exports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2388 ">https://github.com/facebook/flipper/issues/2388 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Tests] <code>no-nodejs-modules</code>: add tests for node protocol URL (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2367 ">https://github.com/facebook/flipper/issues/2367 </a>, thanks [<a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>])</li>
<li>[Tests] <code>default</code>, <code>no-anonymous-default-export</code>, <code>no-mutable-exports</code>, <code>no-named-as-default-member</code>, <code>no-named-as-default</code>: add tests for arbitrary module namespace names (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2358 ">https://github.com/facebook/flipper/issues/2358 </a>, thanks [<a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>])</li>
<li>[Docs] [<code>no-unresolved</code>]: Fix RegExp escaping in readme (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2332 ">https://github.com/facebook/flipper/issues/2332 </a>, thanks [<a href="https://github.com/stephtr "><code>@stephtr</code></a>])</li>
<li>[Refactor] <code>namespace</code>: try to improve performance (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2340 ">https://github.com/facebook/flipper/issues/2340 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[Docs] make rule doc titles consistent (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2393 ">https://github.com/facebook/flipper/issues/2393 </a>, thanks [<a href="https://github.com/TheJaredWilcurt "><code>@TheJaredWilcurt</code></a>])</li>
<li>[Docs] <code>order</code>: TS code examples should use TS code blocks (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2411 ">https://github.com/facebook/flipper/issues/2411 </a>, thanks [<a href="https://github.com/MM25Zamanian "><code>@MM25Zamanian</code></a>])</li>
<li>[Docs] <code>no-unresolved</code>: fix link (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2417 ">https://github.com/facebook/flipper/issues/2417 </a>, thanks [<a href="https://github.com/kylemh "><code>@kylemh</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d1602854ea "><code>d160285</code></a> Bump to 2.26.0</li>
<li><a href="0e80ee37cc "><code>0e80ee3</code></a> [Deps] update <code>tsconfig-paths</code></li>
<li><a href="d8633c35ba "><code>d8633c3</code></a> [Docs] <code>no-unresolved</code>: fix link</li>
<li><a href="98bbb2cb30 "><code>98bbb2c</code></a> [Docs] <code>order</code>: TS code examples should use TS code blocks</li>
<li><a href="21304bdf01 "><code>21304bd</code></a> [Deps] update <code>tsconfig-paths</code></li>
<li><a href="8b7000ec75 "><code>8b7000e</code></a> [Fix] <code>no-unused-modules</code>: avoid a crash when processing re-exports</li>
<li><a href="747d6dc5b9 "><code>747d6dc</code></a> [Docs] make rule doc titles consistent</li>
<li><a href="b0e6f7f489 "><code>b0e6f7f</code></a> [Refactor] <code>namespace</code>: try to improve performance</li>
<li><a href="00a4edee35 "><code>00a4ede</code></a> [Deps] update <code>minimatch</code></li>
<li><a href="35bd3a576c "><code>35bd3a5</code></a> [Dev Deps] update <code>angular-eslint/template-parser</code>, <code>chai</code></li>
<li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3624
Reviewed By: antonk52
Differential Revision: D35893323
Pulled By: lblasa
fbshipit-source-id: 2680ee21efcfd7906f07ec4df83d68a3f5b848fe
2022-04-25 09:26:43 -07:00
dependabot[bot]
378a99439f
Bump prettier from 2.5.1 to 2.6.1 in /js/js-flipper ( #3586 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.1 to 2.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.6.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261 ">Changelog</a></p>
<h2>2.6.0</h2>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html ">Release note</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.6.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.6.0...2.6.1 ">diff</a></p>
<h4>Ignore <code>loglevel</code> when printing information (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12477 ">#12477</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>)</h4>
<pre lang="bash"><code># Prettier 2.6.0
prettier --loglevel silent --find-config-path index.js
# Nothing printed
<h1>Prettier 2.6.1</h1>
<p>prettier --loglevel silent --help no-color</p>
<h1>.prettierrc</h1>
<p></code></pre></p>
<h4>Make artifact friendly for webpack (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12485 ">#12485</a>, <a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12511 ">#12511</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>)</h4>
<p>Fixes two problems when bundling our UMD files with webpack:</p>
<ul>
<li>A error <code>"`....__exportStar` is not a function"</code> throws when running the bundles.</li>
<li>Some files cause warning about <code>"Critical dependency: the request of a dependency is an expression"</code>.</li>
</ul>
<h4>Fix non-idempotent formatting of function calls with complex type arguments (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12508 ">#12508</a> by <a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>)</h4>
<pre lang="tsx"><code>// Input
const foo =
doSomething<{ foo1: "foo1", foo2: "foo2", foo3: "foo3", foo4: "foo4", foo5: "foo5" }>();
<p>// Prettier 2.6.0 (first)
const foo =
doSomething<{
foo1: "foo1";
foo2: "foo2";
foo3: "foo3";
foo4: "foo4";
foo5: "foo5";
}>();</p>
<p>// Prettier 2.6.0 (second)
const foo = doSomething<{
foo1: "foo1";
foo2: "foo2";
foo3: "foo3";
foo4: "foo4";
foo5: "foo5";
}>();
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ad505bf771 "><code>ad505bf</code></a> Release 2.6.1</li>
<li><a href="6128c5c4e4 "><code>6128c5c</code></a> Build: Fix <code>esbuildPluginReplaceModule</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12530 ">#12530</a>)</li>
<li><a href="11649270f6 "><code>1164927</code></a> Enable <code>unicorn/text-encoding-identifier-case</code> rule (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12526 ">#12526</a>)</li>
<li><a href="0e6c1d58d8 "><code>0e6c1d5</code></a> Enter OTP via <code>enquirer</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12528 ">#12528</a>)</li>
<li><a href="67edeeaf72 "><code>67edeea</code></a> Build(deps): Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12513 ">#12513</a>)</li>
<li><a href="6664253b9e "><code>6664253</code></a> Fix error when bundle prettier with webpack (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12511 ">#12511</a>)</li>
<li><a href="9e7f7b9295 "><code>9e7f7b9</code></a> Updated the State of JS Survey Results (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12350 ">#12350</a>)</li>
<li><a href="becb6c9b74 "><code>becb6c9</code></a> Fix non-idempotent formatting of function calls with complex type arguments (...</li>
<li><a href="1939f92be5 "><code>1939f92</code></a> Build(deps): Bump <code>@typescript-eslint/typescript-estree</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12514 ">#12514</a>)</li>
<li><a href="6fece964c8 "><code>6fece96</code></a> Build(deps): Bump json5 from 2.2.0 to 2.2.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12515 ">#12515</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.1 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3586
Reviewed By: passy
Differential Revision: D35211399
Pulled By: mweststrate
fbshipit-source-id: 98427e2ffb85a9fd6bb0fe9a7f9b4abdf2210e50
2022-03-30 02:48:30 -07:00
dependabot[bot]
ce07d0310b
Bump @typescript-eslint/parser from 5.15.0 to 5.16.0 in /js/js-flipper ( #3583 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.15.0 to 5.16.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.16.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] enforce assertionStyle for <code>const</code> assertions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4685 ">#4685</a>) (<a href="8ec05bed0f ">8ec05be</a>)</li>
<li><strong>scope-manager:</strong> incorrect reference for this within a jsx identifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4535 ">#4535</a>) (<a href="dd49280e50 ">dd49280</a>)</li>
<li><strong>utils:</strong> RuleTester: Only call afterAll if defined (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4656 ">#4656</a>) (<a href="0fe0683eff ">0fe0683</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support logical with empty object (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4430 ">#4430</a>) (<a href="d21cfe0f4b ">d21cfe0</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.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</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="aff9654937 "><code>aff9654</code></a> chore: publish v5.16.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.16.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3583
Reviewed By: passy
Differential Revision: D35211393
Pulled By: mweststrate
fbshipit-source-id: 6970aeb60ffc3413fa66e3bfe2b9d77199e974b8
2022-03-30 02:48:30 -07:00
dependabot[bot]
3ee7e98a78
Bump ts-jest from 27.1.3 to 27.1.4 in /js/js-flipper ( #3584 )
...
Summary:
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 27.1.3 to 27.1.4.
<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/v27.1.3...v27.1.4 ">27.1.4</a> (2022-03-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> revert <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3194 ">https://github.com/facebook/flipper/issues/3194 </a> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3362 ">https://github.com/facebook/flipper/issues/3362 </a>) (<a href="2b7dffeac9 ">2b7dffe</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3272 ">https://github.com/facebook/flipper/issues/3272 </a></li>
<li>remove <code>esbuild</code> from peer dependency (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3360 ">https://github.com/facebook/flipper/issues/3360 </a>) (<a href="8c8c1ca615 ">8c8c1ca</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3346 ">https://github.com/facebook/flipper/issues/3346 </a></li>
<li>support Babel config file with <code>.cjs</code> extension (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3361 ">https://github.com/facebook/flipper/issues/3361 </a>) (<a href="5e5ac4ac28 ">5e5ac4a</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3335 ">https://github.com/facebook/flipper/issues/3335 </a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8fc3e079a7 "><code>8fc3e07</code></a> chore(release): 27.1.4</li>
<li><a href="8c8c1ca615 "><code>8c8c1ca</code></a> fix: remove <code>esbuild</code> from peer dependency (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3360 ">https://github.com/facebook/flipper/issues/3360 </a>)</li>
<li><a href="5e5ac4ac28 "><code>5e5ac4a</code></a> fix: support Babel config file with <code>.cjs</code> extension (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3361 ">https://github.com/facebook/flipper/issues/3361 </a>)</li>
<li><a href="2b7dffeac9 "><code>2b7dffe</code></a> fix(compiler): revert <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3194 ">https://github.com/facebook/flipper/issues/3194 </a> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3362 ">https://github.com/facebook/flipper/issues/3362 </a>)</li>
<li><a href="b6ba9dc751 "><code>b6ba9dc</code></a> build(deps-dev): bump node-fetch from 3.2.2 to 3.2.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3330 ">https://github.com/facebook/flipper/issues/3330 </a>)</li>
<li><a href="7900ee7505 "><code>7900ee7</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 37.9.7 to 38.0.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3331 ">https://github.com/facebook/flipper/issues/3331 </a>)</li>
<li><a href="796b5a4643 "><code>796b5a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3325 ">https://github.com/facebook/flipper/issues/3325 </a> from kulshekhar/dependabot/npm_and_yarn/eslint-plugi...</li>
<li><a href="917f0ff61f "><code>917f0ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3326 ">https://github.com/facebook/flipper/issues/3326 </a> from kulshekhar/dependabot/npm_and_yarn/node-fetch-3...</li>
<li><a href="70a2ae2b48 "><code>70a2ae2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3324 ">https://github.com/facebook/flipper/issues/3324 </a> from kulshekhar/dependabot/npm_and_yarn/typescript-e...</li>
<li><a href="c7d6ac6c89 "><code>c7d6ac6</code></a> build(deps-dev): bump node-fetch from 3.2.1 to 3.2.2</li>
<li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3584
Reviewed By: passy
Differential Revision: D35211395
Pulled By: mweststrate
fbshipit-source-id: f9b0cb9aadfdd54cf12238c2bd3d37e962a72fba
2022-03-29 09:54:15 -07:00
dependabot[bot]
84a652735f
Bump eslint from 8.11.0 to 8.12.0 in /js/js-flipper ( #3582 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 8.11.0 to 8.12.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.12.0</h2>
<h2>Features</h2>
<ul>
<li><a href="685a67a62b "><code>685a67a</code></a> feat: fix logic for top-level <code>this</code> in no-invalid-this and no-eval (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15712 ">#15712</a>) (Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="18f5e05bce "><code>18f5e05</code></a> chore: padding-line-between-statements remove useless <code>additionalItems</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15706 ">#15706</a>) (Martin Sadovy)</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.12.0 - March 25, 2022</p>
<ul>
<li><a href="685a67a62b "><code>685a67a</code></a> feat: fix logic for top-level <code>this</code> in no-invalid-this and no-eval (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15712 ">#15712</a>) (Milos Djermanovic)</li>
<li><a href="18f5e05bce "><code>18f5e05</code></a> chore: padding-line-between-statements remove useless <code>additionalItems</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15706 ">#15706</a>) (Martin Sadovy)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8bb527660f "><code>8bb5276</code></a> 8.12.0</li>
<li><a href="db108a829f "><code>db108a8</code></a> Build: changelog update for 8.12.0</li>
<li><a href="685a67a62b "><code>685a67a</code></a> feat: fix logic for top-level <code>this</code> in no-invalid-this and no-eval (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15712 ">#15712</a>)</li>
<li><a href="18f5e05bce "><code>18f5e05</code></a> chore: padding-line-between-statements remove useless <code>additionalItems</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15706 ">#15706</a>)</li>
<li>See full diff in <a href="https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3582
Reviewed By: passy
Differential Revision: D35211392
Pulled By: mweststrate
fbshipit-source-id: dc3cdd9db37b7f6923fbbfda80ae2975288dfb5c
2022-03-29 09:54:15 -07:00
dependabot[bot]
e153d72805
Bump eslint-import-resolver-typescript from 2.5.0 to 2.7.0 in /js/js-flipper ( #3581 )
...
Summary:
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript ) from 2.5.0 to 2.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases ">eslint-import-resolver-typescript's releases</a>.</em></p>
<blockquote>
<h2>v2.7.0</h2>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.6.0...v2.7.0 ">2.7.0</a> (2022-03-23)</h2>
<h3>Features</h3>
<ul>
<li>support <code>.cjs</code> <code>.mjs</code> <code>.cts</code> <code>.mts</code> extensions (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/84 ">https://github.com/facebook/flipper/issues/84 </a>) (<a href="1e39028d33 ">1e39028</a>)</li>
</ul>
<h2>v2.6.0</h2>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.5.0...v2.6.0 ">2.6.0</a> (2022-03-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>upgrade (dev)Dependencies (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/99 ">https://github.com/facebook/flipper/issues/99 </a>) (<a href="2e7b4f420d ">2e7b4f4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md ">eslint-import-resolver-typescript's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.6.0...v2.7.0 ">2.7.0</a> (2022-03-23)</h2>
<h3>Features</h3>
<ul>
<li>support <code>.cjs</code> <code>.mjs</code> <code>.cts</code> <code>.mts</code> extensions (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/84 ">https://github.com/facebook/flipper/issues/84 </a>) (<a href="1e39028d33 ">1e39028</a>)</li>
</ul>
<h2><a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.5.0...v2.6.0 ">2.6.0</a> (2022-03-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>upgrade (dev)Dependencies (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/99 ">https://github.com/facebook/flipper/issues/99 </a>) (<a href="2e7b4f420d ">2e7b4f4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9ec18d7eb5 "><code>9ec18d7</code></a> chore(release): 2.7.0</li>
<li><a href="1e39028d33 "><code>1e39028</code></a> feat: support <code>.cjs</code> <code>.mjs</code> <code>.cts</code> <code>.mts</code> extensions (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/84 ">https://github.com/facebook/flipper/issues/84 </a>)</li>
<li><a href="4487788c1d "><code>4487788</code></a> chore(release): 2.6.0</li>
<li><a href="2e7b4f420d "><code>2e7b4f4</code></a> fix: upgrade (dev)Dependencies (<a href="https://github-redirect.dependabot.com/alexgorbatchev/eslint-import-resolver-typescript/issues/99 ">https://github.com/facebook/flipper/issues/99 </a>)</li>
<li>See full diff in <a href="https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.5.0...v2.7.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3581
Reviewed By: passy
Differential Revision: D35211388
Pulled By: mweststrate
fbshipit-source-id: f878ad61bb94551c47cd3a775777e43e89fe4898
2022-03-29 09:54:15 -07:00
dependabot[bot]
202fe6e2ca
Bump typescript from 4.6.2 to 4.6.3 in /js/js-flipper ( #3580 )
...
Summary:
allow-large-files
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.2 to 4.6.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.6.3</h2>
<p>This release includes fixes for</p>
<ul>
<li><a href="https://github-redirect.dependabot.com/microsoft/TypeScript/issues/47895 ">an incremental parsing bug caused by faulty error recovery logic</a></li>
<li><a href="https://github-redirect.dependabot.com/microsoft/TypeScript/pull/47657 ">improved results from the TypeScript API's <code>preProcessFile</code> function</a></li>
</ul>
<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.6.0%22+ ">fixed issues query for Typescript 4.6.0 (Beta)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+ ">fixed issues query for Typescript 4.6.1 (RC)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+ ">fixed issues query for Typescript 4.6.2 (Stable)</a>.</li>
<li><a href="https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.3%22+ ">fixed issues query for Typescript 4.6.3 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2bed482323 "><code>2bed482</code></a> Bump version to 4.6.3 and LKG</li>
<li><a href="cfdef9de72 "><code>cfdef9d</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/47657 ">#47657</a> into release-4.6 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/48223 ">#48223</a>)</li>
<li><a href="e397ed1e38 "><code>e397ed1</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/48207 ">#48207</a> into release-4.6 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/48213 ">#48213</a>)</li>
<li><a href="014dc3dc89 "><code>014dc3d</code></a> � Pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/48067 ">#48067</a> (Fix incorrect parser error assumpti...) into release-4.6 (#...</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.3 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3580
Reviewed By: passy
Differential Revision: D35211386
Pulled By: mweststrate
fbshipit-source-id: a2983218554756f77c922ca45abd6e12fed7845e
2022-03-29 09:54:15 -07:00
dependabot[bot]
35927750c9
Bump @typescript-eslint/eslint-plugin from 5.15.0 to 5.16.0 in /js/js-flipper ( #3585 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.15.0 to 5.16.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.16.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] enforce assertionStyle for <code>const</code> assertions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4685 ">#4685</a>) (<a href="8ec05bed0f ">8ec05be</a>)</li>
<li><strong>scope-manager:</strong> incorrect reference for this within a jsx identifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4535 ">#4535</a>) (<a href="dd49280e50 ">dd49280</a>)</li>
<li><strong>utils:</strong> RuleTester: Only call afterAll if defined (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4656 ">#4656</a>) (<a href="0fe0683eff ">0fe0683</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support logical with empty object (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4430 ">#4430</a>) (<a href="d21cfe0f4b ">d21cfe0</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.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] enforce assertionStyle for <code>const</code> assertions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4685 ">#4685</a>) (<a href="8ec05bed0f ">8ec05be</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support logical with empty object (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4430 ">#4430</a>) (<a href="d21cfe0f4b ">d21cfe0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="aff9654937 "><code>aff9654</code></a> chore: publish v5.16.0</li>
<li><a href="d21cfe0f4b "><code>d21cfe0</code></a> feat(eslint-plugin): [prefer-optional-chain] support logical with empty objec...</li>
<li><a href="8ec05bed0f "><code>8ec05be</code></a> fix(eslint-plugin): [consistent-type-assertions] enforce assertionStyle for `...</li>
<li><a href="f3a97ff0e1 "><code>f3a97ff</code></a> chore: replace deprecated String.prototype.substr() (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4693 ">#4693</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.16.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3585
Reviewed By: passy
Differential Revision: D35211398
Pulled By: mweststrate
fbshipit-source-id: 7d1e42392ffbd72a9ff24401cfd09dc045ac9069
2022-03-29 05:48:28 -07:00
dependabot[bot]
4dfb9298b5
Bump prettier from 2.5.1 to 2.6.0 in /js/js-flipper ( #3562 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.1 to 2.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.6.0</h2>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html ">Release note</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.6.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="cba25e6b09 "><code>cba25e6</code></a> Release 2.6.0</li>
<li><a href="4cae7e15a7 "><code>4cae7e1</code></a> Build: Remove an extra new line in UMD bundle (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12467 ">#12467</a>)</li>
<li><a href="9a070503a3 "><code>9a07050</code></a> Build: Remove <code>mainFields</code> override (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12466 ">#12466</a>)</li>
<li><a href="6cdf21af08 "><code>6cdf21a</code></a> Fix comment (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12464 ">#12464</a>)</li>
<li><a href="b26a24558a "><code>b26a245</code></a> Build(deps-dev): Bump esbuild from 0.14.26 to 0.14.27 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12461 ">#12461</a>)</li>
<li><a href="34dcd96922 "><code>34dcd96</code></a> Build: Add a plugin to throw unexpected warnings (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12463 ">#12463</a>)</li>
<li><a href="6fa3966d8a "><code>6fa3966</code></a> Build(deps-dev): Bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12457 ">#12457</a>)</li>
<li><a href="901c219155 "><code>901c219</code></a> Build(deps): Bump <code>@typescript-eslint/typescript-estree</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12458 ">#12458</a>)</li>
<li><a href="1bf2fa32a2 "><code>1bf2fa3</code></a> Build(deps-dev): Bump <code>@babel/core</code> from 7.17.5 to 7.17.7 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12459 ">#12459</a>)</li>
<li><a href="cae195187f "><code>cae1951</code></a> Fix <code>diff</code> package import (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12462 ">#12462</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3562
Reviewed By: antonk52
Differential Revision: D35181289
Pulled By: mweststrate
fbshipit-source-id: e773a5f6feaccf2a8f2a020522c17dff27934275
2022-03-28 06:56:19 -07:00
dependabot[bot]
8202c9e220
Bump @babel/core from 7.17.7 to 7.17.8 in /js/js-flipper ( #3561 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.7 to 7.17.8.
<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.17.8 (2022-03-18)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14353 ">#14353</a> Update decorators to match latest spec (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14339 ">#14339</a> Decorators misc fixes (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-modules-systemjs</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14057 ">#14057</a> [systemjs] Fix nested <code>let</code>/<code>const</code> shadowing imported bindings (<a href="https://github.com/The-x-Theorist "><code>@The-x-Theorist</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14362 ">#14362</a> Allow keywords in TS qualified types (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>↩️ Revert</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14367 ">#14367</a> Defer <code><T>() => {}</code> TSX error to Babel 8 (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Chris Garrett (<a href="https://github.com/pzuraq "><code>@pzuraq</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>Sneh Khatri (<a href="https://github.com/The-x-Theorist "><code>@The-x-Theorist</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.17.8 (2022-03-18)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14353 ">#14353</a> Update decorators to match latest spec (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14339 ">#14339</a> Decorators misc fixes (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-modules-systemjs</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14057 ">#14057</a> [systemjs] Fix nested <code>let</code>/<code>const</code> shadowing imported bindings (<a href="https://github.com/The-x-Theorist "><code>@The-x-Theorist</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14362 ">#14362</a> Allow keywords in TS qualified types (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>↩️ Revert</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14367 ">#14367</a> Defer <code><T>() => {}</code> TSX error to Babel 8 (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a58c7ed6a "><code>1a58c7e</code></a> v7.17.8</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.8/packages/babel-core ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3561
Reviewed By: antonk52
Differential Revision: D35181290
Pulled By: mweststrate
fbshipit-source-id: 5dd85f8d06ef4ef2be1ea2f3fd42a17e13ba3411
2022-03-28 06:56:19 -07:00
Pascal Hartig
bb3fe18c35
Bump js-flipper deps
...
Summary: Combining a bunch of dependabot bumps.
Reviewed By: aigoncharov
Differential Revision: D34899102
fbshipit-source-id: c3bb547e83123e2c89d9d71226504bc6a7681a97
2022-03-16 05:34:02 -07:00
dependabot[bot]
f27092f4a0
Bump eslint from 8.10.0 to 8.11.0 in /js/js-flipper ( #3532 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 8.10.0 to 8.11.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.11.0</h2>
<h2>Features</h2>
<ul>
<li><a href="800bd258e4 "><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649 ">#15649</a>) (Nitin Kumar)</li>
<li><a href="8933fe7afc "><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613 ">#15613</a>) (Jordan Eldredge)</li>
<li><a href="f90fd9d779 "><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671 ">#15671</a>) (Mahdi Hosseinzadeh)</li>
<li><a href="57b8a57be7 "><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635 ">#15635</a>) (Zzzen)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="6814922163 "><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666 ">#15666</a>) (Milos Djermanovic)</li>
<li><a href="c178ce7044 "><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669 ">#15669</a>) (Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="c481cecacc "><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695 ">#15695</a>) (db developer)</li>
<li><a href="d2255db245 "><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680 ">#15680</a>) (dosisod)</li>
<li><a href="8b9433c90c "><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679 ">#15679</a>) (Milos Djermanovic)</li>
<li><a href="de800c3c0b "><code>de800c3</code></a> docs: link to minimatch docs added. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688 ">#15688</a>) (Gaurav Tewari)</li>
<li><a href="8f675b1f7f "><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675 ">#15675</a>) (Arye Eidelman)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="385c9ad685 "><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689 ">#15689</a>) (唯然)</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.11.0 - March 11, 2022</p>
<ul>
<li><a href="6814922163 "><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666 ">#15666</a>) (Milos Djermanovic)</li>
<li><a href="c481cecacc "><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695 ">#15695</a>) (db developer)</li>
<li><a href="800bd258e4 "><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649 ">#15649</a>) (Nitin Kumar)</li>
<li><a href="8933fe7afc "><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613 ">#15613</a>) (Jordan Eldredge)</li>
<li><a href="d2255db245 "><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680 ">#15680</a>) (dosisod)</li>
<li><a href="385c9ad685 "><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689 ">#15689</a>) (唯然)</li>
<li><a href="f90fd9d779 "><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671 ">#15671</a>) (Mahdi Hosseinzadeh)</li>
<li><a href="8b9433c90c "><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679 ">#15679</a>) (Milos Djermanovic)</li>
<li><a href="de800c3c0b "><code>de800c3</code></a> docs: link to minimatch docs added. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688 ">#15688</a>) (Gaurav Tewari)</li>
<li><a href="57b8a57be7 "><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635 ">#15635</a>) (Zzzen)</li>
<li><a href="8f675b1f7f "><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675 ">#15675</a>) (Arye Eidelman)</li>
<li><a href="c178ce7044 "><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669 ">#15669</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="76a235a317 "><code>76a235a</code></a> 8.11.0</li>
<li><a href="89902e6908 "><code>89902e6</code></a> Build: changelog update for 8.11.0</li>
<li><a href="6814922163 "><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666 ">#15666</a>)</li>
<li><a href="c481cecacc "><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695 ">#15695</a>)</li>
<li><a href="800bd258e4 "><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649 ">#15649</a>)</li>
<li><a href="8933fe7afc "><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613 ">#15613</a>)</li>
<li><a href="d2255db245 "><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680 ">#15680</a>)</li>
<li><a href="385c9ad685 "><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689 ">#15689</a>)</li>
<li><a href="83e5458edd "><code>83e5458</code></a> Sponsors: Sync README with website</li>
<li><a href="f90fd9d779 "><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671 ">#15671</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3532
Reviewed By: mweststrate
Differential Revision: D34867389
Pulled By: lblasa
fbshipit-source-id: 8cb51c9534e631b766e6f6c178e2d85644b3d49b
2022-03-15 09:18:05 -07:00
dependabot[bot]
6b6078e4e6
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 in /js/js-flipper ( #3530 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.13.0 to 5.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
<li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615 ">#4615</a>) (<a href="a02c63a264 ">a02c63a</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.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9752382d4c "><code>9752382</code></a> chore: publish v5.14.0</li>
<li><a href="1085177269 "><code>1085177</code></a> feat(eslint-plugin): [no-misused-promises] add granular options within `check...</li>
<li><a href="fa381f349c "><code>fa381f3</code></a> chore: use swc for tests instead of Babel (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4584 ">#4584</a>)</li>
<li><a href="56a09e98f1 "><code>56a09e9</code></a> fix(eslint-plugin): [no-misused-promises] factor thenable returning function ...</li>
<li><a href="699ef48403 "><code>699ef48</code></a> test: split up naming-convention (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4599 ">#4599</a>)</li>
<li><a href="3ea09477de "><code>3ea0947</code></a> fix(eslint-plugin): [naming-convention] cover case that requires quotes (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4582 ">#4582</a>)</li>
<li><a href="5fa2fade38 "><code>5fa2fad</code></a> fix(eslint-plugin): [return-await] correct autofixer in binary expression (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4 ">https://github.com/facebook/flipper/issues/4 </a>...</li>
<li><a href="a65713ae13 "><code>a65713a</code></a> fix(eslint-plugin): [prefer-readonly-parameter-types] handle class sharp priv...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3530
Reviewed By: mweststrate
Differential Revision: D34867435
Pulled By: lblasa
fbshipit-source-id: 7593402283a475f1a8f73e82a5f896e5b47f0cd3
2022-03-15 08:16:38 -07:00
dependabot[bot]
23558aa294
Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 in /js/js-flipper ( #3529 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.13.0 to 5.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
<li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615 ">#4615</a>) (<a href="a02c63a264 ">a02c63a</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.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</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="9752382d4c "><code>9752382</code></a> chore: publish v5.14.0</li>
<li><a href="fa381f349c "><code>fa381f3</code></a> chore: use swc for tests instead of Babel (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/4584 ">#4584</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3529
Reviewed By: mweststrate
Differential Revision: D34867448
Pulled By: lblasa
fbshipit-source-id: 7ff070bf68020b3aebeadfa0eee8d6da07883ba3
2022-03-15 05:42:51 -07:00
dependabot[bot]
9b94858b0c
Bump eslint-plugin-react from 7.29.3 to 7.29.4 in /js/js-flipper ( #3528 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.29.3 to 7.29.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/releases ">eslint-plugin-react's releases</a>.</em></p>
<blockquote>
<h2>v7.29.4</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-state</code>]: avoid a crash on a class field gDSFP (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>boolean-prop-naming</code>]: handle React.FC, intersection, union types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3241 ">https://github.com/facebook/flipper/issues/3241 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1000 ">https://github.com/facebook/flipper/issues/1000 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1000 ">yannickcr/eslint-plugin-react#1000</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1002 ">https://github.com/facebook/flipper/issues/1002 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1002 ">yannickcr/eslint-plugin-react#1002</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1005 ">https://github.com/facebook/flipper/issues/1005 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1005 ">yannickcr/eslint-plugin-react#1005</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/100 ">https://github.com/facebook/flipper/issues/100 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/100 ">yannickcr/eslint-plugin-react#100</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1010 ">https://github.com/facebook/flipper/issues/1010 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1010 ">yannickcr/eslint-plugin-react#1010</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1013 ">https://github.com/facebook/flipper/issues/1013 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1013 ">yannickcr/eslint-plugin-react#1013</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1022 ">https://github.com/facebook/flipper/issues/1022 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1022 ">yannickcr/eslint-plugin-react#1022</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1029 ">https://github.com/facebook/flipper/issues/1029 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1029 ">yannickcr/eslint-plugin-react#1029</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/102 ">https://github.com/facebook/flipper/issues/102 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/102 ">yannickcr/eslint-plugin-react#102</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1034 ">https://github.com/facebook/flipper/issues/1034 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1034 ">yannickcr/eslint-plugin-react#1034</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1038 ">https://github.com/facebook/flipper/issues/1038 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1038 ">yannickcr/eslint-plugin-react#1038</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1041 ">https://github.com/facebook/flipper/issues/1041 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1041 ">yannickcr/eslint-plugin-react#1041</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1043 ">https://github.com/facebook/flipper/issues/1043 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1043 ">yannickcr/eslint-plugin-react#1043</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1046 ">https://github.com/facebook/flipper/issues/1046 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1046 ">yannickcr/eslint-plugin-react#1046</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1047 ">https://github.com/facebook/flipper/issues/1047 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1047 ">yannickcr/eslint-plugin-react#1047</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1050 ">https://github.com/facebook/flipper/issues/1050 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1050 ">yannickcr/eslint-plugin-react#1050</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1053 ">https://github.com/facebook/flipper/issues/1053 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1053 ">yannickcr/eslint-plugin-react#1053</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1057 ">https://github.com/facebook/flipper/issues/1057 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1057 ">yannickcr/eslint-plugin-react#1057</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/105 ">https://github.com/facebook/flipper/issues/105 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/105 ">yannickcr/eslint-plugin-react#105</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1061 ">https://github.com/facebook/flipper/issues/1061 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1061 ">yannickcr/eslint-plugin-react#1061</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1062 ">https://github.com/facebook/flipper/issues/1062 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1062 ">yannickcr/eslint-plugin-react#1062</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1070 ">https://github.com/facebook/flipper/issues/1070 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1070 ">yannickcr/eslint-plugin-react#1070</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1071 ">https://github.com/facebook/flipper/issues/1071 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1071 ">yannickcr/eslint-plugin-react#1071</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1073 ">https://github.com/facebook/flipper/issues/1073 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1073 ">yannickcr/eslint-plugin-react#1073</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1076 ">https://github.com/facebook/flipper/issues/1076 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1076 ">yannickcr/eslint-plugin-react#1076</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1079 ">https://github.com/facebook/flipper/issues/1079 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1079 ">yannickcr/eslint-plugin-react#1079</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1088 ">https://github.com/facebook/flipper/issues/1088 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1088 ">yannickcr/eslint-plugin-react#1088</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1098 ">https://github.com/facebook/flipper/issues/1098 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1098 ">yannickcr/eslint-plugin-react#1098</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1101 ">https://github.com/facebook/flipper/issues/1101 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1101 ">yannickcr/eslint-plugin-react#1101</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1103 ">https://github.com/facebook/flipper/issues/1103 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1103 ">yannickcr/eslint-plugin-react#1103</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/110 ">https://github.com/facebook/flipper/issues/110 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/110 ">yannickcr/eslint-plugin-react#110</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1116 ">https://github.com/facebook/flipper/issues/1116 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1116 ">yannickcr/eslint-plugin-react#1116</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1117 ">https://github.com/facebook/flipper/issues/1117 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1117 ">yannickcr/eslint-plugin-react#1117</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1119 ">https://github.com/facebook/flipper/issues/1119 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1119 ">yannickcr/eslint-plugin-react#1119</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1121 ">https://github.com/facebook/flipper/issues/1121 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1121 ">yannickcr/eslint-plugin-react#1121</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1122 ">https://github.com/facebook/flipper/issues/1122 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1122 ">yannickcr/eslint-plugin-react#1122</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1123 ">https://github.com/facebook/flipper/issues/1123 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1123 ">yannickcr/eslint-plugin-react#1123</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1130 ">https://github.com/facebook/flipper/issues/1130 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1130 ">yannickcr/eslint-plugin-react#1130</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1131 ">https://github.com/facebook/flipper/issues/1131 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1131 ">yannickcr/eslint-plugin-react#1131</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1132 ">https://github.com/facebook/flipper/issues/1132 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1132 ">yannickcr/eslint-plugin-react#1132</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1134 ">https://github.com/facebook/flipper/issues/1134 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1134 ">yannickcr/eslint-plugin-react#1134</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1135 ">https://github.com/facebook/flipper/issues/1135 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1135 ">yannickcr/eslint-plugin-react#1135</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1139 ">https://github.com/facebook/flipper/issues/1139 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1139 ">yannickcr/eslint-plugin-react#1139</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1148 ">https://github.com/facebook/flipper/issues/1148 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1148 ">yannickcr/eslint-plugin-react#1148</a></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md ">eslint-plugin-react's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4 ">7.29.4</a> - 2022.03.13</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-state</code>]: avoid a crash on a class field gDSFP (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>boolean-prop-naming</code>]: handle React.FC, intersection, union types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3241 ">https://github.com/facebook/flipper/issues/3241 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3241 ">https://github.com/facebook/flipper/issues/3241 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3241 ">yannickcr/eslint-plugin-react#3241</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">yannickcr/eslint-plugin-react#3236</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="73ad445e43 "><code>73ad445</code></a> Update CHANGELOG and bump version</li>
<li><a href="86a3177654 "><code>86a3177</code></a> [Fix] <code>boolean-prop-naming</code>: handle React.FC, intersection, union types</li>
<li><a href="cdfd55836f "><code>cdfd558</code></a> [Fix] <code>no-unused-state</code>: avoid a crash on a class field gDSFP</li>
<li><a href="24bf5947e9 "><code>24bf594</code></a> [meta] fix changelog</li>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3528
Reviewed By: yungsters
Differential Revision: D34867464
Pulled By: lblasa
fbshipit-source-id: ca7058ffcbe5742fc85db0d533bc83516215989e
2022-03-15 02:48:22 -07:00
Pascal Hartig
bbc594c1f3
Dep bump for /js/js-flipper
...
Summary: Combining a bunch of dep bumps via `yarn upgrade-interactive`.
Reviewed By: jknoxville
Differential Revision: D34650058
fbshipit-source-id: 9d25513f1200385492635d817a753bee9ed366d6
2022-03-07 04:06:16 -08:00
Pascal Hartig
4e766c44bd
Bump dependencies in /js/js-flipper
...
Summary: Combining dependabot bumps.
Reviewed By: lblasa
Differential Revision: D34212867
fbshipit-source-id: b751ccc0669d3c9bc9718ba19f4992984f06fefc
2022-02-14 09:55:15 -08:00
dependabot[bot]
ac4690f657
Bump jest from 27.4.7 to 27.5.0 in /js/js-flipper ( #3417 )
...
Summary:
Bumps [jest](https://github.com/facebook/jest ) from 27.4.7 to 27.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/releases ">jest's releases</a>.</em></p>
<blockquote>
<h2>v27.5.0</h2>
<h2>Features</h2>
<ul>
<li><code>[expect]</code> Add asymmetric matcher <code>expect.closeTo</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12243 ">#12243</a>)</li>
<li><code>[jest-mock]</code> Added <code>mockFn.mock.lastCall</code> to retrieve last argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12285 ">#12285</a>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li><code>[expect]</code> Add a fix for <code>.toHaveProperty('')</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12251 ">#12251</a>)</li>
<li><code>[jest-each, jest/globals]</code> Allow passing <code>ReadonlyArray</code> type of a table to <code>describe.each</code> and <code>test.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12297 ">#12297</a>)</li>
<li><code>[jest/globals]</code> Add missing <code>options</code> argument to <code>jest.doMock</code> typing (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12292 ">#12292</a>)</li>
<li><code>[jest-environment-node]</code> Add <code>atob</code> and <code>btoa</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12269 ">#12269</a>)</li>
<li><code>[jest-matcher-utils]</code> Correct diff for expected asymmetric matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12264 ">#12264</a>)</li>
<li><code>[jest-message-util]</code> Fix <code>.getTopFrame()</code> (and <code>toMatchInlineSnapshot()</code>) with <code>mjs</code> files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12277 ">#12277</a>)</li>
</ul>
<h2>Chore & Maintenance</h2>
<ul>
<li><code>[*]</code> Update <code>graceful-fs</code> to <code>^4.2.9</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11749 ">#11749</a>)</li>
</ul>
<h2>Performance</h2>
<ul>
<li><code>[jest-resolve]</code> perf: skip error creation on not found <code>stat</code> calls (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11749 ">#11749</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/markjm "><code>@markjm</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11749 ">facebook/jest#11749</a></li>
<li><a href="https://github.com/benjamingr "><code>@benjamingr</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12266 ">facebook/jest#12266</a></li>
<li><a href="https://github.com/aduh95 "><code>@aduh95</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12269 ">facebook/jest#12269</a></li>
<li><a href="https://github.com/piranna "><code>@piranna</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12272 ">facebook/jest#12272</a></li>
<li><a href="https://github.com/od-c0d3r "><code>@od-c0d3r</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12234 ">facebook/jest#12234</a></li>
<li><a href="https://github.com/davidnormo "><code>@davidnormo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12264 ">facebook/jest#12264</a></li>
<li><a href="https://github.com/mshima "><code>@mshima</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12277 ">facebook/jest#12277</a></li>
<li><a href="https://github.com/Cambuchi "><code>@Cambuchi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12246 ">facebook/jest#12246</a></li>
<li><a href="https://github.com/vladsholokhov "><code>@vladsholokhov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12185 ">facebook/jest#12185</a></li>
<li><a href="https://github.com/robdy "><code>@robdy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12254 ">facebook/jest#12254</a></li>
<li><a href="https://github.com/Michael-M-Judd "><code>@Michael-M-Judd</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12212 ">facebook/jest#12212</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v27.4.7...v27.5.0 ">https://github.com/facebook/jest/compare/v27.4.7...v27.5.0 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md ">jest's changelog</a>.</em></p>
<blockquote>
<h2>27.5.0</h2>
<h3>Features</h3>
<ul>
<li><code>[expect]</code> Add asymmetric matcher <code>expect.closeTo</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12243 ">#12243</a>)</li>
<li><code>[jest-mock]</code> Added <code>mockFn.mock.lastCall</code> to retrieve last argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12285 ">#12285</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Add a fix for <code>.toHaveProperty('')</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12251 ">#12251</a>)</li>
<li><code>[jest-each, jest/globals]</code> Allow passing <code>ReadonlyArray</code> type of a table to <code>describe.each</code> and <code>test.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12297 ">#12297</a>)</li>
<li><code>[jest/globals]</code> Add missing <code>options</code> argument to <code>jest.doMock</code> typing (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12292 ">#12292</a>)</li>
<li><code>[jest-environment-node]</code> Add <code>atob</code> and <code>btoa</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12269 ">#12269</a>)</li>
<li><code>[jest-matcher-utils]</code> Correct diff for expected asymmetric matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12264 ">#12264</a>)</li>
<li><code>[jest-message-util]</code> Fix <code>.getTopFrame()</code> (and <code>toMatchInlineSnapshot()</code>) with <code>mjs</code> files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12277 ">#12277</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[*]</code> Update <code>graceful-fs</code> to <code>^4.2.9</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11749 ">#11749</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li><code>[jest-resolve]</code> perf: skip error creation on not found <code>stat</code> calls (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11749 ">#11749</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="247cbe6026 "><code>247cbe6</code></a> v27.5.0</li>
<li><a href="d9ddd00551 "><code>d9ddd00</code></a> chore: update changelog for release</li>
<li><a href="5eed973077 "><code>5eed973</code></a> chore(lint): disable <code>@typescript-eslint/no-unused-vars</code> rule for tests and moc...</li>
<li><a href="5160ae01f8 "><code>5160ae0</code></a> feat(expect): add asymmetric matcher <code>expect.closeTo</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12243 ">#12243</a>)</li>
<li><a href="33b2cc029f "><code>33b2cc0</code></a> chore: get rid of peer dependency warning from <code>react-native-codegen</code></li>
<li><a href="d0f71d1917 "><code>d0f71d1</code></a> chore: add missing peer dep</li>
<li><a href="f3390fe42a "><code>f3390fe</code></a> chore: use <code>u</code> flag for regexes (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12249 ">#12249</a>)</li>
<li><a href="4715c09f55 "><code>4715c09</code></a> chore(docs): add note about <code>retryTimes</code> placement (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12212 ">#12212</a>)</li>
<li><a href="9d6fb4b1fa "><code>9d6fb4b</code></a> chore(docs): specify an error message in Timermocks (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12248 ">#12248</a>)</li>
<li><a href="02506f8f10 "><code>02506f8</code></a> chore(docs): fix broken link in Snapshot Testing docs (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12254 ">#12254</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v27.4.7...v27.5.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3417
Reviewed By: passy
Differential Revision: D34049981
Pulled By: mweststrate
fbshipit-source-id: d9d92ce01b1374f737be769568926fe4e69403f6
2022-02-09 02:13:06 -08:00
dependabot[bot]
f90eb1ecd0
Bump @babel/core from 7.16.12 to 7.17.0 in /js/js-flipper ( #3416 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.12 to 7.17.0.
<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.17.0 (2022-02-02)</h2>
<p>Thanks <a href="https://github.com/atti187 "><code>@atti187</code></a> and <a href="https://github.com/phulin "><code>@phulin</code></a> for your first PRs!</p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14065 ">#14065</a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14174 ">#14174</a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-pipeline-operator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13973 ">#13973</a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/js-choi "><code>@js-choi</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13940 ">#13940</a> Add new method to check if node is null or not (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931 ">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004 ">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681 ">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125 ">#14125</a> Add transform support for the "regexp unicode sets" proposal (<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/14086 ">#14086</a> Add parser support for the "regexp unicode sets" proposal (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087 ">#14087</a> Expose <code>babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14145 ">#14145</a> Reinterpret << when parsing TS type arguments (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14187 ">#14187</a> Normalize absolute paths on Windows (<a href="https://github.com/atti187 "><code>@atti187</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14223 ">#14223</a> Remove Babel 6 from SECURITY.md (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-fixtures</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14201 ">#14201</a> Fuzz test location-related parser options (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14208 ">#14208</a> Update compat data (specifically for rhino 1.7.14) (<a href="https://github.com/phulin "><code>@phulin</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14190 ">#14190</a> chore: run tscheck on babel 8 breaking test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃♀️ Performance</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14209 ">#14209</a> Switch to <code>ampproject/remapping</code> to merge source maps (<a href="https://github.com/jridgewell "><code>@jridgewell</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 10</h4>
<ul>
<li>Chris Garrett (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
<li>Daniel Tschinder (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.17.0 (2022-02-02)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14065 ">#14065</a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14174 ">#14174</a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-pipeline-operator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13973 ">#13973</a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/js-choi "><code>@js-choi</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13940 ">#13940</a> Add new method to check if node is null or not (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931 ">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004 ">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681 ">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125 ">#14125</a> Add transform support for the "regexp unicode sets" proposal (<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/14086 ">#14086</a> Add parser support for the "regexp unicode sets" proposal (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087 ">#14087</a> Expose <code>babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14145 ">#14145</a> Reinterpret << when parsing TS type arguments (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14187 ">#14187</a> Normalize absolute paths on Windows (<a href="https://github.com/atti187 "><code>@atti187</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14223 ">#14223</a> Remove Babel 6 from SECURITY.md (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-fixtures</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14201 ">#14201</a> Fuzz test location-related parser options (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14208 ">#14208</a> Update compat data (specifically for rhino 1.7.14) (<a href="https://github.com/phulin "><code>@phulin</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14190 ">#14190</a> chore: run tscheck on babel 8 breaking test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃♀️ Performance</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14209 ">#14209</a> Switch to <code>ampproject/remapping</code> to merge source maps (<a href="https://github.com/jridgewell "><code>@jridgewell</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="38c23cded4 "><code>38c23cd</code></a> v7.17.0</li>
<li><a href="7d63d2f833 "><code>7d63d2f</code></a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14065 ">#14065</a>)</li>
<li><a href="97a8bcb9cc "><code>97a8bcb</code></a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14174 ">#14174</a>)</li>
<li><a href="10fe2f3aab "><code>10fe2f3</code></a> Add transform support for the "regexp unicode sets" proposal (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14125 ">#14125</a>)</li>
<li><a href="7d32f49625 "><code>7d32f49</code></a> Switch to <code>ampproject/remapping</code> to merge source maps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14209 ">#14209</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.0/packages/babel-core ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3416
Reviewed By: passy
Differential Revision: D34050008
Pulled By: mweststrate
fbshipit-source-id: fae86a9a74a15379f45508e71661d885c18f49aa
2022-02-09 02:13:06 -08:00
dependabot[bot]
fba18d03ff
Bump @typescript-eslint/parser from 5.10.1 to 5.10.2 in /js/js-flipper ( #3413 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.10.1 to 5.10.2.
<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.10.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2 ">5.10.2</a> (2022-01-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-restricted-imports] allow relative type imports with patterns configured (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4494 ">#4494</a>) (<a href="4a6d217ae8 ">4a6d217</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>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2 ">5.10.2</a> (2022-01-31)</h2>
<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="1d88ac1d57 "><code>1d88ac1</code></a> chore: publish v5.10.2</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3413
Reviewed By: passy
Differential Revision: D34050422
Pulled By: mweststrate
fbshipit-source-id: b9f67fa1c4d72245cf569d998616716f565b7f75
2022-02-09 02:13:06 -08:00
dependabot[bot]
46776f11cd
Bump @babel/eslint-parser from 7.16.5 to 7.17.0 in /js/js-flipper ( #3412 )
...
Summary:
Bumps [babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.16.5 to 7.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases "><code>@babel/eslint-parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.17.0 (2022-02-02)</h2>
<p>Thanks <a href="https://github.com/atti187 "><code>@atti187</code></a> and <a href="https://github.com/phulin "><code>@phulin</code></a> for your first PRs!</p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14065 ">#14065</a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14174 ">#14174</a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-pipeline-operator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13973 ">#13973</a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/js-choi "><code>@js-choi</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13940 ">#13940</a> Add new method to check if node is null or not (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931 ">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004 ">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681 ">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125 ">#14125</a> Add transform support for the "regexp unicode sets" proposal (<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/14086 ">#14086</a> Add parser support for the "regexp unicode sets" proposal (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087 ">#14087</a> Expose <code>babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14145 ">#14145</a> Reinterpret << when parsing TS type arguments (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14187 ">#14187</a> Normalize absolute paths on Windows (<a href="https://github.com/atti187 "><code>@atti187</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14223 ">#14223</a> Remove Babel 6 from SECURITY.md (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-fixtures</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14201 ">#14201</a> Fuzz test location-related parser options (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14208 ">#14208</a> Update compat data (specifically for rhino 1.7.14) (<a href="https://github.com/phulin "><code>@phulin</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14190 ">#14190</a> chore: run tscheck on babel 8 breaking test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃♀️ Performance</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14209 ">#14209</a> Switch to <code>ampproject/remapping</code> to merge source maps (<a href="https://github.com/jridgewell "><code>@jridgewell</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 10</h4>
<ul>
<li>Chris Garrett (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
<li>Daniel Tschinder (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/eslint-parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.17.0 (2022-02-02)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14065 ">#14065</a> Allow plugins/presets to indicate external dependencies (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-parser</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14174 ">#14174</a> Expose <code>.index</code> on Position to internally track nodes location (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-pipeline-operator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13973 ">#13973</a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/js-choi "><code>@js-choi</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13940 ">#13940</a> Add new method to check if node is null or not (<a href="https://github.com/danez "><code>@danez</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-destructuring-private</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13931 ">#13931</a> Parse destructuring private fields (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14004 ">#14004</a> Add new decorators transform (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13681 ">#13681</a> Add the <code>decoratorsAutoAccessors</code> parser plugin (<a href="https://github.com/pzuraq "><code>@pzuraq</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-syntax-unicode-sets-regex</code>, <code>babel-plugin-transform-dotall-regex</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14125 ">#14125</a> Add transform support for the "regexp unicode sets" proposal (<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/14086 ">#14086</a> Add parser support for the "regexp unicode sets" proposal (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14087 ">#14087</a> Expose <code>babel/register/experimental-worker</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14145 ">#14145</a> Reinterpret << when parsing TS type arguments (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14187 ">#14187</a> Normalize absolute paths on Windows (<a href="https://github.com/atti187 "><code>@atti187</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14223 ">#14223</a> Remove Babel 6 from SECURITY.md (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-fixtures</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14201 ">#14201</a> Fuzz test location-related parser options (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14208 ">#14208</a> Update compat data (specifically for rhino 1.7.14) (<a href="https://github.com/phulin "><code>@phulin</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14190 ">#14190</a> chore: run tscheck on babel 8 breaking test (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃♀️ Performance</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14209 ">#14209</a> Switch to <code>ampproject/remapping</code> to merge source maps (<a href="https://github.com/jridgewell "><code>@jridgewell</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.16.12 (2022-01-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192 ">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="38c23cded4 "><code>38c23cd</code></a> v7.17.0</li>
<li><a href="df27d542ef "><code>df27d54</code></a> proposal-pipe: Add support for <code>^^</code> and <code>@@</code> topics (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/13973 ">#13973</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.0/eslint/babel-eslint-parser ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3412
Reviewed By: passy
Differential Revision: D34050439
Pulled By: mweststrate
fbshipit-source-id: 0763e6c989a0d5bedee0b79e88cc15c819ef2d05
2022-02-09 02:13:06 -08:00
dependabot[bot]
00e6261c4b
Bump @typescript-eslint/eslint-plugin from 5.10.1 to 5.10.2 in /js/js-flipper ( #3415 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.10.1 to 5.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.10.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2 ">5.10.2</a> (2022-01-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-restricted-imports] allow relative type imports with patterns configured (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4494 ">#4494</a>) (<a href="4a6d217ae8 ">4a6d217</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>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2 ">5.10.2</a> (2022-01-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-restricted-imports] allow relative type imports with patterns configured (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4494 ">#4494</a>) (<a href="4a6d217ae8 ">4a6d217</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1d88ac1d57 "><code>1d88ac1</code></a> chore: publish v5.10.2</li>
<li><a href="04baac8d89 "><code>04baac8</code></a> docs: standardized rule docs heading and option-less Options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4367 ">#4367</a>)</li>
<li><a href="4a6d217ae8 "><code>4a6d217</code></a> fix(eslint-plugin): [no-restricted-imports] allow relative type imports with ...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3415
Reviewed By: passy
Differential Revision: D34050359
Pulled By: mweststrate
fbshipit-source-id: ec0bda39cb52da1bcff80ffd2b014700d1c42f4f
2022-02-08 05:28:57 -08:00
dependabot[bot]
6bd134d624
Bump eslint from 8.7.0 to 8.8.0 in /js/js-flipper ( #3385 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 8.7.0 to 8.8.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.8.0</h2>
<h2>Features</h2>
<ul>
<li><a href="5d60812d44 "><code>5d60812</code></a> feat: implement rfc 2021-suppression-support (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15459 ">#15459</a>) (Yiwei Ding)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="5769cc23ec "><code>5769cc2</code></a> docs: fix relative link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15544 ">#15544</a>) (Nick Schonning)</li>
<li><a href="ccbc35ff3e "><code>ccbc35f</code></a> docs: trimmed rules h1s to just be rule names (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15514 ">#15514</a>) (Josh Goldberg)</li>
<li><a href="851f1f18bd "><code>851f1f1</code></a> docs: fixed typo in comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15531 ">#15531</a>) (Jiapei Liang)</li>
<li><a href="7d7af55759 "><code>7d7af55</code></a> docs: address upcoming violation of markdownlint rule MD050/strong-style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15529 ">#15529</a>) (David Anson)</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.8.0 - January 28, 2022</p>
<ul>
<li><a href="5d60812d44 "><code>5d60812</code></a> feat: implement rfc 2021-suppression-support (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15459 ">#15459</a>) (Yiwei Ding)</li>
<li><a href="5769cc23ec "><code>5769cc2</code></a> docs: fix relative link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15544 ">#15544</a>) (Nick Schonning)</li>
<li><a href="ccbc35ff3e "><code>ccbc35f</code></a> docs: trimmed rules h1s to just be rule names (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15514 ">#15514</a>) (Josh Goldberg)</li>
<li><a href="851f1f18bd "><code>851f1f1</code></a> docs: fixed typo in comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15531 ">#15531</a>) (Jiapei Liang)</li>
<li><a href="7d7af55759 "><code>7d7af55</code></a> docs: address upcoming violation of markdownlint rule MD050/strong-style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15529 ">#15529</a>) (David Anson)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b6f2bd8879 "><code>b6f2bd8</code></a> 8.8.0</li>
<li><a href="7d1366ab63 "><code>7d1366a</code></a> Build: changelog update for 8.8.0</li>
<li><a href="5d60812d44 "><code>5d60812</code></a> feat: implement rfc 2021-suppression-support (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15459 ">#15459</a>)</li>
<li><a href="5769cc23ec "><code>5769cc2</code></a> docs: fix relative link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15544 ">#15544</a>)</li>
<li><a href="ccbc35ff3e "><code>ccbc35f</code></a> docs: trimmed rules h1s to just be rule names (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15514 ">#15514</a>)</li>
<li><a href="851f1f18bd "><code>851f1f1</code></a> docs: fixed typo in comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15531 ">#15531</a>)</li>
<li><a href="7d7af55759 "><code>7d7af55</code></a> docs: address upcoming violation of markdownlint rule MD050/strong-style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15 ">https://github.com/facebook/flipper/issues/15 </a>...</li>
<li>See full diff in <a href="https://github.com/eslint/eslint/compare/v8.7.0...v8.8.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3385
Reviewed By: passy
Differential Revision: D33892121
Pulled By: cekkaewnumchai
fbshipit-source-id: 379aed88552cab213e1e19165499ffc4fa32feb8
2022-02-02 11:14:40 -08:00
dependabot[bot]
e8571f5a73
Bump @typescript-eslint/parser from 5.10.0 to 5.10.1 in /js/js-flipper ( #3387 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.10.0 to 5.10.1.
<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.10.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1 ">5.10.1</a> (2022-01-24)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</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>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1 ">5.10.1</a> (2022-01-24)</h2>
<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="3e1ebcad55 "><code>3e1ebca</code></a> chore: publish v5.10.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.1/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3387
Reviewed By: passy
Differential Revision: D33892115
Pulled By: cekkaewnumchai
fbshipit-source-id: 6ba9ea0e6c3708cc8ed91fdffd869474f2228554
2022-02-02 11:14:40 -08:00
dependabot[bot]
9e41c7ff57
Bump @typescript-eslint/eslint-plugin from 5.10.0 to 5.10.1 in /js/js-flipper ( #3386 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.10.0 to 5.10.1.
<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.10.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1 ">5.10.1</a> (2022-01-24)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</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>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1 ">5.10.1</a> (2022-01-24)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3e1ebcad55 "><code>3e1ebca</code></a> chore: publish v5.10.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.1/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3386
Reviewed By: passy
Differential Revision: D33892111
Pulled By: cekkaewnumchai
fbshipit-source-id: aedc176c17d7a41951f2127cf60dd0197b9c2382
2022-02-02 11:14:40 -08:00
dependabot[bot]
c2f895d9c5
Bump @babel/core from 7.16.7 to 7.16.12 in /js/js-flipper ( #3349 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.7 to 7.16.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases "><code>@babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.16.12 (2022-01-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192 ">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194 ">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.16.11 (2022-01-20)</h2>
<p>This empty releases force-publishes a new version of <code>babel/plugin-proposal-private-methods</code> (which was not published in v7.16.10 because it didn't have any actual change) and of <code>babel/preset-env</code>.</p>
<p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723 ">an incompatibility</a> between <code>babel/preset-env@7.16.10 </code> and <code>babel/helper-create-class-features-plugin@7.16 .7</code>, by making sure that <code>babel/preset-env</code> transitively depends on <code>babel/helper-create-class-features-plugin@^7.16.10</code>.</p>
<h2>v7.16.10 (2022-01-19)</h2>
<p>Thanks <a href="https://github.com/blankPen "><code>@blankPen</code></a> for your first PR!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-highlight</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165 ">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen "><code>@blankPen</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164 ">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162 ">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110 ">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153 ">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157 ">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130 ">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169 ">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>1o57 (<a href="https://github.com/blankPen "><code>@blankPen</code></a>)</li>
<li>Francisco Ryan Tolmasky I (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li>magic-akari (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
</ul>
<h2>v7.16.9 (2022-01-11)</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.16.12 (2022-01-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192 ">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194 ">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.16.10 (2022-01-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-highlight</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14165 ">#14165</a> Avoid infinite loop when highlighting an empty input (<a href="https://github.com/blankPen "><code>@blankPen</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14164 ">#14164</a> Handle logical assignment in super property transforms (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14162 ">#14162</a> Fix the transform of <code>super.foo--</code>/<code>super[foo]--</code> (and prefix) (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14110 ">#14110</a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14153 ">#14153</a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14157 ">#14157</a> Remove workaround for <code>_typeof</code> in runtime build script (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14130 ">#14130</a> Improve errors location tracking (<a href="https://github.com/tolmasky "><code>@tolmasky</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14169 ">#14169</a> Skip class fields transform when not necessary for private methods (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.16.9 (2022-01-11)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14136 ">#14136</a> Restore <code>babel/register</code> compat with <code>babel/core@7.5.x</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.16.8 (2022-01-10)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-parameters</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14113 ">#14113</a> Print trailing comma after a single TS generic in arrow fns (<a href="https://github.com/ozanhonamlioglu "><code>@ozanhonamlioglu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14105 ">#14105</a> fix: forward stop signal to parent path (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14107 ">#14107</a> Don't mutate <code>babel/register</code> options (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14097 ">#14097</a> Register binding for newly created vars for commonjs transforms (<a href="https://github.com/The-x-Theorist "><code>@The-x-Theorist</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14093 ">#14093</a> Fix TypeScript Enum self-references (<a href="https://github.com/magic-akari "><code>@magic-akari</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5266605528 "><code>5266605</code></a> v7.16.12</li>
<li><a href="2ea90542bc "><code>2ea9054</code></a> Avoid dynamic import when it's not needed (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14192 ">#14192</a>)</li>
<li><a href="4a737547e5 "><code>4a73754</code></a> v7.16.10</li>
<li><a href="e7c705a748 "><code>e7c705a</code></a> Respect <code>package.json#exports</code> when resolving plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14110 ">#14110</a>)</li>
<li><a href="8035ad90f9 "><code>8035ad9</code></a> Disable "Reentrant plugin detected" error in async mode (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14153 ">#14153</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.16.12/packages/babel-core ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3349
Reviewed By: aigoncharov
Differential Revision: D33741783
Pulled By: lblasa
fbshipit-source-id: 15d669817d6a6daab82dacded5f16f0c00bd2269
2022-01-26 04:23:04 -08:00