[wip] misc #11707
check-code-validation.yml
on: pull_request
Setup and Cache Dependencies
3m 9s
Type Checking
3m 9s
Linting and formatting
3m 18s
Unit Tests
12m 22s
Build libs for publishing
3m 30s
Other Checks
4m 13s
Releases revision Checks
1m 41s
Annotations
31 errors and 4 warnings
Type Checking
'first' is declared but its value is never read.
|
Type Checking
This overload signature is not compatible with its implementation signature.
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeConstructorParameters'.
|
Type Checking
Argument of type '"upgrade-available"' is not assignable to parameter of type 'EventKey<{ "transport-device_connected": Descriptor; "transport-device_disconnected": Descriptor; "transport-device_session_changed": Descriptor; "transport-device_request_release": Descriptor; "transport-error": "Wrong result type." | "Network request failed" | "unexpected error"; }>'.
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Type Checking
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Type Checking
Process completed with exit code 1.
|
Linting and formatting:
packages/connect/src/device/DeviceList.ts#L403
Expected an assignment or function call and instead saw an expression
|
Linting and formatting:
packages/connect/src/device/DeviceList.ts#L403
Expected an assignment or function call and instead saw an expression
|
Linting and formatting:
packages/connect/src/device/DeviceList.ts#L550
Async arrow function has no 'await' expression
|
Linting and formatting:
packages/connect/src/device/DeviceList.ts#L576
Async arrow function has no 'await' expression
|
Linting and formatting:
packages/connect/src/device/DeviceList.ts#L578
Expected blank line before this statement
|
Linting and formatting:
packages/transport-test/e2e/bridge/bridge.test.ts#L323
Unexpected focused test
|
Linting and formatting:
packages/transport-test/e2e/bridge/bridge.test.ts#L327
Async assertions must be awaited or returned
|
Linting and formatting:
packages/transport-test/e2e/bridge/bridge.test.ts#L337
'enumerateResult' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Linting and formatting:
packages/transport/src/transports/bridge.ts#L234
Expected blank line before this statement
|
Linting and formatting:
suite-common/wallet-core/src/discovery/discoveryThunks.ts#L472
Unexpected console statement. Only these console methods are allowed: warn, error
|
Build libs for publishing
'first' is declared but its value is never read.
|
Build libs for publishing
This overload signature is not compatible with its implementation signature.
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeConstructorParameters'.
|
Build libs for publishing
Argument of type '"upgrade-available"' is not assignable to parameter of type 'EventKey<{ "transport-device_connected": Descriptor; "transport-device_disconnected": Descriptor; "transport-device_session_changed": Descriptor; "transport-device_request_release": Descriptor; "transport-error": "Wrong result type." | "Network request failed" | "unexpected error"; }>'.
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Build libs for publishing
Property 'sessionsBackgroundUrl' does not exist on type 'BridgeTransport'. Did you mean 'sessionsBackground'?
|
Build libs for publishing
'first' is declared but its value is never read.
|
Unit Tests
Process completed with exit code 1.
|
Linting and formatting:
packages/transport/src/transports/bridge.ts#L27
`../sessions/background` import should occur before import of `../types`
|
Linting and formatting:
packages/transport/src/transports/bridge.ts#L28
`../sessions/client` import should occur before import of `../types`
|
Linting and formatting:
packages/transport/src/transports/bridge.ts#L29
`../sessions/types` import should occur before import of `../types`
|
Linting and formatting:
packages/transport/src/transports/bridge.ts#L30
`../sessions/background-browser` import should occur before import of `../types`
|