Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.30.0 to 4.31.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>v4.31.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0">4.31.0</a> (2021-09-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ast-spec:</strong> remove duplicate union types from <code>Expression</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3770">#3770</a>) (<a href="463e768978">463e768</a>)</li> <li><strong>utils:</strong> support immutable arrays in <code>ReportFixFunction</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3830">#3830</a>) (<a href="8218055d6d">8218055</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3733">#3733</a>) (<a href="a46e3182c8">a46e318</a>)</li> <li><strong>eslint-plugin:</strong> [restrict-template-expressions] add option to allow RegExp (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3709">#3709</a>) (<a href="363b3dc4dd">363b3dc</a>)</li> <li><strong>eslint-plugin:</strong> add <code>no-meaningless-void-operator</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3641">#3641</a>) (<a href="ea40ab6593">ea40ab6</a>)</li> <li><strong>eslint-plugin:</strong> add extension rule <code>padding-line-between-statements</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3418">#3418</a>) (<a href="f79ae9b58e">f79ae9b</a>)</li> <li><strong>experimental-utils:</strong> extract <code>isNodeOfType</code> out of <code>ast-utils</code>' <code>predicates</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3677">#3677</a>) (<a href="4bfa4375af">4bfa437</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/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/v4.30.0...v4.31.0">4.31.0</a> (2021-09-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>utils:</strong> support immutable arrays in <code>ReportFixFunction</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3830">#3830</a>) (<a href="8218055d6d">8218055</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3733">#3733</a>) (<a href="a46e3182c8">a46e318</a>)</li> <li><strong>eslint-plugin:</strong> [restrict-template-expressions] add option to allow RegExp (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3709">#3709</a>) (<a href="363b3dc4dd">363b3dc</a>)</li> <li><strong>eslint-plugin:</strong> add <code>no-meaningless-void-operator</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3641">#3641</a>) (<a href="ea40ab6593">ea40ab6</a>)</li> <li><strong>eslint-plugin:</strong> add extension rule <code>padding-line-between-statements</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3418">#3418</a>) (<a href="f79ae9b58e">f79ae9b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4a88de2c62"><code>4a88de2</code></a> chore: publish v4.31.0</li> <li><a href="8218055d6d"><code>8218055</code></a> fix(utils): support immutable arrays in <code>ReportFixFunction</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3830">#3830</a>)</li> <li><a href="e59a17c076"><code>e59a17c</code></a> docs(eslint-plugin): fix incorrect quote (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3810">#3810</a>)</li> <li><a href="bb72fd6415"><code>bb72fd6</code></a> chore(eslint-plugin): fix missing periods in rule messages (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3789">#3789</a>)</li> <li><a href="a46e3182c8"><code>a46e318</code></a> feat(eslint-plugin): [prefer-readonly-parameter-types] add option treatMethod...</li> <li><a href="363b3dc4dd"><code>363b3dc</code></a> feat(eslint-plugin): [restrict-template-expressions] add option to allow RegE...</li> <li><a href="ea40ab6593"><code>ea40ab6</code></a> feat(eslint-plugin): add <code>no-meaningless-void-operator</code> rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3641">#3641</a>)</li> <li><a href="f79ae9b58e"><code>f79ae9b</code></a> feat(eslint-plugin): add extension rule <code>padding-line-between-statements</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3">https://github.com/facebook/flipper/issues/3</a>...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.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/2860 Reviewed By: timur-valiev Differential Revision: D30900785 Pulled By: mweststrate fbshipit-source-id: a1144d3033d9ee8f8ee4c9dd121c7567e7cacce9
Flipper Doctor
This package exists for running checks to diagnose and potentially fix issues affecting the operation of Flipper. It's designed to be primarily used programmatically but may also expose a CLI interface.
Usage
cd doctor
yarn run run