Skip to content

Bump eslint-plugin-jsdoc from 62.5.0 to 62.6.0 in the npm-minor group#3513

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/npm-minor-e1092f1102
Open

Bump eslint-plugin-jsdoc from 62.5.0 to 62.6.0 in the npm-minor group#3513
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/npm-minor-e1092f1102

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps the npm-minor group with 1 update: eslint-plugin-jsdoc.

Updates eslint-plugin-jsdoc from 62.5.0 to 62.6.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.6.0

62.6.0 (2026-02-18)

Features

  • tag-lines: add startLinesWithNoTags option; fixes #1661 (b36a67a)

v62.5.5

62.5.5 (2026-02-15)

Bug Fixes

  • check-param-names: check arrow function properties in interfaces (TSPropertySignature); fixes #1657 (c7b132f)

v62.5.4

62.5.4 (2026-02-07)

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

62.5.3 (2026-02-06)

Bug Fixes

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

v62.5.2

62.5.2 (2026-02-05)

Bug Fixes

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

v62.5.1

62.5.1 (2026-02-04)

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)
Commits
  • b36a67a feat(tag-lines): add startLinesWithNoTags option; fixes #1661
  • c7b132f fix(check-param-names): check arrow function properties in interfaces (TSPr...
  • bfef848 fix(no-undefined-types): ensure template tags are defined; fixes #1655
  • da44046 fix(no-undefined-types): avoid treating infer type identifier as undefined;...
  • a252868 fix(default-expressions and examples configs): avoid applying deprecated ...
  • 122d283 fix(valid-types): allow numeric properties for jsdoc mode; fixes #1646
  • dfc662e fix(require-template): stop treating type parameters names as unknown templ...
  • 19f36b6 fix(type-formatting): update jsdoccomment and devDeps.; fixes #1647
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).


Updates `eslint-plugin-jsdoc` from 62.5.0 to 62.6.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.5.0...v62.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Feb 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2026 17:53
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Feb 25, 2026
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Feb 25, 2026
@mbg mbg added the Rebuild Re-transpile JS & re-generate workflows label Feb 26, 2026
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Feb 26, 2026
@github-actions
Copy link
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft February 26, 2026 16:42
@mbg mbg marked this pull request as ready for review February 26, 2026 16:48
Copilot AI review requested due to automatic review settings February 26, 2026 16:48
Copy link
Contributor

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 a dev dependency used for linting by bumping eslint-plugin-jsdoc to the latest minor release, along with the corresponding lockfile and regenerated compiled artifacts.

Changes:

  • Bump eslint-plugin-jsdoc from ^62.5.0 to ^62.6.0.
  • Update package-lock.json to reflect the new resolved versions/transitive deps.
  • Regenerate compiled lib/ artifacts to keep them in sync with source/package metadata.

Reviewed changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Bumps eslint-plugin-jsdoc devDependency to ^62.6.0.
package-lock.json Updates lockfile entries for eslint-plugin-jsdoc and transitive dependencies.
lib/upload-sarif-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/upload-sarif-action-post.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/upload-lib.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/start-proxy-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/start-proxy-action-post.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/setup-codeql-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/resolve-environment-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/init-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/init-action-post.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/autobuild-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/analyze-action.js Regenerated compiled artifact reflecting updated dependency metadata.
lib/analyze-action-post.js Regenerated compiled artifact reflecting updated dependency metadata.

@henrymercer henrymercer added this pull request to the merge queue Feb 26, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants