refactor: v4.3.0 — 102→49 issues (3 CRITICAL refactored, 53 more fixed) #92
ci.yml
on: push
Lint & Typecheck
28s
Unit Tests
28s
Browser Integration Tests
19s
Real-World Tests
Annotations
27 errors and 3 warnings
|
Browser Integration Tests
Process completed with exit code 2.
|
|
|
|
|
|
Browser Integration Tests:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Browser Integration Tests:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Browser Integration Tests:
src/core/controller/ActionExecutor.ts#L531
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Browser Integration Tests:
src/core/PageStateCollector.ts#L354
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Browser Integration Tests:
src/core/PageStateCollector.ts#L352
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Browser Integration Tests:
src/core/HumanMouse.ts#L154
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Lint & Typecheck
Process completed with exit code 2.
|
|
Lint & Typecheck:
src/core/controller/TaloxController.ts#L121
Unused '@ts-expect-error' directive.
|
|
Lint & Typecheck:
src/core/controller/TaloxController.ts#L52
Unused '@ts-expect-error' directive.
|
|
Lint & Typecheck:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Lint & Typecheck:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Lint & Typecheck:
src/core/controller/ActionExecutor.ts#L531
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Lint & Typecheck:
src/core/PageStateCollector.ts#L354
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Lint & Typecheck:
src/core/PageStateCollector.ts#L352
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Lint & Typecheck:
src/core/HumanMouse.ts#L154
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Unit Tests
Process completed with exit code 2.
|
|
Unit Tests:
src/core/controller/TaloxController.ts#L121
Unused '@ts-expect-error' directive.
|
|
Unit Tests:
src/core/controller/TaloxController.ts#L52
Unused '@ts-expect-error' directive.
|
|
Unit Tests:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Unit Tests:
src/core/controller/TakeoverBridge.ts#L26
Re-exporting a type when 'verbatimModuleSyntax' is enabled requires using 'export type'.
|
|
Unit Tests:
src/core/controller/ActionExecutor.ts#L531
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Unit Tests:
src/core/PageStateCollector.ts#L354
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Unit Tests:
src/core/PageStateCollector.ts#L352
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
|
Unit Tests:
src/core/HumanMouse.ts#L154
Argument of type '{ speedMultiplier: number; onStep: CursorStepCallback | undefined; }' is not assignable to parameter of type '{ speedMultiplier?: number; onStep?: CursorStepCallback; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Browser Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint & Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|