chore(deps): update dependency eslint-plugin-jsdoc to v62.5.4 #15

Open
renovate-bot wants to merge 1 commits from renovate/minor into main
Collaborator

This PR contains the following updates:

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

Release Notes

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

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`62.4.1` → `62.5.4`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.4.1/62.5.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.5.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.4.1/62.5.4?slim=true) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary> ### [`v62.5.4`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.5.4) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.5.3...v62.5.4) ##### Bug Fixes - **`no-undefined-types`:** avoid treating infer type identifier as undefined; fixes [#&#8203;1654](https://github.com/gajus/eslint-plugin-jsdoc/issues/1654) ([da44046](https://github.com/gajus/eslint-plugin-jsdoc/commit/da440462435d68cccee29dc78e599d9b0fab9e5f)) - **`no-undefined-types`:** ensure template tags are defined; fixes [#&#8203;1655](https://github.com/gajus/eslint-plugin-jsdoc/issues/1655) ([bfef848](https://github.com/gajus/eslint-plugin-jsdoc/commit/bfef8487603fccbdc1387ecd57a46b85755d9e14)) ### [`v62.5.3`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.5.3) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.5.2...v62.5.3) ##### Bug Fixes - **`default-expressions` and `examples` configs:** avoid applying deprecated rules now that ESLint warns against them; fixes [#&#8203;1651](https://github.com/gajus/eslint-plugin-jsdoc/issues/1651) ([a252868](https://github.com/gajus/eslint-plugin-jsdoc/commit/a252868199736888fee6530d873f3ec3238339bb)) ### [`v62.5.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.5.2) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.5.1...v62.5.2) ##### Bug Fixes - **`valid-types`:** allow numeric properties for jsdoc mode; fixes [#&#8203;1646](https://github.com/gajus/eslint-plugin-jsdoc/issues/1646) ([122d283](https://github.com/gajus/eslint-plugin-jsdoc/commit/122d2837f69172911f03e6e2bbdee33c03b8a4f1)) ### [`v62.5.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.5.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.5.0...v62.5.1) ##### Bug Fixes - **`require-template`:** stop treating type parameters names as unknown template names; fixes [#&#8203;1648](https://github.com/gajus/eslint-plugin-jsdoc/issues/1648) ([dfc662e](https://github.com/gajus/eslint-plugin-jsdoc/commit/dfc662ea500a536678772b356511636c7f18b228)) - **`type-formatting`:** update jsdoccomment and devDeps.; fixes [#&#8203;1647](https://github.com/gajus/eslint-plugin-jsdoc/issues/1647) ([19f36b6](https://github.com/gajus/eslint-plugin-jsdoc/commit/19f36b697517a39f9fce29b9d79637f45edce9b6)) ### [`v62.5.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.5.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.4.1...v62.5.0) ##### Features - **`check-tag-names`:** add Typedoc `include`, `includeCode`, and TSDoc `inheritDoc`/`inheritdoc` and `label` to allowable inline tags; add TSDoc and typedoc tags ([925f6e3](https://github.com/gajus/eslint-plugin-jsdoc/commit/925f6e35f099a52d1e6f4da62117a5865fc35e98)) - **`require-description-complete-sentence`:** allow inline `inheritDoc`, `inheritdoc`, `include`, `includeCode`, `label` to avoid rule; fixes [#&#8203;1641](https://github.com/gajus/eslint-plugin-jsdoc/issues/1641) ([c5a09c8](https://github.com/gajus/eslint-plugin-jsdoc/commit/c5a09c87ed86fd432211d547efd9bcf80827a39c)) - **`valid-types`:** add Typedoc `include`, `includeCode`, and TSDoc `inheritDoc`/`inheritdoc` and `label` to allowable inline tags ([c078633](https://github.com/gajus/eslint-plugin-jsdoc/commit/c0786335fd2193ad79ca8b043af7bf8ccb4c7bc7)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjciLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2026-02-01 03:20:51 -05:00
chore(deps): update dependency eslint-plugin-jsdoc to v62.5.0
Some checks failed
Build and Test / build (pull_request) Successful in 24s
Build and Test / release (pull_request) Has been skipped
renovate/artifacts Artifact file update failure
786a63f592
renovate-bot force-pushed renovate/minor from 786a63f592 to 4d1c652915 2026-02-03 13:12:51 -05:00 Compare
renovate-bot force-pushed renovate/minor from 4d1c652915 to a421f9616c 2026-02-04 14:12:51 -05:00 Compare
renovate-bot force-pushed renovate/minor from a421f9616c to ce12c8db9d 2026-02-04 15:12:51 -05:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-jsdoc to v62.5.0 to chore(deps): update dependency eslint-plugin-jsdoc to v62.5.1 2026-02-04 15:13:03 -05:00
renovate-bot force-pushed renovate/minor from ce12c8db9d to 67c67ad3e4 2026-02-05 08:13:24 -05:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-jsdoc to v62.5.1 to chore(deps): update dependency eslint-plugin-jsdoc to v62.5.2 2026-02-05 08:13:35 -05:00
renovate-bot force-pushed renovate/minor from 67c67ad3e4 to 6df4e08ffd 2026-02-05 13:12:52 -05:00 Compare
renovate-bot force-pushed renovate/minor from 6df4e08ffd to 0cf29938d2 2026-02-05 14:12:51 -05:00 Compare
renovate-bot force-pushed renovate/minor from 0cf29938d2 to 9baf1ccb49 2026-02-06 18:12:52 -05:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-jsdoc to v62.5.2 to chore(deps): update dependency eslint-plugin-jsdoc to v62.5.3 2026-02-06 18:13:01 -05:00
renovate-bot force-pushed renovate/minor from 9baf1ccb49 to 24eb2dc592 2026-02-07 13:12:51 -05:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-jsdoc to v62.5.3 to chore(deps): update dependency eslint-plugin-jsdoc to v62.5.4 2026-02-07 13:13:01 -05:00
renovate-bot force-pushed renovate/minor from 24eb2dc592 to 32a202c6ac 2026-02-09 13:38:46 -05:00 Compare
renovate-bot force-pushed renovate/minor from 32a202c6ac to d16749e078 2026-02-09 14:13:18 -05:00 Compare
All checks were successful
Build and Test / build (pull_request) Successful in 25s
Build and Test / release (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/minor:renovate/minor
git checkout renovate/minor
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lucasoskorep/aerospike-gnome#15