From 9cd5283ad66aeefacdcf3b7df7c8685e6df83d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:59:56 +0200 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 48.9.2 to 48.10.1 (#1115) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.9.2 to 48.10.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/v48.9.2...v48.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f658079d..c5c33ce9 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "esbuild-plugin-copy": "^2.1.1", "eslint": "^9.8.0", "eslint-define-config": "^2.1.0", - "eslint-plugin-jsdoc": "^48.9.2", + "eslint-plugin-jsdoc": "^48.10.1", "eslint-plugin-simple-import-sort": "^12.1.1", "expect": "^29.7.0", "glob": "^11.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 663daafc..ee80cac9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,8 +128,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 eslint-plugin-jsdoc: - specifier: ^48.9.2 - version: 48.9.2(eslint@9.8.0) + specifier: ^48.10.1 + version: 48.10.1(eslint@9.8.0) eslint-plugin-simple-import-sort: specifier: ^12.1.1 version: 12.1.1(eslint@9.8.0) @@ -2539,8 +2539,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-jsdoc@48.9.2: - resolution: {integrity: sha512-ydqg2lEY/WxhMXEb1ZAn+yRbc43DlKYdMP/nUreF5ODE1P9mgeff8atL16lYNNKOvYxNOzL85/5gFVeGylSioA==} + eslint-plugin-jsdoc@48.10.1: + resolution: {integrity: sha512-dxV7ytazLW9CdPahds07FljQ960vLQG65mUnFi8/6Pc6u6miCZNGYrnKVHrnnrcj+LikhiKAayjrUiNttzRMEg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -8371,7 +8371,7 @@ snapshots: eslint: 9.8.0 eslint-compat-utils: 0.5.1(eslint@9.8.0) - eslint-plugin-jsdoc@48.9.2(eslint@9.8.0): + eslint-plugin-jsdoc@48.10.1(eslint@9.8.0): dependencies: '@es-joy/jsdoccomment': 0.46.0 are-docs-informative: 0.0.2 @@ -8379,6 +8379,7 @@ snapshots: debug: 4.3.6 escape-string-regexp: 4.0.0 eslint: 9.8.0 + espree: 10.1.0 esquery: 1.6.0 parse-imports: 2.1.1 semver: 7.6.3 -- 2.34.1