From fd373f4088794c597a196b61cf34dc5f711e3a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:31:08 +0000 Subject: [PATCH] chore(deps): bump the eslint group across 1 directory with 2 updates Bumps the eslint group with 2 updates in the /tools/code-style directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-plugin-jsdoc` from 54.1.1 to 54.3.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/v54.1.1...v54.3.1) Updates `typescript-eslint` from 8.41.0 to 8.42.0 - [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.42.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 54.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index 8c5124093..1fb2a11dd 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -10,7 +10,7 @@ "eslint": "9.14.0", "eslint-config-love": "122.0.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-jsdoc": "54.1.1", + "eslint-plugin-jsdoc": "54.3.1", "eslint-plugin-license-header": "0.8.0", "eslint-plugin-n": "17.21.3", "eslint-plugin-promise": "7.2.1", @@ -18,7 +18,7 @@ "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.2", - "typescript-eslint": "8.41.0" + "typescript-eslint": "8.42.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."