mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #651] [MERGED] feature: update dependencies #680
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#680
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/651
Author: @dreamhunter2333
Created: 5/6/2025
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
6f9d61efeature: update dependencies📊 Changes
46 files changed (+1588 additions, -1632 deletions)
View changed files
📝
frontend/package.json(+7 -6)📝
frontend/pnpm-lock.yaml(+907 -922)📝
pages/package.json(+3 -2)📝
vitepress-docs/package.json(+4 -3)📝
vitepress-docs/pnpm-lock.yaml(+280 -280)📝
worker/package.json(+10 -9)📝
worker/pnpm-lock.yaml(+288 -296)📝
worker/src/admin_api/admin_mail_api.ts(+0 -1)📝
worker/src/admin_api/admin_user_api.ts(+0 -1)📝
worker/src/admin_api/cleanup_api.ts(+0 -1)📝
worker/src/admin_api/index.ts(+0 -1)📝
worker/src/admin_api/mail_webhook_settings.ts(+0 -1)📝
worker/src/admin_api/oauth2_settings.ts(+0 -1)📝
worker/src/admin_api/send_mail.ts(+0 -1)📝
worker/src/admin_api/webhook_settings.ts(+0 -1)📝
worker/src/admin_api/worker_config.ts(+33 -34)📝
worker/src/commom_api.ts(+0 -1)📝
worker/src/common.ts(+0 -1)📝
worker/src/email/auto_reply.ts(+0 -1)📝
worker/src/email/black_list.ts(+0 -1)...and 26 more files
📄 Description
PR Type
Enhancement, Dependencies, Bug fix
Description
Refactored utility imports and usage for better modularity.
Updated dependencies across multiple packages for improved stability.
Replaced inline utility functions with centralized
utilsmodule.Enhanced type definitions and removed redundant exports.
Changes walkthrough 📝
4 files
Refactored utility imports and replaced inline functionsUpdated subdomain forwarding logic with centralized utilityCentralized utility functions into a default exportEnhanced type definitions and removed redundant exports5 files
Updated dependencies for worker packageUpdated frontend dependencies and added package manager metadataUpdated worker dependencies and added package manager metadataUpdated vitepress-docs dependencies and added package manager metadataUpdated pages dependencies and added package manager metadata36 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.