From 13724970984bec0748e14758ff401c55fdd4db6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:02:52 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jsdoc from 57.0.7 to 59.0.2 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 57.0.7 to 59.0.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.7...v59.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 59.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 344faf3..e77f409 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.35.0", "eslint": "^9.35.0", - "eslint-plugin-jsdoc": "^57.0.7", + "eslint-plugin-jsdoc": "^59.0.2", "eslint-plugin-perfectionist": "^4.15.0", "husky": "^9.1.7", "lint-staged": "^16.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1d15d0..fc8c2a3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^9.35.0 version: 9.35.0(jiti@2.5.1) eslint-plugin-jsdoc: - specifier: ^57.0.7 - version: 57.0.7(eslint@9.35.0(jiti@2.5.1)) + specifier: ^59.0.2 + version: 59.0.2(eslint@9.35.0(jiti@2.5.1)) eslint-plugin-perfectionist: specifier: ^4.15.0 version: 4.15.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.5.4) @@ -368,6 +368,10 @@ packages: resolution: {integrity: sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.44.0': + resolution: {integrity: sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.43.0': resolution: {integrity: sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -851,8 +855,8 @@ packages: eslint-import-resolver-node: optional: true - eslint-plugin-jsdoc@57.0.7: - resolution: {integrity: sha512-8KMn+Tlukr9XWYjTRA+aaFGbox4cV7IUO/8dYcyp5m4OPPOZmnCTNwtWeyRVnbbnuG4sPtMB6L7ct0KlemmNbQ==} + eslint-plugin-jsdoc@59.0.2: + resolution: {integrity: sha512-VZuXTN0RCt70SMa0vVoyX0kq9c6j/A9c3u66U3jsSC5juabbXSILK6pfmJMSItIPnOMYQbVFSpo22Mzpsm36bw==} engines: {node: '>=20.11.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2107,7 +2111,7 @@ snapshots: '@es-joy/jsdoccomment@0.58.0': dependencies: '@types/estree': 1.0.8 - '@typescript-eslint/types': 8.43.0 + '@typescript-eslint/types': 8.44.0 comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 5.4.0 @@ -2257,7 +2261,7 @@ snapshots: '@typescript-eslint/project-service@8.43.0(typescript@5.5.4)': dependencies: '@typescript-eslint/tsconfig-utils': 8.43.0(typescript@5.5.4) - '@typescript-eslint/types': 8.43.0 + '@typescript-eslint/types': 8.44.0 debug: 4.4.3 typescript: 5.5.4 transitivePeerDependencies: @@ -2286,6 +2290,8 @@ snapshots: '@typescript-eslint/types@8.43.0': {} + '@typescript-eslint/types@8.44.0': {} + '@typescript-eslint/typescript-estree@8.43.0(typescript@5.5.4)': dependencies: '@typescript-eslint/project-service': 8.43.0(typescript@5.5.4) @@ -2843,7 +2849,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@57.0.7(eslint@9.35.0(jiti@2.5.1)): + eslint-plugin-jsdoc@59.0.2(eslint@9.35.0(jiti@2.5.1)): dependencies: '@es-joy/jsdoccomment': 0.58.0 are-docs-informative: 0.0.2 -- 2.53.0