[PR #476] [MERGED] feat: docs: ui_install worker update #586

Closed
opened 2026-02-26 21:31:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476
Author: @dreamhunter2333
Created: 11/8/2024
Status: Merged
Merged: 11/8/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 84d173b feat: docs: ui_install worker update

📊 Changes

10 files changed (+404 additions, -391 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 frontend/package.json (+1 -1)
📝 pages/package.json (+2 -2)
vitepress-docs/docs/public/ui_install/worker-runtime.png (+0 -0)
📝 vitepress-docs/docs/zh/guide/feature/telegram.md (+15 -0)
📝 vitepress-docs/docs/zh/guide/ui/worker.md (+11 -7)
📝 vitepress-docs/package.json (+2 -2)
📝 vitepress-docs/pnpm-lock.yaml (+121 -121)
📝 worker/package.json (+5 -5)
📝 worker/pnpm-lock.yaml (+243 -253)

📄 Description

User description

#475
#474


PR Type

documentation, dependencies


Description

  • Added a new version entry for main(v0.8.0) in CHANGELOG.md
  • Updated versions in package.json files to 0.8.0
  • Updated wrangler and @aws-sdk dependencies across multiple package.json and pnpm-lock.yaml files
  • Enhanced worker setup documentation with new steps and images

Changes walkthrough 📝

Relevant files
Documentation
CHANGELOG.md
Added new version entry for v0.8.0 in CHANGELOG                   

CHANGELOG.md

  • Added a new version entry for main(v0.8.0)
  • Added a TODO placeholder for the new version
  • +4/-0     
    worker.md
    Updated worker setup documentation with new steps               

    vitepress-docs/docs/zh/guide/ui/worker.md

  • Updated worker setup instructions
  • Added new steps and images for setting compatibility flags and runtime
    settings
  • +11/-7   
    Dependencies
    package.json
    Updated frontend package version to 0.8.0                               

    frontend/package.json

    • Updated version from 0.7.6 to 0.8.0
    +1/-1     
    package.json
    Updated pages package version and wrangler dependency       

    pages/package.json

  • Updated version from 0.7.6 to 0.8.0
  • Updated wrangler dependency version
  • +2/-2     
    package.json
    Updated vitepress-docs package version and wrangler dependency

    vitepress-docs/package.json

  • Updated version from 0.7.6 to 0.8.0
  • Updated wrangler dependency version
  • +2/-2     
    pnpm-lock.yaml
    Updated dependencies in pnpm-lock.yaml for vitepress-docs

    vitepress-docs/pnpm-lock.yaml

    • Updated various dependencies to their latest versions
    +121/-121
    package.json
    Updated worker package version and dependencies                   

    worker/package.json

  • Updated version from 0.7.6 to 0.8.0
  • Updated wrangler and @aws-sdk dependencies
  • +5/-5     
    pnpm-lock.yaml
    Updated dependencies in pnpm-lock.yaml for worker               

    worker/pnpm-lock.yaml

    • Updated various dependencies to their latest versions
    +243/-253

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information


    🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`84d173b`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/84d173b12a19b38e5e0d1f83779af455d79428d7) feat: docs: ui_install worker update ### 📊 Changes **10 files changed** (+404 additions, -391 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `frontend/package.json` (+1 -1) 📝 `pages/package.json` (+2 -2) ➕ `vitepress-docs/docs/public/ui_install/worker-runtime.png` (+0 -0) 📝 `vitepress-docs/docs/zh/guide/feature/telegram.md` (+15 -0) 📝 `vitepress-docs/docs/zh/guide/ui/worker.md` (+11 -7) 📝 `vitepress-docs/package.json` (+2 -2) 📝 `vitepress-docs/pnpm-lock.yaml` (+121 -121) 📝 `worker/package.json` (+5 -5) 📝 `worker/pnpm-lock.yaml` (+243 -253) </details> ### 📄 Description ### **User description** #475 #474 ___ ### **PR Type** documentation, dependencies ___ ### **Description** - Added a new version entry for `main(v0.8.0)` in `CHANGELOG.md` - Updated versions in `package.json` files to `0.8.0` - Updated `wrangler` and `@aws-sdk` dependencies across multiple `package.json` and `pnpm-lock.yaml` files - Enhanced worker setup documentation with new steps and images ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Added new version entry for v0.8.0 in CHANGELOG</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Added a new version entry for <code>main(v0.8.0)</code><br> <li> Added a TODO placeholder for the new version<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+4/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>worker.md</strong><dd><code>Updated worker setup documentation with new steps</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/ui/worker.md <li>Updated worker setup instructions<br> <li> Added new steps and images for setting compatibility flags and runtime <br>settings<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-ed132f8c7a4d0a1bd98a708c0577a087c30833499ef59c1f30f1b819a351290d">+11/-7</a>&nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated frontend package version to 0.8.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/package.json - Updated version from `0.7.6` to `0.8.0` </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated pages package version and wrangler dependency</code>&nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> pages/package.json <li>Updated version from <code>0.7.6</code> to <code>0.8.0</code><br> <li> Updated <code>wrangler</code> dependency version<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated vitepress-docs package version and wrangler dependency</code></dd></summary> <hr> vitepress-docs/package.json <li>Updated version from <code>0.7.6</code> to <code>0.8.0</code><br> <li> Updated <code>wrangler</code> dependency version<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>Updated dependencies in pnpm-lock.yaml for vitepress-docs</code></dd></summary> <hr> vitepress-docs/pnpm-lock.yaml - Updated various dependencies to their latest versions </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+121/-121</a></td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated worker package version and dependencies</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/package.json <li>Updated version from <code>0.7.6</code> to <code>0.8.0</code><br> <li> Updated <code>wrangler</code> and <code>@aws-sdk</code> dependencies<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+5/-5</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>Updated dependencies in pnpm-lock.yaml for worker</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/pnpm-lock.yaml - Updated various dependencies to their latest versions </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/476/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+243/-253</a></td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:31:55 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#586
    No description provided.