[PR #536] [MERGED] feat: update dependencies #609

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (1)

  • 28e7db5 feat: update dependencies

📊 Changes

10 files changed (+870 additions, -912 deletions)

View changed files

📝 frontend/package.json (+10 -9)
📝 frontend/pnpm-lock.yaml (+460 -442)
📝 mail-parser-wasm/Cargo.toml (+3 -3)
📝 mail-parser-wasm/src/lib.rs (+35 -0)
📝 mail-parser-wasm/worker/package.json (+1 -1)
📝 vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md (+1 -0)
📝 vitepress-docs/pnpm-lock.yaml (+13 -12)
📝 worker/package.json (+5 -5)
📝 worker/pnpm-lock.yaml (+341 -440)
📝 worker/src/common.ts (+1 -0)

📄 Description

PR Type

enhancement, dependencies


Description

  • Added headers field to the parsedEmail object in common.ts.
  • Introduced MessageHeader struct and included headers in MessageResult struct in lib.rs.
  • Updated parse_message function to populate headers in lib.rs.
  • Updated multiple dependencies to their latest versions in pnpm-lock.yaml.
  • Updated frontend dependencies and added workbox-build in package.json.
  • Bumped version of mail-parser-wasm from 0.1.8 to 0.2.0.

Changes walkthrough 📝

Relevant files
Enhancement
2 files
common.ts
Add headers field to parsedEmail object                                   

worker/src/common.ts

  • Added headers field to the commented out parsedEmail object.
+1/-0     
lib.rs
Add headers to MessageResult struct and parse_message function

mail-parser-wasm/src/lib.rs

  • Added MessageHeader struct with key and value fields.
  • Included headers field in MessageResult struct.
  • Implemented getter methods for headers in MessageResult.
  • Updated parse_message function to populate headers.
  • +35/-0   
    Dependencies
    3 files
    pnpm-lock.yaml
    Update dependencies to latest versions                                     

    worker/pnpm-lock.yaml

  • Updated multiple dependencies to their latest versions.
  • Removed deprecated and unsupported dependencies.
  • +341/-440
    package.json
    Update frontend dependencies and add workbox-build             

    frontend/package.json

  • Updated several dependencies to their latest versions.
  • Added workbox-build as a new dependency.
  • +10/-9   
    package.json
    Bump version to 0.2.0                                                                       

    mail-parser-wasm/worker/package.json

    • Bumped version from 0.1.8 to 0.2.0.
    +1/-1     
    Additional files (token-limit)
    5 files
    pnpm-lock.yaml
    ...                                                                                                           

    frontend/pnpm-lock.yaml

    ...

    +460/-442
    pnpm-lock.yaml
    ...                                                                                                           

    vitepress-docs/pnpm-lock.yaml

    ...

    +13/-12 
    package.json
    ...                                                                                                           

    worker/package.json

    ...

    +5/-5     
    Cargo.toml
    ...                                                                                                           

    mail-parser-wasm/Cargo.toml

    ...

    +3/-3     
    mail_parser_wasm_worker.md
    ...                                                                                                           

    vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md

    ...

    +1/-0     

    💡 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/536 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 12/27/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`28e7db5`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/28e7db51b35e2828135965531db94faad3199e0e) feat: update dependencies ### 📊 Changes **10 files changed** (+870 additions, -912 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+10 -9) 📝 `frontend/pnpm-lock.yaml` (+460 -442) 📝 `mail-parser-wasm/Cargo.toml` (+3 -3) 📝 `mail-parser-wasm/src/lib.rs` (+35 -0) 📝 `mail-parser-wasm/worker/package.json` (+1 -1) 📝 `vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md` (+1 -0) 📝 `vitepress-docs/pnpm-lock.yaml` (+13 -12) 📝 `worker/package.json` (+5 -5) 📝 `worker/pnpm-lock.yaml` (+341 -440) 📝 `worker/src/common.ts` (+1 -0) </details> ### 📄 Description ### **PR Type** enhancement, dependencies ___ ### **Description** - Added `headers` field to the `parsedEmail` object in `common.ts`. - Introduced `MessageHeader` struct and included `headers` in `MessageResult` struct in `lib.rs`. - Updated `parse_message` function to populate `headers` in `lib.rs`. - Updated multiple dependencies to their latest versions in `pnpm-lock.yaml`. - Updated frontend dependencies and added `workbox-build` in `package.json`. - Bumped version of `mail-parser-wasm` from `0.1.8` to `0.2.0`. ___ ### **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>2 files</summary><table> <tr> <td> <details> <summary><strong>common.ts</strong><dd><code>Add headers field to parsedEmail object</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/src/common.ts - Added `headers` field to the commented out `parsedEmail` object. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-fcc08fd5aa3c190d0d45c7e3dd208e5ee831d360b272fdd5869607cf472c5eb1">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>lib.rs</strong><dd><code>Add headers to MessageResult struct and parse_message function</code></dd></summary> <hr> mail-parser-wasm/src/lib.rs <li>Added <code>MessageHeader</code> struct with <code>key</code> and <code>value</code> fields.<br> <li> Included <code>headers</code> field in <code>MessageResult</code> struct.<br> <li> Implemented getter methods for <code>headers</code> in <code>MessageResult</code>.<br> <li> Updated <code>parse_message</code> function to populate <code>headers</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-a9599ff1a34c23e6641b80e7d9264ad2da41e1af041b1fd82637df381233259b">+35/-0</a>&nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>3 files</summary><table> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>Update dependencies to latest versions</code>&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 <li>Updated multiple dependencies to their latest versions.<br> <li> Removed deprecated and unsupported dependencies.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+341/-440</a></td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Update frontend dependencies and add workbox-build</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/package.json <li>Updated several dependencies to their latest versions.<br> <li> Added <code>workbox-build</code> as a new dependency.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+10/-9</a>&nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Bump version to 0.2.0</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; </dd></summary> <hr> mail-parser-wasm/worker/package.json - Bumped version from `0.1.8` to `0.2.0`. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-8a0389f79428c6f61ddb57cbc3f35df7ad63976a05e01a2b84685265421b4eb0">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Additional files (token-limit)</strong></td><td><details><summary>5 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> frontend/pnpm-lock.yaml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-41b1ff3a74ba81fa74c8dd225d66d81573be3f2990e1d98b9b09798b147d40a8">+460/-442</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/536/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+13/-12</a>&nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</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/package.json ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+5/-5</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>Cargo.toml</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> mail-parser-wasm/Cargo.toml ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-2ef4bac2df032dd0396076452adbe85d23db5660369ebd7d6cf7ea1ec58cf0f2">+3/-3</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>mail_parser_wasm_worker.md</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/docs/zh/guide/feature/mail_parser_wasm_worker.md ... </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536/files#diff-a1269ebb4bac2fdd62597d65640a249aaff77942fa873baab4dd95b8ac46159b">+1/-0</a>&nbsp; &nbsp; &nbsp; </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:32:01 +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#609
    No description provided.