mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5612] [MERGED] chore(desktop): bump desktop shell dependencies #5284
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#5284
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/5612
Author: @CuriousCorrelation
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @jamesgeorge007
Base:
next← Head:desktop-chore-version-bump📝 Commits (5)
c412470chore(desktop): bump desktop shell dependencies68bc2dffix: use correct ESLint rule08ca21afix(desktop): remove unusedvueuse/coredecldae24acchore(desktop): bump version to25.11.05eb7e82chore(sh-web): bump bundle tov25.11.0📊 Changes
13 files changed (+1295 additions, -1559 deletions)
View changed files
📝
packages/hoppscotch-desktop/.eslintrc.cjs(+1 -1)📝
packages/hoppscotch-desktop/package.json(+13 -14)📝
packages/hoppscotch-desktop/src-tauri/Cargo.lock(+1219 -1296)📝
packages/hoppscotch-desktop/src-tauri/Cargo.toml(+19 -19)📝
packages/hoppscotch-desktop/src-tauri/tauri.conf.json(+1 -1)📝
packages/hoppscotch-desktop/src-tauri/tauri.portable.macos.conf.json(+1 -1)📝
packages/hoppscotch-desktop/src-tauri/tauri.portable.windows.conf.json(+1 -1)📝
packages/hoppscotch-desktop/src/components.d.ts(+4 -1)📝
packages/hoppscotch-desktop/src/views/Home.vue(+1 -1)📝
packages/hoppscotch-selfhost-web/src/main.ts(+1 -1)📝
packages/hoppscotch-selfhost-web/webapp-server/src/bundle/model.rs(+1 -1)📝
packages/hoppscotch-selfhost-web/webapp-server/src/config.rs(+2 -2)📝
pnpm-lock.yaml(+31 -220)📄 Description
This updates Hoppscotch Desktop (Shell) dependencies to align with
v2025.11.0 security patch and other dependency chain.
Closes FE-1058
What's changed
Updated Rust dependencies to their latest versions including security
patches. Updated frontend dependencies in
package.jsonforcompatibility. Version bump from 24.10.1 to 24.11.0.
Verified on Windows 10/11, macOS (latest), NixOS (stable/unstable),
Ubuntu 24.04.1 LTS, Debian (latest stable), and RHEL-based
distributions. Tested portable builds, installers, and custom Nix packages.
No breaking changes in existing functionality.
Tauri IPC features working as expected.
Node.js 22 is now required for development environments. See the main
dependency chain PR (#5590) for details on the Node.js version
requirement change.
Testing
Verify core functionality including desktop window state, deep linking,
file system access, dialog interactions, process management, store
persistence, update checking, and HTTP client with gzip (webapp-server).
Summary by cubic
Aligns Hoppscotch Desktop shell with the v2025.11.0 security patch by updating Rust/Tauri and web tooling. Implements FE-1058 and bumps the desktop version to 25.11.0 with no functional changes.
Dependencies
Migration
Written for commit
5eb7e82f43. Summary will update automatically on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.