Skip to content

chore(deps): update dependency @types/cheerio to v0.22.35 #113

chore(deps): update dependency @types/cheerio to v0.22.35

chore(deps): update dependency @types/cheerio to v0.22.35 #113

Triggered via pull request October 18, 2023 05:26
Status Failure
Total duration 39s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/category/category.crawler.ts#L17
Argument of type '(string | undefined)[]' is not assignable to parameter of type 'string[]'.
build: src/category/category.crawler.ts#L21
Type '{ thumbnail: any; description: any; link: string | undefined; name: string; }' is not assignable to type 'Readonly<_Category>'.
build: src/category/category.crawler.ts#L23
Type 'undefined' cannot be used as an index type.
build: src/category/category.crawler.ts#L24
Type 'undefined' cannot be used as an index type.
build: src/category_detail/category_detail.controller.ts#L31
Argument of type 'string | string[] | ParsedQs | ParsedQs[] | undefined' is not assignable to parameter of type 'string'.
build: src/category_detail/category_detail.crawler.ts#L22
Type 'string | undefined' is not assignable to type 'string'.
build: src/category_detail/category_detail.crawler.ts#L23
Type 'string | undefined' is not assignable to type 'string'.
build: src/category_detail/category_detail.crawler.ts#L24
Type 'string | undefined' is not assignable to type 'string'.
build: src/category_detail/category_detail.crawler.ts#L26
Type 'string | undefined' is not assignable to type 'string'.
build: src/category_detail/category_detail.crawler.ts#L27
Type 'string | undefined' is not assignable to type 'string'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/