[PR #665] [MERGED] Bump eslint from 8.28.0 to 8.29.0 #946

Closed
opened 2026-03-03 02:01:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/665
Author: @dependabot[bot]
Created: 12/5/2022
Status: Merged
Merged: 12/5/2022
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-8.29.0


📝 Commits (1)

  • 1956854 Bump eslint from 8.28.0 to 8.29.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint from 8.28.0 to 8.29.0.

Release notes

Sourced from eslint's releases.

v8.29.0

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)

Documentation

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)

Chores

  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.29.0 - December 2, 2022

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)
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/DavidAnson/markdownlint/pull/665 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2022 **Status:** ✅ Merged **Merged:** 12/5/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-8.29.0` --- ### 📝 Commits (1) - [`1956854`](https://github.com/DavidAnson/markdownlint/commit/1956854855efab6b9e0066b1700d488a37a70c37) Bump eslint from 8.28.0 to 8.29.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.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.29.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16561">#16561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16544">#16544</a>) (Josh Goldberg)</li> <li><a href="https://github.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050"><code>a91332b</code></a> feat: In no-invalid-regexp validate flags also for non-literal patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16583">#16583</a>) (trosos)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16534">#16534</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16605">#16605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16601">#16601</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16592">#16592</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16586">#16586</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f"><code>fbcf3ab</code></a> docs: fix searchbar clear button (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16585">#16585</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f"><code>f894035</code></a> docs: HTTPS link to yeoman.io (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16582">#16582</a>) (Christian Oliff)</li> <li><a href="https://github.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f"><code>de12b26</code></a> docs: Update configuration file pages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16509">#16509</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67"><code>1ae9f20</code></a> docs: update correct code examples for <code>no-extra-parens</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16560">#16560</a>) (Nitin Kumar)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16590">#16590</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118"><code>f5808cb</code></a> chore: fix rule doc headers check (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16564">#16564</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.29.0 - December 2, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16534">#16534</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16605">#16605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16601">#16601</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16590">#16590</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16561">#16561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16592">#16592</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16544">#16544</a>) (Josh Goldberg)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16586">#16586</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050"><code>a91332b</code></a> feat: In no-invalid-regexp validate flags also for non-literal patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16583">#16583</a>) (trosos)</li> <li><a href="https://github.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f"><code>fbcf3ab</code></a> docs: fix searchbar clear button (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16585">#16585</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f"><code>f894035</code></a> docs: HTTPS link to yeoman.io (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16582">#16582</a>) (Christian Oliff)</li> <li><a href="https://github.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f"><code>de12b26</code></a> docs: Update configuration file pages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16509">#16509</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118"><code>f5808cb</code></a> chore: fix rule doc headers check (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16564">#16564</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67"><code>1ae9f20</code></a> docs: update correct code examples for <code>no-extra-parens</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16560">#16560</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/d3e4b59f63e53436080b8da827521d6b41a72cea"><code>d3e4b59</code></a> 8.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/6a5f667378d889726e3289fb3552098da0cbf0bd"><code>6a5f667</code></a> Build: changelog update for 8.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16534">#16534</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16605">#16605</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16601">#16601</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16590">#16590</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16561">#16561</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16592">#16592</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16544">#16544</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16586">#16586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.28.0...v8.29.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.28.0&new-version=8.29.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>
kerem 2026-03-03 02:01:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#946
No description provided.