-
Notifications
You must be signed in to change notification settings - Fork 1
fix: update @types/node version to 24.6.2 and set node engine requirement to 22 #458
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
Changes from 6 commits
a89861e
2d7b35b
56579c9
2b0c02a
4ad9a4c
d69fdb8
a8f1d6b
b403abd
0e2f47f
ebdb547
f283b55
97b752f
b6ea459
8cff1a3
9a1c507
56aa4e5
510175e
fc06e30
bc2190b
4886c2e
a397c13
508796d
efd164a
5ce434a
0c99730
365165c
501a27f
1ed2383
825b6b7
bab4f3f
bdefc16
2f1a671
3485e2c
6173a77
29d9790
1f9e271
8625a2f
f41ea62
14d9860
25659ab
1674a00
0bf1146
381f7bb
e8d80fb
06a77e0
08963fe
36df913
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 22 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,6 +63,7 @@ | |
| "nextest", | ||
| "nodenext", | ||
| "nonexistentkey", | ||
| "nvmrc", | ||
| "octocrab", | ||
| "openci", | ||
| "plainaddress", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@types/supertest": "^6.0.3", | ||||||
| "@types/node": "^22.5.0", | ||||||
| "@types/node": "^24.6.2", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain
Node.js 22を使用している場合、
PRタイトルでは「update @types/node version to 24.6.2」となっていますが、おそらく 以下のdiffを適用して修正してください: - "@types/node": "^24.6.2",
+ "@types/node": "^22.6.2",以下のスクリプトを実行して、 🏁 Script executed: #!/bin/bash
# @types/nodeの最新バージョンを確認
npm view @types/node versions --json | jq '.[-10:]'
# Node.js 22に対応する@types/nodeバージョンを確認
echo -e "\n=== Checking @types/node for Node.js 22 ==="
npm view @types/node@22 versionLength of output: 3993 @types/nodeのバージョン不整合 Firebase Functionsの - "@types/node": "^24.6.2",
+ "@types/node": "^22.18.8",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "firebase-functions-test": "^3.1.0", | ||||||
| "supertest": "^7.0.0", | ||||||
| "typescript": "^5.9.3", | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
| "@types/pg": "8.15.1" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 18" | ||
| "node": "22" | ||
| }, | ||
| "type": "module" | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.