<p dir="auto">Bumps <a href="https://github.com/eslint/eslint">eslint</a> from 8.2.0 to 8.3.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.3.0</h2>
<h2 dir="auto">Features</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/60b0a292efd1b9cdc318b1e88a0cb7bbf14860b1"><code>60b0a29</code></a> feat: add <code>allowProperties</code> option to require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15238" rel="nofollow">#15238</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/79278a14f1c8747bff8f5cb2100d8776f9d517f2"><code>79278a1</code></a> feat: update no-use-before-define for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15312" rel="nofollow">#15312</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ddd01dcd5f14c6ddea5decca46db2f379ec35aeb"><code>ddd01dc</code></a> feat: update no-redeclare for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15313" rel="nofollow">#15313</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/de69cec834411aeb276a525c11dc10f628df2f51"><code>de69cec</code></a> feat: update no-inner-declarations for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15290" rel="nofollow">#15290</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/e2fe7ef7ea0458de56bed4e4c3d5f71aaebd3f28"><code>e2fe7ef</code></a> feat: support for private-in syntax (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14811" rel="nofollow">#14811</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15060" rel="nofollow">#15060</a>) (Yosuke Ota)</li>
<li><a href="https://github.com/eslint/eslint/commit/34bc8d7cb42d696ec56e0a3c780aa5b042285d6b"><code>34bc8d7</code></a> feat: Update espree and eslint-scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15338" rel="nofollow">#15338</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/b171cd7ec839a0481a74a613b0d48a193f16bb6b"><code>b171cd7</code></a> feat: update max-depth for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15316" rel="nofollow">#15316</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6487df371496dd15272e2097e4d2c932532c8727"><code>6487df3</code></a> feat: update padded-blocks for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15333" rel="nofollow">#15333</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/194f36d9c009a72ec72fa9592ea9e31f9f168a52"><code>194f36d</code></a> feat: update the complexity rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15328" rel="nofollow">#15328</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/3530337e71327d8325d0de01e8e73952010b1a08"><code>3530337</code></a> feat: update the indent rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15324" rel="nofollow">#15324</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/f03cd146a97ed312d635ac7b53ba0f8d01aa8b47"><code>f03cd14</code></a> feat: update lines-around-comment for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15323" rel="nofollow">#15323</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/5c64747a8d7a4f896f0cbce67c7f5e7690837a9b"><code>5c64747</code></a> feat: update brace-style for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15322" rel="nofollow">#15322</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/df2f1cc81a559bbc9eee78a3a97315e2927af764"><code>df2f1cc</code></a> feat: update max-statements for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15315" rel="nofollow">#15315</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/fd5a0b8506e4b6acd740ab966cc2c0e4ff6a4d15"><code>fd5a0b8</code></a> feat: update prefer-const for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15325" rel="nofollow">#15325</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/b3669fde2316f136af3a16b58b0c44e8ec196cee"><code>b3669fd</code></a> feat: code path analysis for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15282" rel="nofollow">#15282</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/15c1397f0063931f50f31af8d110a23c6d660000"><code>15c1397</code></a> feat: update eslint-scope for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15321" rel="nofollow">#15321</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1a1bb4b1ee87c1b33f2d86ef70b3d81e83377547"><code>1a1bb4b</code></a> feat: update one-var for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15317" rel="nofollow">#15317</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9b666e0682bacf44d2a5afa0023874b8b131b5f5"><code>9b666e0</code></a> feat: update padding-line-between-statements for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15318" rel="nofollow">#15318</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d3a267f5f39167e3ee8248ae6b9cae5034d0486f"><code>d3a267f</code></a> feat: update class-methods-use-this for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15298" rel="nofollow">#15298</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/cdaa54130aca7a9c8dfd76c613d0718b048401b2"><code>cdaa541</code></a> feat: update no-lone-blocks for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15295" rel="nofollow">#15295</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8611538b47e325c6d6b115bf3d901a26e9ac29f8"><code>8611538</code></a> feat: update block-spacing for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15297" rel="nofollow">#15297</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/7b56844ece544e501f0173f6427038c9c5e0534f"><code>7b56844</code></a> feat: update keyword-spacing for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15289" rel="nofollow">#15289</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ea1871146402a77234393613fe56a416382c7f0f"><code>ea18711</code></a> feat: update no-extra-semi for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15287" rel="nofollow">#15287</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/0f0971ffc2ca6f4513eeffdf5cfa36826c8f4543"><code>0f0971f</code></a> feat: update semi rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15286" rel="nofollow">#15286</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/abe740ce68dcc9e5413df93b3d80a2e3260f1c18"><code>abe740c</code></a> feat: add examples for block-scoped-var with class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15302" rel="nofollow">#15302</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/0338fd201614247eeb21e68a26e4b4c8a74f71b0"><code>0338fd2</code></a> feat: Normalize ecmaVersion to eslint-scope when using custom parser (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15268" rel="nofollow">#15268</a>) (Yosuke Ota)</li>
</ul>
<h2 dir="auto">Bug Fixes</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/8aa764524cf74f0b70d184c7957dbbb5f36a5ac7"><code>8aa7645</code></a> fix: update vars-on-top for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15306" rel="nofollow">#15306</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/479a4cbc70f4032d4accd48e4471629e8635d677"><code>479a4cb</code></a> fix: update semi-style for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15309" rel="nofollow">#15309</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6d1c666d318cc9e1860e1e2c72fbfa4bdd4a2c4b"><code>6d1c666</code></a> fix: update no-invalid-this and no-eval for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15300" rel="nofollow">#15300</a>) (Milos Djermanovic)</li>
</ul>
<h2 dir="auto">Documentation</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/6b85426c33ba7ac0206cccef39ccc875b773aeae"><code>6b85426</code></a> docs: Expand <code>--debug</code> option description in the CLI documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15308" rel="nofollow">#15308</a>) (darkred)</li>
<li><a href="https://github.com/eslint/eslint/commit/3ae52584296887e5fc5b0267346294bb920a00e6"><code>3ae5258</code></a> docs: the strict rule does not apply to class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15314" rel="nofollow">#15314</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9309841a6cfa85005e0bf79e20415bb9220ba46e"><code>9309841</code></a> docs: Remove inconsistent colon in pull request docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15303" rel="nofollow">#15303</a>) (Jordan Eldredge)</li>
<li><a href="https://github.com/eslint/eslint/commit/da238cc731a9b5ecd48280e0ea4ebd8a48ebeedc"><code>da238cc</code></a> docs: remove deprecation note from lines-around-comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15293" rel="nofollow">#15293</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1055f16fc6f78cc553f0b1462e8af44244c1f84b"><code>1055f16</code></a> docs: no-unused-expressions - class static blocks don't have directives (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15283" rel="nofollow">#15283</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/4c55216ba958fcc8c3dd29fcaa80298216a48303"><code>4c55216</code></a> docs: Add variables option to no-use-before-define (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15276" rel="nofollow">#15276</a>) (Mathias Rasmussen)</li>
</ul>
<h2 dir="auto">Chores</h2>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/edd8d240db8878763dbb147fb6124412c0783a42"><code>edd8d24</code></a> chore: upgrade eslint-visitor-keys for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15277" rel="nofollow">#15277</a>) (Milos Djermanovic)</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.3.0 - November 21, 2021</p>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/60b0a292efd1b9cdc318b1e88a0cb7bbf14860b1"><code>60b0a29</code></a> feat: add <code>allowProperties</code> option to require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15238" rel="nofollow">#15238</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/79278a14f1c8747bff8f5cb2100d8776f9d517f2"><code>79278a1</code></a> feat: update no-use-before-define for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15312" rel="nofollow">#15312</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8aa764524cf74f0b70d184c7957dbbb5f36a5ac7"><code>8aa7645</code></a> fix: update vars-on-top for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15306" rel="nofollow">#15306</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/479a4cbc70f4032d4accd48e4471629e8635d677"><code>479a4cb</code></a> fix: update semi-style for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15309" rel="nofollow">#15309</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ddd01dcd5f14c6ddea5decca46db2f379ec35aeb"><code>ddd01dc</code></a> feat: update no-redeclare for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15313" rel="nofollow">#15313</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/de69cec834411aeb276a525c11dc10f628df2f51"><code>de69cec</code></a> feat: update no-inner-declarations for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15290" rel="nofollow">#15290</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/e2fe7ef7ea0458de56bed4e4c3d5f71aaebd3f28"><code>e2fe7ef</code></a> feat: support for private-in syntax (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14811" rel="nofollow">#14811</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15060" rel="nofollow">#15060</a>) (Yosuke Ota)</li>
<li><a href="https://github.com/eslint/eslint/commit/34bc8d7cb42d696ec56e0a3c780aa5b042285d6b"><code>34bc8d7</code></a> feat: Update espree and eslint-scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15338" rel="nofollow">#15338</a>) (Brandon Mills)</li>
<li><a href="https://github.com/eslint/eslint/commit/b171cd7ec839a0481a74a613b0d48a193f16bb6b"><code>b171cd7</code></a> feat: update max-depth for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15316" rel="nofollow">#15316</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6487df371496dd15272e2097e4d2c932532c8727"><code>6487df3</code></a> feat: update padded-blocks for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15333" rel="nofollow">#15333</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/194f36d9c009a72ec72fa9592ea9e31f9f168a52"><code>194f36d</code></a> feat: update the complexity rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15328" rel="nofollow">#15328</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/3530337e71327d8325d0de01e8e73952010b1a08"><code>3530337</code></a> feat: update the indent rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15324" rel="nofollow">#15324</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/f03cd146a97ed312d635ac7b53ba0f8d01aa8b47"><code>f03cd14</code></a> feat: update lines-around-comment for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15323" rel="nofollow">#15323</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/5c64747a8d7a4f896f0cbce67c7f5e7690837a9b"><code>5c64747</code></a> feat: update brace-style for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15322" rel="nofollow">#15322</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/df2f1cc81a559bbc9eee78a3a97315e2927af764"><code>df2f1cc</code></a> feat: update max-statements for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15315" rel="nofollow">#15315</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/fd5a0b8506e4b6acd740ab966cc2c0e4ff6a4d15"><code>fd5a0b8</code></a> feat: update prefer-const for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15325" rel="nofollow">#15325</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/b3669fde2316f136af3a16b58b0c44e8ec196cee"><code>b3669fd</code></a> feat: code path analysis for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15282" rel="nofollow">#15282</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/15c1397f0063931f50f31af8d110a23c6d660000"><code>15c1397</code></a> feat: update eslint-scope for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15321" rel="nofollow">#15321</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1a1bb4b1ee87c1b33f2d86ef70b3d81e83377547"><code>1a1bb4b</code></a> feat: update one-var for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15317" rel="nofollow">#15317</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9b666e0682bacf44d2a5afa0023874b8b131b5f5"><code>9b666e0</code></a> feat: update padding-line-between-statements for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15318" rel="nofollow">#15318</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6b85426c33ba7ac0206cccef39ccc875b773aeae"><code>6b85426</code></a> docs: Expand <code>--debug</code> option description in the CLI documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15308" rel="nofollow">#15308</a>) (darkred)</li>
<li><a href="https://github.com/eslint/eslint/commit/3ae52584296887e5fc5b0267346294bb920a00e6"><code>3ae5258</code></a> docs: the strict rule does not apply to class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15314" rel="nofollow">#15314</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/6d1c666d318cc9e1860e1e2c72fbfa4bdd4a2c4b"><code>6d1c666</code></a> fix: update no-invalid-this and no-eval for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15300" rel="nofollow">#15300</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d3a267f5f39167e3ee8248ae6b9cae5034d0486f"><code>d3a267f</code></a> feat: update class-methods-use-this for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15298" rel="nofollow">#15298</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/cdaa54130aca7a9c8dfd76c613d0718b048401b2"><code>cdaa541</code></a> feat: update no-lone-blocks for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15295" rel="nofollow">#15295</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/8611538b47e325c6d6b115bf3d901a26e9ac29f8"><code>8611538</code></a> feat: update block-spacing for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15297" rel="nofollow">#15297</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/7b56844ece544e501f0173f6427038c9c5e0534f"><code>7b56844</code></a> feat: update keyword-spacing for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15289" rel="nofollow">#15289</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ea1871146402a77234393613fe56a416382c7f0f"><code>ea18711</code></a> feat: update no-extra-semi for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15287" rel="nofollow">#15287</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/0f0971ffc2ca6f4513eeffdf5cfa36826c8f4543"><code>0f0971f</code></a> feat: update semi rule for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15286" rel="nofollow">#15286</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/abe740ce68dcc9e5413df93b3d80a2e3260f1c18"><code>abe740c</code></a> feat: add examples for block-scoped-var with class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15302" rel="nofollow">#15302</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9309841a6cfa85005e0bf79e20415bb9220ba46e"><code>9309841</code></a> docs: Remove inconsistent colon in pull request docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15303" rel="nofollow">#15303</a>) (Jordan Eldredge)</li>
<li><a href="https://github.com/eslint/eslint/commit/da238cc731a9b5ecd48280e0ea4ebd8a48ebeedc"><code>da238cc</code></a> docs: remove deprecation note from lines-around-comment (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15293" rel="nofollow">#15293</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1055f16fc6f78cc553f0b1462e8af44244c1f84b"><code>1055f16</code></a> docs: no-unused-expressions - class static blocks don't have directives (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15283" rel="nofollow">#15283</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/edd8d240db8878763dbb147fb6124412c0783a42"><code>edd8d24</code></a> chore: upgrade eslint-visitor-keys for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15277" rel="nofollow">#15277</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/4c55216ba958fcc8c3dd29fcaa80298216a48303"><code>4c55216</code></a> docs: Add variables option to no-use-before-define (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15276" rel="nofollow">#15276</a>) (Mathias Rasmussen)</li>
<li><a href="https://github.com/eslint/eslint/commit/0338fd201614247eeb21e68a26e4b4c8a74f71b0"><code>0338fd2</code></a> feat: Normalize ecmaVersion to eslint-scope when using custom parser (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15268" rel="nofollow">#15268</a>) (Yosuke Ota)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/eslint/eslint/commit/e6bfe4d9364b87e8ae008f2f28cf06f73b4ca46e"><code>e6bfe4d</code></a> 8.3.0</li>
<li><a href="https://github.com/eslint/eslint/commit/aebd58a826a1800443eb9c292e9902c1ecfc3cad"><code>aebd58a</code></a> Build: changelog update for 8.3.0</li>
<li><a href="https://github.com/eslint/eslint/commit/60b0a292efd1b9cdc318b1e88a0cb7bbf14860b1"><code>60b0a29</code></a> feat: add <code>allowProperties</code> option to require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15238" rel="nofollow">#15238</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/79278a14f1c8747bff8f5cb2100d8776f9d517f2"><code>79278a1</code></a> feat: update no-use-before-define for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15312" rel="nofollow">#15312</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/8aa764524cf74f0b70d184c7957dbbb5f36a5ac7"><code>8aa7645</code></a> fix: update vars-on-top for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15306" rel="nofollow">#15306</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/479a4cbc70f4032d4accd48e4471629e8635d677"><code>479a4cb</code></a> fix: update semi-style for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15309" rel="nofollow">#15309</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ddd01dcd5f14c6ddea5decca46db2f379ec35aeb"><code>ddd01dc</code></a> feat: update no-redeclare for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15313" rel="nofollow">#15313</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/de69cec834411aeb276a525c11dc10f628df2f51"><code>de69cec</code></a> feat: update no-inner-declarations for class static blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15290" rel="nofollow">#15290</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/e2fe7ef7ea0458de56bed4e4c3d5f71aaebd3f28"><code>e2fe7ef</code></a> feat: support for private-in syntax (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14811" rel="nofollow">#14811</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15060" rel="nofollow">#15060</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/34bc8d7cb42d696ec56e0a3c780aa5b042285d6b"><code>34bc8d7</code></a> feat: Update espree and eslint-scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15338" rel="nofollow">#15338</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.2.0...v8.3.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/a0ad7236f84d48fd0af931f405e5f9112164a30d3f3ede0e555e9bfae2e90b59/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d65736c696e74267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d382e322e30266e65772d76657273696f6e3d382e332e30" 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.2.0&new-version=8.3.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/3373'>https://github.com/openstreetmap/openstreetmap-website/pull/3373</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3373/commits/f3867752b809567f00a575767785d12d64809a17" class="commit-link">f386775</a> Bump eslint from 8.2.0 to 8.3.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/3373/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3373/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de">yarn.lock</a>
(48)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3373.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3373.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3373.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3373.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/3373">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNMUYEOYBDD4UCEXYTUNLDSJANCNFSM5ISE4HOA">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>.
<img src="https://github.com/notifications/beacon/AAK2OLNNB6355MMS37XSR6TUNLDSJA5CNFSM5ISE4HOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PZYSBAA.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/3373",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3373",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>