Skip to content

chore(deps): update dependency eslint-plugin-jsdoc to v62#9

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-jsdoc-62.x
Open

chore(deps): update dependency eslint-plugin-jsdoc to v62#9
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-jsdoc-62.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jsdoc 61.7.162.8.1 age confidence

Release Notes

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v62.8.1

Compare Source

Bug Fixes

v62.8.0

Compare Source

Features
  • tsdoc-ruleset: add recommended TSDoc ruleset (a96bc7c)

v62.7.1

Compare Source

Bug Fixes
  • require-property: err if user blocks [@property](https://redirect.github.com/property); fixes #​1634 (23a9f1d)

v62.7.0

Compare Source

Features

v62.6.1

Compare Source

Bug Fixes
  • check-param-names: only fire on TSPropertySignature if with TSFunctionNode; fixes #​1663 (951d354)

v62.6.0

Compare Source

Features

v62.5.5

Compare Source

v62.5.4

Compare Source

Bug Fixes
  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #​1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #​1655 (bfef848)

v62.5.3

Compare Source

Bug Fixes
  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #​1651 (a252868)

v62.5.2

Compare Source

Bug Fixes
  • valid-types: allow numeric properties for jsdoc mode; fixes #​1646 (122d283)

v62.5.1

Compare Source

Bug Fixes
  • require-template: stop treating type parameters names as unknown template names; fixes #​1648 (dfc662e)
  • type-formatting: update jsdoccomment and devDeps.; fixes #​1647 (19f36b6)

v62.5.0

Compare Source

Features
  • check-tag-names: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags; add TSDoc and typedoc tags (925f6e3)
  • require-description-complete-sentence: allow inline inheritDoc, inheritdoc, include, includeCode, label to avoid rule; fixes #​1641 (c5a09c8)
  • valid-types: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags (c078633)

v62.4.1

Compare Source

v62.4.0

Compare Source

Features

v62.3.1

Compare Source

Bug Fixes

v62.3.0

Compare Source

v62.2.0

Compare Source

v62.1.0

Compare Source

v62.0.1

Compare Source

v62.0.0

Compare Source

Features
  • update jsdoccomment, allowing for skipInvokedExpressionsForCommentFinding setting; fixes #​1624 (9c0e4a3)
BREAKING CHANGES
  • Require Node ^20.19.0 || ^22.13.0 || >=24

Configuration

📅 Schedule: Branch creation - "before 6am on friday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from MaximSrour as a code owner March 12, 2026 13:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-62.x branch from 690d564 to d94592a Compare March 12, 2026 13:54
@MaximSrour MaximSrour requested a review from Copilot March 12, 2026 15:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s linting toolchain by bumping eslint-plugin-jsdoc to the latest major version, bringing along transitive dependency and engine requirement updates.

Changes:

  • Bump eslint-plugin-jsdoc from 61.7.1 to 62.8.0.
  • Refresh package-lock.json to reflect updated transitive deps (e.g., @es-joy/jsdoccomment, comment-parser, jsdoc-type-pratt-parser, etc.).
  • Pull in updated Node engine constraints from the updated dependency metadata.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates eslint-plugin-jsdoc devDependency to 62.8.0.
package-lock.json Updates lockfile entries for eslint-plugin-jsdoc and related transitive dependencies/metadata.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 80 to 84
"eslint": "9.39.4",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "61.7.1",
"eslint-plugin-jsdoc": "62.8.0",
"eslint-plugin-unused-imports": "4.4.1",
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating eslint-plugin-jsdoc to v62.x introduces a stricter Node.js engine requirement ("^20.19.0 || ^22.13.0 || >=24" per the dependency metadata). This repo currently doesn't declare a Node version in package.json (no "engines" field), so contributors using e.g. Node 20.11 or Node 22.0 may hit install failures with a confusing engines error. Consider adding an explicit "engines.node" range (and/or documenting the required Node versions) to make the requirement clear and catch mismatches earlier.

Copilot uses AI. Check for mistakes.
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-62.x branch from d94592a to b4c79cd Compare March 26, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant