Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @typescript-eslint/eslint-plugin from 4.8.1 to 4.9.0.

Release notes

Sourced from @typescript-eslint/eslint-plugin's releases.

v4.9.0

4.9.0 (2020-11-30)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#2827) (050023a), closes #2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#2809) (fa68492), closes #2804
  • typescript-estree: add default value for parserOptions.projectFolderIgnoreList and deduplicate resolved projects (#2819) (bf904ec), closes #2418 #2814

Features

  • eslint-plugin: [naming-convention] add requireDouble, allowDouble, allowSingleOrDouble options for underscores (#2812) (dd0576a)
  • eslint-plugin: [naming-convention] add requiresQuotes modifier (#2813) (6fc8409), closes #2761 #1483
  • eslint-plugin: [naming-convention] add modifier unused (#2810) (6a06944)
  • eslint-plugin: [naming-convention] add modifiers exported, global, and destructured (#2808) (fb254a1), closes #2239 #2512 #2318 #2802
  • eslint-plugin: [naming-convention] allow destructured modifier for parameter selector (#2829) (525d2ff), closes #2828
  • eslint-plugin: [naming-convention] split property and method selectors into more granular classXXX, objectLiteralXXX, typeXXX (#2807) (665b6d4), closes #1477 #2802
  • eslint-plugin: [no-unused-vars] fork the base rule (#2768) (a8227a6), closes #2782 #2714 #2648
  • eslint-plugin: [unbound-method] add support for methods with a this: void parameter (#2796) (878dd4a)

v4.8.2

4.8.2 (2020-11-23)

Bug Fixes

  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#2789) (50a46c6)
Changelog

Sourced from @typescript-eslint/eslint-plugin's changelog.

4.9.0 (2020-11-30)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#2827) (050023a), closes #2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#2809) (fa68492), closes #2804

Features

  • eslint-plugin: [naming-convention] add requireDouble, allowDouble, allowSingleOrDouble options for underscores (#2812) (dd0576a)
  • eslint-plugin: [naming-convention] add requiresQuotes modifier (#2813) (6fc8409), closes #2761 #1483
  • eslint-plugin: [naming-convention] add modifier unused (#2810) (6a06944)
  • eslint-plugin: [naming-convention] add modifiers exported, global, and destructured (#2808) (fb254a1), closes #2239 #2512 #2318 #2802
  • eslint-plugin: [naming-convention] allow destructured modifier for parameter selector (#2829) (525d2ff), closes #2828
  • eslint-plugin: [naming-convention] split property and method selectors into more granular classXXX, objectLiteralXXX, typeXXX (#2807) (665b6d4), closes #1477 #2802
  • eslint-plugin: [no-unused-vars] fork the base rule (#2768) (a8227a6), closes #2782 #2714 #2648
  • eslint-plugin: [unbound-method] add support for methods with a this: void parameter (#2796) (878dd4a)

4.8.2 (2020-11-23)

Bug Fixes

  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#2786) (f3bf6a1)
Commits
  • f714911 chore: publish v4.9.0
  • 525d2ff feat(eslint-plugin): [naming-convention] allow destructured modifier for `p...
  • 050023a fix(eslint-plugin): [no-use-before-define] allow class references if they're ...
  • 14758d2 chore(eslint-plugin): [naming-convention] refactor rule to split it up (#2816)
  • 878dd4a feat(eslint-plugin): [unbound-method] add support for methods with a `this: v...
  • 29428a4 fix(eslint-plugin): [consistent-indexed-object-style] convert readonly index ...
  • 73a63ee fix(eslint-plugin): [explicit-module-boundary-types] ignore functions exporte...
  • 32b1b68 fix(eslint-plugin): [triple-slash-reference] fix crash with external module r...
  • c816b84 fix(eslint-plugin): [consistent-type-imports] crash when using both default a...
  • 6fc8409 feat(eslint-plugin): [naming-convention] add requiresQuotes modifier (#2813)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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:

  • 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)

@dependabot-preview dependabot-preview bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Dec 7, 2020
@bidoubiwa
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Dec 7, 2020
175: Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 r=bidoubiwa a=dependabot-preview[bot]

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/plugins/commit/f81735340819eb51b4fe62235778bad7c2cc6e02"><code>f817353</code></a> chore(release): commonjs v17.0.0</li>
<li><a href="https://github.com/rollup/plugins/commit/cd3649231f6be269c62be58c8090866619697ad2"><code>cd36492</code></a> chore(release): typescript v8.0.0</li>
<li><a href="https://github.com/rollup/plugins/commit/befff131ac679d1736d38e47201349558e640e0a"><code>befff13</code></a> chore(release): typescript v7.0.0</li>
<li><a href="https://github.com/rollup/plugins/commit/497c16f29a07fad31ac7f879e0915e0d4372f2ad"><code>497c16f</code></a> chore(release): node-resolve v11.0.0</li>
<li><a href="https://github.com/rollup/plugins/commit/c30b2c0f0560afad3b817ad1c77af17c61c2964b"><code>c30b2c0</code></a> fix(node-resolve): refactor handling builtins, do not log warning if no local...</li>
<li><a href="https://github.com/rollup/plugins/commit/23b0bf7d76d739e20e550d0cbb0a432bc3429e20"><code>23b0bf7</code></a> refactor(node-resolve)!: simplify builtins and remove <code>customResolveOptions</code> ...</li>
<li><a href="https://github.com/rollup/plugins/commit/094b105f7efcd6862db7114e3d55bed5fb41f017"><code>094b105</code></a> fix(typescript): add missing imports (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/633">#633</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/ba1fcf9d93b930853ee0e1ad6a62b2eb11db4e1f"><code>ba1fcf9</code></a> docs(node-resolve): fix import statements in examples in README.md (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/646">#646</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/21c51e0ea4755203baa8385c6a68cf7b1178319a"><code>21c51e0</code></a> feat(commonjs)!: reconstruct real es module from __esModule marker (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/537">#537</a>)</li>
<li><a href="https://github.com/rollup/plugins/commit/40eee93e6b30f41d1cd334c53b2b6c456875e57b"><code>40eee93</code></a> feat(node-resolve)!: Mark built-ins as external (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/627">#627</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=17.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=17.0.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>

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


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.8.1&new-version=4.9.0)](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>
@bors
Copy link
Contributor

bors bot commented Dec 7, 2020

Build failed (retrying...):

@bors
Copy link
Contributor

bors bot commented Dec 7, 2020

Build succeeded:

@bors bors bot merged commit dd040c6 into master Dec 7, 2020
@bors bors bot deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.9.0 branch December 7, 2020 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants