This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
chore(deps): Update dependency typescript-eslint to ^8.5.0 #184
Triggered via pull request
September 10, 2024 01:05
Status
Failure
Total duration
1m 44s
Artifacts
–
ci-cd.yml
on: pull_request
install dependencies (pnpm)
15s
check linting (prettier)
18s
tests
34s
Annotations
10 errors and 12 warnings
src/API/getPlayer.test.ts > getPLayer (raw):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:66:16
|
src/API/getPlayer.test.ts > getPlayer (guild):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:76:16
|
src/API/getPlayer.test.ts > getPlayer (houses):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:89:16
|
src/API/getPlayer.test.ts > getPlayer (recent games):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:106:16
|
src/API/getPlayer.test.ts > getPlayer:
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:123:16
|
src/API/getRecentGames.test.ts > getRecentGames (raw):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getRecentGames.execute src/API/getRecentGames.ts:16:17
❯ src/API/getRecentGames.test.ts:18:16
|
src/API/getRecentGames.test.ts > getRecentGames:
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getRecentGames.execute src/API/getRecentGames.ts:16:17
❯ src/API/getRecentGames.test.ts:28:16
|
src/API/getStatus.test.ts > getStatus (raw):
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getStatus.execute src/API/getStatus.ts:15:17
❯ src/API/getStatus.test.ts:10:16
|
src/API/getStatus.test.ts > getStatus:
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getStatus.execute src/API/getStatus.ts:15:17
❯ src/API/getStatus.test.ts:20:16
|
src/structures/MiniGames/Pit.test.ts > Pit Inventory:
src/Private/RequestHandler.ts#L74
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:74:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/structures/MiniGames/Pit.test.ts:93:16
|
install dependencies (pnpm)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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):
src/API/getSkyblockFireSales.test.ts#L24
Identifier 'item_id' is not in camel case
|
check linting (eslint):
src/API/getSkyblockFireSales.test.ts#L25
Identifier 'item_id' is not in camel case
|
check linting (eslint):
src/Client.ts#L19
'Client' was used before it was defined
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L6
Identifier 'product_id' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L7
Identifier 'sell_summary' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L12
Identifier 'buy_summary' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L32
Identifier 'quick_status' is not in camel case
|
check linting (prettier)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
tests
The following actions use a deprecated Node.js version 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/
|