Skip to content

chore(deps-dev): bump rollup from 4.18.1 to 4.19.0 (#77) #193

chore(deps-dev): bump rollup from 4.18.1 to 4.19.0 (#77)

chore(deps-dev): bump rollup from 4.18.1 to 4.19.0 (#77) #193

Triggered via push July 29, 2024 22:59
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: push
check-code-formatting
16s
check-code-formatting
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: tests/action_validator.test.ts#L12
Argument of type '{ player: string; type: string; action: string; args: string[]; }' is not assignable to parameter of type 'GameActionEventArgs<object>'.
test: tests/action_validator.test.ts#L30
Argument of type '{ player: string; type: string; action: string; args: string[]; }' is not assignable to parameter of type 'GameActionEventArgs<object>'.
test: tests/action_validator.test.ts#L31
Argument of type '{ player: string; type: string; action: string; args: string[]; }' is not assignable to parameter of type 'GameActionEventArgs<object>'.
test: tests/action_validator.test.ts#L35
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
test: tests/action_validator.test.ts#L50
Argument of type '{ player: string; type: string; action: string; args: string[]; }' is not assignable to parameter of type 'GameActionEventArgs<object>'.
test: tests/action_validator.test.ts#L51
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
test: tests/action_validator.test.ts#L51
Parameter 'resolve' implicitly has an 'any' type.
test: tests/action_validator.test.ts#L52
Cannot find name 'setTimeout'.
test: tests/action_validator.test.ts#L53
Argument of type '{ player: string; type: string; action: string; args: string[]; }' is not assignable to parameter of type 'GameActionEventArgs<object>'.
test: tests/hooks.test.ts#L20
Property 'subscriptions' does not exist on type 'Context'.