From 307b022a0423281bec23d4479b56801c3240c2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:38:14 +0200 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jsdoc from 50.7.1 to 51.0.1 (#277) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.7.1 to 51.0.1. - [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/v50.7.1...v51.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 51.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 7627d50..6b1ef69 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.29.0", "eslint": "^9.29.0", - "eslint-plugin-jsdoc": "^50.8.0", + "eslint-plugin-jsdoc": "^51.1.1", "eslint-plugin-perfectionist": "^4.15.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b34984..dd25c84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^9.29.0 version: 9.29.0(jiti@2.4.2) eslint-plugin-jsdoc: - specifier: ^50.8.0 - version: 50.8.0(eslint@9.29.0(jiti@2.4.2)) + specifier: ^51.1.1 + version: 51.1.1(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-perfectionist: specifier: ^4.15.0 version: 4.15.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.5.4) @@ -217,8 +217,8 @@ packages: '@emnapi/wasi-threads@1.0.2': resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==} - '@es-joy/jsdoccomment@0.50.2': - resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==} + '@es-joy/jsdoccomment@0.51.1': + resolution: {integrity: sha512-fPn7AW/unCg3JRLt8Wg44HLRVkAEfkFIXiGRJbeOIrd7Hgl4iOFwVHpvVR8I5hJYpn5mNFWwIXR6A16ZRA/M9w==} engines: {node: '>=18'} '@eslint-community/eslint-utils@4.7.0': @@ -859,9 +859,9 @@ packages: eslint-import-resolver-node: optional: true - eslint-plugin-jsdoc@50.8.0: - resolution: {integrity: sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==} - engines: {node: '>=18'} + eslint-plugin-jsdoc@51.1.1: + resolution: {integrity: sha512-MU+7rYK2r4frl6Rb/5ebchjBN/jk6iXRMMOd/n3RyAHfaRL+jDfrvXi7b776p5qGaW7dAo8Fxc/s3pwNab9SEw==} + engines: {node: '>=20.11.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2101,7 +2101,7 @@ snapshots: tslib: 2.8.1 optional: true - '@es-joy/jsdoccomment@0.50.2': + '@es-joy/jsdoccomment@0.51.1': dependencies: '@types/estree': 1.0.8 '@typescript-eslint/types': 8.34.1 @@ -2845,9 +2845,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@50.8.0(eslint@9.29.0(jiti@2.4.2)): + eslint-plugin-jsdoc@51.1.1(eslint@9.29.0(jiti@2.4.2)): dependencies: - '@es-joy/jsdoccomment': 0.50.2 + '@es-joy/jsdoccomment': 0.51.1 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.4.1 -- 2.53.0