[PR #1764] [CLOSED] Bump eslint-plugin-jsdoc from 57.2.0 to 59.0.1 #3535

Closed
opened 2026-03-07 20:14:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1764
Author: @dependabot[bot]
Created: 9/19/2025
Status: Closed

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


📝 Commits (1)

  • 6b80a19 Bump eslint-plugin-jsdoc from 57.2.0 to 59.0.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 57.2.0 to 59.0.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v59.0.1

59.0.1 (2025-09-18)

Bug Fixes

  • require-yields-description, require-next-description: handle multiline descriptions; fixes #1528 (2544b12)
  • typescript: deprecate check-examples (9a2763b)

v59.0.0

59.0.0 (2025-09-18)

Bug Fixes

  • require-yields-check: remove exemptedBy option (7209fe0)
  • correct fixable false positives (2ff5f14), closes #1266

Features

  • require-next-description, require-throws-decription, require-yields-description: add rules; fixes #1526 (214a5f2)

BREAKING CHANGES

  • require-yields-check: Removes exemptedBy from require-yields-check. Should not be needed.

Also:

  • docs: create options dynamically from schemas

v58.1.1

58.1.1 (2025-09-17)

Bug Fixes

v58.1.0

58.1.0 (2025-09-16)

Features

  • require-param: add interfaceExemptsParamsCheck option; fixes #1511 (#1521) (a3bb85e)

v58.0.0

58.0.0 (2025-09-16)

... (truncated)

Commits
  • 2544b12 fix(require-yields-description, require-next-description): handle multili...
  • af006ab docs: update list of non-table rules on README
  • 9a2763b fix(typescript): deprecate check-examples
  • 214a5f2 feat(require-next-description, require-throws-decription, `require-yields...
  • 2ff5f14 fix: correct fixable false positives
  • 7209fe0 fix(require-yields-check): remove exemptedBy option
  • 1cf93b5 fix(type-formatting): remove propertyIndent option; fixes #1524 (#1525)
  • 8c270b3 test(reject-any-type): cover asterisk (#1523)
  • 3951bca docs(README): add missing rules (#1522)
  • a3bb85e feat(require-param): add interfaceExemptsParamsCheck option; fixes #1511 ...
  • 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/1764 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-59.0.1` --- ### 📝 Commits (1) - [`6b80a19`](https://github.com/DavidAnson/markdownlint/commit/6b80a1975d83d39a8e02d7bcc4e9941c99df6a08) Bump eslint-plugin-jsdoc from 57.2.0 to 59.0.1 ### 📊 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 57.2.0 to 59.0.1. <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>v59.0.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v59.0.0...v59.0.1">59.0.1</a> (2025-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-yields-description</code>, <code>require-next-description</code>:</strong> handle multiline descriptions; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1528">#1528</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2544b12238e248ab581e3c4964068e7d48cdf9b3">2544b12</a>)</li> <li><strong>typescript:</strong> deprecate <code>check-examples</code> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9a2763bb2927ee89b9399939ce8aa9925a825ab2">9a2763b</a>)</li> </ul> <h2>v59.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v58.1.1...v59.0.0">59.0.0</a> (2025-09-18)</h1> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-yields-check</code>:</strong> remove <code>exemptedBy</code> option (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7209fe06550be9f0fd55944018b746e307bce271">7209fe0</a>)</li> <li>correct fixable false positives (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2ff5f14f0a78e13f5c8dc1e041823c5d28ba4448">2ff5f14</a>), closes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1266">#1266</a></li> </ul> <h3>Features</h3> <ul> <li><strong><code>require-next-description</code>, <code>require-throws-decription</code>, <code>require-yields-description</code>:</strong> add rules; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1526">#1526</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/214a5f26c67ab29deddc12e0a44e2361aaecd22c">214a5f2</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong><code>require-yields-check</code>:</strong> Removes <code>exemptedBy</code> from <code>require-yields-check</code>. Should not be needed.</li> </ul> <p>Also:</p> <ul> <li>docs: create options dynamically from schemas</li> </ul> <h2>v58.1.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v58.1.0...v58.1.1">58.1.1</a> (2025-09-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>type-formatting</code>:</strong> remove <code>propertyIndent</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1524">#1524</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1525">#1525</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cf93b5a04ce11e676dcaf9bfaf16f42984795ac">1cf93b5</a>)</li> </ul> <h2>v58.1.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v58.0.0...v58.1.0">58.1.0</a> (2025-09-16)</h1> <h3>Features</h3> <ul> <li><strong><code>require-param</code>:</strong> add <code>interfaceExemptsParamsCheck</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1511">#1511</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1521">#1521</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/a3bb85e6faba22d5c3eb19e84ed70ea0005f369e">a3bb85e</a>)</li> </ul> <h2>v58.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.2.1...v58.0.0">58.0.0</a> (2025-09-16)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2544b12238e248ab581e3c4964068e7d48cdf9b3"><code>2544b12</code></a> fix(<code>require-yields-description</code>, <code>require-next-description</code>): handle multili...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/af006ab1477f1b0c9a531889307076beb3721a90"><code>af006ab</code></a> docs: update list of non-table rules on README</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9a2763bb2927ee89b9399939ce8aa9925a825ab2"><code>9a2763b</code></a> fix(typescript): deprecate <code>check-examples</code></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/214a5f26c67ab29deddc12e0a44e2361aaecd22c"><code>214a5f2</code></a> feat(<code>require-next-description</code>, <code>require-throws-decription</code>, `require-yields...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2ff5f14f0a78e13f5c8dc1e041823c5d28ba4448"><code>2ff5f14</code></a> fix: correct fixable false positives</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7209fe06550be9f0fd55944018b746e307bce271"><code>7209fe0</code></a> fix(<code>require-yields-check</code>): remove <code>exemptedBy</code> option</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cf93b5a04ce11e676dcaf9bfaf16f42984795ac"><code>1cf93b5</code></a> fix(<code>type-formatting</code>): remove <code>propertyIndent</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1524">#1524</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1525">#1525</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8c270b3753c8704493082871a3a51e9ef916ecdc"><code>8c270b3</code></a> test(<code>reject-any-type</code>): cover asterisk (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1523">#1523</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3951bca6849b077361f160c6f8133198f4e7a9a7"><code>3951bca</code></a> docs(README): add missing rules (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1522">#1522</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/a3bb85e6faba22d5c3eb19e84ed70ea0005f369e"><code>a3bb85e</code></a> feat(<code>require-param</code>): add <code>interfaceExemptsParamsCheck</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1511">#1511</a> ...</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.2.0...v59.0.1">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=57.2.0&new-version=59.0.1)](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-07 20:14:14 +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#3535
No description provided.