[openstreetmap/openstreetmap-website] Bump eslint from 9.21.0 to 9.22.0 (PR #5773)
dependabot[bot]
notifications at github.com
Fri Mar 7 23:12:24 UTC 2025
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.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>v9.22.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>) (Nicholas C. Zakas)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c"><code>49e624f</code></a> fix: improve error message for falsy parsed JS AST (<a href="https://redirect.github.com/eslint/eslint/issues/19458">#19458</a>) (Josh Goldberg ✨)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d"><code>2f386ad</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19469">#19469</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b"><code>0e688e3</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2"><code>06b596d</code></a> docs: Restore the carrot to the position where the search input was lost (<a href="https://redirect.github.com/eslint/eslint/issues/19459">#19459</a>) (Amaresh S M)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope at 8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</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>v9.22.0 - March 7, 2025</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope at 8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d"><code>2f386ad</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19469">#19469</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b"><code>0e688e3</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c"><code>49e624f</code></a> fix: improve error message for falsy parsed JS AST (<a href="https://redirect.github.com/eslint/eslint/issues/19458">#19458</a>) (Josh Goldberg ✨)</li>
<li><a href="https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2"><code>06b596d</code></a> docs: Restore the carrot to the position where the search input was lost (<a href="https://redirect.github.com/eslint/eslint/issues/19459">#19459</a>) (Amaresh S M)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/60a78e7964fbb79c0e55e86845a87e0eb22d4de3"><code>60a78e7</code></a> 9.22.0</li>
<li><a href="https://github.com/eslint/eslint/commit/d11fc14721bdb5e2d9e45145cd9c79848582584e"><code>d11fc14</code></a> Build: changelog update for 9.22.0</li>
<li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@eslint/js</code> release</li>
<li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope at 8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README</li>
<li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README</li>
<li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0">compare view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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/5773
-- Commit Summary --
* Bump eslint from 9.21.0 to 9.22.0
-- File Changes --
M yarn.lock (32)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/5773.patch
https://github.com/openstreetmap/openstreetmap-website/pull/5773.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5773
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5773 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250307/8074fcc2/attachment-0001.htm>
More information about the rails-dev
mailing list