[PR #5442] fix: remove uuid package #5206

Open
opened 2026-03-17 02:40:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5442
Author: @AlexHladin
Created: 10/4/2025
Status: 🔄 Open

Base: mainHead: chore/replace-uuid-package-with-standart-web


📝 Commits (2)

  • ffaef00 fix: remove uuid package
  • 90dea8a Merge branch 'main' into chore/replace-uuid-package-with-standart-web

📊 Changes

11 files changed (+10 additions, -44 deletions)

View changed files

📝 packages/hoppscotch-common/package.json (+0 -2)
📝 packages/hoppscotch-common/src/components/MonacoScriptEditor.vue (+1 -2)
📝 packages/hoppscotch-common/src/helpers/import-export/import/import-sources/FileSource.ts (+1 -2)
📝 packages/hoppscotch-common/src/helpers/import-export/import/import-sources/GistSource.ts (+1 -2)
📝 packages/hoppscotch-common/src/helpers/import-export/import/import-sources/UrlSource.ts (+1 -2)
📝 packages/hoppscotch-common/src/platform/std/interceptors/proxy.ts (+3 -2)
📝 packages/hoppscotch-common/src/platform/std/kernel-interceptors/proxy/index.ts (+1 -2)
📝 packages/hoppscotch-common/src/services/tab/tab.ts (+1 -2)
📝 packages/hoppscotch-data/package.json (+0 -2)
📝 packages/hoppscotch-data/src/utils/collection.ts (+1 -3)
📝 pnpm-lock.yaml (+0 -23)

📄 Description

What's changed

This PR removes the uuid package from node modules and replaces it with the standard crypto library.

  • Not Completed
  • Completed

🔄 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/hoppscotch/hoppscotch/pull/5442 **Author:** [@AlexHladin](https://github.com/AlexHladin) **Created:** 10/4/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `chore/replace-uuid-package-with-standart-web` --- ### 📝 Commits (2) - [`ffaef00`](https://github.com/hoppscotch/hoppscotch/commit/ffaef0071f81ff8acb51f60031e4fd4dc888db60) fix: remove uuid package - [`90dea8a`](https://github.com/hoppscotch/hoppscotch/commit/90dea8a425bbcb02d93951ab90a391dd54b34e96) Merge branch 'main' into chore/replace-uuid-package-with-standart-web ### 📊 Changes **11 files changed** (+10 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/package.json` (+0 -2) 📝 `packages/hoppscotch-common/src/components/MonacoScriptEditor.vue` (+1 -2) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/import-sources/FileSource.ts` (+1 -2) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/import-sources/GistSource.ts` (+1 -2) 📝 `packages/hoppscotch-common/src/helpers/import-export/import/import-sources/UrlSource.ts` (+1 -2) 📝 `packages/hoppscotch-common/src/platform/std/interceptors/proxy.ts` (+3 -2) 📝 `packages/hoppscotch-common/src/platform/std/kernel-interceptors/proxy/index.ts` (+1 -2) 📝 `packages/hoppscotch-common/src/services/tab/tab.ts` (+1 -2) 📝 `packages/hoppscotch-data/package.json` (+0 -2) 📝 `packages/hoppscotch-data/src/utils/collection.ts` (+1 -3) 📝 `pnpm-lock.yaml` (+0 -23) </details> ### 📄 Description ### What's changed This PR removes the uuid package from node modules and replaces it with the [standard crypto](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID) library. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/hoppscotch#5206
No description provided.