From 9903e2b5c6da8c6d8c9cad5dff1ebf4a6917874a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 12:01:11 +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.27.0 to 9.28.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.28.0/packages/js) Updates `typescript-eslint` from 8.32.1 to 8.33.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.33.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.33.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 d8f1e2d0c..4e07a7970 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -6,7 +6,7 @@ "node": ">=20.18" }, "dependencies": { - "@eslint/js": "9.27.0", + "@eslint/js": "9.28.0", "eslint": "9.14.0", "eslint-config-love": "120.0.0", "eslint-plugin-import": "2.31.0", @@ -18,7 +18,7 @@ "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.1", - "typescript-eslint": "8.32.1" + "typescript-eslint": "8.33.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."