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
@@ -18,7 +18,7 @@ import { expect } from 'chai'
import { assign } from 'lodash'
const createTestWorkspaceWithDomains = (
arg?: Partial<WorkspaceWithDomains> | undefined
arg?: Partial<WorkspaceWithDomains>
): WorkspaceWithDomains => {
const workspace: WorkspaceWithDomains = {
createdAt: new Date(),