[PR #1906] [MERGED] Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.0 #1788

Closed
opened 2026-03-03 02:05:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1906
Author: @dependabot[bot]
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @DavidAnson

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


📝 Commits (1)

  • 9f795c4 Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 61.5.0 to 62.0.0.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.0.0

62.0.0 (2026-01-09)

Features

  • update jsdoccomment, allowing for skipInvokedExpressionsForCommentFinding setting; fixes #1624 (9c0e4a3)

BREAKING CHANGES

  • Require Node ^20.19.0 || ^22.13.0 || >=24

v61.7.1

61.7.1 (2026-01-08)

Bug Fixes

v61.7.0

61.7.0 (2026-01-05)

Features

  • update esquery and devDeps. (31d6e22)

v61.6.1

61.6.1 (2025-12-23)

Bug Fixes

  • check-property-names: allow separate typedefs; fixes #1619 (f013e19)

v61.6.0

61.6.0 (2025-12-22)

Features

  • require-jsdoc: add checkAllFunctionExpressions option to force check FunctionExpression's regardless of context; fixes #1613 (#1614) (f219b62)
  • bump espree, jsdoccomment, and devDeps. (6ee0613)
Commits
  • 9c0e4a3 feat: update jsdoccomment, allowing for `skipInvokedExpressionsForCommentFind...
  • a530471 chore: update actions
  • fe29ef9 fix(github): npm release (#1623)
  • 31d6e22 feat: update esquery and devDeps.
  • 3b5b52d chore: adopt trusted publisher
  • 4527be2 chore: update devDeps.
  • f013e19 fix(check-property-names): allow separate typedefs; fixes #1619
  • 5fef3f3 chore: bump Node 22 version for semantic-release (#1618)
  • e364c17 chore: remove rollup from optionalDependencies (#1617)
  • 6f069f3 chore: bump espree, jsdoccomment, and devDeps.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jsdoc since your current version.


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/1906 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-62.0.0` --- ### 📝 Commits (1) - [`9f795c4`](https://github.com/DavidAnson/markdownlint/commit/9f795c4b2bf3bd6d7921a3c7c4a8cb048fde5dfe) Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.0 ### 📊 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 61.5.0 to 62.0.0. <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>v62.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.7.1...v62.0.0">62.0.0</a> (2026-01-09)</h1> <h3>Features</h3> <ul> <li>update jsdoccomment, allowing for <code>skipInvokedExpressionsForCommentFinding</code> setting; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1624">#1624</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9c0e4a32c6a4e2fba9c50d739f0ddbceb3bac678">9c0e4a3</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Require Node ^20.19.0 || ^22.13.0 || &gt;=24</li> </ul> <h2>v61.7.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.7.0...v61.7.1">61.7.1</a> (2026-01-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>github</code>:</strong> <code>npm</code> release (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1623">#1623</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/fe29ef98bcf29b1503fa273554c8fb3754afd390">fe29ef9</a>)</li> </ul> <h2>v61.7.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.6.1...v61.7.0">61.7.0</a> (2026-01-05)</h1> <h3>Features</h3> <ul> <li>update esquery and devDeps. (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31d6e22d17fcec6ccf33e8c94940909fc703a6e0">31d6e22</a>)</li> </ul> <h2>v61.6.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.6.0...v61.6.1">61.6.1</a> (2025-12-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>check-property-names</code>:</strong> allow separate typedefs; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1619">#1619</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f013e19d299289c3b6d041b255791624fd23ce57">f013e19</a>)</li> </ul> <h2>v61.6.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.5.0...v61.6.0">61.6.0</a> (2025-12-22)</h1> <h3>Features</h3> <ul> <li><strong><code>require-jsdoc</code>:</strong> add <code>checkAllFunctionExpressions</code> option to force check <code>FunctionExpression</code>'s regardless of context; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1613">#1613</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1614">#1614</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f219b6282a1383b99d3a1497abf2836c03346b65">f219b62</a>)</li> <li>bump espree, jsdoccomment, and devDeps. (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6ee06135fe2186a7b8548e8f396d2cb6d7dbea3b">6ee0613</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9c0e4a32c6a4e2fba9c50d739f0ddbceb3bac678"><code>9c0e4a3</code></a> feat: update jsdoccomment, allowing for `skipInvokedExpressionsForCommentFind...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/a530471032e83a62e736f9da687cba0ed6db33bc"><code>a530471</code></a> chore: update actions</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/fe29ef98bcf29b1503fa273554c8fb3754afd390"><code>fe29ef9</code></a> fix(<code>github</code>): <code>npm</code> release (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1623">#1623</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31d6e22d17fcec6ccf33e8c94940909fc703a6e0"><code>31d6e22</code></a> feat: update esquery and devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3b5b52dc15789b467dc531e9ac654890d59a25f9"><code>3b5b52d</code></a> chore: adopt trusted publisher</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4527be2db15f167c07af5391e5cc675087671a1a"><code>4527be2</code></a> chore: update devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f013e19d299289c3b6d041b255791624fd23ce57"><code>f013e19</code></a> fix(<code>check-property-names</code>): allow separate typedefs; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1619">#1619</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5fef3f3c01b7e5457c3c99dd323229cdacf43816"><code>5fef3f3</code></a> chore: bump Node 22 version for semantic-release (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1618">#1618</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e364c179fe23e8da3052e51b64059250f5a38f98"><code>e364c17</code></a> chore: remove rollup from optionalDependencies (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1617">#1617</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6f069f3abf4a4fade089a2d31f1008fc1c9c7654"><code>6f069f3</code></a> chore: bump espree, jsdoccomment, and devDeps.</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.5.0...v62.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for eslint-plugin-jsdoc since your current version.</p> </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=61.5.0&new-version=62.0.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 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:05:09 +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#1788
No description provided.