From ba1f3947b619146f64e85ddceec2708fd2f67085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:05:20 +0000 Subject: [PATCH] Update @typescript-eslint/parser requirement in /packages/main Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.45.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/package.json b/packages/main/package.json index 1dfc211eb..d087dd4cb 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -34,7 +34,7 @@ "@cloudflare/workers-types": "^4.20250628.0", "@eslint/js": "^9.30.0", "@typescript-eslint/eslint-plugin": "^8.35.0", - "@typescript-eslint/parser": "^8.35.0", + "@typescript-eslint/parser": "^8.45.0", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", "globals": "^16.2.0",