mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #682] [MERGED] feature: update dependencies #700
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#700
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/682
Author: @dreamhunter2333
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
83e02defeature: update dependencies📊 Changes
12 files changed (+357 additions, -356 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
frontend/package.json(+3 -3)📝
frontend/pnpm-lock.yaml(+76 -76)📝
pages/package.json(+2 -2)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+13 -13)📝
worker/package.json(+6 -6)📝
worker/pnpm-lock.yaml(+231 -231)📝
worker/src/common.ts(+18 -0)📝
worker/src/constants.ts(+1 -1)📝
worker/src/mails_api/index.ts(+1 -22)📝
worker/src/user_api/bind_address.ts(+2 -0)📄 Description
PR Type
enhancement, dependencies
Description
Added
updateAddressUpdatedAtfunction to updateupdated_atfield.Integrated
updateAddressUpdatedAtin address creation and binding workflows.Updated multiple dependencies in
pnpm-lock.yamlfiles across the project.Incremented project version to
1.0.1inpackage.jsonfiles.Changes walkthrough 📝
3 files
Added import for `updateAddressUpdatedAt` function.AddedupdateAddressUpdatedAtfunction and integrated it innewAddress.Integrated `updateAddressUpdatedAt` in address binding workflow.5 files
Updated version constant to `v1.0.1`.Incremented version to `1.0.1` and updated `vue-i18n` and `wrangler`.Incremented version to `1.0.1` and updated AWS SDK and Hono.Incremented version to `1.0.1` and updated `wrangler`.Incremented version to `1.0.1` and updated `wrangler`.3 files
Updated multiple dependencies including AWS SDK and Hono.Updated dependencies including `vue-i18n` and `wrangler`.Updated dependencies including
wranglerand@iconify-json/simple-icons.1 files
Added changelog entry for version `1.0.1`.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.