Commit dd040c6
Merge #176
176: Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.9.0 r=bidoubiwa a=dependabot-preview[bot]
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.8.1 to 4.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">@typescript-eslint/eslint-plugin's releases</a>.</em></p>
<blockquote>
<h2>v4.9.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0">4.9.0</a> (2020-11-30)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] convert readonly index signature to readonly record (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2798">#2798</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/29428a4dbef133563f2ee54b22908a01ab9a9472">29428a4</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] crash when using both default and namespace in one import (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2778">#2778</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c816b84814214f7504a0d89a5cd3b08c595bfb50">c816b84</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] ignore functions exported within typed object/array literals (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2805">#2805</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/73a63ee9ea00b2db0a29f148d7863c3778e4a483">73a63ee</a>)</li>
<li><strong>eslint-plugin:</strong> [no-use-before-define] allow class references if they're within a class decorator (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2827">#2827</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/050023aa7bd791d0be7b5788a9dcd8e61a00ce79">050023a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2842">#2842</a></li>
<li><strong>eslint-plugin:</strong> [triple-slash-reference] fix crash with external module reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2788">#2788</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b1b6839fb32d93b7faa8fec74c9cb68ea587bb">32b1b68</a>)</li>
<li><strong>scope-manager:</strong> fix assertion assignments not being marked as write references (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2809">#2809</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fa6849245ca55ca407dc031afbad456f2925a8e9">fa68492</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2804">#2804</a></li>
<li><strong>typescript-estree:</strong> add default value for <code>parserOptions.projectFolderIgnoreList</code> and deduplicate resolved projects (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2819">#2819</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bf904ec72db57174fec531f61e9427230662553e">bf904ec</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2418">#2418</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2814">#2814</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] add <code>requireDouble</code>, <code>allowDouble</code>, <code>allowSingleOrDouble</code> options for underscores (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2812">#2812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd0576a66c34810bc60e0958948c9a8104a3f1a3">dd0576a</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] add <code>requiresQuotes</code> modifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2813">#2813</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6fc84094928c3645a0e04c31bd4d759fdfbdcb74">6fc8409</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2761">#2761</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1483">#1483</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] add modifier <code>unused</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2810">#2810</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6a06944e60677a402e7ab432e6ac1209737a7027">6a06944</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] add modifiers <code>exported</code>, <code>global</code>, and <code>destructured</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2808">#2808</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb254a1036b89f9b78f927d607358e65e81a2250">fb254a1</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2239">#2239</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2512">#2512</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2318">#2318</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] allow <code>destructured</code> modifier for <code>parameter</code> selector (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2829">#2829</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/525d2ff9292d89e1445b273b5378159bca323a1e">525d2ff</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2828">#2828</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] split <code>property</code> and <code>method</code> selectors into more granular <code>classXXX</code>, <code>objectLiteralXXX</code>, <code>typeXXX</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2807">#2807</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/665b6d4023fb9d821f348c39aefff0d7571a98bf">665b6d4</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1477">#1477</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] fork the base rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2768">#2768</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a8227a6185dd24de4bfc7d766931643871155021">a8227a6</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2782">#2782</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2714">#2714</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2648">#2648</a></li>
<li><strong>eslint-plugin:</strong> [unbound-method] add support for methods with a <code>this: void</code> parameter (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2796">#2796</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/878dd4ae8c408f1eb42790a8fac37f85040b7f3c">878dd4a</a>)</li>
</ul>
<h2>v4.8.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2">4.8.2</a> (2020-11-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow pure template literal strings (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2786">#2786</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3bf6a1791c9dc64bb18d45712f07767c9f96cbd">f3bf6a1</a>)</li>
<li><strong>typescript-estree:</strong> fix type-only regression for consumers not yet on TS 4.1 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2789">#2789</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/50a46c60fb81d8434aa4268a13d17d8fcf499e21">50a46c6</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">@typescript-eslint/eslint-plugin's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0">4.9.0</a> (2020-11-30)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] convert readonly index signature to readonly record (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2798">#2798</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/29428a4dbef133563f2ee54b22908a01ab9a9472">29428a4</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] crash when using both default and namespace in one import (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2778">#2778</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c816b84814214f7504a0d89a5cd3b08c595bfb50">c816b84</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] ignore functions exported within typed object/array literals (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2805">#2805</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/73a63ee9ea00b2db0a29f148d7863c3778e4a483">73a63ee</a>)</li>
<li><strong>eslint-plugin:</strong> [no-use-before-define] allow class references if they're within a class decorator (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2827">#2827</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/050023aa7bd791d0be7b5788a9dcd8e61a00ce79">050023a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2842">#2842</a></li>
<li><strong>eslint-plugin:</strong> [triple-slash-reference] fix crash with external module reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2788">#2788</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b1b6839fb32d93b7faa8fec74c9cb68ea587bb">32b1b68</a>)</li>
<li><strong>scope-manager:</strong> fix assertion assignments not being marked as write references (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2809">#2809</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fa6849245ca55ca407dc031afbad456f2925a8e9">fa68492</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2804">#2804</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] add <code>requireDouble</code>, <code>allowDouble</code>, <code>allowSingleOrDouble</code> options for underscores (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2812">#2812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd0576a66c34810bc60e0958948c9a8104a3f1a3">dd0576a</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] add <code>requiresQuotes</code> modifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2813">#2813</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6fc84094928c3645a0e04c31bd4d759fdfbdcb74">6fc8409</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2761">#2761</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1483">#1483</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] add modifier <code>unused</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2810">#2810</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6a06944e60677a402e7ab432e6ac1209737a7027">6a06944</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] add modifiers <code>exported</code>, <code>global</code>, and <code>destructured</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2808">#2808</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb254a1036b89f9b78f927d607358e65e81a2250">fb254a1</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2239">#2239</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2512">#2512</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2318">#2318</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] allow <code>destructured</code> modifier for <code>parameter</code> selector (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2829">#2829</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/525d2ff9292d89e1445b273b5378159bca323a1e">525d2ff</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2828">#2828</a></li>
<li><strong>eslint-plugin:</strong> [naming-convention] split <code>property</code> and <code>method</code> selectors into more granular <code>classXXX</code>, <code>objectLiteralXXX</code>, <code>typeXXX</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2807">#2807</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/665b6d4023fb9d821f348c39aefff0d7571a98bf">665b6d4</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1477">#1477</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] fork the base rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2768">#2768</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a8227a6185dd24de4bfc7d766931643871155021">a8227a6</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2782">#2782</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2714">#2714</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2648">#2648</a></li>
<li><strong>eslint-plugin:</strong> [unbound-method] add support for methods with a <code>this: void</code> parameter (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2796">#2796</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/878dd4ae8c408f1eb42790a8fac37f85040b7f3c">878dd4a</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2">4.8.2</a> (2020-11-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow pure template literal strings (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2786">#2786</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3bf6a1791c9dc64bb18d45712f07767c9f96cbd">f3bf6a1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f714911944b95dd4495166b35ff7784aedac1451"><code>f714911</code></a> chore: publish v4.9.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/525d2ff9292d89e1445b273b5378159bca323a1e"><code>525d2ff</code></a> feat(eslint-plugin): [naming-convention] allow <code>destructured</code> modifier for `p...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/050023aa7bd791d0be7b5788a9dcd8e61a00ce79"><code>050023a</code></a> fix(eslint-plugin): [no-use-before-define] allow class references if they're ...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/14758d2df6339f011514fd034e09a17a6345b667"><code>14758d2</code></a> chore(eslint-plugin): [naming-convention] refactor rule to split it up (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2816">#2816</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/878dd4ae8c408f1eb42790a8fac37f85040b7f3c"><code>878dd4a</code></a> feat(eslint-plugin): [unbound-method] add support for methods with a `this: v...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/29428a4dbef133563f2ee54b22908a01ab9a9472"><code>29428a4</code></a> fix(eslint-plugin): [consistent-indexed-object-style] convert readonly index ...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/73a63ee9ea00b2db0a29f148d7863c3778e4a483"><code>73a63ee</code></a> fix(eslint-plugin): [explicit-module-boundary-types] ignore functions exporte...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b1b6839fb32d93b7faa8fec74c9cb68ea587bb"><code>32b1b68</code></a> fix(eslint-plugin): [triple-slash-reference] fix crash with external module r...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c816b84814214f7504a0d89a5cd3b08c595bfb50"><code>c816b84</code></a> fix(eslint-plugin): [consistent-type-imports] crash when using both default a...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6fc84094928c3645a0e04c31bd4d759fdfbdcb74"><code>6fc8409</code></a> feat(eslint-plugin): [naming-convention] add <code>requiresQuotes</code> modifier (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2813">#2813</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.9.0/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.8.1&new-version=4.9.0)
You can trigger a rebase of this PR 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1274 | 1274 | | |
1275 | 1275 | | |
1276 | 1276 | | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
1280 | 1280 | | |
1281 | | - | |
1282 | | - | |
| 1281 | + | |
| 1282 | + | |
1283 | 1283 | | |
1284 | 1284 | | |
1285 | 1285 | | |
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
1290 | | - | |
1291 | | - | |
1292 | | - | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | | - | |
1296 | | - | |
1297 | | - | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | 1300 | | |
| |||
0 commit comments