[PR #494] [MERGED] Bump eslint from 8.18.0 to 8.19.0 #3871

Closed
opened 2026-05-13 20:54:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/494
Author: @dependabot[bot]
Created: 7/4/2022
Status: Merged
Merged: 7/4/2022
Merged by: @mergify[bot]

Base: developHead: dependabot/npm_and_yarn/eslint-8.19.0


📝 Commits (1)

  • 1dba104 Bump eslint from 8.18.0 to 8.19.0

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.18.0 to 8.19.0.

Release notes

Sourced from eslint's releases.

v8.19.0

Features

  • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
  • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)

Bug Fixes

  • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)

Documentation

  • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
  • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
  • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
  • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
  • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
  • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
  • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
  • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)

Chores

  • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
  • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
  • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
  • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
  • 48904fb chore: add missing images (#16017) (Amaresh S M)
  • 910f741 chore: add architecture to nav (#16039) (Strek)
  • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
  • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
  • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
  • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
  • a30b66c chore: fix print style (#16025) (Amaresh S M)
  • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
  • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
  • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
  • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)
Changelog

Sourced from eslint's changelog.

v8.19.0 - July 1, 2022

  • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
  • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
  • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)
  • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
  • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
  • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
  • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
  • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
  • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
  • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
  • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
  • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
  • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
  • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
  • 48904fb chore: add missing images (#16017) (Amaresh S M)
  • 910f741 chore: add architecture to nav (#16039) (Strek)
  • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
  • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
  • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
  • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)
  • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
  • a30b66c chore: fix print style (#16025) (Amaresh S M)
  • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
  • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
  • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
  • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)
Commits
  • 568af4e 8.19.0
  • e74d59c Build: changelog update for 8.19.0
  • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059)
  • 472c368 feat: fix handling of blockless with statements in indent rule (#16068)
  • fc81848 fix: throw helpful exception when rule has wrong return type (#16075)
  • e884933 chore: use github-slugger for markdown anchors (#16067)
  • 02e9cb0 chore: revamp carbon ad style (#16078)
  • 3ae0574 docs: Remove duplicate rule descriptions (#16052)
  • b6aee95 chore: remove unwanted comments from rules markdown (#16054)
  • f50cf43 docs: Add base href to each page to fix relative URLs (#16046)
  • Additional commits viewable in compare view

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/494 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.19.0` --- ### 📝 Commits (1) - [`1dba104`](https://github.com/joelwmale/webhook-action/commit/1dba1043ed3f9cbaa64508c529a187f332bcae0f) Bump eslint from 8.18.0 to 8.19.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.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.19.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7023628eb3af1bcc0151afab2bf617217fae51b1"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>) (Brandon Scott)</li> <li><a href="https://github.com/eslint/eslint/commit/472c3681364833f697d726abc3c33fbe2663eeb7"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/fc81848238ee0f6ff93615875ea4b8e95dc09249"><code>fc81848</code></a> fix: throw helpful exception when rule has wrong return type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16075">#16075</a>) (Bryan Mishkin)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ae0574fc78c4a2b406625e4792cb2859cb9bcb1"><code>3ae0574</code></a> docs: Remove duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16052">#16052</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/f50cf436aaa5dff1273f4753dd3fc6782f95a045"><code>f50cf43</code></a> docs: Add base href to each page to fix relative URLs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16046">#16046</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ae4b449719d496fd611903d596341ec4c1d81c16"><code>ae4b449</code></a> docs: make logo link clickable on small width screens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16058">#16058</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/280f898bff9b809327e4c94cea3632ba95af4485"><code>280f898</code></a> docs: use only fenced code blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16044">#16044</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f5d63b9e15d9f325ef4953b683cb67133b05e9ea"><code>f5d63b9</code></a> docs: add listener only if element exists (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16045">#16045</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/8b639ccb2fb0f0a7d7aaee1f1fc2881a237de95d"><code>8b639cc</code></a> docs: add missing migrating-to-8.0.0 in the user guide (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16048">#16048</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/b8e68c1f7e2b8fa5c108216f74dcd3100aa33b0f"><code>b8e68c1</code></a> docs: Update release process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16036">#16036</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/6d0cb11c6d134896d8920c9bf3cc3e492f0eb8e2"><code>6d0cb11</code></a> docs: remove table of contents from markdown text (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15999">#15999</a>) (Nitin Kumar)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e88493395b3be2b08e14e9b84d20d2733f78582c"><code>e884933</code></a> chore: use <code>github-slugger</code> for markdown anchors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16067">#16067</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/02e9cb01e7663af3a3fd16725afc7d71e73b9eed"><code>02e9cb0</code></a> chore: revamp carbon ad style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16078">#16078</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/b6aee9591ecc2e2f5738ab8bef20faac1e05b5c3"><code>b6aee95</code></a> chore: remove unwanted comments from rules markdown (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16054">#16054</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/6840940a766d671831d5cee0e3c0e2f4e642632a"><code>6840940</code></a> chore: correctly use .markdownlintignore in Makefile (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16060">#16060</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/48904fb00fc5001e534034e2e513ca99f3ada35e"><code>48904fb</code></a> chore: add missing images (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16017">#16017</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/910f741885a18b7744d4125e98e554312bc873eb"><code>910f741</code></a> chore: add architecture to nav (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16039">#16039</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/9bb24c1deb7ab6743080520d11aefe9c6b8b8f2d"><code>9bb24c1</code></a> chore: add correct incorrect in all rules doc (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16021">#16021</a>) (Deepshika S)</li> <li><a href="https://github.com/eslint/eslint/commit/5a96af853dcbe29c9f125a63528f3fec9fc0aae8"><code>5a96af8</code></a> chore: prepare versions data file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16035">#16035</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/50afe6fe8c92a1d5d52415e149d52e1e129c3cc7"><code>50afe6f</code></a> chore: Included githubactions in the dependabot config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15985">#15985</a>) (Naveen)</li> <li><a href="https://github.com/eslint/eslint/commit/473411e61d46c2bbac70e9a66d434d477851d98a"><code>473411e</code></a> chore: add deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16034">#16034</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a30b66c030bf45864784c0550276267e5a146697"><code>a30b66c</code></a> chore: fix print style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16025">#16025</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/f4dad59e5c7e966291d6f8c1456a465ae5629061"><code>f4dad59</code></a> chore: add noindex meta tag (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16016">#16016</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db387a87b23c398ed691ba35bdf3b6aa7dcfe750"><code>db387a8</code></a> chore: fix sitemap (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16026">#16026</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/285fbc5e6a92c50e1195f252675b599ecd929b9d"><code>285fbc5</code></a> chore: remove TOC from printable (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16020">#16020</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/8e84c2148cc2d25a7076e73233ae41bc1a000a53"><code>8e84c21</code></a> chore: remove ligatures from fonts (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16019">#16019</a>) (Strek)</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.19.0 - July 1, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/7023628eb3af1bcc0151afab2bf617217fae51b1"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>) (Brandon Scott)</li> <li><a href="https://github.com/eslint/eslint/commit/472c3681364833f697d726abc3c33fbe2663eeb7"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fc81848238ee0f6ff93615875ea4b8e95dc09249"><code>fc81848</code></a> fix: throw helpful exception when rule has wrong return type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16075">#16075</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/e88493395b3be2b08e14e9b84d20d2733f78582c"><code>e884933</code></a> chore: use <code>github-slugger</code> for markdown anchors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16067">#16067</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/02e9cb01e7663af3a3fd16725afc7d71e73b9eed"><code>02e9cb0</code></a> chore: revamp carbon ad style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16078">#16078</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/3ae0574fc78c4a2b406625e4792cb2859cb9bcb1"><code>3ae0574</code></a> docs: Remove duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16052">#16052</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/b6aee9591ecc2e2f5738ab8bef20faac1e05b5c3"><code>b6aee95</code></a> chore: remove unwanted comments from rules markdown (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16054">#16054</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/f50cf436aaa5dff1273f4753dd3fc6782f95a045"><code>f50cf43</code></a> docs: Add base href to each page to fix relative URLs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16046">#16046</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/6840940a766d671831d5cee0e3c0e2f4e642632a"><code>6840940</code></a> chore: correctly use .markdownlintignore in Makefile (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16060">#16060</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/ae4b449719d496fd611903d596341ec4c1d81c16"><code>ae4b449</code></a> docs: make logo link clickable on small width screens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16058">#16058</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/280f898bff9b809327e4c94cea3632ba95af4485"><code>280f898</code></a> docs: use only fenced code blocks (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16044">#16044</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f5d63b9e15d9f325ef4953b683cb67133b05e9ea"><code>f5d63b9</code></a> docs: add listener only if element exists (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16045">#16045</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/8b639ccb2fb0f0a7d7aaee1f1fc2881a237de95d"><code>8b639cc</code></a> docs: add missing migrating-to-8.0.0 in the user guide (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16048">#16048</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/b8e68c1f7e2b8fa5c108216f74dcd3100aa33b0f"><code>b8e68c1</code></a> docs: Update release process (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16036">#16036</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/48904fb00fc5001e534034e2e513ca99f3ada35e"><code>48904fb</code></a> chore: add missing images (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16017">#16017</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/910f741885a18b7744d4125e98e554312bc873eb"><code>910f741</code></a> chore: add architecture to nav (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16039">#16039</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/9bb24c1deb7ab6743080520d11aefe9c6b8b8f2d"><code>9bb24c1</code></a> chore: add correct incorrect in all rules doc (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16021">#16021</a>) (Deepshika S)</li> <li><a href="https://github.com/eslint/eslint/commit/5a96af853dcbe29c9f125a63528f3fec9fc0aae8"><code>5a96af8</code></a> chore: prepare versions data file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16035">#16035</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/50afe6fe8c92a1d5d52415e149d52e1e129c3cc7"><code>50afe6f</code></a> chore: Included githubactions in the dependabot config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15985">#15985</a>) (Naveen)</li> <li><a href="https://github.com/eslint/eslint/commit/6d0cb11c6d134896d8920c9bf3cc3e492f0eb8e2"><code>6d0cb11</code></a> docs: remove table of contents from markdown text (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15999">#15999</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/473411e61d46c2bbac70e9a66d434d477851d98a"><code>473411e</code></a> chore: add deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16034">#16034</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a30b66c030bf45864784c0550276267e5a146697"><code>a30b66c</code></a> chore: fix print style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16025">#16025</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/f4dad59e5c7e966291d6f8c1456a465ae5629061"><code>f4dad59</code></a> chore: add noindex meta tag (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16016">#16016</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db387a87b23c398ed691ba35bdf3b6aa7dcfe750"><code>db387a8</code></a> chore: fix sitemap (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16026">#16026</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/285fbc5e6a92c50e1195f252675b599ecd929b9d"><code>285fbc5</code></a> chore: remove TOC from printable (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16020">#16020</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/8e84c2148cc2d25a7076e73233ae41bc1a000a53"><code>8e84c21</code></a> chore: remove ligatures from fonts (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16019">#16019</a>) (Strek)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/568af4e90b458c4c30dd666a864ba5ad14844a3c"><code>568af4e</code></a> 8.19.0</li> <li><a href="https://github.com/eslint/eslint/commit/e74d59c2eb2dd4aaee7f06362f6086a7cd5256e9"><code>e74d59c</code></a> Build: changelog update for 8.19.0</li> <li><a href="https://github.com/eslint/eslint/commit/7023628eb3af1bcc0151afab2bf617217fae51b1"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/472c3681364833f697d726abc3c33fbe2663eeb7"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/fc81848238ee0f6ff93615875ea4b8e95dc09249"><code>fc81848</code></a> fix: throw helpful exception when rule has wrong return type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16075">#16075</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e88493395b3be2b08e14e9b84d20d2733f78582c"><code>e884933</code></a> chore: use <code>github-slugger</code> for markdown anchors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16067">#16067</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/02e9cb01e7663af3a3fd16725afc7d71e73b9eed"><code>02e9cb0</code></a> chore: revamp carbon ad style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16078">#16078</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3ae0574fc78c4a2b406625e4792cb2859cb9bcb1"><code>3ae0574</code></a> docs: Remove duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16052">#16052</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b6aee9591ecc2e2f5738ab8bef20faac1e05b5c3"><code>b6aee95</code></a> chore: remove unwanted comments from rules markdown (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16054">#16054</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f50cf436aaa5dff1273f4753dd3fc6782f95a045"><code>f50cf43</code></a> docs: Add base href to each page to fix relative URLs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16046">#16046</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.18.0...v8.19.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.18.0&new-version=8.19.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:54:21 -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#3871