This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
chore(deps): update dependency @nordicsemiconductor/bdd-markdown to v8 #1616
Annotations
10 errors and 1 warning
Compile source:
feature-runner/steps/device.ts#L5
Module '"@nordicsemiconductor/bdd-markdown"' has no exported member 'noMatch'.
|
Compile source:
feature-runner/steps/device.ts#L7
'"@nordicsemiconductor/bdd-markdown"' has no exported member named 'StepRunResult'. Did you mean 'StepResult'?
|
Compile source:
feature-runner/steps/device.ts#L41
Type '({ step, log: { step: { progress }, }, context, }: { step: any; log: { step: { progress: any; }; }; context: any; }) => Promise<any>' is not assignable to type 'StepRunner<World>'.
|
Compile source:
feature-runner/steps/device.ts#L42
Binding element 'step' implicitly has an 'any' type.
|
Compile source:
feature-runner/steps/device.ts#L44
Binding element 'progress' implicitly has an 'any' type.
|
Compile source:
feature-runner/steps/device.ts#L46
Binding element 'context' implicitly has an 'any' type.
|
Compile source:
feature-runner/steps/device.ts#L103
Type '({ step, log: { step: { error }, }, context, }: { step: any; log: { step: { error: any; }; }; context: any; }) => Promise<StepRunResult>' is not assignable to type 'StepRunner<World>'.
|
Compile source:
feature-runner/steps/device.ts#L104
Binding element 'step' implicitly has an 'any' type.
|
Compile source:
feature-runner/steps/device.ts#L106
Binding element 'error' implicitly has an 'any' type.
|
Compile source:
feature-runner/steps/device.ts#L108
Binding element 'context' implicitly has an 'any' type.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading