fix(deps): update typescript-projects #28108
test.yml
on: pull_request
pre-job
5s
ShellCheck
5s
OpenAPI Clients
1m 21s
TypeORM Checks
1m 56s
Test & Lint Server
1m 38s
Unit Test CLI
19s
Unit Test CLI (Windows)
35s
Test & Lint Web
4m 36s
End-to-End Lint
26s
Medium Tests (Server)
2m 28s
End-to-End Tests (Server & CLI)
3m 39s
End-to-End Tests (Web)
3m 26s
Unit Test Mobile
0s
Unit Test ML
0s
Annotations
18 errors and 8 warnings
Test & Lint Server
Process completed with exit code 1.
|
TypeORM Checks
Process completed with exit code 1.
|
Test & Lint Web:
web/src/lib/components/admin-page/settings/auth/auth-settings.svelte#L32
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/asset-viewer/editor/crop-tool/crop-area.svelte#L60
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/asset-viewer/editor/crop-tool/crop-area.svelte#L64
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/asset-viewer/editor/crop-tool/mouse-handlers.ts#L61
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/asset-viewer/editor/crop-tool/mouse-handlers.ts#L83
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/asset-viewer/photo-viewer.svelte#L110
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/forms/login-form.svelte#L36
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/forms/login-form.svelte#L38
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/forms/login-form.svelte#L49
Prefer `globalThis` over `window`
|
Test & Lint Web:
web/src/lib/components/forms/login-form.svelte#L51
Prefer `globalThis` over `window`
|
Test & Lint Web
Process completed with exit code 1.
|
src/lib/stores/asset.store.spec.ts:
web/src/lib/stores/websocket.ts#L4
SyntaxError: Named export 'WebSocket' not found. The requested module 'ws' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'ws';
const { WebSocket } = pkg;
❯ src/lib/stores/websocket.ts:4:31
|
src/lib/utils/asset-utils.spec.ts:
web/src/lib/stores/websocket.ts#L4
SyntaxError: Named export 'WebSocket' not found. The requested module 'ws' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'ws';
const { WebSocket } = pkg;
❯ src/lib/stores/websocket.ts:4:31
|
src/lib/components/asset-viewer/asset-viewer-nav-bar.spec.ts:
web/src/lib/stores/websocket.ts#L4
SyntaxError: Named export 'WebSocket' not found. The requested module 'ws' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'ws';
const { WebSocket } = pkg;
❯ src/lib/stores/websocket.ts:4:31
|
src/lib/components/asset-viewer/photo-viewer.spec.ts:
web/src/lib/stores/websocket.ts#L4
SyntaxError: Named export 'WebSocket' not found. The requested module 'ws' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'ws';
const { WebSocket } = pkg;
❯ src/lib/stores/websocket.ts:4:31
|
Test & Lint Web
Process completed with exit code 1.
|
ShellCheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pre-job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Test CLI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
End-to-End Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
OpenAPI Clients
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test & Lint Server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
TypeORM Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test & Lint Web
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|