Build(deps-dev): bump eslint from 8.6.0 to 8.7.0 #214

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-8.7.0 into master 2022-01-16 09:22:30 +00:00
argoyle commented 2022-01-16 04:40:21 +00:00 (Migrated from gitlab.com)

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 commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-01-16 09:22:30 +00:00 (Migrated from gitlab.com)

mentioned in commit baf4a81106

mentioned in commit baf4a81106d336a27615251f48e8b07232c050a2
argoyle (Migrated from gitlab.com) merged commit baf4a81106 into master 2022-01-16 09:22:31 +00:00
Sign in to join this conversation.