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

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

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

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

 ---

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

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

</details>

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

Reviewed By: antonk52

Differential Revision: D35893318

Pulled By: lblasa

fbshipit-source-id: a25879e226ee1d45cb1f4c9e41d824c9b0683824
This commit is contained in:
dependabot[bot]
2022-04-25 11:46:31 -07:00
committed by Facebook GitHub Bot
parent e1f952549e
commit c08b31f971

View File

@@ -1660,9 +1660,9 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^8.11.0: eslint@^8.11.0:
version "8.12.0" version "8.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q== integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
dependencies: dependencies:
"@eslint/eslintrc" "^1.2.1" "@eslint/eslintrc" "^1.2.1"
"@humanwhocodes/config-array" "^0.9.2" "@humanwhocodes/config-array" "^0.9.2"