mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[PR #3876] [MERGED] chore: pin dependencies across packages #4564
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#4564
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/3876
Author: @jamesgeorge007
Created: 3/4/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:pin-deps📝 Commits (1)
a568140chore: pin dependencies across packages📊 Changes
13 files changed (+2942 additions, -6181 deletions)
View changed files
📝
.npmrc(+1 -0)📝
package.json(+7 -7)📝
packages/codemirror-lang-graphql/package.json(+8 -8)📝
packages/hoppscotch-backend/package.json(+73 -73)📝
packages/hoppscotch-cli/package.json(+21 -23)📝
packages/hoppscotch-common/package.json(+135 -135)📝
packages/hoppscotch-common/src/components.d.ts(+7 -6)📝
packages/hoppscotch-data/package.json(+10 -10)📝
packages/hoppscotch-js-sandbox/package.json(+21 -21)📝
packages/hoppscotch-selfhost-desktop/package.json(+58 -58)📝
packages/hoppscotch-selfhost-web/package.json(+54 -54)📝
packages/hoppscotch-sh-admin/package.json(+51 -51)📝
pnpm-lock.yaml(+2496 -5735)📄 Description
Description
This PR pins dependencies to the resolved versions (obtained via
pnpm list) across packages ensuring consistency. We'll have frequent dependency bumps that will go hand in hand.Fixes HFE-448.
Changes
.npmrcensuring any dependencies added will be pinned.zodpresent under bothdependencies&devDependenciesare removed. Also, movesverzodfromdevDependenciestodependencies(direct dependencies shouldn't be inlined in the bundle exceptfp-ts, Ref).v0.7.0for the CLI accounting for #3777 (v0.6.0was published while shipping #3815).Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.