[openstreetmap/openstreetmap-website] Bump eslint from 8.22.0 to 8.23.0 (PR #3664)

dependabot[bot] notifications at github.com
Fri Aug 26 23:01:17 UTC 2022


Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.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>v8.23.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/3e5839ecae96aecfbc1ac9526e88e0105e671032"><code>3e5839e</code></a> feat: Enable eslint.config.js lookup from CLI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16235">#16235</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/30b1a2dac9060673101485841c4c7521675bf917"><code>30b1a2d</code></a> feat: add <code>allowEmptyCase</code> option to no-fallthrough rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15887">#15887</a>) (Amaresh  S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/43f03aa96b632039b1d9cad097a70b227bb7d348"><code>43f03aa</code></a> feat: no-warning-comments support comments with decoration (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16120">#16120</a>) (Lachlan Hunt)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b1918da0f6cb8fe690c7377667616ec7cb57111e"><code>b1918da</code></a> docs: package.json conventions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16206">#16206</a>) (Patrick McElhaney)</li>
<li><a href="https://github.com/eslint/eslint/commit/0e03c333a70bebd00307deead0befa519f983f44"><code>0e03c33</code></a> docs: remove word immediately (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16217">#16217</a>) (Strek)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6790db6494e64a5261d74c0f3c4dc6139c59435"><code>c6790db</code></a> docs: add anchor link for &quot;migrating from jscs&quot; (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16207">#16207</a>) (Percy Ma)</li>
<li><a href="https://github.com/eslint/eslint/commit/71373442c42b356f34179dba18f860e1d79a780d"><code>7137344</code></a> docs: auto-generation edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16213">#16213</a>) (Percy Ma)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2e004ab990a4a5a4efc44974da005d2161490256"><code>2e004ab</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16249">#16249</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d35fbbef895e8f4ac6eaf1756349230769a02b4d"><code>d35fbbe</code></a> chore: Upgrade to espree at 9.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16243">#16243</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed26229a19359b356f3a401698488c1707d4c029"><code>ed26229</code></a> test: add no-extra-parens tests with rest properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16236">#16236</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/deaf69ffd8f9b97b4b8c29a244a79969ff14c80a"><code>deaf69f</code></a> chore: fix off-by-one <code>min-width: 1023px</code> media queries (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15974">#15974</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/63dec9fdee793be9bf2939e1bda0717b9cc6dcf8"><code>63dec9f</code></a> refactor: simplify <code>parseListConfig</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16241">#16241</a>) (Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
<blockquote>
<p>v8.23.0 - August 26, 2022</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2e004ab990a4a5a4efc44974da005d2161490256"><code>2e004ab</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16249">#16249</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/d35fbbef895e8f4ac6eaf1756349230769a02b4d"><code>d35fbbe</code></a> chore: Upgrade to espree at 9.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16243">#16243</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/3e5839ecae96aecfbc1ac9526e88e0105e671032"><code>3e5839e</code></a> feat: Enable eslint.config.js lookup from CLI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16235">#16235</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/30b1a2dac9060673101485841c4c7521675bf917"><code>30b1a2d</code></a> feat: add <code>allowEmptyCase</code> option to no-fallthrough rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15887">#15887</a>) (Amaresh  S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed26229a19359b356f3a401698488c1707d4c029"><code>ed26229</code></a> test: add no-extra-parens tests with rest properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16236">#16236</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/deaf69ffd8f9b97b4b8c29a244a79969ff14c80a"><code>deaf69f</code></a> chore: fix off-by-one <code>min-width: 1023px</code> media queries (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15974">#15974</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/63dec9fdee793be9bf2939e1bda0717b9cc6dcf8"><code>63dec9f</code></a> refactor: simplify <code>parseListConfig</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16241">#16241</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/43f03aa96b632039b1d9cad097a70b227bb7d348"><code>43f03aa</code></a> feat: no-warning-comments support comments with decoration (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16120">#16120</a>) (Lachlan Hunt)</li>
<li><a href="https://github.com/eslint/eslint/commit/b1918da0f6cb8fe690c7377667616ec7cb57111e"><code>b1918da</code></a> docs: package.json conventions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16206">#16206</a>) (Patrick McElhaney)</li>
<li><a href="https://github.com/eslint/eslint/commit/0e03c333a70bebd00307deead0befa519f983f44"><code>0e03c33</code></a> docs: remove word immediately (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16217">#16217</a>) (Strek)</li>
<li><a href="https://github.com/eslint/eslint/commit/c6790db6494e64a5261d74c0f3c4dc6139c59435"><code>c6790db</code></a> docs: add anchor link for &quot;migrating from jscs&quot; (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16207">#16207</a>) (Percy Ma)</li>
<li><a href="https://github.com/eslint/eslint/commit/71373442c42b356f34179dba18f860e1d79a780d"><code>7137344</code></a> docs: auto-generation edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16213">#16213</a>) (Percy Ma)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/dcf178e3c41e7777ee76ae9582387be85118118b"><code>dcf178e</code></a> 8.23.0</li>
<li><a href="https://github.com/eslint/eslint/commit/f005173c8c901b371d0ec21006bbf5507bf3f4c0"><code>f005173</code></a> Build: changelog update for 8.23.0</li>
<li><a href="https://github.com/eslint/eslint/commit/2e004ab990a4a5a4efc44974da005d2161490256"><code>2e004ab</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.3.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16249">#16249</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/d35fbbef895e8f4ac6eaf1756349230769a02b4d"><code>d35fbbe</code></a> chore: Upgrade to espree at 9.4.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16243">#16243</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/3e5839ecae96aecfbc1ac9526e88e0105e671032"><code>3e5839e</code></a> feat: Enable eslint.config.js lookup from CLI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16235">#16235</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/30b1a2dac9060673101485841c4c7521675bf917"><code>30b1a2d</code></a> feat: add <code>allowEmptyCase</code> option to no-fallthrough rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15887">#15887</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed26229a19359b356f3a401698488c1707d4c029"><code>ed26229</code></a> test: add no-extra-parens tests with rest properties (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16236">#16236</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/deaf69ffd8f9b97b4b8c29a244a79969ff14c80a"><code>deaf69f</code></a> chore: fix off-by-one <code>min-width: 1023px</code> media queries (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15974">#15974</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/63dec9fdee793be9bf2939e1bda0717b9cc6dcf8"><code>63dec9f</code></a> refactor: simplify <code>parseListConfig</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16241">#16241</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/43f03aa96b632039b1d9cad097a70b227bb7d348"><code>43f03aa</code></a> feat: no-warning-comments support comments with decoration (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16120">#16120</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.22.0&new-version=8.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/3664

-- Commit Summary --

  * Bump eslint from 8.22.0 to 8.23.0

-- File Changes --

    M yarn.lock (40)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/3664.patch
https://github.com/openstreetmap/openstreetmap-website/pull/3664.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3664
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/3664 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220826/287c850d/attachment-0001.htm>


More information about the rails-dev mailing list