[PR #3575] [MERGED] chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web #4437

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

📋 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.0Head: chore/bump-deps-2023.12.0


📝 Commits (10+)

  • 60cab41 wip: bump deps in hoppscotch-common
  • 7e992ff chore: more bumps
  • 674a3cd chore: remove unused fuse.js
  • d0130c3 chore: add prettier to hoppscotch-common
  • bf4a9d5 chore: migrate to unhead/vue from vue/head
  • a0bb640 chore: more bumps
  • 9196aab chore: more bumps
  • 307d31c chore: run formatting
  • 1fb4e3d chore: remove unwanted deps from selfhost-web
  • 863a44b chore: 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-common and hoppscotch-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-legacy and vite-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/vue is now used instead of vue/head because vue/head is no longer supported and has been deprecated.


🔄 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/3575 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.0` ← **Head:** `chore/bump-deps-2023.12.0` --- ### 📝 Commits (10+) - [`60cab41`](https://github.com/hoppscotch/hoppscotch/commit/60cab41bab5a5b233ec699b288e2b10a989c3d0b) wip: bump deps in hoppscotch-common - [`7e992ff`](https://github.com/hoppscotch/hoppscotch/commit/7e992ff05a9c0c1eeb84cbe870efd949006d1305) chore: more bumps - [`674a3cd`](https://github.com/hoppscotch/hoppscotch/commit/674a3cd4d5c3bb334ebd632226e663886da41d7e) chore: remove unused fuse.js - [`d0130c3`](https://github.com/hoppscotch/hoppscotch/commit/d0130c3def2c4fb8d92d6d2d341e14fba358fdd0) chore: add prettier to hoppscotch-common - [`bf4a9d5`](https://github.com/hoppscotch/hoppscotch/commit/bf4a9d50f66d288b7e98ffafbe57684bbc4a3718) chore: migrate to unhead/vue from vue/head - [`a0bb640`](https://github.com/hoppscotch/hoppscotch/commit/a0bb64044981e7d7f6e94e56d978c1ecbe2a1e41) chore: more bumps - [`9196aab`](https://github.com/hoppscotch/hoppscotch/commit/9196aab33d4286061969bdef7e2d83b464878d65) chore: more bumps - [`307d31c`](https://github.com/hoppscotch/hoppscotch/commit/307d31ca47c8803269a83cf991db4b15fd265e4a) chore: run formatting - [`1fb4e3d`](https://github.com/hoppscotch/hoppscotch/commit/1fb4e3d1b83193ba5c84d6f232076de2b94493eb) chore: remove unwanted deps from selfhost-web - [`863a44b`](https://github.com/hoppscotch/hoppscotch/commit/863a44b37bf174d73cd9470d7b0b16033081f1cc) chore: bump deps for selfhost-web ### 📊 Changes **15 files changed** (+2878 additions, -3118 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes HFE-262, HFE-264 This PR updates the dependencies `hoppscotch-common` and `hoppscotch-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-legacy` and `vite-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/vue` is now used instead of `vue/head` because `vue/head` is no longer supported and has been deprecated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:58:29 +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#4437
No description provided.