Bump eslint from 8.6.0 to 8.7.0 #288

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-8.7.0 into main 2022-01-17 13:38:57 +00:00
dependabot[bot] commented 2022-01-17 07:06:50 +00:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.6.0 to 8.7.0.

Release notes

Sourced from eslint's releases.

v8.7.0

Features

  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)

Chores

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)
Changelog

Sourced from eslint's changelog.

v8.7.0 - January 15, 2022

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)
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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.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.7.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/19ad061290e1e97f760cfdce90a651cea9042c32"><code>19ad061</code></a> feat: no-restricted-imports support casing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15439">#15439</a>) (gfyoung)</li> <li><a href="https://github.com/eslint/eslint/commit/564ecdb992c6e236fa3ca903f8b2a645afc32d7e"><code>564ecdb</code></a> feat: Support arbitrary module namespace names in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15491">#15491</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/968a02af455f76446269afe07191c6aa37d44a88"><code>968a02a</code></a> feat: Support arbitrary module namespace names in no-useless-rename (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15493">#15493</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0d2b9a6dfa544f7ab084425eafc90a90aa14bcae"><code>0d2b9a6</code></a> feat: move <code>eslint --init</code> to <code>@​eslint/create-config</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15150">#15150</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/127f524337f92dd72d36e71e646c91c9715ad444"><code>127f524</code></a> feat: false negative with <code>property</code> option in <code>id-match</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15474">#15474</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/359b2c18233cb48f7dae9433a877e5727fab3411"><code>359b2c1</code></a> feat: Support arbitrary module namespace names in the camelcase rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15490">#15490</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3549571702dc3e0d9a4d3de615adb6abb13859c4"><code>3549571</code></a> feat: Support arbitrary module namespace names in the quotes rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15479">#15479</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5563c454901aafd54e01521e923cdcbaf051b08d"><code>5563c45</code></a> feat: Support arbitrary module namespace names in keyword-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15481">#15481</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fd3683f2f5ead78a2444163cab6849784a966a0a"><code>fd3683f</code></a> feat: Support arbitrary module namespace names in no-restricted-exports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15478">#15478</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/a8db9a597672d3f9122f1cc8de8dfeb6a7f6aeac"><code>a8db9a5</code></a> fix: no-invalid-this false positive in class field initializer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15495">#15495</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/02d642690282189664b9551e02fb7ff0e4b5c4fb"><code>02d6426</code></a> fix: Correctly consume RuleTester statics (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15507">#15507</a>) (Brad Zacher)</li> <li><a href="https://github.com/eslint/eslint/commit/db15802ec4d129c89e563a4bf43ec610292695ab"><code>db15802</code></a> fix: Add property <code>fatalErrorCount</code> to ignored file results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15520">#15520</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/03ac8cfc773279c01a62897692160f9a883ff4f5"><code>03ac8cf</code></a> fix: Prevent false positives with no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15486">#15486</a>) (Jordan Eldredge)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f50f849d2d2d92f28a944846cda209eaf624b9f4"><code>f50f849</code></a> docs: Update CLI docs to prefer local install (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15513">#15513</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0469eb1028e82e71a2da8608a1b8864dc3f47f24"><code>0469eb1</code></a> docs: Update shell code fences for new website (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15522">#15522</a>) (Olga)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/369fb1b066279d761e59502111c2580834a41648"><code>369fb1b</code></a> chore: Upgrade to eslint-visitor-keys@3.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15526">#15526</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/ba6317b4031c9f782b317bd1d9913e70b5625f28"><code>ba6317b</code></a> ci: remove master branch from CI configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15501">#15501</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/79b6340d6ced0ad62628de6e51dce18d50a5be9f"><code>79b6340</code></a> chore: fixed typo in client-Engine (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15497">#15497</a>) (Abhay Gupta)</li> <li><a href="https://github.com/eslint/eslint/commit/6278281fab5e1a9623c32ace62a050561e1c0a21"><code>6278281</code></a> chore: switch <code>new syntax</code> issue template to forms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15480">#15480</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.7.0 - January 15, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/369fb1b066279d761e59502111c2580834a41648"><code>369fb1b</code></a> chore: Upgrade to eslint-visitor-keys@3.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15526">#15526</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/a8db9a597672d3f9122f1cc8de8dfeb6a7f6aeac"><code>a8db9a5</code></a> fix: no-invalid-this false positive in class field initializer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15495">#15495</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/19ad061290e1e97f760cfdce90a651cea9042c32"><code>19ad061</code></a> feat: no-restricted-imports support casing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15439">#15439</a>) (gfyoung)</li> <li><a href="https://github.com/eslint/eslint/commit/f50f849d2d2d92f28a944846cda209eaf624b9f4"><code>f50f849</code></a> docs: Update CLI docs to prefer local install (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15513">#15513</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0469eb1028e82e71a2da8608a1b8864dc3f47f24"><code>0469eb1</code></a> docs: Update shell code fences for new website (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15522">#15522</a>) (Olga)</li> <li><a href="https://github.com/eslint/eslint/commit/02d642690282189664b9551e02fb7ff0e4b5c4fb"><code>02d6426</code></a> fix: Correctly consume RuleTester statics (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15507">#15507</a>) (Brad Zacher)</li> <li><a href="https://github.com/eslint/eslint/commit/db15802ec4d129c89e563a4bf43ec610292695ab"><code>db15802</code></a> fix: Add property <code>fatalErrorCount</code> to ignored file results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15520">#15520</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/03ac8cfc773279c01a62897692160f9a883ff4f5"><code>03ac8cf</code></a> fix: Prevent false positives with no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15486">#15486</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/564ecdb992c6e236fa3ca903f8b2a645afc32d7e"><code>564ecdb</code></a> feat: Support arbitrary module namespace names in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15491">#15491</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/968a02af455f76446269afe07191c6aa37d44a88"><code>968a02a</code></a> feat: Support arbitrary module namespace names in no-useless-rename (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15493">#15493</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ba6317b4031c9f782b317bd1d9913e70b5625f28"><code>ba6317b</code></a> ci: remove master branch from CI configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15501">#15501</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0d2b9a6dfa544f7ab084425eafc90a90aa14bcae"><code>0d2b9a6</code></a> feat: move <code>eslint --init</code> to <code>@​eslint/create-config</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15150">#15150</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/79b6340d6ced0ad62628de6e51dce18d50a5be9f"><code>79b6340</code></a> chore: fixed typo in client-Engine (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15497">#15497</a>) (Abhay Gupta)</li> <li><a href="https://github.com/eslint/eslint/commit/127f524337f92dd72d36e71e646c91c9715ad444"><code>127f524</code></a> feat: false negative with <code>property</code> option in <code>id-match</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15474">#15474</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/359b2c18233cb48f7dae9433a877e5727fab3411"><code>359b2c1</code></a> feat: Support arbitrary module namespace names in the camelcase rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15490">#15490</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3549571702dc3e0d9a4d3de615adb6abb13859c4"><code>3549571</code></a> feat: Support arbitrary module namespace names in the quotes rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15479">#15479</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5563c454901aafd54e01521e923cdcbaf051b08d"><code>5563c45</code></a> feat: Support arbitrary module namespace names in keyword-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15481">#15481</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fd3683f2f5ead78a2444163cab6849784a966a0a"><code>fd3683f</code></a> feat: Support arbitrary module namespace names in no-restricted-exports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15478">#15478</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6278281fab5e1a9623c32ace62a050561e1c0a21"><code>6278281</code></a> chore: switch <code>new syntax</code> issue template to forms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15480">#15480</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/670f48113708b556e8ba870607766cb4707791cf"><code>670f481</code></a> 8.7.0</li> <li><a href="https://github.com/eslint/eslint/commit/7bcdd165e136afc2c0690558c7ad93a54d86ec58"><code>7bcdd16</code></a> Build: changelog update for 8.7.0</li> <li><a href="https://github.com/eslint/eslint/commit/369fb1b066279d761e59502111c2580834a41648"><code>369fb1b</code></a> chore: Upgrade to eslint-visitor-keys@3.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15526">#15526</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a8db9a597672d3f9122f1cc8de8dfeb6a7f6aeac"><code>a8db9a5</code></a> fix: no-invalid-this false positive in class field initializer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15495">#15495</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/19ad061290e1e97f760cfdce90a651cea9042c32"><code>19ad061</code></a> feat: no-restricted-imports support casing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15439">#15439</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f50f849d2d2d92f28a944846cda209eaf624b9f4"><code>f50f849</code></a> docs: Update CLI docs to prefer local install (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15513">#15513</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0469eb1028e82e71a2da8608a1b8864dc3f47f24"><code>0469eb1</code></a> docs: Update shell code fences for new website (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15522">#15522</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/02d642690282189664b9551e02fb7ff0e4b5c4fb"><code>02d6426</code></a> fix: Correctly consume RuleTester statics (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15507">#15507</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/db15802ec4d129c89e563a4bf43ec610292695ab"><code>db15802</code></a> fix: Add property <code>fatalErrorCount</code> to ignored file results (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15520">#15520</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/03ac8cfc773279c01a62897692160f9a883ff4f5"><code>03ac8cf</code></a> fix: Prevent false positives with no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15486">#15486</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.6.0...v8.7.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.6.0&new-version=8.7.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#288
No description provided.