fix(deps): update typescript-projects #28104
Triggered via pull request
December 17, 2024 11:40
Status
Cancelled
Total duration
4m 0s
Artifacts
–
test.yml
on: pull_request
pre-job
7s
ShellCheck
6s
OpenAPI Clients
1m 56s
TypeORM Checks
1m 13s
Test & Lint Server
1m 28s
Unit Test CLI
17s
Unit Test CLI (Windows)
52s
Test & Lint Web
1m 20s
End-to-End Lint
21s
Medium Tests (Server)
2m 0s
End-to-End Tests (Server & CLI)
3m 28s
End-to-End Tests (Web)
3m 12s
Unit Test Mobile
0s
Unit Test ML
0s
Annotations
16 errors and 8 warnings
Unit Test CLI
Process completed with exit code 2.
|
End-to-End Lint
Process completed with exit code 2.
|
TypeORM Checks
Process completed with exit code 1.
|
Test & Lint Web
Process completed with exit code 2.
|
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.
|
Test & Lint Server
Process completed with exit code 2.
|
Test & Lint Server
Process completed with exit code 1.
|
End-to-End Tests (Server & CLI)
Canceling since a higher priority waiting request for 'Test-refs/pull/14740/merge' exists
|
End-to-End Tests (Server & CLI)
The operation was canceled.
|
End-to-End Tests (Web)
Canceling since a higher priority waiting request for 'Test-refs/pull/14740/merge' exists
|
End-to-End Tests (Web)
The operation was canceled.
|
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
|
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
|
Test & Lint Server
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
|