From 5359876dc745d9b73ffe9e7cd7abc71f6545fe2b Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 6 Jan 2025 01:10:17 +0100 Subject: [PATCH] Fix TS version warning by updating @typescript-eslint/parser to v8.19.0 The current version did trigger the following warning whenever executing `yarn rw lint`: ============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0 YOUR TYPESCRIPT VERSION: 5.6.2 Please only submit bug reports when using the officially supported version. --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 499ec6dfa520..fff2d4e5a3aa 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -20,7 +20,7 @@ "@redwoodjs/internal": "workspace:*", "@redwoodjs/project-config": "workspace:*", "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/parser": "8.19.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-babel-module": "5.3.2",