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:
committed by
GitHub
parent
d074aed010
commit
1d2a594f0a
@@ -363,8 +363,6 @@ export const workspaceTrackingFactory =
|
||||
case 'workspace.authorized':
|
||||
break
|
||||
case 'workspace.created':
|
||||
payload.createdByUserId
|
||||
|
||||
// we're setting workspace props and attributing to speckle users
|
||||
mixpanel.groups.set('workspace_id', payload.workspace.id, {
|
||||
...(await calculateProperties(payload.workspace)),
|
||||
|
||||
@@ -358,6 +358,7 @@ export const getSsoRouter = (): Router => {
|
||||
return router
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const workspaceSsoAuthRequestParams = z.object({
|
||||
workspaceSlug: z.string().min(1)
|
||||
})
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user