From c63cf7c88b40b4335b9767b4def09d19a8670e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:11:04 +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.46.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.2 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 1dfc211e..5cd801b0 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.46.2", "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", "globals": "^16.2.0",