Skip to content

Bump typescript from 4.9.4 to 5.2.2 #180

Bump typescript from 4.9.4 to 5.2.2

Bump typescript from 4.9.4 to 5.2.2 #180

Triggered via push September 18, 2023 18:33
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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'.