Skip to content

chore(deps): update dependency @types/node to v22.15.0 #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"@astrojs/check": "^0.9.0",
"@eslint/js": "^9.22.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "22.14.1",
"@types/node": "22.15.0",
"@types/ramda": "0.30.2",
"@vercel/node": "^5.0.0",
"dotenv": "16.5.0",
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -414,7 +414,7 @@ __metadata:
"@devprotocol/util-ts": "npm:4.0.0"
"@eslint/js": "npm:^9.22.0"
"@types/eslint-config-prettier": "npm:^6.11.3"
"@types/node": "npm:22.14.1"
"@types/node": "npm:22.15.0"
"@types/ramda": "npm:0.30.2"
"@vercel/node": "npm:^5.0.0"
astro: "npm:^4.0.0"
@@ -1799,12 +1799,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.14.1":
version: 22.14.1
resolution: "@types/node@npm:22.14.1"
"@types/node@npm:22.15.0":
version: 22.15.0
resolution: "@types/node@npm:22.15.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/d49c4d00403b1c2348cf0701b505fd636d80aabe18102105998dc62fdd36dcaf911e73c7a868c48c21c1022b825c67b475b65b1222d84b704d8244d152bb7f86
checksum: 10c0/f60c716f473ec7cbb6fffd8488d29a9ea697f4f5d71c1ebca72e17cdce1c7df054c295122a2589463c44490d875f485f9251ada3c3167bdbe4fbe8a677059780
languageName: node
linkType: hard


Unchanged files with check annotations Beta

contractMethod.populateTransaction
.apply(null, feeData ? [...args, feeData] : [...args])
.then((res) => res)
.catch((err: Error) => err)

Check warning on line 86 in utils/tx.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 86 in utils/tx.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
const createTx = async ({
contractMethod,
requestId,
redis: db,
})
.then((res: ErrorOr<TransactionResponse>) => res)

Check warning on line 111 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 111 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
.catch((err: Error) => err),

Check warning on line 112 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 112 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
)
const saved = await whenNotErrorAll(
db
.quit()
.then((x) => x)
.catch((err: Error) => err),

Check warning on line 133 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 133 in src/pages/api/send-transactions/SwapTokensAndStakeDev/index.ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
)
// eslint-disable-next-line functional/no-expression-statements
trait_type: string
}>
export const POST: APIRoute = async ({

Check warning on line 35 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyDeep" (actual: "Mutable")

Check warning on line 35 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyDeep" (actual: "Mutable")
request,
params,
}: {
metadata.image ?? '',
)
.then((res: string) => res)
.catch((err: Error) => err)

Check warning on line 130 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 130 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
},
)
console.log('HERE7', { encodedMetadata })
requestId: reqId,
redis: db,
})
.then((res: ErrorOr<TransactionResponse>) => res)

Check warning on line 153 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 153 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
.catch((err: Error) => err)

Check warning on line 154 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 154 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
},
)
console.log('HERE8', { tx })
db
.quit()
.then((x) => x)
.catch((err: Error) => err),

Check warning on line 194 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")

Check warning on line 194 in src/pages/api/send-transactions/AchievementsSBT/[contract].ts

GitHub Actions / build (20.x)

Parameter should have an immutability of at least "ReadonlyShallow" (actual: "Mutable")
)
console.log('HERE12', { result })
return result instanceof Error ||
/// <reference path="../.astro/types.d.ts" />

Check warning on line 1 in src/env.d.ts

GitHub Actions / build (20.x)

Do not use a triple slash reference for ../.astro/types.d.ts, use `import` style instead

Check warning on line 1 in src/env.d.ts

GitHub Actions / build (20.x)

Do not use a triple slash reference for ../.astro/types.d.ts, use `import` style instead