Update all non-major dependencies #3751
lint.yaml
on: pull_request
Lint, format & type check
1m 0s
Annotations
5 errors
Lint, format & type check:
node_modules/global-jsdom/types/index.d.ts#L6
Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
|
Lint, format & type check:
node_modules/matrix-js-sdk/src/webrtc/call.ts#L2027
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
|
Lint, format & type check:
node_modules/matrix-js-sdk/src/webrtc/call.ts#L2155
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
|
Lint, format & type check:
node_modules/matrix-js-sdk/src/webrtc/call.ts#L2157
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
|
Lint, format & type check
Process completed with exit code 2.
|