[PR #448] [MERGED] feat: upgrade dependencies #583

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448
Author: @dreamhunter2333
Created: 9/27/2024
Status: Merged
Merged: 9/27/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 84d68c6 feat: upgrade dependencies

📊 Changes

8 files changed (+1539 additions, -1546 deletions)

View changed files

📝 frontend/package.json (+11 -11)
📝 frontend/pnpm-lock.yaml (+666 -669)
📝 pages/package.json (+1 -1)
📝 vitepress-docs/docs/en/cli.md (+2 -2)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+3 -1)
📝 worker/package.json (+6 -6)
📝 worker/pnpm-lock.yaml (+848 -854)
📝 worker/wrangler.toml.template (+2 -2)

📄 Description

PR Type

enhancement, documentation


Description

  • Upgraded multiple dependencies across frontend, worker, and pages packages to their latest versions.
  • Updated compatibility_date and added compatibility_flags in worker configuration examples in both English and Chinese documentation.
  • Modified worker configuration template to reflect new compatibility settings.

Changes walkthrough 📝

Relevant files
Dependencies
package.json
Upgrade frontend dependencies to latest versions                 

frontend/package.json

  • Upgraded multiple dependencies to newer versions.
  • Updated @unhead/vue, axios, naive-ui, postal-mime, vue, vue-i18n,
    vue-router, @vitejs/plugin-vue, unplugin-auto-import, vite, and
    wrangler.
  • +11/-11 
    package.json
    Upgrade worker dependencies to latest versions                     

    worker/package.json

  • Upgraded multiple dependencies to newer versions.
  • Updated @cloudflare/workers-types, wrangler, @aws-sdk/client-s3,
    @aws-sdk/s3-request-presigner, hono, and postal-mime.
  • +6/-6     
    package.json
    Upgrade wrangler dependency in pages package                         

    pages/package.json

    • Upgraded wrangler dependency to the latest version.
    +1/-1     
    Documentation
    worker.md
    Update worker configuration example in Chinese documentation

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

  • Updated compatibility_date and added compatibility_flags in the TOML
    configuration example.
  • +3/-1     
    cli.md
    Update worker configuration example in English documentation

    vitepress-docs/docs/en/cli.md

  • Updated compatibility_date and replaced node_compat with
    compatibility_flags in the TOML configuration example.
  • +2/-2     
    Configuration changes
    wrangler.toml.template
    Update worker configuration template                                         

    worker/wrangler.toml.template

  • Updated compatibility_date and replaced node_compat with
    compatibility_flags.
  • +2/-2     
    Additional files (token-limit)
    pnpm-lock.yaml
    ...                                                                                                           

    frontend/pnpm-lock.yaml

    ...

    +836/-839
    pnpm-lock.yaml
    ...                                                                                                           

    worker/pnpm-lock.yaml

    ...

    +1082/-1088

    💡 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/448 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`84d68c6`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/84d68c602325756853a9423b33bbbae2b96fce07) feat: upgrade dependencies ### 📊 Changes **8 files changed** (+1539 additions, -1546 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+11 -11) 📝 `frontend/pnpm-lock.yaml` (+666 -669) 📝 `pages/package.json` (+1 -1) 📝 `vitepress-docs/docs/en/cli.md` (+2 -2) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+3 -1) 📝 `worker/package.json` (+6 -6) 📝 `worker/pnpm-lock.yaml` (+848 -854) 📝 `worker/wrangler.toml.template` (+2 -2) </details> ### 📄 Description ### **PR Type** enhancement, documentation ___ ### **Description** - Upgraded multiple dependencies across frontend, worker, and pages packages to their latest versions. - Updated `compatibility_date` and added `compatibility_flags` in worker configuration examples in both English and Chinese documentation. - Modified worker configuration template to reflect new compatibility settings. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade frontend dependencies to latest versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/package.json <li>Upgraded multiple dependencies to newer versions.<br> <li> Updated <code>@unhead/vue</code>, <code>axios</code>, <code>naive-ui</code>, <code>postal-mime</code>, <code>vue</code>, <code>vue-i18n</code>, <br><code>vue-router</code>, <code>@vitejs/plugin-vue</code>, <code>unplugin-auto-import</code>, <code>vite</code>, and <br><code>wrangler</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+11/-11</a>&nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade worker dependencies to latest versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/package.json <li>Upgraded multiple dependencies to newer versions.<br> <li> Updated <code>@cloudflare/workers-types</code>, <code>wrangler</code>, <code>@aws-sdk/client-s3</code>, <br><code>@aws-sdk/s3-request-presigner</code>, <code>hono</code>, and <code>postal-mime</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+6/-6</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Upgrade wrangler dependency in pages package</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> pages/package.json - Upgraded `wrangler` dependency to the latest version. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>worker.md</strong><dd><code>Update worker configuration example in Chinese documentation</code></dd></summary> <hr> vitepress-docs/docs/zh/guide/cli/worker.md <li>Updated <code>compatibility_date</code> and added <code>compatibility_flags</code> in the TOML <br>configuration example.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-f760a2ec5dad4b6bda0bd4a9325274567778add8cb984e73650dbaaf680c9178">+3/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>cli.md</strong><dd><code>Update worker configuration example in English documentation</code></dd></summary> <hr> vitepress-docs/docs/en/cli.md <li>Updated <code>compatibility_date</code> and replaced <code>node_compat</code> with <br><code>compatibility_flags</code> in the TOML configuration example.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-3f8f72a691fa19c8581621e91cf67ad28855af7a57e58513f6563cf4c8886e5f">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>wrangler.toml.template</strong><dd><code>Update worker configuration template</code>&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/wrangler.toml.template <li>Updated <code>compatibility_date</code> and replaced <code>node_compat</code> with <br><code>compatibility_flags</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-743273da72481b71fbeb1dddfd294be9249554eef65691dfc9bcfa9f0fd971fb">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Additional files (token-limit)</strong></td><td><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> frontend/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-41b1ff3a74ba81fa74c8dd225d66d81573be3f2990e1d98b9b09798b147d40a8">+836/-839</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> worker/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/448/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+1082/-1088</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:54 +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#583
    No description provided.