chore: upgrade TS 5.2 -> 5.7.3 & ESLint to 9.20.1 (#4032)

* chore: upgrade TS 5.2 -> 5.7.3

* vite dts fix

* lint fix

* resolutions fix

* ui comp build fix

* precommit fix?

* latest eslint version

* autoloader fix

* undo unnecessary viewer change

* eslint fixes fe2 + trying disabled type linting

* lint fixes
This commit is contained in:
Kristaps Fabians Geikins
2025-02-20 14:18:18 +02:00
committed by GitHub
parent d074aed010
commit 1d2a594f0a
148 changed files with 1840 additions and 1302 deletions
@@ -205,6 +205,7 @@ export class Serializer implements IDisposable {
return res.traversed
}
// eslint-disable-next-line @typescript-eslint/no-base-to-string
throw new Error(`Unsupported type '${typeof value}': ${value}.`)
}