From aaba2f955e5cbbc4cac2b86bd0f49bffd93e6ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:16:07 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1927cd85..abccaf0a6 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@ota-meshi/eslint-plugin": "^0.17.5", "@types/eslint": "^9.6.1", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "env-cmd": "^10.1.0", "eslint": "~9.14.0", "eslint-config-prettier": "^9.1.0", @@ -42,7 +42,7 @@ "prettier-plugin-svelte": "^3.2.7", "rimraf": "^6.0.1", "typescript": "~5.7.0", - "typescript-eslint": "^7.18.0" + "typescript-eslint": "^8.0.0" }, "publishConfig": { "access": "public"