mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3575] [MERGED] chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web #4437
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#4437
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/3575
Author: @amk-dev
Created: 11/21/2023
Status: ✅ Merged
Merged: 12/5/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:chore/bump-deps-2023.12.0📝 Commits (10+)
60cab41wip: bump deps in hoppscotch-common7e992ffchore: more bumps674a3cdchore: remove unused fuse.jsd0130c3chore: add prettier to hoppscotch-commonbf4a9d5chore: migrate to unhead/vue from vue/heada0bb640chore: more bumps9196aabchore: more bumps307d31cchore: run formatting1fb4e3dchore: remove unwanted deps from selfhost-web863a44bchore: bump deps for selfhost-web📊 Changes
15 files changed (+2878 additions, -3118 deletions)
View changed files
📝
packages/hoppscotch-common/package.json(+60 -63)📝
packages/hoppscotch-common/src/components/collections/ImportExport.vue(+4 -4)📝
packages/hoppscotch-common/src/components/collections/graphql/ImportExport.vue(+4 -4)📝
packages/hoppscotch-common/src/components/environments/ImportExport.vue(+4 -4)📝
packages/hoppscotch-common/src/composables/head.ts(+1 -1)📝
packages/hoppscotch-common/src/helpers/functional/object.ts(+14 -14)📝
packages/hoppscotch-common/src/helpers/functional/primtive.ts(+14 -14)📝
packages/hoppscotch-common/src/index.ts(+4 -5)📝
packages/hoppscotch-common/src/modules/head.ts(+8 -9)📝
packages/hoppscotch-common/src/pages/realtime/mqtt.vue(+2 -2)📝
packages/hoppscotch-common/src/pages/realtime/socketio.vue(+2 -2)📝
packages/hoppscotch-common/src/pages/realtime/sse.vue(+2 -2)📝
packages/hoppscotch-common/src/pages/realtime/websocket.vue(+2 -2)📝
packages/hoppscotch-selfhost-web/package.json(+30 -31)📝
pnpm-lock.yaml(+2727 -2961)📄 Description
Fixes HFE-262, HFE-264
This PR updates the dependencies
hoppscotch-commonandhoppscotch-selfhost-web.we didn't upgrade to Vite version 5 because some of the plugins we rely on haven't been updated to work with Vite 5 yet.
Additionally, there are two packages,
@vitejs/plugin-legacyandvite-plugin-static-copy, which dropped support for Vite 4. We didn't update them to their major versions either.this PR removes some unwanted deps from
@hoppscotch/selfhost-web. we could also do the same for@hoppscotch/common. will tackle that in another PR.The package
unhead/vueis now used instead ofvue/headbecausevue/headis no longer supported and has been deprecated.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.