Bump eslint from 8.1.0 to 8.2.0 #234

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/eslint-8.2.0 into main 2021-11-08 10:02:59 +00:00
dependabot[bot] commented 2021-11-08 07:06:39 +00:00 (Migrated from github.com)

Bumps eslint from 8.1.0 to 8.2.0.

Release notes

Sourced from eslint's releases.

v8.2.0

Features

  • c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#15134) (Milos Djermanovic)

Documentation

  • c415c04 docs: Use string rule severity in CLI examples (#15253) (Kevin Partington)
  • 12b627d docs: fix typo in working-with-rules.md (#15233) (Nitin Kumar)
  • a86ffc0 docs: fix broken anchor in configuration files (#15223) (Pierre Berger)
  • ee8af5f docs: Link to unit tests from rule documentation (#15207) (Brandon Mills)
  • 1c0ca3c docs: add ci and perf tags for commit (#15215) (Nitin Kumar)

Build Related

  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) (Milos Djermanovic)

Chores

  • cf5b6be chore: update @​eslint/eslintrc to avoid different versions of js-yaml (#15265) (Milos Djermanovic)
  • 4fd7a6c perf: don't prepare a fix for valid code in key-spacing (#15239) (Milos Djermanovic)
  • fda533c chore: update strip-ansi dependency (#15221) (Nitin Kumar)
  • 67949bd ci: Remove Node 16 CI prerelease workaround (#14935) (Brandon Mills)
Changelog

Sourced from eslint's changelog.

v8.2.0 - November 5, 2021

  • cf5b6be chore: update @​eslint/eslintrc to avoid different versions of js-yaml (#15265) (Milos Djermanovic)
  • c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#15134) (Milos Djermanovic)
  • 4fd7a6c perf: don't prepare a fix for valid code in key-spacing (#15239) (Milos Djermanovic)
  • c415c04 docs: Use string rule severity in CLI examples (#15253) (Kevin Partington)
  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) (Milos Djermanovic)
  • 12b627d docs: fix typo in working-with-rules.md (#15233) (Nitin Kumar)
  • a86ffc0 docs: fix broken anchor in configuration files (#15223) (Pierre Berger)
  • fda533c chore: update strip-ansi dependency (#15221) (Nitin Kumar)
  • ee8af5f docs: Link to unit tests from rule documentation (#15207) (Brandon Mills)
  • 1c0ca3c docs: add ci and perf tags for commit (#15215) (Nitin Kumar)
  • 67949bd ci: Remove Node 16 CI prerelease workaround (#14935) (Brandon Mills)
Commits
  • 04e91b6 8.2.0
  • e7685f2 Build: changelog update for 8.2.0
  • cf5b6be chore: update @​eslint/eslintrc to avoid different versions of js-yaml (#15265)
  • c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#15134)
  • 4fd7a6c perf: don't prepare a fix for valid code in key-spacing (#15239)
  • c415c04 docs: Use string rule severity in CLI examples (#15253)
  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246)
  • 99b1fca Sponsors: Sync README with website
  • 3630211 Sponsors: Sync README with website
  • 12b627d docs: fix typo in working-with-rules.md (#15233)
  • Additional commits viewable in compare view

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.1.0 to 8.2.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.2.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/c9fefd2e40348b3e02b855597707a557dc4991d5"><code>c9fefd2</code></a> feat: report class evaluation TDZ errors in no-use-before-define (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15134">#15134</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/c415c041912a3abbf106cc5713bdcf4ef42590ac"><code>c415c04</code></a> docs: Use string rule severity in CLI examples (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15253">#15253</a>) (Kevin Partington)</li> <li><a href="https://github.com/eslint/eslint/commit/12b627da401c68a5081822a49068421f1bb2465c"><code>12b627d</code></a> docs: fix typo in <code>working-with-rules.md</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15233">#15233</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/a86ffc076014d1de7eefc7456a8ccfb3a2318155"><code>a86ffc0</code></a> docs: fix broken anchor in configuration files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15223">#15223</a>) (Pierre Berger)</li> <li><a href="https://github.com/eslint/eslint/commit/ee8af5fb864b510ba6b50dcfb706b8b28fdfb74e"><code>ee8af5f</code></a> docs: Link to unit tests from rule documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15207">#15207</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/1c0ca3c744dd5761d424d19c9cdcccc569dfe34c"><code>1c0ca3c</code></a> docs: add <code>ci</code> and <code>perf</code> tags for commit (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15215">#15215</a>) (Nitin Kumar)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/796587ad950f6804d60473c2b5998ed3ec71c59e"><code>796587a</code></a> build: upgrade eslint-release to v3.2.0 to support conventional commits (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15246">#15246</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cf5b6be6f8144f5932cdf062d380f7c0f51e64bd"><code>cf5b6be</code></a> chore: update <code>@​eslint/eslintrc</code> to avoid different versions of <code>js-yaml</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15265">#15265</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4fd7a6ca7339bcbbfa6feda266dcca96684b81c6"><code>4fd7a6c</code></a> perf: don't prepare a fix for valid code in key-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15239">#15239</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fda533cda4b70278acfce4e21b5b1ebe52ff7a3d"><code>fda533c</code></a> chore: update <code>strip-ansi</code> dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15221">#15221</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/67949bd9f3cbda08442d2e5946feb9a4f8b22d85"><code>67949bd</code></a> ci: Remove Node 16 CI prerelease workaround (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14935">#14935</a>) (Brandon Mills)</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.2.0 - November 5, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/cf5b6be6f8144f5932cdf062d380f7c0f51e64bd"><code>cf5b6be</code></a> chore: update <code>@​eslint/eslintrc</code> to avoid different versions of <code>js-yaml</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15265">#15265</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c9fefd2e40348b3e02b855597707a557dc4991d5"><code>c9fefd2</code></a> feat: report class evaluation TDZ errors in no-use-before-define (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15134">#15134</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4fd7a6ca7339bcbbfa6feda266dcca96684b81c6"><code>4fd7a6c</code></a> perf: don't prepare a fix for valid code in key-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15239">#15239</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c415c041912a3abbf106cc5713bdcf4ef42590ac"><code>c415c04</code></a> docs: Use string rule severity in CLI examples (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15253">#15253</a>) (Kevin Partington)</li> <li><a href="https://github.com/eslint/eslint/commit/796587ad950f6804d60473c2b5998ed3ec71c59e"><code>796587a</code></a> build: upgrade eslint-release to v3.2.0 to support conventional commits (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15246">#15246</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/12b627da401c68a5081822a49068421f1bb2465c"><code>12b627d</code></a> docs: fix typo in <code>working-with-rules.md</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15233">#15233</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/a86ffc076014d1de7eefc7456a8ccfb3a2318155"><code>a86ffc0</code></a> docs: fix broken anchor in configuration files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15223">#15223</a>) (Pierre Berger)</li> <li><a href="https://github.com/eslint/eslint/commit/fda533cda4b70278acfce4e21b5b1ebe52ff7a3d"><code>fda533c</code></a> chore: update <code>strip-ansi</code> dependency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15221">#15221</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/ee8af5fb864b510ba6b50dcfb706b8b28fdfb74e"><code>ee8af5f</code></a> docs: Link to unit tests from rule documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15207">#15207</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/1c0ca3c744dd5761d424d19c9cdcccc569dfe34c"><code>1c0ca3c</code></a> docs: add <code>ci</code> and <code>perf</code> tags for commit (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15215">#15215</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/67949bd9f3cbda08442d2e5946feb9a4f8b22d85"><code>67949bd</code></a> ci: Remove Node 16 CI prerelease workaround (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14935">#14935</a>) (Brandon Mills)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/04e91b615743cbb25cd9103e7329b056bd1572ad"><code>04e91b6</code></a> 8.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/e7685f2f4a46fb21ecff954a47be68d9d21cfc50"><code>e7685f2</code></a> Build: changelog update for 8.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/cf5b6be6f8144f5932cdf062d380f7c0f51e64bd"><code>cf5b6be</code></a> chore: update <code>@​eslint/eslintrc</code> to avoid different versions of <code>js-yaml</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15265">#15265</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c9fefd2e40348b3e02b855597707a557dc4991d5"><code>c9fefd2</code></a> feat: report class evaluation TDZ errors in no-use-before-define (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15134">#15134</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4fd7a6ca7339bcbbfa6feda266dcca96684b81c6"><code>4fd7a6c</code></a> perf: don't prepare a fix for valid code in key-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15239">#15239</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c415c041912a3abbf106cc5713bdcf4ef42590ac"><code>c415c04</code></a> docs: Use string rule severity in CLI examples (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15253">#15253</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/796587ad950f6804d60473c2b5998ed3ec71c59e"><code>796587a</code></a> build: upgrade eslint-release to v3.2.0 to support conventional commits (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15246">#15246</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/99b1fca0e61902f0d69aea4b4cdbf75d37ea20c4"><code>99b1fca</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/3630211c46f1ed691445231164e29e5cd6c87dff"><code>3630211</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/12b627da401c68a5081822a49068421f1bb2465c"><code>12b627d</code></a> docs: fix typo in <code>working-with-rules.md</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15233">#15233</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.1.0...v8.2.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.1.0&new-version=8.2.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#234
No description provided.