<p>Bumps <a href="https://github.com/eslint/eslint">eslint</a> from 7.15.0 to 7.16.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.16.0</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930" rel="nofollow">#13930</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954" rel="nofollow">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915" rel="nofollow">#13915</a>) (buhi)</li>
<li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927" rel="nofollow">#13927</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739" rel="nofollow">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923" rel="nofollow">#13923</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936" rel="nofollow">#13936</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920" rel="nofollow">#13920</a>) (Rouven Weßling)</li>
<li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931" rel="nofollow">#13931</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924" rel="nofollow">#13924</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628" rel="nofollow">#13628</a>) (Álvaro Mondéjar)</li>
<li><a href="https://github.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913" rel="nofollow">#13913</a>) (noisyboy25)</li>
<li><a href="https://github.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009"><code>26fc12f</code></a> Docs: Update README team and sponsors (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.16.0 - December 18, 2020</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930" rel="nofollow">#13930</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954" rel="nofollow">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915" rel="nofollow">#13915</a>) (buhi)</li>
<li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927" rel="nofollow">#13927</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739" rel="nofollow">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923" rel="nofollow">#13923</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936" rel="nofollow">#13936</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920" rel="nofollow">#13920</a>) (Rouven Weßling)</li>
<li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931" rel="nofollow">#13931</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924" rel="nofollow">#13924</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628" rel="nofollow">#13628</a>) (Álvaro Mondéjar)</li>
<li><a href="https://github.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913" rel="nofollow">#13913</a>) (noisyboy25)</li>
<li><a href="https://github.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009"><code>26fc12f</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/145aec1ab9052fbca96a44d04927c595951b1536"><code>145aec1</code></a> 7.16.0</li>
<li><a href="https://github.com/eslint/eslint/commit/83518a5610020186553fce028d8564e259521be8"><code>83518a5</code></a> Build: changelog update for 7.16.0</li>
<li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930" rel="nofollow">#13930</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954" rel="nofollow">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915" rel="nofollow">#13915</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927" rel="nofollow">#13927</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739" rel="nofollow">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923" rel="nofollow">#13923</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936" rel="nofollow">#13936</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: table@6.0.4 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920" rel="nofollow">#13920</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931" rel="nofollow">#13931</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924" rel="nofollow">#13924</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/d307e8874d81ffeee7bd1fe0e258e25fe78504b229de1a9b68c2fe3822b02fd3/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d65736c696e74267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d372e31352e30266e65772d76657273696f6e3d372e31362e30" 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.15.0&new-version=7.16.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/3014'>https://github.com/openstreetmap/openstreetmap-website/pull/3014</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump eslint from 7.15.0 to 7.16.0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3014/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de">yarn.lock</a>
    (107)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3014.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3014.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3014.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3014.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/3014">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLJ7PCVLYT3Z3SRTRP3SV3JJLANCNFSM4VDWIV6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLKHO6LNWWMQ2CDPSOTSV3JJLA5CNFSM4VDWIV6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LQBLF7Q.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/3014",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3014",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>