Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/parser from 4.8.2 to 4.9.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.8.2 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/parser'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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">@typescript-eslint/parser'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>
<p><strong>Note:</strong> Version bump only for package @typescript-eslint/parser</p>
</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>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.9.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.8.2&new-version=4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2020
1 parent 60d3c2b commit f3bd45a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 7 deletions.
56 changes: 50 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@typescript-eslint/parser": "^4.9.0",
"aws-sdk": "^2.799.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand Down

0 comments on commit f3bd45a

Please sign in to comment.