fix(deps): update typescript-projects #28340
test.yml
on: pull_request
pre-job
6s
ShellCheck
9s
OpenAPI Clients
1m 30s
TypeORM Checks
1m 18s
Test & Lint Server
1m 46s
Unit Test CLI
24s
Unit Test CLI (Windows)
57s
Test & Lint Web
4m 34s
End-to-End Lint
25s
Medium Tests (Server)
2m 3s
End-to-End Tests (Server & CLI)
3m 31s
End-to-End Tests (Web)
2m 56s
Unit Test Mobile
0s
Unit Test ML
0s
Annotations
7 errors and 8 warnings
TypeORM Checks
Process completed with exit code 1.
|
TypeORM Checks
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.
|
pre-job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ShellCheck
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
|
Unit Test CLI
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
|
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
|
Test & Lint Web
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|