build(deps-dev): bump eslint from 7.1.0 to 7.2.0 #49

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-7.2.0 into master 2020-06-09 12:05:40 +00:00
dependabot-preview[bot] commented 2020-06-08 10:52:36 +00:00 (Migrated from github.com)

Bumps eslint from 7.1.0 to 7.2.0.

Release notes

Sourced from eslint's releases.

v7.2.0

  • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
  • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
  • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)
  • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)
  • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)
  • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)
  • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)
  • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)
  • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)
  • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)
  • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)
  • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)
  • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)
  • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)
  • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
  • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)
  • d55490f Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.2.0 - June 5, 2020

  • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
  • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
  • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)
  • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)
  • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)
  • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)
  • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)
  • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)
  • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)
  • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)
  • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)
  • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)
  • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)
  • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)
  • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
  • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)
  • d55490f Sponsors: Sync README with website (ESLint Jenkins)
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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.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>v7.2.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b735a485e77bcc791e4c4c6b8716801d94e98b2c"><code>b735a48</code></a> Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12895">#12895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/27ef73ffb7428d5eff792d443186a2313e417bda"><code>27ef73f</code></a> Update: reporter locr of func-call-spacing (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13311">#13311</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/353bfe9760ec640f470859855d4018df084a4e88"><code>353bfe9</code></a> Update: handle parentheses in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13195">#13195</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13367">#13367</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a7fd343991cde99d8a219e3b25616db5792fe9a9"><code>a7fd343</code></a> Update: keyword-spacing unexpected space loc improve (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13377">#13377</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/e49732eb41bff6347ca7718c3c5ca1d13f1cd2d3"><code>e49732e</code></a> Fix: Ignore import expressions in no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13387">#13387</a>) (Veniamin Krol)</li> <li><a href="https://github.com/eslint/eslint/commit/220349f5404060effe02fb5ec176a92e1383c3b5"><code>220349f</code></a> Chore: Remove duplicate health files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13380">#13380</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/dd949aedb81fa772e10568920156daf075d25ea2"><code>dd949ae</code></a> Update: support <code>??</code> operator, import.meta, and <code>export * as ns</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13196">#13196</a>) (Toru Nagashima)</li> <li><a href="https://github.com/eslint/eslint/commit/d5fce9fa07e37ce61010a1fbb65964f1f7aefd82"><code>d5fce9f</code></a> Update: enable es2020 environment in --init (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13357">#13357</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/21b15832e326f96d349c063cd7e85e72c3abb670"><code>21b1583</code></a> Docs: fixed broken hash link for working-with-rules.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13386">#13386</a>) (Yosuke Ota)</li> <li><a href="https://github.com/eslint/eslint/commit/b76aef778befb32afe7ad249934b132dc49713d2"><code>b76aef7</code></a> Update: Improve report location for template-tag-spacing (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13203">#13203</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/578efad331b797e28c0f5f1547ce4769d2ea23ee"><code>578efad</code></a> Chore: update no-unused-vars caughtErrors in eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13351">#13351</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/426088c966dc79dc338b33100f3adf827b147d69"><code>426088c</code></a> Fix: no-unused-vars updated location to last reference (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13181">#13181</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13354">#13354</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/cb50b69c08d4393e32d5c42c537d769c51dd34d8"><code>cb50b69</code></a> Update: Improve location for no-mixed-spaces-and-tabs (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13365">#13365</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f858f2a8f83232484491bd90b0bc5001b5056ad0"><code>f858f2a</code></a> Chore: Add Tidelift to funding.yml (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13371">#13371</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ee30e5d8bb1a4c82a2a3fbe1b9ee9f979b55c5c4"><code>ee30e5d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c29bd9f75582e5b1a403a8ffd0aafd1ffc8c58e1"><code>c29bd9f</code></a> Chore: Add breaking/core change link to issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13344">#13344</a>) (Kai Cataldo)</li> <li><a href="https://github.com/eslint/eslint/commit/d55490fa73ff69416de375e4c1cd67b6edba531c"><code>d55490f</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v7.2.0 - June 5, 2020</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b735a485e77bcc791e4c4c6b8716801d94e98b2c"><code>b735a48</code></a> Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12895">#12895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/27ef73ffb7428d5eff792d443186a2313e417bda"><code>27ef73f</code></a> Update: reporter locr of func-call-spacing (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13311">#13311</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/353bfe9760ec640f470859855d4018df084a4e88"><code>353bfe9</code></a> Update: handle parentheses in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13195">#13195</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13367">#13367</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a7fd343991cde99d8a219e3b25616db5792fe9a9"><code>a7fd343</code></a> Update: keyword-spacing unexpected space loc improve (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13377">#13377</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/e49732eb41bff6347ca7718c3c5ca1d13f1cd2d3"><code>e49732e</code></a> Fix: Ignore import expressions in no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13387">#13387</a>) (Veniamin Krol)</li> <li><a href="https://github.com/eslint/eslint/commit/220349f5404060effe02fb5ec176a92e1383c3b5"><code>220349f</code></a> Chore: Remove duplicate health files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13380">#13380</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/dd949aedb81fa772e10568920156daf075d25ea2"><code>dd949ae</code></a> Update: support <code>??</code> operator, import.meta, and <code>export * as ns</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13196">#13196</a>) (Toru Nagashima)</li> <li><a href="https://github.com/eslint/eslint/commit/d5fce9fa07e37ce61010a1fbb65964f1f7aefd82"><code>d5fce9f</code></a> Update: enable es2020 environment in --init (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13357">#13357</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/21b15832e326f96d349c063cd7e85e72c3abb670"><code>21b1583</code></a> Docs: fixed broken hash link for working-with-rules.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13386">#13386</a>) (Yosuke Ota)</li> <li><a href="https://github.com/eslint/eslint/commit/b76aef778befb32afe7ad249934b132dc49713d2"><code>b76aef7</code></a> Update: Improve report location for template-tag-spacing (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13203">#13203</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/578efad331b797e28c0f5f1547ce4769d2ea23ee"><code>578efad</code></a> Chore: update no-unused-vars caughtErrors in eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13351">#13351</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/426088c966dc79dc338b33100f3adf827b147d69"><code>426088c</code></a> Fix: no-unused-vars updated location to last reference (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13181">#13181</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13354">#13354</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/cb50b69c08d4393e32d5c42c537d769c51dd34d8"><code>cb50b69</code></a> Update: Improve location for no-mixed-spaces-and-tabs (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13365">#13365</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f858f2a8f83232484491bd90b0bc5001b5056ad0"><code>f858f2a</code></a> Chore: Add Tidelift to funding.yml (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13371">#13371</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ee30e5d8bb1a4c82a2a3fbe1b9ee9f979b55c5c4"><code>ee30e5d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c29bd9f75582e5b1a403a8ffd0aafd1ffc8c58e1"><code>c29bd9f</code></a> Chore: Add breaking/core change link to issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13344">#13344</a>) (Kai Cataldo)</li> <li><a href="https://github.com/eslint/eslint/commit/d55490fa73ff69416de375e4c1cd67b6edba531c"><code>d55490f</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/f9c35f3678d0da9abd3ec6fda2d5171c58b0c3a1"><code>f9c35f3</code></a> 7.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/8d2f728241f88b2b07ba7d26014e300918342167"><code>8d2f728</code></a> Build: changelog update for 7.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/b735a485e77bcc791e4c4c6b8716801d94e98b2c"><code>b735a48</code></a> Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12">#12</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/27ef73ffb7428d5eff792d443186a2313e417bda"><code>27ef73f</code></a> Update: reporter locr of func-call-spacing (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13311">#13311</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/353bfe9760ec640f470859855d4018df084a4e88"><code>353bfe9</code></a> Update: handle parentheses in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13195">#13195</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13367">#13367</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a7fd343991cde99d8a219e3b25616db5792fe9a9"><code>a7fd343</code></a> Update: keyword-spacing unexpected space loc improve (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13377">#13377</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e49732eb41bff6347ca7718c3c5ca1d13f1cd2d3"><code>e49732e</code></a> Fix: Ignore import expressions in no-unused-expressions rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13387">#13387</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/220349f5404060effe02fb5ec176a92e1383c3b5"><code>220349f</code></a> Chore: Remove duplicate health files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13380">#13380</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/dd949aedb81fa772e10568920156daf075d25ea2"><code>dd949ae</code></a> Update: support <code>??</code> operator, import.meta, and <code>export * as ns</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13196">#13196</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d5fce9fa07e37ce61010a1fbb65964f1f7aefd82"><code>d5fce9f</code></a> Update: enable es2020 environment in --init (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13357">#13357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.1.0...v7.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.2.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.2.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
mcataford (Migrated from github.com) reviewed 2020-06-08 10:52:36 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.