Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

chore(deps): Update dependency @types/node to ^20.14.13 #20

chore(deps): Update dependency @types/node to ^20.14.13

chore(deps): Update dependency @types/node to ^20.14.13 #20

Triggered via pull request July 29, 2024 01:00
Status Failure
Total duration 49s
Billable time 4m
Artifacts

ci-cd.yml

on: pull_request
install dependencies (pnpm)
12s
install dependencies (pnpm)
check linting (prettier)
18s
check linting (prettier)
check linting (eslint)
14s
check linting (eslint)
build
16s
build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
build: src/Client.ts#L46
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Client'.
build: src/Client.ts#L46
A rest parameter must be of an array type.
build: src/Client.ts#L48
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ getAchievements: (this: any) => Promise<any>; getAPIStatus: (options: any) => Promise<APIStatus | ({ [key: string]: any; } & Output<{ [key: string]: any; }>)>; ... 27 more ...; getHouse: (this: any, query: string) => Promise<...>; }'.
build: src/Client.ts#L51
'_makeRequest' is specified more than once, so this usage will be overwritten.
build: src/Client.ts#L72
Property 'init' does not exist on type 'typeof RateLimit'.
build: src/Client.ts#L84
Object is possibly 'undefined'.
build: src/Private/rateLimit.ts#L21
Property 'initialized' does not exist on type 'typeof RateLimit'.
build: src/Private/rateLimit.ts#L23
Property 'requestQueue' does not exist on type 'typeof RateLimit'.
build: src/Private/rateLimit.ts#L24
Property 'requestQueue' does not exist on type 'typeof RateLimit'.
build: src/Private/rateLimit.ts#L26
Property 'computeCooldownTime' does not exist on type 'typeof RateLimit'.
install dependencies (pnpm)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check linting (eslint)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check linting (prettier)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/