Bump eslint from 8.3.0 to 8.4.0 #262

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-8.4.0 into main 2021-12-06 11:32:38 +00:00
dependabot[bot] commented 2021-12-06 07:05:17 +00:00 (Migrated from github.com)

Bumps eslint from 8.3.0 to 8.4.0.

Release notes

Sourced from eslint's releases.

v8.4.0

Features

  • 5771663 feat: add allowReserved parser option (#15387) (Milos Djermanovic)
  • 32ac37a feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
  • d041f34 feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
  • 8f44cf5 feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
  • 808ad35 feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
  • f1b7499 feat: support async formatters (#15243) (MO)

Bug Fixes

  • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)

Documentation

  • 54deec5 docs: update integrations.md (#15380) (Vlad Sholokhov)
  • fa0423a docs: fix typo in PR template (#15365) (Nitin Kumar)
  • e233920 docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
  • 632176d docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
  • 4497e88 docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)

Chores

  • efede90 chore: upgrade @​eslint/eslintrc@​1.0.5 (#15389) (Milos Djermanovic)
  • 0b8c846 chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
  • 94b2a8b chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
  • ba58d94 ci: use node v16 for Verify Files (#15364) (Nitin Kumar)
  • 1e32ee5 chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)
Changelog

Sourced from eslint's changelog.

v8.4.0 - December 3, 2021

  • efede90 chore: upgrade @​eslint/eslintrc@​1.0.5 (#15389) (Milos Djermanovic)
  • 5771663 feat: add allowReserved parser option (#15387) (Milos Djermanovic)
  • 32ac37a feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
  • 54deec5 docs: update integrations.md (#15380) (Vlad Sholokhov)
  • d041f34 feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
  • 8f44cf5 feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
  • fa0423a docs: fix typo in PR template (#15365) (Nitin Kumar)
  • 0b8c846 chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
  • 808ad35 feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
  • 94b2a8b chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
  • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)
  • e233920 docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
  • ba58d94 ci: use node v16 for Verify Files (#15364) (Nitin Kumar)
  • 632176d docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
  • 4497e88 docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)
  • f1b7499 feat: support async formatters (#15243) (MO)
  • 1e32ee5 chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)
Commits

Dependabot compatibility score

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 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)
Bumps [eslint](https://github.com/eslint/eslint) from 8.3.0 to 8.4.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.4.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5771663e8d3e86fec9454ee0af439c6989506bf3"><code>5771663</code></a> feat: add <code>allowReserved</code> parser option (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15387">#15387</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/32ac37a76b2e009a8f106229bc7732671d358189"><code>32ac37a</code></a> feat: Flat config support in Linter (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13481">#13481</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15185">#15185</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d041f345cdf0306f15faa2f305fe1d21ef137eb1"><code>d041f34</code></a> feat: Treat Class/New Expressions as truthy in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15326">#15326</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/8f44cf505765b663e371412ab57f0f1dbbe78513"><code>8f44cf5</code></a> feat: report only lines that exceed the limit in max-lines-per-function (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15140">#15140</a>) (Sneh Khatri)</li> <li><a href="https://github.com/eslint/eslint/commit/808ad35f204c838cd5eb8d766807dc43692f42f9"><code>808ad35</code></a> feat: pass cwd to formatters (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/57">eslint/rfcs#57</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13392">#13392</a>) (Toru Nagashima)</li> <li><a href="https://github.com/eslint/eslint/commit/f1b7499a5162d3be918328ce496eb80692353a5a"><code>f1b7499</code></a> feat: support async formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15243">#15243</a>) (MO)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/4940cc5c4903a691fe51d409137dd573c4c7706e"><code>4940cc5</code></a> fix: mark --rulesdir option as deprecated in CLI docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15310">#15310</a>) (Kevin Partington)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/54deec56bc25d516becaf767769ee7543f491d62"><code>54deec5</code></a> docs: update integrations.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15380">#15380</a>) (Vlad Sholokhov)</li> <li><a href="https://github.com/eslint/eslint/commit/fa0423af7f8453f6c97b915b3b026f258b76a600"><code>fa0423a</code></a> docs: fix typo in PR template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15365">#15365</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e233920857e282ba22116ad5f1dcc6dfabc8ef5b"><code>e233920</code></a> docs: enable a few more markdownlint rules and fix violations (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15368">#15368</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/632176dc43180ea4e7f99da429fee3ee3814a04d"><code>632176d</code></a> docs: Dedent needlessly indented example in getter-return docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15363">#15363</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/4497e880248c24dc19eea8a5466555b847c0c7eb"><code>4497e88</code></a> docs: Update release notes blog post template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15285">#15285</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/efede90d59edc5cca9cd739df7e98f1ff00ca37d"><code>efede90</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.0.5 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15389">#15389</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0b8c846c77234125fbb211980bc1e62dc8791513"><code>0b8c846</code></a> chore: fix update-readme to avoid multiple consecutive blank lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15375">#15375</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/94b2a8b3d1f7d139dd6b06216a64727b7d5f009b"><code>94b2a8b</code></a> chore: Use default Chromium binary in M1 Mac tests (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15371">#15371</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/ba58d94cb51d4d2644c024446d5750eaf4853129"><code>ba58d94</code></a> ci: use node <code>v16</code> for Verify Files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15364">#15364</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1e32ee591e978188b121604d0af9cbc04a50a3b5"><code>1e32ee5</code></a> chore: add jsdoc type annotation to rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15291">#15291</a>) (Bryan Mishkin)</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.4.0 - December 3, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/efede90d59edc5cca9cd739df7e98f1ff00ca37d"><code>efede90</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.0.5 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15389">#15389</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5771663e8d3e86fec9454ee0af439c6989506bf3"><code>5771663</code></a> feat: add <code>allowReserved</code> parser option (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15387">#15387</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/32ac37a76b2e009a8f106229bc7732671d358189"><code>32ac37a</code></a> feat: Flat config support in Linter (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13481">#13481</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15185">#15185</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/54deec56bc25d516becaf767769ee7543f491d62"><code>54deec5</code></a> docs: update integrations.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15380">#15380</a>) (Vlad Sholokhov)</li> <li><a href="https://github.com/eslint/eslint/commit/d041f345cdf0306f15faa2f305fe1d21ef137eb1"><code>d041f34</code></a> feat: Treat Class/New Expressions as truthy in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15326">#15326</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/8f44cf505765b663e371412ab57f0f1dbbe78513"><code>8f44cf5</code></a> feat: report only lines that exceed the limit in max-lines-per-function (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15140">#15140</a>) (Sneh Khatri)</li> <li><a href="https://github.com/eslint/eslint/commit/fa0423af7f8453f6c97b915b3b026f258b76a600"><code>fa0423a</code></a> docs: fix typo in PR template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15365">#15365</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0b8c846c77234125fbb211980bc1e62dc8791513"><code>0b8c846</code></a> chore: fix update-readme to avoid multiple consecutive blank lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15375">#15375</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/808ad35f204c838cd5eb8d766807dc43692f42f9"><code>808ad35</code></a> feat: pass cwd to formatters (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/57">eslint/rfcs#57</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13392">#13392</a>) (Toru Nagashima)</li> <li><a href="https://github.com/eslint/eslint/commit/94b2a8b3d1f7d139dd6b06216a64727b7d5f009b"><code>94b2a8b</code></a> chore: Use default Chromium binary in M1 Mac tests (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15371">#15371</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/4940cc5c4903a691fe51d409137dd573c4c7706e"><code>4940cc5</code></a> fix: mark --rulesdir option as deprecated in CLI docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15310">#15310</a>) (Kevin Partington)</li> <li><a href="https://github.com/eslint/eslint/commit/e233920857e282ba22116ad5f1dcc6dfabc8ef5b"><code>e233920</code></a> docs: enable a few more markdownlint rules and fix violations (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15368">#15368</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/ba58d94cb51d4d2644c024446d5750eaf4853129"><code>ba58d94</code></a> ci: use node <code>v16</code> for Verify Files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15364">#15364</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/632176dc43180ea4e7f99da429fee3ee3814a04d"><code>632176d</code></a> docs: Dedent needlessly indented example in getter-return docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15363">#15363</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/4497e880248c24dc19eea8a5466555b847c0c7eb"><code>4497e88</code></a> docs: Update release notes blog post template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15285">#15285</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/f1b7499a5162d3be918328ce496eb80692353a5a"><code>f1b7499</code></a> feat: support async formatters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15243">#15243</a>) (MO)</li> <li><a href="https://github.com/eslint/eslint/commit/1e32ee591e978188b121604d0af9cbc04a50a3b5"><code>1e32ee5</code></a> chore: add jsdoc type annotation to rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15291">#15291</a>) (Bryan Mishkin)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/60f6a06f521c514e3834dd9f82821b10c69a5f00"><code>60f6a06</code></a> 8.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/44936d2c213bbc333270e7ec7aa94a31aa2c1485"><code>44936d2</code></a> Build: changelog update for 8.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/efede90d59edc5cca9cd739df7e98f1ff00ca37d"><code>efede90</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.0.5 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15389">#15389</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5771663e8d3e86fec9454ee0af439c6989506bf3"><code>5771663</code></a> feat: add <code>allowReserved</code> parser option (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15387">#15387</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/32ac37a76b2e009a8f106229bc7732671d358189"><code>32ac37a</code></a> feat: Flat config support in Linter (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13481">#13481</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15185">#15185</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/54deec56bc25d516becaf767769ee7543f491d62"><code>54deec5</code></a> docs: update integrations.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15380">#15380</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d041f345cdf0306f15faa2f305fe1d21ef137eb1"><code>d041f34</code></a> feat: Treat Class/New Expressions as truthy in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15326">#15326</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aeac3b31aeb45901bf3a16d3a9cacb9c98d108ef"><code>aeac3b3</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/8f44cf505765b663e371412ab57f0f1dbbe78513"><code>8f44cf5</code></a> feat: report only lines that exceed the limit in max-lines-per-function (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15140">#15140</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/fa0423af7f8453f6c97b915b3b026f258b76a600"><code>fa0423a</code></a> docs: fix typo in PR template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15365">#15365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.3.0...v8.4.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.3.0&new-version=8.4.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>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#262
No description provided.