From 2aaad0e5a7e070004916d4b81fe3666171f9938f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:03:19 +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-config-love](https://github.com/mightyiam/eslint-config-love) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-config-love` from 134.0.0 to 136.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/v134.0.0...v136.0.0) Updates `typescript-eslint` from 8.48.0 to 8.48.1 - [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.48.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-config-love dependency-version: 136.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.48.1 dependency-type: direct:production update-type: version-update:semver-patch 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 c79b7df53..dff7f4d02 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -8,7 +8,7 @@ "dependencies": { "@eslint/js": "9.39.1", "eslint": "9.35.0", - "eslint-config-love": "134.0.0", + "eslint-config-love": "136.0.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "61.4.1", "eslint-plugin-license-header": "0.8.0", @@ -18,7 +18,7 @@ "eslint-plugin-tsdoc": "0.5.0", "globals": "^16.0.0", "neostandard": "0.12.2", - "typescript-eslint": "8.48.0" + "typescript-eslint": "8.48.1" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."