[PR #1753] [MERGED] Bump eslint-plugin-jsdoc from 56.1.2 to 57.0.8 #1675

Closed
opened 2026-03-03 02:04:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1753
Author: @dependabot[bot]
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-57.0.8


📝 Commits (1)

  • 6b6fcdb Bump eslint-plugin-jsdoc from 56.1.2 to 57.0.8

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 56.1.2 to 57.0.8.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v57.0.8

57.0.8 (2025-09-14)

Bug Fixes

v57.0.7

57.0.7 (2025-09-14)

Bug Fixes

v57.0.6

57.0.6 (2025-09-14)

Bug Fixes

  • examples configs: disable @typescript-eslint/no-unsed-vars (#1507) (34e5910)

v57.0.5

57.0.5 (2025-09-14)

Bug Fixes

  • types: add missing configs to index.configs type (#1505) (f019adf)

v57.0.4

57.0.4 (2025-09-14)

Bug Fixes

v57.0.3

57.0.3 (2025-09-13)

Bug Fixes

  • valid-types: avoid reporting for next (handled by own rule) (#1503) (76b8406)

v57.0.2

57.0.2 (2025-09-13)

... (truncated)

Commits
  • 6692d0e fix(types): plugin property should be an intersection; fixes #1509 (#1510)
  • 03a8a69 fix: CJS export regression; fixes #1478 (#1508)
  • 34e5910 fix(examples configs): disable @typescript-eslint/no-unsed-vars (#1507)
  • d137021 docs(processor): demonstrate use with TypeScript (#1506)
  • f019adf fix(types): add missing configs to index.configs type (#1505)
  • ab14982 fix(jsdoc/examples/rules and jsdoc/default-expressions/rules configs): ad...
  • 76b8406 fix(valid-types): avoid reporting for next (handled by own rule) (#1503)
  • 91f1c30 fix(extraRuleDefinitions.forbid jsdoc function option): point default link ...
  • 33a4529 fix(require-next-type, require-throws-type, require-yields-type): fix U...
  • 0645428 feat(require-next-type, require-throws-type, require-yields-type): adds...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/1753 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-57.0.8` --- ### 📝 Commits (1) - [`6b6fcdb`](https://github.com/DavidAnson/markdownlint/commit/6b6fcdb9f1204cf1e46501fd55af33ccf4dbed92) Bump eslint-plugin-jsdoc from 56.1.2 to 57.0.8 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 56.1.2 to 57.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v57.0.8</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.7...v57.0.8">57.0.8</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> plugin property should be an intersection; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1509">#1509</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1510">#1510</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6692d0e2d90cad836b110a6e50b9ebd9b56e22df">6692d0e</a>)</li> </ul> <h2>v57.0.7</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.6...v57.0.7">57.0.7</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li>CJS export regression; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1478">#1478</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1508">#1508</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/03a8a69abc07d4b6739b587cf582b4cfcab8daa2">03a8a69</a>)</li> </ul> <h2>v57.0.6</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.5...v57.0.6">57.0.6</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>examples</code> configs:</strong> disable <code>@typescript-eslint/no-unsed-vars</code> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1507">#1507</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/34e5910410470b1790da9001af3a22d3eed1e28b">34e5910</a>)</li> </ul> <h2>v57.0.5</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.4...v57.0.5">57.0.5</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> add missing configs to <code>index.configs</code> type (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1505">#1505</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f019adfc992a2596ec400a3eb2220ae9edb6174d">f019adf</a>)</li> </ul> <h2>v57.0.4</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.3...v57.0.4">57.0.4</a> (2025-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>jsdoc/examples/rules</code> and <code>jsdoc/default-expressions/rules</code> configs:</strong> add <a href="https://github.com/stylistic"><code>@​stylistic</code></a>, <a href="https://github.com/typescript-eslint"><code>@​typescript-eslint</code></a>, and eslint-plulgin-n equivalents to default disabled rules (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1504">#1504</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ab149825b97bdbec054397e6dae9a848e459db3a">ab14982</a>)</li> </ul> <h2>v57.0.3</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.2...v57.0.3">57.0.3</a> (2025-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>valid-types</code>:</strong> avoid reporting for <code>next</code> (handled by own rule) (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1503">#1503</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/76b8406cf9d3248c39c35d263451f3f3e320a99c">76b8406</a>)</li> </ul> <h2>v57.0.2</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.1...v57.0.2">57.0.2</a> (2025-09-13)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6692d0e2d90cad836b110a6e50b9ebd9b56e22df"><code>6692d0e</code></a> fix(types): plugin property should be an intersection; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1509">#1509</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1510">#1510</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/03a8a69abc07d4b6739b587cf582b4cfcab8daa2"><code>03a8a69</code></a> fix: CJS export regression; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1478">#1478</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1508">#1508</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/34e5910410470b1790da9001af3a22d3eed1e28b"><code>34e5910</code></a> fix(<code>examples</code> configs): disable <code>@typescript-eslint/no-unsed-vars</code> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1507">#1507</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d1370211624c4d328a51040a0d5994f44ad163c1"><code>d137021</code></a> docs(processor): demonstrate use with TypeScript (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1506">#1506</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f019adfc992a2596ec400a3eb2220ae9edb6174d"><code>f019adf</code></a> fix(types): add missing configs to <code>index.configs</code> type (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1505">#1505</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ab149825b97bdbec054397e6dae9a848e459db3a"><code>ab14982</code></a> fix(<code>jsdoc/examples/rules</code> and <code>jsdoc/default-expressions/rules</code> configs): ad...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/76b8406cf9d3248c39c35d263451f3f3e320a99c"><code>76b8406</code></a> fix(<code>valid-types</code>): avoid reporting for <code>next</code> (handled by own rule) (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1503">#1503</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/91f1c309298ef8454bc928108e37652c896a0897"><code>91f1c30</code></a> fix(<code>extraRuleDefinitions.forbid</code> jsdoc function option): point default link ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/33a4529ecbb2d7ef23bfaee2e28761cda98f97b3"><code>33a4529</code></a> fix(<code>require-next-type</code>, <code>require-throws-type</code>, <code>require-yields-type</code>): fix U...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/06454288b7b1037923f6665afd0cb8af512ea6ef"><code>0645428</code></a> feat(<code>require-next-type</code>, <code>require-throws-type</code>, <code>require-yields-type</code>): adds...</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v56.1.2...v57.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=56.1.2&new-version=57.0.8)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:04:36 +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#1675
No description provided.