[PR #494] [MERGED] feat: upgrade dependencies && |doc| update ui install worker doc #594

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (1)

  • f4fe71c feat: upgrade dependencies && |doc| update ui install worker doc

📊 Changes

10 files changed (+1698 additions, -1710 deletions)

View changed files

📝 CHANGELOG.md (+5 -1)
📝 frontend/package.json (+6 -6)
📝 frontend/pnpm-lock.yaml (+494 -402)
📝 pages/package.json (+2 -2)
📝 vitepress-docs/docs/zh/guide/ui/worker.md (+7 -1)
📝 vitepress-docs/package.json (+3 -3)
📝 vitepress-docs/pnpm-lock.yaml (+478 -554)
📝 worker/package.json (+6 -6)
📝 worker/pnpm-lock.yaml (+696 -734)
📝 worker/src/constants.ts (+1 -1)

📄 Description

PR Type

Enhancement, Documentation


Description

  • Updated project version to '0.8.1' across multiple packages.
  • Upgraded several dependencies in frontend, worker, pages, and vitepress-docs packages.
  • Added notes for binding names in the UI installation worker documentation.
  • Updated the changelog to reflect the new version and documentation updates.

Changes walkthrough 📝

Relevant files
Enhancement
1 files
constants.ts
Update version constant to v0.8.1                                               

worker/src/constants.ts

  • Updated the VERSION constant from 'v0.8.0' to 'v0.8.1'.
+1/-1     
Dependencies
4 files
package.json
Upgrade frontend dependencies and update version                 

frontend/package.json

  • Updated project version to '0.8.1'.
  • Upgraded several dependencies including vue, @vitejs/plugin-vue, and
    wrangler.
  • +6/-6     
    package.json
    Upgrade worker dependencies and update version                     

    worker/package.json

  • Updated project version to '0.8.1'.
  • Upgraded several dependencies including @cloudflare/workers-types,
    @aws-sdk/client-s3, and wrangler.
  • +6/-6     
    package.json
    Upgrade pages dependencies and update version                       

    pages/package.json

  • Updated project version to '0.8.1'.
  • Upgraded wrangler dependency.
  • +2/-2     
    package.json
    Upgrade vitepress-docs dependencies and update version     

    vitepress-docs/package.json

  • Updated project version to '0.8.1'.
  • Upgraded @types/node and wrangler dependencies.
  • +3/-3     
    Documentation
    2 files
    worker.md
    Update UI installation worker documentation                           

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

    • Added notes for binding names for D1 Database and KV.
    +7/-1     
    CHANGELOG.md
    Add changelog entry for version 0.8.1                                       

    CHANGELOG.md

  • Added changelog entry for version '0.8.1'.
  • Documented updates to UI installation documentation.
  • +5/-1     
    Additional files (token-limit)
    3 files
    pnpm-lock.yaml
    ...                                                                                                           

    worker/pnpm-lock.yaml

    ...

    +696/-734
    pnpm-lock.yaml
    ...                                                                                                           

    frontend/pnpm-lock.yaml

    ...

    +494/-402
    pnpm-lock.yaml
    ...                                                                                                           

    vitepress-docs/pnpm-lock.yaml

    ...

    +478/-554

    💡 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/494 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 11/22/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`f4fe71c`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/f4fe71cc2809d940575b491b2546947f1c10f49b) feat: upgrade dependencies && |doc| update ui install worker doc ### 📊 Changes **10 files changed** (+1698 additions, -1710 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -1) 📝 `frontend/package.json` (+6 -6) 📝 `frontend/pnpm-lock.yaml` (+494 -402) 📝 `pages/package.json` (+2 -2) 📝 `vitepress-docs/docs/zh/guide/ui/worker.md` (+7 -1) 📝 `vitepress-docs/package.json` (+3 -3) 📝 `vitepress-docs/pnpm-lock.yaml` (+478 -554) 📝 `worker/package.json` (+6 -6) 📝 `worker/pnpm-lock.yaml` (+696 -734) 📝 `worker/src/constants.ts` (+1 -1) </details> ### 📄 Description ### **PR Type** Enhancement, Documentation ___ ### **Description** - Updated project version to '0.8.1' across multiple packages. - Upgraded several dependencies in `frontend`, `worker`, `pages`, and `vitepress-docs` packages. - Added notes for binding names in the UI installation worker documentation. - Updated the changelog to reflect the new version and documentation updates. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>1 files</summary><table> <tr> <td> <details> <summary><strong>constants.ts</strong><dd><code>Update version constant to v0.8.1</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/src/constants.ts - Updated the `VERSION` constant from 'v0.8.0' to 'v0.8.1'. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-cab08ba19c1499ed426fc4918a5613e22eb95c3427c7467ce330f5ee0d69d01e">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>4 files</summary><table> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade frontend dependencies and update version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/package.json <li>Updated project version to '0.8.1'.<br> <li> Upgraded several dependencies including <code>vue</code>, <code>@vitejs/plugin-vue</code>, and <br><code>wrangler</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+6/-6</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade worker dependencies and update version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/package.json <li>Updated project version to '0.8.1'.<br> <li> Upgraded several dependencies including <code>@cloudflare/workers-types</code>, <br><code>@aws-sdk/client-s3</code>, and <code>wrangler</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+6/-6</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade pages dependencies and update version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> pages/package.json <li>Updated project version to '0.8.1'.<br> <li> Upgraded <code>wrangler</code> dependency.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade vitepress-docs dependencies and update version</code>&nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/package.json <li>Updated project version to '0.8.1'.<br> <li> Upgraded <code>@types/node</code> and <code>wrangler</code> dependencies.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+3/-3</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Documentation</strong></td><td><details><summary>2 files</summary><table> <tr> <td> <details> <summary><strong>worker.md</strong><dd><code>Update UI installation worker documentation</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/ui/worker.md - Added notes for binding names for `D1 Database` and `KV`. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-ed132f8c7a4d0a1bd98a708c0577a087c30833499ef59c1f30f1b819a351290d">+7/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Add changelog entry for version 0.8.1</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Added changelog entry for version '0.8.1'.<br> <li> Documented updates to UI installation documentation.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+5/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Additional files (token-limit)</strong></td><td><details><summary>3 files</summary><table> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>...</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+696/-734</a></td> </tr> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>...</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-41b1ff3a74ba81fa74c8dd225d66d81573be3f2990e1d98b9b09798b147d40a8">+494/-402</a></td> </tr> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>...</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/494/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+478/-554</a></td> </tr> </table></details></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:56 +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#594
    No description provided.