From 4dec378a63b04473c4c31fbdb6fa528ee153b0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 04:25:50 +0000 Subject: [PATCH] Update @typescript-eslint/eslint-plugin requirement in /packages/worker 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.24.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/worker/package.json b/packages/worker/package.json index 4d45d1aff..75009fd24 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -18,7 +18,7 @@ "@cloudflare/vitest-pool-workers": "^0.6.4", "@cloudflare/workers-types": "^4.20250121.0", "@eslint/js": "^9.18.0", - "@typescript-eslint/eslint-plugin": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.21.0", "esbuild": "^0.24.2", "esbuild-plugin-babel": "^0.2.3",