<p dir="auto">Bumps <a href="https://github.com/eslint/eslint">eslint</a> from 8.10.0 to 8.11.0.</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">v8.11.0</h2>
<h2 dir="auto">Features</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649" rel="nofollow">#15649</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613" rel="nofollow">#15613</a>) (Jordan Eldredge)</li>
<li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671" rel="nofollow">#15671</a>) (Mahdi Hosseinzadeh)</li>
<li><a href="https://github.com/eslint/eslint/commit/57b8a57be75ed2379fe39c93168175090dfe4cdd"><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635" rel="nofollow">#15635</a>) (Zzzen)</li>
</ul>
<h2 dir="auto">Bug Fixes</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666" rel="nofollow">#15666</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/c178ce7044b5c19db2f4aabfdbe58003db5062fd"><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669" rel="nofollow">#15669</a>) (Milos Djermanovic)</li>
</ul>
<h2 dir="auto">Documentation</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695" rel="nofollow">#15695</a>) (db developer)</li>
<li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680" rel="nofollow">#15680</a>) (dosisod)</li>
<li><a href="https://github.com/eslint/eslint/commit/8b9433c90c842d8ec06f633df7fbba6ac6d5036b"><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679" rel="nofollow">#15679</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/de800c3c0b8e3f85921b40eaa97134fef12effa2"><code>de800c3</code></a> docs: link to minimatch docs added.  (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688" rel="nofollow">#15688</a>) (Gaurav Tewari)</li>
<li><a href="https://github.com/eslint/eslint/commit/8f675b1f7f6c0591abe36c20410d226bd9e1faa6"><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675" rel="nofollow">#15675</a>) (Arye Eidelman)</li>
</ul>
<h2 dir="auto">Chores</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689" rel="nofollow">#15689</a>) (唯然)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p dir="auto">v8.11.0 - March 11, 2022</p>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666" rel="nofollow">#15666</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695" rel="nofollow">#15695</a>) (db developer)</li>
<li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649" rel="nofollow">#15649</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613" rel="nofollow">#15613</a>) (Jordan Eldredge)</li>
<li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680" rel="nofollow">#15680</a>) (dosisod)</li>
<li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689" rel="nofollow">#15689</a>) (唯然)</li>
<li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671" rel="nofollow">#15671</a>) (Mahdi Hosseinzadeh)</li>
<li><a href="https://github.com/eslint/eslint/commit/8b9433c90c842d8ec06f633df7fbba6ac6d5036b"><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679" rel="nofollow">#15679</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/de800c3c0b8e3f85921b40eaa97134fef12effa2"><code>de800c3</code></a> docs: link to minimatch docs added.  (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688" rel="nofollow">#15688</a>) (Gaurav Tewari)</li>
<li><a href="https://github.com/eslint/eslint/commit/57b8a57be75ed2379fe39c93168175090dfe4cdd"><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635" rel="nofollow">#15635</a>) (Zzzen)</li>
<li><a href="https://github.com/eslint/eslint/commit/8f675b1f7f6c0591abe36c20410d226bd9e1faa6"><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675" rel="nofollow">#15675</a>) (Arye Eidelman)</li>
<li><a href="https://github.com/eslint/eslint/commit/c178ce7044b5c19db2f4aabfdbe58003db5062fd"><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669" rel="nofollow">#15669</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/76a235a31718312c2ed202fdde030d329ca62486"><code>76a235a</code></a> 8.11.0</li>
<li><a href="https://github.com/eslint/eslint/commit/89902e6908f64bc7189c30f9a5f16b81d537c9ae"><code>89902e6</code></a> Build: changelog update for 8.11.0</li>
<li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666" rel="nofollow">#15666</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695" rel="nofollow">#15695</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649" rel="nofollow">#15649</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613" rel="nofollow">#15613</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680" rel="nofollow">#15680</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689" rel="nofollow">#15689</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/83e5458edde20f51a2588a242debcdde9030a915"><code>83e5458</code></a> Sponsors: Sync README with website</li>
<li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671" rel="nofollow">#15671</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0">compare view</a></li>
</ul>
</details>
<br>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/dfbea7f9c02a637b13a40d8cb37a555a35a4cf926aac2c93bf0af7928e8d884a/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d65736c696e74267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d382e31302e30266e65772d76657273696f6e3d382e31312e30" 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=8.10.0&new-version=8.11.0" style="max-width: 100%;"></a></p>
<p dir="auto">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 dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<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/3496'>https://github.com/openstreetmap/openstreetmap-website/pull/3496</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3496/commits/5440bc4c026739a96ab84973ac9c4631ef7db8a8" class="commit-link">5440bc4</a>  Bump eslint from 8.10.0 to 8.11.0</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3496/files">1 file</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3496/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de">yarn.lock</a>
    (23)
  </li>
</ul>

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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3496">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLS52QK3O2Q2AEEVNDU7PGEDANCNFSM5QQ4SE5A">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJBL2U2XU5I4DWYW4TU7PGEDA5CNFSM5QQ4SE5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4RMONF6A.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/3496</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3496",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3496",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>