[PR #411] [MERGED] feat: update dependencies #566

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (1)

  • 72cb704 feat: update dependencies

📊 Changes

3 files changed (+343 additions, -305 deletions)

View changed files

📝 pages/package.json (+1 -1)
📝 vitepress-docs/package.json (+3 -3)
📝 vitepress-docs/pnpm-lock.yaml (+339 -301)

📄 Description

PR Type

Enhancement, Dependencies


Description

  • Updated wrangler dependency version in pages/package.json from ^3.62.0 to ^3.71.0.
  • Updated multiple dependencies in vitepress-docs/package.json:
    • @types/node from ^20.14.10 to ^22.3.0
    • vitepress from ^1.2.3 to ^1.3.2
    • wrangler from ^3.63.1 to ^3.71.0
  • Updated various dependencies in vitepress-docs/pnpm-lock.yaml to their latest versions.
  • Added new dependency @cloudflare/workers-shared@0.1.0 in vitepress-docs/pnpm-lock.yaml.

Changes walkthrough 📝

Relevant files
Dependencies
package.json
Update `wrangler` dependency version in `pages/package.json`

pages/package.json

  • Updated wrangler version from ^3.62.0 to ^3.71.0.
+1/-1     
package.json
Update multiple dependencies in `vitepress-docs/package.json`

vitepress-docs/package.json

  • Updated @types/node version from ^20.14.10 to ^22.3.0.
  • Updated vitepress version from ^1.2.3 to ^1.3.2.
  • Updated wrangler version from ^3.63.1 to ^3.71.0.
  • +3/-3     
    pnpm-lock.yaml
    Update dependencies and add new dependency in `pnpm-lock.yaml`

    vitepress-docs/pnpm-lock.yaml

  • Updated various dependencies to their latest versions.
  • Added new dependency @cloudflare/workers-shared@0.1.0.
  • +339/-301

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions


    🔄 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/411 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`72cb704`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/72cb70486bdeec1c482aad4532a9983724f917ea) feat: update dependencies ### 📊 Changes **3 files changed** (+343 additions, -305 deletions) <details> <summary>View changed files</summary> 📝 `pages/package.json` (+1 -1) 📝 `vitepress-docs/package.json` (+3 -3) 📝 `vitepress-docs/pnpm-lock.yaml` (+339 -301) </details> ### 📄 Description ### **PR Type** Enhancement, Dependencies ___ ### **Description** - Updated `wrangler` dependency version in `pages/package.json` from `^3.62.0` to `^3.71.0`. - Updated multiple dependencies in `vitepress-docs/package.json`: - `@types/node` from `^20.14.10` to `^22.3.0` - `vitepress` from `^1.2.3` to `^1.3.2` - `wrangler` from `^3.63.1` to `^3.71.0` - Updated various dependencies in `vitepress-docs/pnpm-lock.yaml` to their latest versions. - Added new dependency `@cloudflare/workers-shared@0.1.0` in `vitepress-docs/pnpm-lock.yaml`. ___ ### **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>Update `wrangler` dependency version in `pages/package.json`</code></dd></summary> <hr> pages/package.json - Updated `wrangler` version from `^3.62.0` to `^3.71.0`. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/411/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Update multiple dependencies in `vitepress-docs/package.json`</code></dd></summary> <hr> vitepress-docs/package.json <li>Updated <code>@types/node</code> version from <code>^20.14.10</code> to <code>^22.3.0</code>.<br> <li> Updated <code>vitepress</code> version from <code>^1.2.3</code> to <code>^1.3.2</code>.<br> <li> Updated <code>wrangler</code> version from <code>^3.63.1</code> to <code>^3.71.0</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/411/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+3/-3</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>pnpm-lock.yaml</strong><dd><code>Update dependencies and add new dependency in `pnpm-lock.yaml`</code></dd></summary> <hr> vitepress-docs/pnpm-lock.yaml <li>Updated various dependencies to their latest versions.<br> <li> Added new dependency <code>@cloudflare/workers-shared@0.1.0</code>.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/411/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+339/-301</a></td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --- <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:49 +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#566
    No description provided.