Skip to content

Bump typescript from 4.9.4 to 5.2.2 #203

Bump typescript from 4.9.4 to 5.2.2

Bump typescript from 4.9.4 to 5.2.2 #203

Triggered via push October 10, 2023 09:41
Status Failure
Total duration 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/bluetooth.ts#L93
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
build: src/characteristic.ts#L105
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
build: src/characteristic.ts#L106
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
build: src/characteristic.ts#L107
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
build: src/characteristic.ts#L108
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.
build: src/events.ts#L133
Property 'AT_TARGET' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
build: src/events.ts#L138
Property 'BUBBLING_PHASE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
build: src/events.ts#L143
Property 'CAPTURING_PHASE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
build: src/events.ts#L148
Property 'NONE' in type 'DOMEvent' is not assignable to the same property in base type 'Event'.
build: src/server.ts#L74
Argument of type 'DOMEvent' is not assignable to parameter of type 'Event'.