build(deps-dev): bump eslint from 7.2.0 to 7.4.0 #68

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-7.4.0 into master 2020-07-11 22:08:58 +00:00
dependabot-preview[bot] commented 2020-07-06 10:37:21 +00:00 (Migrated from github.com)

Bumps eslint from 7.2.0 to 7.4.0.

Release notes

Sourced from eslint's releases.

v7.4.0

  • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
  • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
  • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
  • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
  • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
  • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
  • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
  • c139156 Sponsors: Sync README with website (ESLint Jenkins)
  • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
  • c680387 Sponsors: Sync README with website (ESLint Jenkins)
  • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
  • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
  • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
  • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
  • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
  • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
  • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
  • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)

v7.3.1

  • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas)

v7.3.0

  • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
  • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
  • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
  • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
  • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
  • d98152a Update: added empty error array check for false negative (#13200) (Anix)
  • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
  • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
  • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
  • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
  • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
  • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
  • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
  • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
  • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
  • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
  • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
  • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
  • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
  • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
  • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
  • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.4.0 - July 3, 2020

  • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)

  • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)

  • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)

  • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)

  • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)

  • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)

  • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)

  • c139156 Sponsors: Sync README with website (ESLint Jenkins)

  • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)

  • c680387 Sponsors: Sync README with website (ESLint Jenkins)

  • bf3939b Sponsors: Sync README with website (ESLint Jenkins)

  • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)

  • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)

  • 53912aa Sponsors: Sync README with website (ESLint Jenkins)

  • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)

  • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)

  • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)

  • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo) v7.3.1 - June 22, 2020

  • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas) v7.3.0 - June 19, 2020

  • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)

  • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)

  • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)

  • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)

  • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)

  • d98152a Update: added empty error array check for false negative (#13200) (Anix)

  • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)

  • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)

  • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)

  • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)

  • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)

  • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)

  • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)

  • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)

  • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)

  • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)

  • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)

  • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)

  • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)

  • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)

  • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)

  • ca59fb9 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.2.0 to 7.4.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.4.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f21bad2680406a2671b877f8dba47f4475d0cc64"><code>f21bad2</code></a> Docs: fix description for <code>never</code> in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13368">#13368</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13452">#13452</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ada2c891298382f82dfabf37cacd59a1057b2bb7"><code>ada2c89</code></a> Fix: support typescript generics in arrow-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12570">#12570</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13451">#13451</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/89ee01e083f1e02293bf8d1447f9b0fdb3cb9384"><code>89ee01e</code></a> Fix: Revert config cloning (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13447">#13447</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13449">#13449</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/0a463dbf7cc5a77d442879c9117204d4d38db972"><code>0a463db</code></a> Docs: fix no-multiple-empty-lines examples (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13432">#13432</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13433">#13433</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ff5317e93425f93cfdf808609551ee67b2032543"><code>ff5317e</code></a> Update: Improve array-callback-return report message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13395">#13395</a>) (Philip (flip) Kromer)</li> <li><a href="https://github.com/eslint/eslint/commit/3f51930eea7cddc921a9ee3cb0328c7b649c0f83"><code>3f51930</code></a> Fix: false positive new with member in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12740">#12740</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13375">#13375</a>) (YeonJuan)</li> <li><a href="https://github.com/eslint/eslint/commit/825a5b98d3d84f6eb72b75f7d8519de763cc8898"><code>825a5b9</code></a> Fix: Clarify documentation on implicit ignore behavior (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12348">#12348</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12600">#12600</a>) (Scott Hardin)</li> <li><a href="https://github.com/eslint/eslint/commit/c1391566a5f765f25716527de7b5cdee16c0ce36"><code>c139156</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0c17e9d2ac307cc288eea6ed7971bd5a7d33321a"><code>0c17e9d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c680387ba61f6dccf0390d24a85d871fa83e9fea"><code>c680387</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/bf3939bbd9a33d0eb96cebe6a53bf61c855f9ba6"><code>bf3939b</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/7baf02e983af909800261263f125cca901a5bd0f"><code>7baf02e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/5c4c3fdfbda18a13223ad36f44283adbfee8c496"><code>5c4c3fd</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/53912aab1856327b399cca26cbb2ba81fd01bfa2"><code>53912aa</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/51e42eca3e87d8259815d736ffe81e604f184057"><code>51e42ec</code></a> Update: Add option &quot;ignoreGlobals&quot; to camelcase rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11716">#11716</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12782">#12782</a>) (David Gasperoni)</li> <li><a href="https://github.com/eslint/eslint/commit/0655f66525d167ca1288167b79a77087cfc8fcf6"><code>0655f66</code></a> Update: improve report location in arrow-body-style (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13424">#13424</a>) (YeonJuan)</li> <li><a href="https://github.com/eslint/eslint/commit/d53d69af08cfe55f42e0a0ca725b1014dabccc21"><code>d53d69a</code></a> Update: prefer-regex-literal detect regex literals (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12840">#12840</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12842">#12842</a>) (Mathias Schreck)</li> <li><a href="https://github.com/eslint/eslint/commit/004adae3f959414f56e44e5884f6221e9dcda142"><code>004adae</code></a> Update: rename id-blacklist to id-denylist (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13407">#13407</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13408">#13408</a>) (Kai Cataldo)</li> </ul> <h2>v7.3.1</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/de77c11e7515f2097ff355ddc0d7b6db9c83c892"><code>de77c11</code></a> Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13427">#13427</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13435">#13435</a>) (Nicholas C. Zakas)</li> </ul> <h2>v7.3.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/638a6d6be18b4a37cfdc7223e1f5acd3718694be"><code>638a6d6</code></a> Update: add missing <code>additionalProperties: false</code> to some rules' schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13198">#13198</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/949a5cd741c2e930cfb43d80a9b6b084f9d677c3"><code>949a5cd</code></a> Update: fix operator-linebreak overrides schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13199">#13199</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9e1414ee16b8caf582920f8fdf3b6ee1eb0b7cd5"><code>9e1414e</code></a> New: Add no-promise-executor-return rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12640">#12640</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12648">#12648</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/09cc0a2bb5bcf3bcb0766a3c989871f268518437"><code>09cc0a2</code></a> Update: max-lines reporting loc improvement (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13318">#13318</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/ee2fc2e90d0f9dfcdba852b0609156bee5280b92"><code>ee2fc2e</code></a> Update: object-property-newline end location (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13399">#13399</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/d98152a3d8c72e4f5ac4c6fa10a615b12090c8f7"><code>d98152a</code></a> Update: added empty error array check for false negative (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13200">#13200</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb45cf13e9908d489bd6d5fba3b7243c01508b9"><code>7fb45cf</code></a> Fix: clone config before validating (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12592">#12592</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13034">#13034</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/aed46f69d54da167d9838149954ceeb4b02be5fd"><code>aed46f6</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/7686d7feaccc7b8fee927eda6602d641d8de1e5c"><code>7686d7f</code></a> Update: semi-spacing should check do-while statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13358">#13358</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/cbd0d00a1ec2824d7e025bbbc084855ed0bf08bb"><code>cbd0d00</code></a> Update: disallow multiple options in comma-dangle schema (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13165">#13165</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13166">#13166</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b550330d739c73a7a8f887064e7c911d05a95f9a"><code>b550330</code></a> New: Add no-unreachable-loop rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12381">#12381</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12660">#12660</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/13999d292080f814fa4fb266e011d61c184197c4"><code>13999d2</code></a> Update: curly should check consequent <code>if</code> statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12947">#12947</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c42e54893b79b470ca7745bd2a626ffd069e017b"><code>c42e548</code></a> Chore: enable exceptRange option in the yoda rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12857">#12857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6cfbd03b3f22edb4d1c9c61c64eea7c129da71aa"><code>6cfbd03</code></a> Update: Drop @typescript-eslint/eslint-recommended from <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13340">#13340</a>) (Minh Nguyen)</li> <li><a href="https://github.com/eslint/eslint/commit/796f269e448fdcbf8a5a62edf1990bd857efd1af"><code>796f269</code></a> Chore: update eslint-config-eslint's required node version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13379">#13379</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/9d0186e55bee769ea6aa08dc5a62682f58316412"><code>9d0186e</code></a> Docs: Fix changelog versions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13410">#13410</a>) (Tony Brix)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee3c42ceeee56b650bcc4206ed783b795f65643"><code>1ee3c42</code></a> Docs: On maxEOF with eol-last (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12742">#12742</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13374">#13374</a>) (Arthur Dias)</li> <li><a href="https://github.com/eslint/eslint/commit/2a210499288ed14ec9a6fd72decabfb77504c197"><code>2a21049</code></a> Update: key-spacing loc changes for extra space (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13362">#13362</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7ce7988f411da64248a64a9d9d2b7884d5ba39e0"><code>7ce7988</code></a> Chore: Replace the inquirer dependency with enquirer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13254">#13254</a>) (Selwyn)</li> <li><a href="https://github.com/eslint/eslint/commit/0f1f5ed2a20b8fb575d4360316861cf4c2b9b7bc"><code>0f1f5ed</code></a> Docs: Add security policy link to README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13403">#13403</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/9e9ba897c566601cfe90522099c635ea316b235f"><code>9e9ba89</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ca59fb95a395c0a02ed23768a70e086480ab1f6d"><code>ca59fb9</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.4.0 - July 3, 2020</p> <ul> <li> <p><a href="https://github.com/eslint/eslint/commit/f21bad2680406a2671b877f8dba47f4475d0cc64"><code>f21bad2</code></a> Docs: fix description for <code>never</code> in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13368">#13368</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13452">#13452</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/ada2c891298382f82dfabf37cacd59a1057b2bb7"><code>ada2c89</code></a> Fix: support typescript generics in arrow-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12570">#12570</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13451">#13451</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/89ee01e083f1e02293bf8d1447f9b0fdb3cb9384"><code>89ee01e</code></a> Fix: Revert config cloning (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13447">#13447</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13449">#13449</a>) (薛定谔的猫)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/0a463dbf7cc5a77d442879c9117204d4d38db972"><code>0a463db</code></a> Docs: fix no-multiple-empty-lines examples (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13432">#13432</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13433">#13433</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/ff5317e93425f93cfdf808609551ee67b2032543"><code>ff5317e</code></a> Update: Improve array-callback-return report message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13395">#13395</a>) (Philip (flip) Kromer)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/3f51930eea7cddc921a9ee3cb0328c7b649c0f83"><code>3f51930</code></a> Fix: false positive new with member in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12740">#12740</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13375">#13375</a>) (YeonJuan)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/825a5b98d3d84f6eb72b75f7d8519de763cc8898"><code>825a5b9</code></a> Fix: Clarify documentation on implicit ignore behavior (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12348">#12348</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12600">#12600</a>) (Scott Hardin)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/c1391566a5f765f25716527de7b5cdee16c0ce36"><code>c139156</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/0c17e9d2ac307cc288eea6ed7971bd5a7d33321a"><code>0c17e9d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/c680387ba61f6dccf0390d24a85d871fa83e9fea"><code>c680387</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/bf3939bbd9a33d0eb96cebe6a53bf61c855f9ba6"><code>bf3939b</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/7baf02e983af909800261263f125cca901a5bd0f"><code>7baf02e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/5c4c3fdfbda18a13223ad36f44283adbfee8c496"><code>5c4c3fd</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/53912aab1856327b399cca26cbb2ba81fd01bfa2"><code>53912aa</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/51e42eca3e87d8259815d736ffe81e604f184057"><code>51e42ec</code></a> Update: Add option &quot;ignoreGlobals&quot; to camelcase rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11716">#11716</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12782">#12782</a>) (David Gasperoni)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/0655f66525d167ca1288167b79a77087cfc8fcf6"><code>0655f66</code></a> Update: improve report location in arrow-body-style (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13424">#13424</a>) (YeonJuan)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/d53d69af08cfe55f42e0a0ca725b1014dabccc21"><code>d53d69a</code></a> Update: prefer-regex-literal detect regex literals (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12840">#12840</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12842">#12842</a>) (Mathias Schreck)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/004adae3f959414f56e44e5884f6221e9dcda142"><code>004adae</code></a> Update: rename id-blacklist to id-denylist (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13407">#13407</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13408">#13408</a>) (Kai Cataldo) v7.3.1 - June 22, 2020</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/de77c11e7515f2097ff355ddc0d7b6db9c83c892"><code>de77c11</code></a> Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13427">#13427</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13435">#13435</a>) (Nicholas C. Zakas) v7.3.0 - June 19, 2020</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/638a6d6be18b4a37cfdc7223e1f5acd3718694be"><code>638a6d6</code></a> Update: add missing <code>additionalProperties: false</code> to some rules' schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13198">#13198</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/949a5cd741c2e930cfb43d80a9b6b084f9d677c3"><code>949a5cd</code></a> Update: fix operator-linebreak overrides schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13199">#13199</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/9e1414ee16b8caf582920f8fdf3b6ee1eb0b7cd5"><code>9e1414e</code></a> New: Add no-promise-executor-return rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12640">#12640</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12648">#12648</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/09cc0a2bb5bcf3bcb0766a3c989871f268518437"><code>09cc0a2</code></a> Update: max-lines reporting loc improvement (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13318">#13318</a>) (Anix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/ee2fc2e90d0f9dfcdba852b0609156bee5280b92"><code>ee2fc2e</code></a> Update: object-property-newline end location (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13399">#13399</a>) (Anix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/d98152a3d8c72e4f5ac4c6fa10a615b12090c8f7"><code>d98152a</code></a> Update: added empty error array check for false negative (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13200">#13200</a>) (Anix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/7fb45cf13e9908d489bd6d5fba3b7243c01508b9"><code>7fb45cf</code></a> Fix: clone config before validating (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12592">#12592</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13034">#13034</a>) (Anix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/aed46f69d54da167d9838149954ceeb4b02be5fd"><code>aed46f6</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/7686d7feaccc7b8fee927eda6602d641d8de1e5c"><code>7686d7f</code></a> Update: semi-spacing should check do-while statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13358">#13358</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/cbd0d00a1ec2824d7e025bbbc084855ed0bf08bb"><code>cbd0d00</code></a> Update: disallow multiple options in comma-dangle schema (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13165">#13165</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13166">#13166</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/b550330d739c73a7a8f887064e7c911d05a95f9a"><code>b550330</code></a> New: Add no-unreachable-loop rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12381">#12381</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12660">#12660</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/13999d292080f814fa4fb266e011d61c184197c4"><code>13999d2</code></a> Update: curly should check consequent <code>if</code> statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12947">#12947</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/c42e54893b79b470ca7745bd2a626ffd069e017b"><code>c42e548</code></a> Chore: enable exceptRange option in the yoda rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12857">#12857</a>) (Milos Djermanovic)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/6cfbd03b3f22edb4d1c9c61c64eea7c129da71aa"><code>6cfbd03</code></a> Update: Drop @typescript-eslint/eslint-recommended from <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13340">#13340</a>) (Minh Nguyen)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/796f269e448fdcbf8a5a62edf1990bd857efd1af"><code>796f269</code></a> Chore: update eslint-config-eslint's required node version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13379">#13379</a>) (薛定谔的猫)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/9d0186e55bee769ea6aa08dc5a62682f58316412"><code>9d0186e</code></a> Docs: Fix changelog versions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13410">#13410</a>) (Tony Brix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/1ee3c42ceeee56b650bcc4206ed783b795f65643"><code>1ee3c42</code></a> Docs: On maxEOF with eol-last (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12742">#12742</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13374">#13374</a>) (Arthur Dias)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/2a210499288ed14ec9a6fd72decabfb77504c197"><code>2a21049</code></a> Update: key-spacing loc changes for extra space (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13362">#13362</a>) (Anix)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/7ce7988f411da64248a64a9d9d2b7884d5ba39e0"><code>7ce7988</code></a> Chore: Replace the inquirer dependency with enquirer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13254">#13254</a>) (Selwyn)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/0f1f5ed2a20b8fb575d4360316861cf4c2b9b7bc"><code>0f1f5ed</code></a> Docs: Add security policy link to README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13403">#13403</a>) (Nicholas C. Zakas)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/9e9ba897c566601cfe90522099c635ea316b235f"><code>9e9ba89</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> <li> <p><a href="https://github.com/eslint/eslint/commit/ca59fb95a395c0a02ed23768a70e086480ab1f6d"><code>ca59fb9</code></a> Sponsors: Sync README with website (ESLint Jenkins)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/30fa423d2808cb0a21835895808a7862d00d2adf"><code>30fa423</code></a> 7.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/ed86b158041ac04e118eadf5d5b8767f6b38e526"><code>ed86b15</code></a> Build: changelog update for 7.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/f21bad2680406a2671b877f8dba47f4475d0cc64"><code>f21bad2</code></a> Docs: fix description for <code>never</code> in multiline-ternary (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13368">#13368</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13452">#13452</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ada2c891298382f82dfabf37cacd59a1057b2bb7"><code>ada2c89</code></a> Fix: support typescript generics in arrow-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12570">#12570</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13451">#13451</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/89ee01e083f1e02293bf8d1447f9b0fdb3cb9384"><code>89ee01e</code></a> Fix: Revert config cloning (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13447">#13447</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13449">#13449</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0a463dbf7cc5a77d442879c9117204d4d38db972"><code>0a463db</code></a> Docs: fix no-multiple-empty-lines examples (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13432">#13432</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13433">#13433</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ff5317e93425f93cfdf808609551ee67b2032543"><code>ff5317e</code></a> Update: Improve array-callback-return report message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13395">#13395</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3f51930eea7cddc921a9ee3cb0328c7b649c0f83"><code>3f51930</code></a> Fix: false positive new with member in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12740">#12740</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13375">#13375</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/825a5b98d3d84f6eb72b75f7d8519de763cc8898"><code>825a5b9</code></a> Fix: Clarify documentation on implicit ignore behavior (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12348">#12348</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12600">#12600</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c1391566a5f765f25716527de7b5cdee16c0ce36"><code>c139156</code></a> Sponsors: Sync README with website</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.2.0...v7.4.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.2.0&new-version=7.4.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.4.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-07-06 10:37:21 +00:00
codecov-commenter commented 2020-07-06 10:38:10 +00:00 (Migrated from github.com)

Codecov Report

Merging #68 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches         5         5           
=========================================
  Hits            34        34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36c458e...1df75d6. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=h1) Report > Merging [#68](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=desc) into [master](https://codecov.io/gh/mcataford/packwatch/commit/36c458e744cae683e48b5ac983b0e6463b0e582a&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/68/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 34 Branches 5 5 ========================================= Hits 34 34 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=footer). Last update [36c458e...1df75d6](https://codecov.io/gh/mcataford/packwatch/pull/68?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.