Bump eslint from 8.31.0 to 8.33.0 #348

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/eslint-8.33.0 into master
dependabot[bot] commented 2023-01-30 11:06:18 +01:00 (Migrated from github.com)

Bumps eslint from 8.31.0 to 8.33.0.

Release notes

Sourced from eslint's releases.

v8.33.0

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)

v8.32.0

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)

Bug Fixes

  • b4f8329 fix: ignore directives for no-fallthrough (#16757) (gfyoung)

Documentation

  • 17b65ad docs: IA Update page URL move (#16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.33.0 - January 28, 2023

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#16808) (Ben Perlmutter)
  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#16785) (Nitin Kumar)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)

v8.32.0 - January 14, 2023

  • 17b65ad docs: IA Update page URL move (#16665) (Ben Perlmutter)
  • b4f8329 fix: ignore directives for no-fallthrough (#16757) (gfyoung)
  • 5981296 docs: fix theme switcher button (#16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#16541) (Nitin Kumar)
  • 2952d6e chore: sync templates/*.md files with issue templates (#16758) (gfyoung)
  • 78ecfe0 docs: use inline code for rule options name (#16768) (Percy Ma)
  • 3e34418 chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)
  • 762a872 docs: Update README (GitHub Actions Bot)
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [eslint](https://github.com/eslint/eslint) from 8.31.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> <h2>v8.32.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/fc20f242a2ac073b5af6d5fca67e07a175f36c3b"><code>fc20f24</code></a> feat: add suggestions for redundant wrapping in prefer-regex-literals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16658">#16658</a>) (YeonJuan)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b4f8329164d7b293a1557e05b987d2a685fe1d30"><code>b4f8329</code></a> fix: ignore directives for no-fallthrough (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16757">#16757</a>) (gfyoung)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/17b65ad10d653bb05077f21d8b1f79bee96e38d8"><code>17b65ad</code></a> docs: IA Update page URL move (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16665">#16665</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/5981296d5c7c86228ad766009901191fdd87d5a4"><code>5981296</code></a> docs: fix theme switcher button (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16752">#16752</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/66694136b67277c050bd27f60050779687a88c9f"><code>6669413</code></a> docs: deploy prerelease docs under the <code>/docs/next/</code> path (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16541">#16541</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/78ecfe0e52c0e5780fefc8dc9a98864e48de6637"><code>78ecfe0</code></a> docs: use inline code for rule options name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16768">#16768</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/fc2ea598aee97beb6d768866da1ee4f63775f0c9"><code>fc2ea59</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/762a8727fb3b5619cff900826053b643ca5f1162"><code>762a872</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2952d6ed95811ce0971b6855d66fb7a9767a7b72"><code>2952d6e</code></a> chore: sync templates/*.md files with issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16758">#16758</a>) (gfyoung)</li> <li><a href="https://github.com/eslint/eslint/commit/3e34418b31664decfb2337de798feafbf985b66c"><code>3e34418</code></a> chore: Add new issues to triage project (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16740">#16740</a>) (Nicholas C. Zakas)</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> <p>v8.32.0 - January 14, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/17b65ad10d653bb05077f21d8b1f79bee96e38d8"><code>17b65ad</code></a> docs: IA Update page URL move (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16665">#16665</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/b4f8329164d7b293a1557e05b987d2a685fe1d30"><code>b4f8329</code></a> fix: ignore directives for no-fallthrough (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16757">#16757</a>) (gfyoung)</li> <li><a href="https://github.com/eslint/eslint/commit/5981296d5c7c86228ad766009901191fdd87d5a4"><code>5981296</code></a> docs: fix theme switcher button (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16752">#16752</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/66694136b67277c050bd27f60050779687a88c9f"><code>6669413</code></a> docs: deploy prerelease docs under the <code>/docs/next/</code> path (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16541">#16541</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/2952d6ed95811ce0971b6855d66fb7a9767a7b72"><code>2952d6e</code></a> chore: sync templates/*.md files with issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16758">#16758</a>) (gfyoung)</li> <li><a href="https://github.com/eslint/eslint/commit/78ecfe0e52c0e5780fefc8dc9a98864e48de6637"><code>78ecfe0</code></a> docs: use inline code for rule options name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16768">#16768</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/3e34418b31664decfb2337de798feafbf985b66c"><code>3e34418</code></a> chore: Add new issues to triage project (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16740">#16740</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/fc2ea598aee97beb6d768866da1ee4f63775f0c9"><code>fc2ea59</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fc20f242a2ac073b5af6d5fca67e07a175f36c3b"><code>fc20f24</code></a> feat: add suggestions for redundant wrapping in prefer-regex-literals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16658">#16658</a>) (YeonJuan)</li> <li><a href="https://github.com/eslint/eslint/commit/762a8727fb3b5619cff900826053b643ca5f1162"><code>762a872</code></a> docs: Update README (GitHub Actions Bot)</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.31.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.31.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>
dependabot[bot] commented 2023-02-13 12:03:03 +01:00 (Migrated from github.com)

Superseded by #353.

Superseded by #353.
Commenting is not possible because the repository is archived.
No description provided.