Files
flipper/js
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 />

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

Reviewed By: mweststrate

Differential Revision: D34867389

Pulled By: lblasa

fbshipit-source-id: 8cb51c9534e631b766e6f6c178e2d85644b3d49b
2022-03-15 09:18:05 -07:00
..