mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5442] fix: remove uuid package #5206
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5442
Author: @AlexHladin
Created: 10/4/2025
Status: 🔄 Open
Base:
main← Head:chore/replace-uuid-package-with-standart-web📝 Commits (2)
ffaef00fix: remove uuid package90dea8aMerge 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.