[PR #634] [CLOSED] build(deps-dev): bump eslint from 8.27.0 to 8.33.0 #3988

Closed
opened 2026-05-13 20:57:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/634
Author: @dependabot[bot]
Created: 1/30/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/eslint-8.33.0


📝 Commits (1)

  • d838b17 build(deps-dev): bump eslint from 8.27.0 to 8.33.0

📊 Changes

2 files changed (+21 additions, -21 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+20 -20)

📄 Description

Bumps eslint from 8.27.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)

v8.31.0

Features

  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#16677) (Francesco Trotta)

Bug Fixes

  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)

Documentation

  • 4339dc4 docs: Update README (GitHub Actions Bot)

... (truncated)

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)

v8.31.0 - December 31, 2022

  • 65d4e24 chore: Upgrade @​eslint/eslintrc@​1.4.1 (#16729) (Brandon Mills)
  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)
  • 8d93081 chore: fix CI failure (#16721) (Sam Chen)
  • 4339dc4 docs: Update README (GitHub Actions Bot)
  • 8f17247 chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)
  • 4e4049c docs: optimize code block structure (#16669) (Sam Chen)
  • 54a7ade docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)
  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • e5ecfef docs: Add function call example for no-undefined (#16712) (Elliot Huffman)
  • a3262f0 docs: Add mastodon link (#16638) (Amaresh S M)
  • 4cd87cb ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])
  • a14ccf9 docs: clarify files property (#16709) (Sam Chen)
  • 3b29eb1 docs: fix npm link (#16710) (Abdullah Osama)
  • fd20c75 chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)
  • a638673 docs: fix search bar focus on Esc (#16700) (Shanmughapriyan S)
  • f62b722 docs: country flag missing in windows (#16698) (Shanmughapriyan S)
  • 4d27ec6 docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)

... (truncated)

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/634 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.33.0` --- ### 📝 Commits (1) - [`d838b17`](https://github.com/joelwmale/webhook-action/commit/d838b17f42af4bd255484b67eaa248b9e306dfc3) build(deps-dev): bump eslint from 8.27.0 to 8.33.0 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+20 -20) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 8.27.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> <h2>v8.31.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/52c7c73c052e1ec2528c6b4af78181bc30cf8cdd"><code>52c7c73</code></a> feat: check assignment patterns in no-underscore-dangle (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16693">#16693</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b401cde47d44746ff91b8feced3fb3a4e32c0e12"><code>b401cde</code></a> feat: add options to check destructuring in no-underscore-dangle (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16006">#16006</a>) (Morten Kaltoft)</li> <li><a href="https://github.com/eslint/eslint/commit/30d0daf55e85a412995f6d69f47cab3fb591f2c3"><code>30d0daf</code></a> feat: group properties with values in parentheses in <code>key-spacing</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16677">#16677</a>) (Francesco Trotta)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/35439f1572e1a8888f7feb6c5e51a15b5582495d"><code>35439f1</code></a> fix: correct syntax error in <code>prefer-arrow-callback</code> autofix (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16722">#16722</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/87b247058ed520061fe1a146b7f0e7072a94990d"><code>87b2470</code></a> fix: new instance of FlatESLint should load latest config file version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16608">#16608</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/4339dc462d78888fe2e10acdfacd6f57245ce6ae"><code>4339dc4</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <p>v8.31.0 - December 31, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/65d4e24c36367cd63f0eba7371820e0e81dae7aa"><code>65d4e24</code></a> chore: Upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/1"><code>@​1</code></a>.4.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16729">#16729</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/35439f1572e1a8888f7feb6c5e51a15b5582495d"><code>35439f1</code></a> fix: correct syntax error in <code>prefer-arrow-callback</code> autofix (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16722">#16722</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/87b247058ed520061fe1a146b7f0e7072a94990d"><code>87b2470</code></a> fix: new instance of FlatESLint should load latest config file version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16608">#16608</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8d93081a717f6e8b8cb60c3075cc1d7e4e655e6b"><code>8d93081</code></a> chore: fix CI failure (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16721">#16721</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/4339dc462d78888fe2e10acdfacd6f57245ce6ae"><code>4339dc4</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/8f17247a93240ff8a08980d8e06352e4ff4e8fe3"><code>8f17247</code></a> chore: Set up automatic updating of README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16717">#16717</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/4e4049c5fa355b2091afc8948690fcd7b1c1e6df"><code>4e4049c</code></a> docs: optimize code block structure (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16669">#16669</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/54a7ade5d8e6f59554afeb9202ba6143f8afdf57"><code>54a7ade</code></a> docs: do not escape code blocks of formatters examples (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16719">#16719</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/52c7c73c052e1ec2528c6b4af78181bc30cf8cdd"><code>52c7c73</code></a> feat: check assignment patterns in no-underscore-dangle (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16693">#16693</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e5ecfefa1c952195a3a8371f5953cc655d844079"><code>e5ecfef</code></a> docs: Add function call example for no-undefined (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16712">#16712</a>) (Elliot Huffman)</li> <li><a href="https://github.com/eslint/eslint/commit/a3262f0a6305d2a721fac137a60c62c019b26aa4"><code>a3262f0</code></a> docs: Add mastodon link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16638">#16638</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/4cd87cb3c52412277577ba00c4fbb1aec36acc8c"><code>4cd87cb</code></a> ci: bump actions/stale from 6 to 7 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16713">#16713</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/a14ccf91af1122e419710f58ef494980fc4894b3"><code>a14ccf9</code></a> docs: clarify files property (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16709">#16709</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/3b29eb14e00182614c986d8498b483a9917976e7"><code>3b29eb1</code></a> docs: fix npm link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16710">#16710</a>) (Abdullah Osama)</li> <li><a href="https://github.com/eslint/eslint/commit/fd20c75b1059c54d598c0abaf63e7d7a80f04f32"><code>fd20c75</code></a> chore: sort package.json scripts in alphabetical order (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16705">#16705</a>) (Darius Dzien)</li> <li><a href="https://github.com/eslint/eslint/commit/a638673ee6e94344c46d12dfc988adeb3783f817"><code>a638673</code></a> docs: fix search bar focus on <code>Esc</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16700">#16700</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/f62b722251858a5dfb157591910edbaaeb4a966f"><code>f62b722</code></a> docs: country flag missing in windows (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16698">#16698</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/4d27ec6019847afabeebf592dddc014e9220057c"><code>4d27ec6</code></a> docs: display zh-hans in the docs language switcher (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16686">#16686</a>) (Percy Ma)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.27.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.27.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 20:57:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#3988