Skip to content

chore(deps-dev): bump eslint-plugin-jsdoc from 61.4.1 to 62.4.1#416

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-62.4.1
Closed

chore(deps-dev): bump eslint-plugin-jsdoc from 61.4.1 to 62.4.1#416
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-62.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps eslint-plugin-jsdoc from 61.4.1 to 62.4.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.4.1

62.4.1 (2026-01-24)

Bug Fixes

v62.4.0

62.4.0 (2026-01-23)

Features

  • type-formatting: support trailingPunctuationMultilineOnly boolean option; fixes #1636 (#1638) (3907822)

v62.3.1

62.3.1 (2026-01-22)

Bug Fixes

v62.3.0

62.3.0 (2026-01-20)

Features

  • type-formatting: add objectTypeBracketSpacing option; fixes #1615 (#1632) (78b6980)

v62.2.0

62.2.0 (2026-01-19)

Features

  • no-undefined-types: support strict validation for TS namespaces (#1616) (ed260c5)

v62.1.0

62.1.0 (2026-01-17)

Features

v62.0.1

62.0.1 (2026-01-17)

... (truncated)

Commits
  • ba0034e fix: update jsdoccomment, devDeps. (#1639)
  • 3907822 feat(type-formatting): support trailingPunctuationMultilineOnly boolean o...
  • f443986 fix: update comment-parser, devDeps (#1637)
  • 78b6980 feat(type-formatting): add objectTypeBracketSpacing option; fixes #1615 (...
  • ed260c5 feat(no-undefined-types): support strict validation for TS namespaces (#1616)
  • 0170773 feat: update comment-parser; fixes #1116 ; fixes #1348
  • e63dc23 fix(require-template): treat infer statement types as defined; fixes #1628
  • 9c0e4a3 feat: update jsdoccomment, allowing for `skipInvokedExpressionsForCommentFind...
  • a530471 chore: update actions
  • fe29ef9 fix(github): npm release (#1623)
  • 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added automated Automated pull requests (e.g., Dependabot) dependencies Pull requests that update a dependency file labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-62.4.1 branch 3 times, most recently from dafe6bd to 176e416 Compare February 24, 2026 10:07
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.4.1 to 62.4.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v61.4.1...v62.4.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@mherod mherod force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-62.4.1 branch from 176e416 to 50525a3 Compare March 13, 2026 22:50
@mherod mherod enabled auto-merge (squash) March 13, 2026 22:50
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

PR Review: Dependabot bump eslint-plugin-jsdoc 61.4.1 → 62.7.1

Overview

Dev-only dependency update for the JSDoc ESLint plugin. Major version bump (61 → 62) but changelog shows only additive features and bug fixes with no breaking rule changes.

Findings

Observations

  • Node engine requirement tightened: New version requires ^20.19.0 || ^22.13.0 || >=24 (up from >=20.11.0). CI matrix covers Node 20.x, 22.x, and 24.x — should be fine as long as the 20.x runner resolves to >=20.19.
  • Transitive updates pull in newer @es-joy/jsdoccomment, comment-parser, jsdoc-type-pratt-parser, and semver — all routine.
  • PR title says 62.4.1 but resolved version is 62.7.1 — cosmetic, Dependabot generates titles from the original range.

What's Good

  • Dev-only change: zero runtime impact
  • Changelog is clean — new rule options (trailingPunctuationMultilineOnly, objectTypeBracketSpacing, TS namespace support) are opt-in
  • CI matrix will surface any lint regressions before merge

Summary

Safe to merge once CI passes. LGTM.

@mherod
Copy link
Copy Markdown
Owner

mherod commented Mar 15, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mherod mherod closed this Mar 15, 2026
@mherod
Copy link
Copy Markdown
Owner

mherod commented Mar 15, 2026

Closing: merge conflicts and Dependabot can't rebase (PR was externally edited). Dependabot will recreate a fresh PR on its next run.

auto-merge was automatically disabled March 15, 2026 20:28

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-62.4.1 branch March 15, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated pull requests (e.g., Dependabot) dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant