mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-28 03:28:43 +08:00
chore: upgrade deps and GitHub Actions for Node.js 24 (#889)
chore: upgrade dependencies and GitHub Actions for Node.js 24 compatibility Upgrade GitHub Actions to fix Node.js 20 deprecation warnings: - actions/checkout v4 → v6 - actions/setup-node v4 → v6 - pnpm/action-setup v3 → v4 - docker/login-action v3 → v4 - docker/setup-qemu-action v3 → v4 - docker/setup-buildx-action v3 → v4 - docker/build-push-action v5 → v7 - node-version 20 → 22, pnpm 8 → 10 Upgrade project dependencies: - frontend: vue 3.5.30, naive-ui 2.44.1, dompurify 3.3.3, @unhead/vue 2.1.12 - worker: hono 4.12.7, @cloudflare/workers-types, typescript-eslint 8.57.0 - all: wrangler 4.72.0 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7d880ef340
commit
5bb053fb7b
+5
-5
@@ -11,19 +11,19 @@
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20260307.1",
|
||||
"@cloudflare/workers-types": "^4.20260310.1",
|
||||
"@eslint/js": "9.39.1",
|
||||
"@types/node": "^25.3.5",
|
||||
"@types/node": "^25.4.0",
|
||||
"eslint": "9.39.1",
|
||||
"globals": "^16.5.0",
|
||||
"typescript-eslint": "^8.56.1",
|
||||
"wrangler": "^4.71.0"
|
||||
"typescript-eslint": "^8.57.0",
|
||||
"wrangler": "^4.72.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "3.888.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.888.0",
|
||||
"@simplewebauthn/server": "13.2.3",
|
||||
"hono": "^4.12.5",
|
||||
"hono": "^4.12.7",
|
||||
"jsonpath-plus": "^10.4.0",
|
||||
"mimetext": "^3.0.28",
|
||||
"postal-mime": "^2.7.3",
|
||||
|
||||
Reference in New Issue
Block a user