From 727b5bb2a05166ed936915e56085d65b01f05eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:30:26 +0000 Subject: [PATCH] chore(deps): bump the eslint group across 1 directory with 3 updates Bumps the eslint group with 3 updates in the /tools/code-style directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-plugin-jsdoc` from 61.1.12 to 61.2.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/v61.1.12...v61.2.1) Updates `eslint-plugin-tsdoc` from 0.4.0 to 0.5.0 - [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.0/eslint-plugin) Updates `typescript-eslint` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 61.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-tsdoc dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.46.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index cb90d24ee..11d4669f0 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -10,15 +10,15 @@ "eslint": "9.35.0", "eslint-config-love": "133.0.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-jsdoc": "61.1.12", + "eslint-plugin-jsdoc": "61.2.1", "eslint-plugin-license-header": "0.8.0", "eslint-plugin-n": "17.23.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", - "eslint-plugin-tsdoc": "0.4.0", + "eslint-plugin-tsdoc": "0.5.0", "globals": "^16.0.0", "neostandard": "0.12.2", - "typescript-eslint": "8.46.3" + "typescript-eslint": "8.46.4" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."