Skip to content

Bump yargs and @types/yargs #664

Bump yargs and @types/yargs

Bump yargs and @types/yargs #664

Triggered via pull request April 22, 2024 23:49
Status Failure
Total duration 26s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build (12.x): src/bin.ts#L1
Property 'path' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'recursive' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'ext' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'ignore' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'list' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Element implicitly has an 'any' type because expression of type '"files-only"' can't be used to index type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'details' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'format' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'details' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x): src/bin.ts#L1
Property 'format' does not exist on type '{ [x: string]: unknown; format: string; ignore: (string | number)[] | never[]; ext: (string | number)[] | never[]; recursive: boolean; details: boolean; "files-only": boolean; filesOnly: boolean; list: boolean; _: (string | number)[]; $0: string; } | Promise<...>'.
build (12.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (12.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/