[PR #1764] [CLOSED] fix: explicit package.json deps: allows pnpm import/install #3479

Closed
opened 2026-03-17 01:05:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1764
Author: @hughobrien
Created: 8/7/2021
Status: Closed

Base: mainHead: pnpm-explicit-deps


📝 Commits (3)

  • 9863412 update deps to include explicit needs, allows pnpm import/install
  • 41a6f8a use compatible versions
  • 2f9b433 Merge branch 'main' into pnpm-explicit-deps

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 package-lock.json (+2 -0)
📝 package.json (+2 -0)

📄 Description

these deps are transitive, but pnpm is strict about that so they are missing when using pnpm import/install. This PR makes them explicit.


🔄 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/1764 **Author:** [@hughobrien](https://github.com/hughobrien) **Created:** 8/7/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pnpm-explicit-deps` --- ### 📝 Commits (3) - [`9863412`](https://github.com/hoppscotch/hoppscotch/commit/98634120d6b08ad67584a9e464eb4c1d0c199d76) update deps to include explicit needs, allows pnpm import/install - [`41a6f8a`](https://github.com/hoppscotch/hoppscotch/commit/41a6f8a6ca689fe27720656397c5e0bce8030ff3) use compatible versions - [`2f9b433`](https://github.com/hoppscotch/hoppscotch/commit/2f9b43393b77fc15a4d2e4a5673fc565bd7c01bf) Merge branch 'main' into pnpm-explicit-deps ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -0) 📝 `package.json` (+2 -0) </details> ### 📄 Description these deps are transitive, but pnpm is strict about that so they are missing when using pnpm import/install. This PR makes them explicit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:05:21 +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/hoppscotch#3479
No description provided.