From 21bebdbb7eb7a75745ae9c7c3e5e9f980cb1d2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 05:11:25 +0000 Subject: [PATCH] Update @typescript-eslint/eslint-plugin requirement in /packages/main Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) 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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.30.1 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 694578fe9..7adc436a4 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20250407.0", "@eslint/js": "^9.24.0", - "@typescript-eslint/eslint-plugin": "^8.29.0", + "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1",