From 75461ad9ccf9a8eb045c7cca314cae9c95c9c71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:00:31 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jsdoc in the regular group Bumps the regular group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 51.3.4 to 51.4.0 - [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/v51.3.4...v51.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 51.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fb1321e..0e5973a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.31.0", "eslint": "^9.31.0", - "eslint-plugin-jsdoc": "^51.3.4", + "eslint-plugin-jsdoc": "^51.4.0", "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 a06400f..34e6e1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^9.31.0 version: 9.31.0(jiti@2.4.2) eslint-plugin-jsdoc: - specifier: ^51.3.4 - version: 51.3.4(eslint@9.31.0(jiti@2.4.2)) + specifier: ^51.4.0 + version: 51.4.0(eslint@9.31.0(jiti@2.4.2)) eslint-plugin-perfectionist: specifier: ^4.15.0 version: 4.15.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.5.4) @@ -372,6 +372,10 @@ packages: resolution: {integrity: sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.37.0': + resolution: {integrity: sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.36.0': resolution: {integrity: sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -855,8 +859,8 @@ packages: eslint-import-resolver-node: optional: true - eslint-plugin-jsdoc@51.3.4: - resolution: {integrity: sha512-maz6qa95+sAjMr9m5oRyfejc+mnyQWsWSe9oyv9371bh4/T0kWOMryJNO4h8rEd97wo/9lbzwi3OOX4rDhnAzg==} + eslint-plugin-jsdoc@51.4.0: + resolution: {integrity: sha512-woooKbcFiQdpfJg1g/WmFHItaZuDE14SZ7QVW3eV/5e3mbOicjtgVz6cFkYJ3MP9n5WL9/ZAvuWuGkAkMFhDYQ==} engines: {node: '>=20.11.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2100,7 +2104,7 @@ snapshots: '@es-joy/jsdoccomment@0.52.0': dependencies: '@types/estree': 1.0.8 - '@typescript-eslint/types': 8.36.0 + '@typescript-eslint/types': 8.37.0 comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 4.1.0 @@ -2280,6 +2284,8 @@ snapshots: '@typescript-eslint/types@8.36.0': {} + '@typescript-eslint/types@8.37.0': {} + '@typescript-eslint/typescript-estree@8.36.0(typescript@5.5.4)': dependencies: '@typescript-eslint/project-service': 8.36.0(typescript@5.5.4) @@ -2837,7 +2843,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@51.3.4(eslint@9.31.0(jiti@2.4.2)): + eslint-plugin-jsdoc@51.4.0(eslint@9.31.0(jiti@2.4.2)): dependencies: '@es-joy/jsdoccomment': 0.52.0 are-docs-informative: 0.0.2 -- 2.43.0