Bump eslint from 8.33.0 to 8.34.0 in /js/js-flipper (#4517)

Summary:
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.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.34.0</h2>
<h2>Features</h2>
<ul>
<li><a href="9b2fcf7e92"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>) (SUZUKI Sosuke)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="923f61d8fc"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>) (Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="f0a988384e"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>) (Ben Perlmutter)</li>
<li><a href="67aa37b583"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>) (Kevin Rouchut)</li>
<li><a href="337f7ed961"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>) (Tanuj Kanti)</li>
<li><a href="71349a1f70"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>) (Ben Perlmutter)</li>
<li><a href="de7e925d03"><code>de7e925</code></a> docs: remove extra line numbers in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16848">#16848</a>) (jonz94)</li>
<li><a href="ad38d77102"><code>ad38d77</code></a> docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="9dbe06d0ad"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>) (MHO)</li>
<li><a href="a061527a03"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</a>) (Nicholas C. Zakas)</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.34.0 - February 10, 2023</p>
<ul>
<li><a href="f0a988384e"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>) (Ben Perlmutter)</li>
<li><a href="923f61d8fc"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>) (Francesco Trotta)</li>
<li><a href="9dbe06d0ad"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>) (MHO)</li>
<li><a href="a061527a03"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</a>) (Nicholas C. Zakas)</li>
<li><a href="67aa37b583"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>) (Kevin Rouchut)</li>
<li><a href="337f7ed961"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>) (Tanuj Kanti)</li>
<li><a href="9b2fcf7e92"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>) (SUZUKI Sosuke)</li>
<li><a href="71349a1f70"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>) (Ben Perlmutter)</li>
<li><a href="de7e925d03"><code>de7e925</code></a> docs: remove extra line numbers in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16848">#16848</a>) (jonz94)</li>
<li><a href="ad38d77102"><code>ad38d77</code></a> docs: Update README (GitHub Actions Bot)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5c2a1986bf"><code>5c2a198</code></a> 8.34.0</li>
<li><a href="18212bb1e2"><code>18212bb</code></a> Build: changelog update for 8.34.0</li>
<li><a href="f0a988384e"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>)</li>
<li><a href="923f61d8fc"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>)</li>
<li><a href="9dbe06d0ad"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>)</li>
<li><a href="a061527a03"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</a>)</li>
<li><a href="67aa37b583"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>)</li>
<li><a href="337f7ed961"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>)</li>
<li><a href="9b2fcf7e92"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>)</li>
<li><a href="71349a1f70"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0">compare view</a></li>
</ul>
</details>
<br />

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

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

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

 ---

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

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

</details>

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

Reviewed By: mweststrate

Differential Revision: D43305203

Pulled By: ivanmisuno

fbshipit-source-id: 624ea444406e99b30eb98c7c9c538c29033755c6
This commit is contained in:
dependabot[bot]
2023-02-16 06:33:32 -08:00
committed by Facebook GitHub Bot
parent 09a6877576
commit dfd39aea50

View File

@@ -1885,9 +1885,9 @@ eslint-visitor-keys@^3.3.0:
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^8.32.0: eslint@^8.32.0:
version "8.33.0" version "8.34.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA== integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
dependencies: dependencies:
"@eslint/eslintrc" "^1.4.1" "@eslint/eslintrc" "^1.4.1"
"@humanwhocodes/config-array" "^0.11.8" "@humanwhocodes/config-array" "^0.11.8"