[PR #1770] [CLOSED] Bump eslint-plugin-jsdoc from 57.2.0 to 60.1.1 #1691

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2b33cc5 Bump eslint-plugin-jsdoc from 57.2.0 to 60.1.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 60.1.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v60.1.1

60.1.1 (2025-09-22)

Bug Fixes

  • reject-any-type, reject-function-type: prevent object replacement as with check-types; fixes #1538 (#1539) (0c4c654)

v60.1.0

60.1.0 (2025-09-21)

Features

v60.0.0

60.0.0 (2025-09-20)

Bug Fixes

  • require-tags: change rule name to be consistent with other rules (#1535) (70c1b2e)

BREAKING CHANGES

  • require-tags: Changes required-tags to require-tags.

v59.1.0

59.1.0 (2025-09-20)

Features

v59.0.2

59.0.2 (2025-09-19)

Bug Fixes

  • allow typedefs with no initial whitespace; fixes #1217 (c8612b2)

v59.0.1

59.0.1 (2025-09-18)

Bug Fixes

... (truncated)

Commits
  • 0c4c654 fix(reject-any-type, reject-function-type): prevent object replacement as...
  • 751428c feat(tag-lines): maxBlockLines option; fixes #1346 (#1532)
  • 70c1b2e fix(require-tags): change rule name to be consistent with other rules (#1535)
  • 47299db feat(required-tags): add new rule; fixes #1235
  • d9ca0ac chore: allow empty rule description for rule creation and rebuild index file
  • c8612b2 fix: allow typedefs with no initial whitespace; fixes #1217
  • 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...
  • 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/1770 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/23/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-60.1.1` --- ### 📝 Commits (1) - [`2b33cc5`](https://github.com/DavidAnson/markdownlint/commit/2b33cc5989b8656c9d264f704f194b64c623d86e) Bump eslint-plugin-jsdoc from 57.2.0 to 60.1.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 60.1.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>v60.1.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.1.0...v60.1.1">60.1.1</a> (2025-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>reject-any-type</code>, <code>reject-function-type</code>:</strong> prevent object replacement as with <code>check-types</code>; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1538">#1538</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1539">#1539</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0c4c654e4f958305fa54f3153c82b0548784894b">0c4c654</a>)</li> </ul> <h2>v60.1.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.0.0...v60.1.0">60.1.0</a> (2025-09-21)</h1> <h3>Features</h3> <ul> <li><strong><code>tag-lines</code>:</strong> <code>maxBlockLines</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1346">#1346</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1532">#1532</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/751428cd1b6740e34b68c301b7ab585cf2defb86">751428c</a>)</li> </ul> <h2>v60.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v59.1.0...v60.0.0">60.0.0</a> (2025-09-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-tags</code>:</strong> change rule name to be consistent with other rules (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1535">#1535</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/70c1b2e5535b9ba03873075e21d604be79fd2ec2">70c1b2e</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong><code>require-tags</code>:</strong> Changes <code>required-tags</code> to <code>require-tags</code>.</li> </ul> <h2>v59.1.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v59.0.2...v59.1.0">59.1.0</a> (2025-09-20)</h1> <h3>Features</h3> <ul> <li><strong><code>required-tags</code>:</strong> add new rule; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1235">#1235</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/47299db7c09eb2e448f1062d7e7c7527accb4c3d">47299db</a>)</li> </ul> <h2>v59.0.2</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v59.0.1...v59.0.2">59.0.2</a> (2025-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li>allow typedefs with no initial whitespace; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1217">#1217</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c8612b257c350173cd9db3e22aaf71317a7013da">c8612b2</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0c4c654e4f958305fa54f3153c82b0548784894b"><code>0c4c654</code></a> fix(<code>reject-any-type</code>, <code>reject-function-type</code>): prevent object replacement as...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/751428cd1b6740e34b68c301b7ab585cf2defb86"><code>751428c</code></a> feat(<code>tag-lines</code>): <code>maxBlockLines</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1346">#1346</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1532">#1532</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/70c1b2e5535b9ba03873075e21d604be79fd2ec2"><code>70c1b2e</code></a> fix(<code>require-tags</code>): change rule name to be consistent with other rules (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1535">#1535</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/47299db7c09eb2e448f1062d7e7c7527accb4c3d"><code>47299db</code></a> feat(<code>required-tags</code>): add new rule; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1235">#1235</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d9ca0ac9cb48d31698381bb6fa3d43cc6e4b70a4"><code>d9ca0ac</code></a> chore: allow empty rule description for rule creation and rebuild index file</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c8612b257c350173cd9db3e22aaf71317a7013da"><code>c8612b2</code></a> fix: allow typedefs with no initial whitespace; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1217">#1217</a></li> <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>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.2.0...v60.1.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=60.1.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-03 02:04:41 +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#1691
No description provided.