Bump eslint from 8.9.0 to 8.10.0 #315

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-8.10.0 into main 2022-02-28 10:16:54 +00:00
dependabot[bot] commented 2022-02-28 07:08:39 +00:00 (Migrated from github.com)

Bumps eslint from 8.9.0 to 8.10.0.

Release notes

Sourced from eslint's releases.

v8.10.0

Features

  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
  • 115cae5 feat: --debug prints time it takes to parse a file (#15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566) (Gautam Arora)

Bug Fixes

  • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#15581) (Nitin Kumar)

Documentation

  • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
  • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
  • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
  • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)

Chores

  • 7cec74e chore: upgrade @​eslint/eslintrc@​1.2.0 (#15648) (Milos Djermanovic)
  • 11c8580 chore: read ESLINT_MOCHA_TIMEOUT env var in Makefile.js (#15626) (Piggy)
  • bfaa548 test: add integration tests with built-in configs (#15612) (Milos Djermanovic)
  • 39a2fb3 perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)
  • 3fc9196 chore: include tests/conf in test runs (#15610) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.10.0 - February 25, 2022

  • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
  • 7cec74e chore: upgrade @​eslint/eslintrc@​1.2.0 (#15648) (Milos Djermanovic)
  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
  • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
  • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
  • 11c8580 chore: read ESLINT_MOCHA_TIMEOUT env var in Makefile.js (#15626) (Piggy)
  • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
  • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)
  • 115cae5 feat: --debug prints time it takes to parse a file (#15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566) (Gautam Arora)
  • bfaa548 test: add integration tests with built-in configs (#15612) (Milos Djermanovic)
  • 39a2fb3 perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)
  • 3fc9196 chore: include tests/conf in test runs (#15610) (Milos Djermanovic)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#15581) (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)
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>) (Soufiane Boutahlil)</li> <li><a href="https://github.com/eslint/eslint/commit/115cae54125b9ef509af90620f51d4a692b51ab7"><code>115cae5</code></a> feat: <code>--debug</code> prints time it takes to parse a file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15609">#15609</a>) (Bartek Iwańczuk)</li> <li><a href="https://github.com/eslint/eslint/commit/345e70d9d6490fb12b18953f56f3cea28fd61d83"><code>345e70d</code></a> feat: Add <code>onlyOneSimpleParam</code> option to no-confusing-arrow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15566">#15566</a>) (Gautam Arora)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>) (DoZerg)</li> <li><a href="https://github.com/eslint/eslint/commit/ee7c5d14a2cb5ce352d1851cec858b942572d2cc"><code>ee7c5d1</code></a> fix: false positive in <code>camelcase</code> with combined properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15581">#15581</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>) (Ryota Sekiya)</li> <li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15625">#15625</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>) (Piggy)</li> <li><a href="https://github.com/eslint/eslint/commit/bfaa5488bbc794c0d160fb55bd277a2c618953b2"><code>bfaa548</code></a> test: add integration tests with built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15612">#15612</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/39a2fb3f448a7096bfb2fc172fef6cc3f6a7ed3b"><code>39a2fb3</code></a> perf: fix lazy loading of core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15606">#15606</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3fc919626ef6a00e35bb6b559b60a1e89cf6ca1a"><code>3fc9196</code></a> chore: include <code>tests/conf</code> in test runs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15610">#15610</a>) (Milos Djermanovic)</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.10.0 - February 25, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>) (DoZerg)</li> <li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>) (Soufiane Boutahlil)</li> <li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>) (Ryota Sekiya)</li> <li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>) (Piggy)</li> <li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15625">#15625</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/115cae54125b9ef509af90620f51d4a692b51ab7"><code>115cae5</code></a> feat: <code>--debug</code> prints time it takes to parse a file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15609">#15609</a>) (Bartek Iwańczuk)</li> <li><a href="https://github.com/eslint/eslint/commit/345e70d9d6490fb12b18953f56f3cea28fd61d83"><code>345e70d</code></a> feat: Add <code>onlyOneSimpleParam</code> option to no-confusing-arrow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15566">#15566</a>) (Gautam Arora)</li> <li><a href="https://github.com/eslint/eslint/commit/bfaa5488bbc794c0d160fb55bd277a2c618953b2"><code>bfaa548</code></a> test: add integration tests with built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15612">#15612</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/39a2fb3f448a7096bfb2fc172fef6cc3f6a7ed3b"><code>39a2fb3</code></a> perf: fix lazy loading of core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15606">#15606</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3fc919626ef6a00e35bb6b559b60a1e89cf6ca1a"><code>3fc9196</code></a> chore: include <code>tests/conf</code> in test runs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15610">#15610</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ee7c5d14a2cb5ce352d1851cec858b942572d2cc"><code>ee7c5d1</code></a> fix: false positive in <code>camelcase</code> with combined properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15581">#15581</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/f66890ba0f778e46b6dd6ab6e88d49ff0bf1f78b"><code>f66890b</code></a> 8.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/2fe01f3dbfc959e441dee19e82195c44ba3dd453"><code>2fe01f3</code></a> Build: changelog update for 8.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1"><code>cdc5802</code></a> fix: Avoid <code>__dirname</code> for built-in configs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15616">#15616</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362"><code>7cec74e</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.2.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15648">#15648</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82"><code>6e2c325</code></a> feat: Add <code>ignoreOnInitialization</code> option to no-shadow rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14963">#14963</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5"><code>1005bd5</code></a> docs: update CLA information (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15630">#15630</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed"><code>5d65c3b</code></a> docs: Fix typo in <code>no-irregular-whitespace</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15634">#15634</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df"><code>11c8580</code></a> chore: read <code>ESLINT_MOCHA_TIMEOUT</code> env var in Makefile.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15626">#15626</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945"><code>b93af98</code></a> docs: add links between rules about whitespace around block curly braces (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15">#15</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8"><code>ebc0460</code></a> docs: update babel links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15624">#15624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.9.0...v8.10.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.9.0&new-version=8.10.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#315
No description provided.