Pin ESLint 8 and align @typescript-eslint to restore yarn lint

- Fix CI yarn lint after ESLint 9 switched to flat config by default while the repo still uses legacy .eslintrc / eslintConfig. Add Yarn resolutions for eslint@8.57.1 and a single @typescript-eslint@5.62.0 line so parser and typescript-estree stay in sync
This commit is contained in:
Tommy Verrall
2026-05-06 10:21:39 +02:00
parent f87ce06865
commit 97a382520c
6 changed files with 749 additions and 58 deletions
-1
View File
@@ -4736,7 +4736,6 @@ dependencies = [
"bytes",
"cfg-if",
"encoding_rs",
"fastrand",
"hickory-resolver",
"http 1.3.1",
"inventory",
+1 -1
View File
@@ -138,4 +138,4 @@
"@types/minimatch": "5.1.2"
},
"private": false
}
}
+4 -12
View File
@@ -47,21 +47,13 @@
},
"private": true,
"resolutions": {
"eslint": "8.57.1",
"@tauri-apps/api": "2.10.1",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@tauri-apps/api": "2.10.1",
"@types/minimatch": "5.1.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/scope-manager": "5.62.0",
"@typescript-eslint/type-utils": "5.62.0",
"@typescript-eslint/types": "5.62.0",
"@typescript-eslint/typescript-estree": "5.62.0",
"@typescript-eslint/utils": "5.62.0",
"cosmjs-types": "^0.9.0"
"cosmjs-types": "^0.9.0",
"@types/minimatch": "5.1.2"
},
"workspaces": [
"ts-packages/*",
@@ -73,4 +65,4 @@
"sdk/typescript/packages/react-components",
"sdk/typescript/packages/mui-theme"
]
}
}
@@ -1,5 +0,0 @@
{
"parserOptions": {
"project": "./tsconfig.json"
}
}
-5
View File
@@ -1,5 +0,0 @@
{
"parserOptions": {
"project": "./tsconfig.json"
}
}
+744 -34
View File
File diff suppressed because it is too large Load Diff