Upgrade typescript-eslint to 6.7.x.

There are breaking changes listed in https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/, as we are upgrading from 5.9.x

This adds support for TypeScript 5.2 via 6.5.0

Signed-off-by: Axel Hecht <axel@pike.org>
This commit is contained in:
Axel Hecht
2023-09-20 18:09:12 +02:00
parent c003bd2b38
commit fb54243cf0
2 changed files with 109 additions and 131 deletions
+2 -2
View File
@@ -66,8 +66,8 @@
"@swc/jest": "^0.2.22",
"@types/jest": "^29.0.0",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^3.0.0-rc.4",
"bfj": "^7.0.2",