[openstreetmap/openstreetmap-website] Bump eslint from 8.32.0 to 8.33.0 (PR #3913)

dependabot[bot] notifications at github.com
Mon Jan 30 23:00:53 UTC 2023


Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.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.33.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2cc7954cdb1fed44e8a5d3c9b3ea1deceadb5e00"><code>2cc7954</code></a> feat: add <code>restrictDefaultExports</code> option to no-restricted-exports rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16785">#16785</a>) (Nitin Kumar)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/17f4be2b66deb81f4e9ffb3d6bdfb79f3fcf85a2"><code>17f4be2</code></a> docs: Fix examples in no-multiple-empty-lines rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16835">#16835</a>) (jonz94)</li>
<li><a href="https://github.com/eslint/eslint/commit/9c7cfe33c4a39cf2c23529afe02030ea7f8acf70"><code>9c7cfe3</code></a> docs: 'Source Code' content in 'Set up Development Environment' page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16780">#16780</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/ede5c6475469a905da4f559ab55f0ee73168a9d7"><code>ede5c64</code></a> docs: Custom processors page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16802">#16802</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/2620614f525de13f2e3ab0a7cd92abe89dae4897"><code>2620614</code></a> docs: Code of Conduct page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16781">#16781</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/50a8efd957c70c9978a8ed25744a24193b00e078"><code>50a8efd</code></a> docs: report a sec vulnerability page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16808">#16808</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed60afd4450e769a975447178299446f4439d926"><code>ed60afd</code></a> docs: Update page titles, section landing pages, and side TOC (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16760">#16760</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/333c71243537966930e9ab8178bc98c37949b5f2"><code>333c712</code></a> docs: add background to code-path-diagrams for dark-mode (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16822">#16822</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/f5f7b9b8b512f5c6a5b4a1037f81bb3f5a7311e0"><code>f5f7b9b</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/2aa4f5fb2fdb1c4a1734093c225e5c6251b0ee0f"><code>2aa4f5f</code></a> docs: no-constant-condition: Add multi-comparison example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16776">#16776</a>) (Sebastian Simon)</li>
<li><a href="https://github.com/eslint/eslint/commit/40287dbe7407934a69805f02ece07491778c3694"><code>40287db</code></a> docs: Remove Google Group icon (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16779">#16779</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/ea10ca5b7b5bd8f6e6daf030ece9a3a82f10994c"><code>ea10ca5</code></a> docs: 'a .eslint' -&gt; 'an .eslint' for consistency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16809">#16809</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/3be07488ee7b6a9591d169be9648fbd36b32105e"><code>3be0748</code></a> docs: add example for nodejs lintText api (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16789">#16789</a>) (Siva K)</li>
<li><a href="https://github.com/eslint/eslint/commit/ce4f5ff30590df053a539c8e8e2597838e038a36"><code>ce4f5ff</code></a> docs: Replace removed related rules with a valid rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16800">#16800</a>) (Ville Saalo)</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.33.0 - January 28, 2023</p>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/17f4be2b66deb81f4e9ffb3d6bdfb79f3fcf85a2"><code>17f4be2</code></a> docs: Fix examples in no-multiple-empty-lines rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16835">#16835</a>) (jonz94)</li>
<li><a href="https://github.com/eslint/eslint/commit/9c7cfe33c4a39cf2c23529afe02030ea7f8acf70"><code>9c7cfe3</code></a> docs: 'Source Code' content in 'Set up Development Environment' page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16780">#16780</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/ede5c6475469a905da4f559ab55f0ee73168a9d7"><code>ede5c64</code></a> docs: Custom processors page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16802">#16802</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/2620614f525de13f2e3ab0a7cd92abe89dae4897"><code>2620614</code></a> docs: Code of Conduct page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16781">#16781</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/50a8efd957c70c9978a8ed25744a24193b00e078"><code>50a8efd</code></a> docs: report a sec vulnerability page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16808">#16808</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/2cc7954cdb1fed44e8a5d3c9b3ea1deceadb5e00"><code>2cc7954</code></a> feat: add <code>restrictDefaultExports</code> option to no-restricted-exports rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16785">#16785</a>) (Nitin Kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed60afd4450e769a975447178299446f4439d926"><code>ed60afd</code></a> docs: Update page titles, section landing pages, and side TOC (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16760">#16760</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/333c71243537966930e9ab8178bc98c37949b5f2"><code>333c712</code></a> docs: add background to code-path-diagrams for dark-mode (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16822">#16822</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/f5f7b9b8b512f5c6a5b4a1037f81bb3f5a7311e0"><code>f5f7b9b</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/2aa4f5fb2fdb1c4a1734093c225e5c6251b0ee0f"><code>2aa4f5f</code></a> docs: no-constant-condition: Add multi-comparison example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16776">#16776</a>) (Sebastian Simon)</li>
<li><a href="https://github.com/eslint/eslint/commit/40287dbe7407934a69805f02ece07491778c3694"><code>40287db</code></a> docs: Remove Google Group icon (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16779">#16779</a>) (Nicholas C. Zakas)</li>
<li><a href="https://github.com/eslint/eslint/commit/ea10ca5b7b5bd8f6e6daf030ece9a3a82f10994c"><code>ea10ca5</code></a> docs: 'a .eslint' -&gt; 'an .eslint' for consistency (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16809">#16809</a>) (Ben Perlmutter)</li>
<li><a href="https://github.com/eslint/eslint/commit/3be07488ee7b6a9591d169be9648fbd36b32105e"><code>3be0748</code></a> docs: add example for nodejs lintText api (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16789">#16789</a>) (Siva K)</li>
<li><a href="https://github.com/eslint/eslint/commit/ce4f5ff30590df053a539c8e8e2597838e038a36"><code>ce4f5ff</code></a> docs: Replace removed related rules with a valid rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16800">#16800</a>) (Ville Saalo)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/13552c4e8d98c3b38b7dbff9c74dc82ca2aad385"><code>13552c4</code></a> 8.33.0</li>
<li><a href="https://github.com/eslint/eslint/commit/ddeef0276694ffc465905a1d8c4f1d67be51f49e"><code>ddeef02</code></a> Build: changelog update for 8.33.0</li>
<li><a href="https://github.com/eslint/eslint/commit/17f4be2b66deb81f4e9ffb3d6bdfb79f3fcf85a2"><code>17f4be2</code></a> docs: Fix examples in no-multiple-empty-lines rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16835">#16835</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/9c7cfe33c4a39cf2c23529afe02030ea7f8acf70"><code>9c7cfe3</code></a> docs: 'Source Code' content in 'Set up Development Environment' page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16780">#16780</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ede5c6475469a905da4f559ab55f0ee73168a9d7"><code>ede5c64</code></a> docs: Custom processors page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16802">#16802</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/2620614f525de13f2e3ab0a7cd92abe89dae4897"><code>2620614</code></a> docs: Code of Conduct page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16781">#16781</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/50a8efd957c70c9978a8ed25744a24193b00e078"><code>50a8efd</code></a> docs: report a sec vulnerability page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16808">#16808</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/2cc7954cdb1fed44e8a5d3c9b3ea1deceadb5e00"><code>2cc7954</code></a> feat: add <code>restrictDefaultExports</code> option to no-restricted-exports rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16785">#16785</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ed60afd4450e769a975447178299446f4439d926"><code>ed60afd</code></a> docs: Update page titles, section landing pages, and side TOC (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16760">#16760</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/333c71243537966930e9ab8178bc98c37949b5f2"><code>333c712</code></a> docs: add background to code-path-diagrams for dark-mode (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16822">#16822</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.32.0...v8.33.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.32.0&new-version=8.33.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/3913

-- Commit Summary --

  * Bump eslint from 8.32.0 to 8.33.0

-- File Changes --

    M yarn.lock (6)

-- Patch Links --

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

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

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


More information about the rails-dev mailing list