Bump eslint from 8.5.0 to 8.6.0 #274

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-8.6.0 into main 2022-01-03 12:23:54 +00:00
dependabot[bot] commented 2022-01-03 07:04:38 +00:00 (Migrated from github.com)

Bumps eslint from 8.5.0 to 8.6.0.

Release notes

Sourced from eslint's releases.

v8.6.0

Features

  • 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#15436) (Nitin Kumar)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#15431) (Nitin Kumar)

Documentation

  • 6c4dee2 docs: Document homedir is a configuration root (#15469) (Bas Bosman)
  • 51c37b1 docs: consistency changes (#15404) (Bas Bosman)
  • 775d181 docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)

Chores

  • 3a384fc chore: Upgrade espree to 9.3.0 (#15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#15468) (Nicholas C. Zakas)
  • 28e907a refactor: remove unused parameter in linter.js (#15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#15450) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.6.0 - December 31, 2021

  • 3a384fc chore: Upgrade espree to 9.3.0 (#15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#15468) (Nicholas C. Zakas)
  • 6c4dee2 docs: Document homedir is a configuration root (#15469) (Bas Bosman)
  • 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#15436) (Nitin Kumar)
  • 51c37b1 docs: consistency changes (#15404) (Bas Bosman)
  • 28e907a refactor: remove unused parameter in linter.js (#15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#15450) (Milos Djermanovic)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#15431) (Nitin Kumar)
  • 775d181 docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)
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.5.0 to 8.6.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.6.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>) (Zzzen)</li> <li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/9d6fe5a6b65f397bafc5eb0a995e96717cdc9b53"><code>9d6fe5a</code></a> feat: false negative with <code>onlyDeclarations</code> + <code>properties</code> in id-match (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15431">#15431</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>) (Bas Bosman)</li> <li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>) (Bas Bosman)</li> <li><a href="https://github.com/eslint/eslint/commit/775d18138244a28ebe1cb92849cd0f4e8cd27672"><code>775d181</code></a> docs: Mention character classes in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15421">#15421</a>) (Sebastian Simon)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</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.6.0 - December 31, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>) (Bas Bosman)</li> <li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>) (Zzzen)</li> <li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>) (Bas Bosman)</li> <li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9d6fe5a6b65f397bafc5eb0a995e96717cdc9b53"><code>9d6fe5a</code></a> feat: false negative with <code>onlyDeclarations</code> + <code>properties</code> in id-match (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15431">#15431</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/775d18138244a28ebe1cb92849cd0f4e8cd27672"><code>775d181</code></a> docs: Mention character classes in no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15421">#15421</a>) (Sebastian Simon)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/648fe1adfc02900ee3b96e50043a768a32771fc3"><code>648fe1a</code></a> 8.6.0</li> <li><a href="https://github.com/eslint/eslint/commit/fde7340657d1538fa4915f19ada9dba1e160f4d3"><code>fde7340</code></a> Build: changelog update for 8.6.0</li> <li><a href="https://github.com/eslint/eslint/commit/3a384fc287cebb7be5fe5ed95497d578437a503a"><code>3a384fc</code></a> chore: Upgrade espree to 9.3.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15473">#15473</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1443cc2fc8785157936b864258924fe9bcd23210"><code>1443cc2</code></a> chore: Update blogpost.md.ejs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15468">#15468</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6c4dee2e87dac8d0751ce2426ded651ed0986112"><code>6c4dee2</code></a> docs: Document homedir is a configuration root (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15469">#15469</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6802a54837ea008bef4d5ae11522941693ba5ef6"><code>6802a54</code></a> feat: handle logical assignment in no-self-assign (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14152">#14152</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3b38018ef5cb004ad5bc011de726bd2df2eb2f3f"><code>3b38018</code></a> feat: allow to define <code>eslint-disable-next-line</code> in multiple lines (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15436">#15436</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/51c37b118aed9c0d7a0efd40c491efca04c82ef9"><code>51c37b1</code></a> docs: consistency changes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15404">#15404</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/28e907a4ca05a026d156f814f4118f8fe713e99d"><code>28e907a</code></a> refactor: remove unused parameter in <code>linter.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15451">#15451</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/eaa08d3055b195bce59cc96bb63ac29038cd7c7d"><code>eaa08d3</code></a> test: add tests for <code>allowReserved</code> parser option with flat config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15450">#15450</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.5.0...v8.6.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.5.0&new-version=8.6.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#274
No description provided.