Skip to content

fix(deps): update typescript-projects #27012

fix(deps): update typescript-projects

fix(deps): update typescript-projects #27012

Triggered via pull request November 12, 2024 14:40
Status Failure
Total duration 5m 14s
Artifacts

test.yml

on: pull_request
Test & Lint Server
1m 49s
Test & Lint Server
Unit Test CLI
23s
Unit Test CLI
Unit Test CLI (Windows)
40s
Unit Test CLI (Windows)
Test & Lint Web
2m 12s
Test & Lint Web
End-to-End Lint
29s
End-to-End Lint
Medium Tests (Server)
1m 49s
Medium Tests (Server)
End-to-End Tests (Server & CLI)
3m 24s
End-to-End Tests (Server & CLI)
End-to-End Tests (Web)
3m 20s
End-to-End Tests (Web)
Unit Test Mobile
0s
Unit Test Mobile
Unit Test ML
0s
Unit Test ML
Fit to window
Zoom out
Zoom in

Annotations

6 errors
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.