This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
fix(deps): update dependency farming-weight to ^0.6.3 #218
ci-cd.yml
on: pull_request
install dependencies (pnpm)
11s
check linting (prettier)
13s
tests
36s
Annotations
10 errors and 12 warnings
Unhandled error:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ RateLimit.sync src/Private/RateLimit.ts:18:25
❯ RateLimit.initialize src/Private/RateLimit.ts:33:5
This error originated in "src/Private/RateLimit.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "RateLimit (Auto)". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ RateLimit.sync src/Private/RateLimit.ts:18:25
This error originated in "src/Private/RateLimit.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "RateLimit (Auto)". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ RateLimit.sync src/Private/RateLimit.ts:18:25
❯ RateLimit.initialize src/Private/RateLimit.ts:33:5
This error originated in "src/Private/RateLimit.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
src/Private/RateLimit.test.ts > RateLimit (Auto):
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ RateLimit.sync src/Private/RateLimit.ts:18:25
❯ RateLimit.initialize src/Private/RateLimit.ts:33:5
❯ src/Private/RateLimit.test.ts:43:3
|
src/API/getActiveHouses.test.ts > getActiveHouses (raw):
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:14:17
❯ src/API/getActiveHouses.test.ts:9:16
|
src/API/getActiveHouses.test.ts > getActiveHouses:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:14:17
❯ src/API/getActiveHouses.test.ts:19:16
|
src/API/getBoosters.test.ts > getBoosters (raw):
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getBoosters.execute src/API/getBoosters.ts:14:17
❯ src/API/getBoosters.test.ts:10:16
|
src/API/getBoosters.test.ts > getBoosters:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getBoosters.execute src/API/getBoosters.ts:14:17
❯ src/API/getBoosters.test.ts:20:16
|
src/API/getGameCounts.test.ts > getGameCounts (raw):
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getGameCounts.execute src/API/getGameCounts.ts:14:17
❯ src/API/getGameCounts.test.ts:9:16
|
src/API/getGameCounts.test.ts > getGameCounts:
src/Private/RequestHandler.ts#L68
Error: [Hypixel-API-Reborn] Invalid API Key! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:68:35
❯ getGameCounts.execute src/API/getGameCounts.ts:14:17
❯ src/API/getGameCounts.test.ts:19: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/
|