From f357a7aca57cecf7501c4724c9bc6c7e2857ccf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:12:56 +0000 Subject: [PATCH] chore(deps): bump typescript-eslint Bumps the eslint group with 1 update in the /tools/code-style directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.36.0 to 8.37.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.37.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index 3df01e0cb..6a86e2123 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -18,7 +18,7 @@ "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.2", - "typescript-eslint": "8.36.0" + "typescript-eslint": "8.37.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."