Bump eslint from 8.4.1 to 8.5.0 #267

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-8.5.0 into main 2021-12-20 07:27:17 +00:00
dependabot[bot] commented 2021-12-20 07:07:41 +00:00 (Migrated from github.com)

Bumps eslint from 8.4.1 to 8.5.0.

Release notes

Sourced from eslint's releases.

v8.5.0

Features

  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077) (Yash Singh)
  • eafaf52 feat: add prefer-object-has-own rule (#15346) (Nitin Kumar)

Bug Fixes

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)

Documentation

  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)
  • a53e59e docs: add more examples for array-element-newline rule (#15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)

Chores

  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)
Changelog

Sourced from eslint's changelog.

v8.5.0 - December 17, 2021

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077) (Yash Singh)
  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)
  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)
  • a53e59e docs: add more examples for array-element-newline rule (#15427) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)
  • eafaf52 feat: add prefer-object-has-own rule (#15346) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)
Commits
  • 9d951ac 8.5.0
  • 6ff5609 Build: changelog update for 8.5.0
  • 7d832d4 fix: improve prefer-template fixer (#15230)
  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077)
  • 314c84c docs: add an incorrect code example in for-direction (#15434)
  • 981fb48 fix: do not report global references in id-match rule (#15420)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423)
  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425)
  • 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.4.1 to 8.5.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.5.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>) (Yash Singh)</li> <li><a href="https://github.com/eslint/eslint/commit/eafaf52464c01072fcf7be2bd2d91cd0b3ae67d0"><code>eafaf52</code></a> feat: add <code>prefer-object-has-own</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15346">#15346</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>) (Bryan Mishkin)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>) (Holger Jeromin)</li> <li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/a53e59eab7da52e3df095a679a6fdab74a7bce6f"><code>a53e59e</code></a> docs: add more examples for <code>array-element-newline</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15427">#15427</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/74cf0a040e1a83990d8d7eb57e1f5ce919a11ebe"><code>74cf0a0</code></a> docs: update CLA info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15370">#15370</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e84195ea39b5cf54d7a551c62671af80b859f1ac"><code>e84195e</code></a> docs: fix heading level for an option in <code>class-methods-use-this</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15399">#15399</a>) (Takuya Fukuju)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f2c7ba6c34c8943dc24a1c41317d536c1a63cb36"><code>f2c7ba6</code></a> ci: use node v16 for <code>macOS</code> and <code>windows</code> jobs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15418">#15418</a>) (Nitin Kumar)</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.5.0 - December 17, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>) (Yash Singh)</li> <li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>) (Holger Jeromin)</li> <li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/a53e59eab7da52e3df095a679a6fdab74a7bce6f"><code>a53e59e</code></a> docs: add more examples for <code>array-element-newline</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15427">#15427</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f2c7ba6c34c8943dc24a1c41317d536c1a63cb36"><code>f2c7ba6</code></a> ci: use node v16 for <code>macOS</code> and <code>windows</code> jobs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15418">#15418</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/eafaf52464c01072fcf7be2bd2d91cd0b3ae67d0"><code>eafaf52</code></a> feat: add <code>prefer-object-has-own</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15346">#15346</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/74cf0a040e1a83990d8d7eb57e1f5ce919a11ebe"><code>74cf0a0</code></a> docs: update CLA info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15370">#15370</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e84195ea39b5cf54d7a551c62671af80b859f1ac"><code>e84195e</code></a> docs: fix heading level for an option in <code>class-methods-use-this</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15399">#15399</a>) (Takuya Fukuju)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/9d951ac4e8e49eff488ef20919f8aa1c70edcdfc"><code>9d951ac</code></a> 8.5.0</li> <li><a href="https://github.com/eslint/eslint/commit/6ff5609c8add0998d8a524d1cf13cb4c8c542b86"><code>6ff5609</code></a> Build: changelog update for 8.5.0</li> <li><a href="https://github.com/eslint/eslint/commit/7d832d4ad55f3c987aca8d858809cbcb77697648"><code>7d832d4</code></a> fix: improve <code>prefer-template</code> fixer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15230">#15230</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/94e77a693fd5124c9057320310b41e92567d7e76"><code>94e77a6</code></a> feat: Suggestions support for <code>prefer-regex-literals</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15077">#15077</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/314c84c1b83b32e75587ce7a77130eac7e2a8f49"><code>314c84c</code></a> docs: add an incorrect code example in for-direction (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15434">#15434</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/981fb48991448bec171d7d4332d7dc514252f83f"><code>981fb48</code></a> fix: do not report global references in <code>id-match</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15420">#15420</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3928175d01c6ac2b37147b3256c56df8faf2c6c4"><code>3928175</code></a> docs: add destructuring examples for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15423">#15423</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/225f2111ebcfc6bcd2d475f5261c85eb00fb0191"><code>225f211</code></a> test: add destructuring test cases for <code>computed-property-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15424">#15424</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f13d4a6cf7c7ff6160be7426fc6fe02e3e37a0b7"><code>f13d4a6</code></a> fix: improve autofix of <code>prefer-object-has-own</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15419">#15419</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f4559a0f7150ad7494658bd5ea846cfca5073caf"><code>f4559a0</code></a> fix: add helpful message when test case has non-string code/name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15425">#15425</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.4.1...v8.5.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.4.1&new-version=8.5.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#267
No description provided.