From 4ba5394fe508214c198b97e30c09c6b217d9f7e1 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:56:06 -0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsdoc to v62.2.0 (#2238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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://redirect.github.com/gajus/eslint-plugin-jsdoc) | [`62.1.0` → `62.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/62.1.0/62.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/62.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/62.1.0/62.2.0?slim=true) | --- ### Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v62.2.0`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v62.2.0) [Compare Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v62.1.0...v62.2.0) ##### Features - **`no-undefined-types`:** support strict validation for TS namespaces ([#​1616](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1616)) ([ed260c5](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/ed260c59eee80c365b3f6544056622a680a96f51))
--- ### 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 --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 642d9ab..a9e2f64 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "css-loader": "7.1.2", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", - "eslint-plugin-jsdoc": "62.1.0", + "eslint-plugin-jsdoc": "62.2.0", "eslint-plugin-prettier": "5.5.5", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", diff --git a/yarn.lock b/yarn.lock index 116465c..4b98339 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6650,9 +6650,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:62.1.0": - version: 62.1.0 - resolution: "eslint-plugin-jsdoc@npm:62.1.0" +"eslint-plugin-jsdoc@npm:62.2.0": + version: 62.2.0 + resolution: "eslint-plugin-jsdoc@npm:62.2.0" dependencies: "@es-joy/jsdoccomment": "npm:~0.81.0" "@es-joy/resolve.exports": "npm:1.2.0" @@ -6670,7 +6670,7 @@ __metadata: to-valid-identifier: "npm:^1.0.0" peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 10c0/6d897547f473c95c5662efa0095ff1b865d85a396a6b9d67132fca706801a5e6661846b0aa19d70a8f84a89fb66942dde93441bf2261bcc44bd7c5e92d7767c9 + checksum: 10c0/741e95ed62631c6c20784266e7997004250087872b170447fdacf2f3535be6ac989d150121353c6b4c5c6e1ae87c81391250cf4d16a184a0c1bf2d86b64d03d2 languageName: node linkType: hard @@ -7610,7 +7610,7 @@ __metadata: css-loader: "npm:7.1.2" eslint: "npm:9.39.2" eslint-config-prettier: "npm:10.1.8" - eslint-plugin-jsdoc: "npm:62.1.0" + eslint-plugin-jsdoc: "npm:62.2.0" eslint-plugin-prettier: "npm:5.5.5" eslint-plugin-react: "npm:7.37.5" eslint-plugin-react-hooks: "npm:7.0.1"