From 35e02b2a5b37017ff281e13201a574c798bf418c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:01:07 +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/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.31.0 to 9.32.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.32.0/packages/js) Updates `typescript-eslint` from 8.37.0 to 8.38.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.38.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.38.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 eadad0258..2acff7cce 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -6,7 +6,7 @@ "node": ">=20.18" }, "dependencies": { - "@eslint/js": "9.31.0", + "@eslint/js": "9.32.0", "eslint": "9.14.0", "eslint-config-love": "121.0.0", "eslint-plugin-import": "2.32.0", @@ -18,7 +18,7 @@ "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.2", - "typescript-eslint": "8.37.0" + "typescript-eslint": "8.38.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."