From a50309c2b38030a922ad0771bd6ea4e020778ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:02:44 +0000 Subject: [PATCH] chore(deps): bump the eslint group across 1 directory with 4 updates Bumps the eslint group with 4 updates in the /tools/code-style directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [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/js` from 9.33.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js) Updates `eslint-config-love` from 121.0.0 to 122.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](https://github.com/mightyiam/eslint-config-love/compare/v121.0.0...v122.0.0) Updates `eslint-plugin-jsdoc` from 52.0.4 to 54.1.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/v52.0.4...v54.1.1) Updates `typescript-eslint` from 8.39.0 to 8.41.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.41.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-love dependency-version: 122.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 54.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index e21066d35..8c5124093 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -6,11 +6,11 @@ "node": ">=20.18" }, "dependencies": { - "@eslint/js": "9.33.0", + "@eslint/js": "9.34.0", "eslint": "9.14.0", - "eslint-config-love": "121.0.0", + "eslint-config-love": "122.0.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-jsdoc": "52.0.4", + "eslint-plugin-jsdoc": "54.1.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.39.0" + "typescript-eslint": "8.41.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."