<p>Bumps <a href="https://github.com/eslint/eslint">eslint</a> from 7.6.0 to 7.7.0.</p>
<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.7.0</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b46f3ee0dae4add9df99cae940b641ad8de58b9e"><code>b46f3ee</code></a> Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13545" rel="nofollow">#13545</a>) (Sunghyun Cho)</li>
<li><a href="https://github.com/eslint/eslint/commit/26aa2452b5f407fabc25dad21182180e4d3be532"><code>26aa245</code></a> Docs: clarify "case" specifier in padding-line-between-statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13562" rel="nofollow">#13562</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/082891c042d72953fe86cd3ce9c96e661760793d"><code>082891c</code></a> Docs: Update semantic versioning policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13563" rel="nofollow">#13563</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/4e0b672eb4bf39f7502a550b08b25a56a196f19f"><code>4e0b672</code></a> Fix: revert "Update: disallow multiple options in comma-dangle schema" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13564" rel="nofollow">#13564</a>) (Kai Cataldo)</li>
<li><a href="https://github.com/eslint/eslint/commit/254990e87914457ca25ea2d7ee012964e56fc9e5"><code>254990e</code></a> Fix: indent for async arrow functions (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13497" rel="nofollow">#13497</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13544" rel="nofollow">#13544</a>) (Anix)</li>
<li><a href="https://github.com/eslint/eslint/commit/28ca339259b07c96c73f2ef28cbf112b96395855"><code>28ca339</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/2e4158d3ec9cfed6400bf70795fd7171e96ff9b3"><code>2e4158d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/488d1595aef43c4d52cccdb2c97977884f0375a8"><code>488d159</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/c44306e52778309a79232ceab8b55a9aa0f2dfda"><code>c44306e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/6677180495e16a02d150d0552e7e5d5f6b77fcc5"><code>6677180</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/07db7b8080c2f68ee28e7d447db356c33e6fddce"><code>07db7b8</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/d4ce4d3b8492c3e4654ed1f51f2c48e6c0ad272f"><code>d4ce4d3</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/284e954f93126c50e0aa9b88f42afb03a47ad967"><code>284e954</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/ae9b54e59b01aa9f50ee31f5b6787d86e6b59de6"><code>ae9b54e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/9124a1599638a1caf4b7e252d1cb66abdc5e51c6"><code>9124a15</code></a> Chore: remove leche (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13287" rel="nofollow">#13287</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13533" rel="nofollow">#13533</a>) (Mark de Dios)</li>
<li><a href="https://github.com/eslint/eslint/commit/5c4c7f515c2e8e83f2186a66ddce75d6477abeb0"><code>5c4c7f5</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/48d8ec8cf320c69aed17c6b6c78f19e7c1e587ca"><code>48d8ec8</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.7.0 - August 14, 2020</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b46f3ee0dae4add9df99cae940b641ad8de58b9e"><code>b46f3ee</code></a> Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13545" rel="nofollow">#13545</a>) (Sunghyun Cho)</li>
<li><a href="https://github.com/eslint/eslint/commit/26aa2452b5f407fabc25dad21182180e4d3be532"><code>26aa245</code></a> Docs: clarify "case" specifier in padding-line-between-statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13562" rel="nofollow">#13562</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/082891c042d72953fe86cd3ce9c96e661760793d"><code>082891c</code></a> Docs: Update semantic versioning policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13563" rel="nofollow">#13563</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/4e0b672eb4bf39f7502a550b08b25a56a196f19f"><code>4e0b672</code></a> Fix: revert "Update: disallow multiple options in comma-dangle schema" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13564" rel="nofollow">#13564</a>) (Kai Cataldo)</li>
<li><a href="https://github.com/eslint/eslint/commit/254990e87914457ca25ea2d7ee012964e56fc9e5"><code>254990e</code></a> Fix: indent for async arrow functions (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13497" rel="nofollow">#13497</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13544" rel="nofollow">#13544</a>) (Anix)</li>
<li><a href="https://github.com/eslint/eslint/commit/28ca339259b07c96c73f2ef28cbf112b96395855"><code>28ca339</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/2e4158d3ec9cfed6400bf70795fd7171e96ff9b3"><code>2e4158d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/488d1595aef43c4d52cccdb2c97977884f0375a8"><code>488d159</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/c44306e52778309a79232ceab8b55a9aa0f2dfda"><code>c44306e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/6677180495e16a02d150d0552e7e5d5f6b77fcc5"><code>6677180</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/07db7b8080c2f68ee28e7d447db356c33e6fddce"><code>07db7b8</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/d4ce4d3b8492c3e4654ed1f51f2c48e6c0ad272f"><code>d4ce4d3</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/284e954f93126c50e0aa9b88f42afb03a47ad967"><code>284e954</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/ae9b54e59b01aa9f50ee31f5b6787d86e6b59de6"><code>ae9b54e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/9124a1599638a1caf4b7e252d1cb66abdc5e51c6"><code>9124a15</code></a> Chore: remove leche (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13287" rel="nofollow">#13287</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13533" rel="nofollow">#13533</a>) (Mark de Dios)</li>
<li><a href="https://github.com/eslint/eslint/commit/5c4c7f515c2e8e83f2186a66ddce75d6477abeb0"><code>5c4c7f5</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/48d8ec8cf320c69aed17c6b6c78f19e7c1e587ca"><code>48d8ec8</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/0d905082d327c774c3d537e0300a9a752386050d"><code>0d90508</code></a> 7.7.0</li>
<li><a href="https://github.com/eslint/eslint/commit/e027968e2d6428dd34604be4aeedc7b87e56dfbf"><code>e027968</code></a> Build: changelog update for 7.7.0</li>
<li><a href="https://github.com/eslint/eslint/commit/b46f3ee0dae4add9df99cae940b641ad8de58b9e"><code>b46f3ee</code></a> Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13" rel="nofollow">#13</a>...</li>
<li><a href="https://github.com/eslint/eslint/commit/26aa2452b5f407fabc25dad21182180e4d3be532"><code>26aa245</code></a> Docs: clarify "case" specifier in padding-line-between-statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13562" rel="nofollow">#13562</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/082891c042d72953fe86cd3ce9c96e661760793d"><code>082891c</code></a> Docs: Update semantic versioning policy (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13563" rel="nofollow">#13563</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/4e0b672eb4bf39f7502a550b08b25a56a196f19f"><code>4e0b672</code></a> Fix: revert "Update: disallow multiple options in comma-dangle schema" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13564" rel="nofollow">#13564</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/254990e87914457ca25ea2d7ee012964e56fc9e5"><code>254990e</code></a> Fix: indent for async arrow functions (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13497" rel="nofollow">#13497</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13544" rel="nofollow">#13544</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/28ca339259b07c96c73f2ef28cbf112b96395855"><code>28ca339</code></a> Sponsors: Sync README with website</li>
<li><a href="https://github.com/eslint/eslint/commit/2e4158d3ec9cfed6400bf70795fd7171e96ff9b3"><code>2e4158d</code></a> Sponsors: Sync README with website</li>
<li><a href="https://github.com/eslint/eslint/commit/488d1595aef43c4d52cccdb2c97977884f0375a8"><code>488d159</code></a> Sponsors: Sync README with website</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.6.0...v7.7.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://help.github.com/articles/configuring-automated-security-fixes"><img src="https://camo.githubusercontent.com/c826bae4dddd231a0cee2d773bfac942edb5545b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d65736c696e74267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d372e362e30266e65772d76657273696f6e3d372e372e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.6.0&new-version=7.7.0" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2778'>https://github.com/openstreetmap/openstreetmap-website/pull/2778</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump eslint from 7.6.0 to 7.7.0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2778/files#diff-8ee2343978836a779dc9f8d6b794c3b2">yarn.lock</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2778.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2778.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2778.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2778.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2778">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLJ6YFPUBJXIHX74T2LSBC2TPANCNFSM4QBHVPUA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLJY3WSB7OHFMFKCEKTSBC2TPA5CNFSM4QBHVPUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KEG6Z7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2778",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2778",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>