mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5607] [MERGED] chore(agent): bump agent and dependency chain #5276
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#5276
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/5607
Author: @CuriousCorrelation
Created: 11/23/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @jamesgeorge007
Base:
next← Head:agent-chore-version-bump📝 Commits (1)
3bd29c0chore(agent): bump agent and dependency chain📊 Changes
7 files changed (+199 additions, -199 deletions)
View changed files
📝
devenv.nix(+2 -2)📝
packages/hoppscotch-agent/package.json(+11 -11)📝
packages/hoppscotch-agent/src-tauri/Cargo.lock(+11 -11)📝
packages/hoppscotch-agent/src-tauri/Cargo.toml(+21 -21)📝
packages/hoppscotch-agent/src-tauri/tauri.conf.json(+1 -1)📝
packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json(+1 -1)📝
pnpm-lock.yaml(+152 -152)📄 Description
This updates Hoppscotch Agent dependencies to align with
v2025.11.0 security patch and other dependency chain.
Closes FE-1056
What's changed
Updated Node.js version in
devenv.nixfrom 20 to 22 to align with theNode.js 22 requirement introduced in the dependency chain update.
This affects both the package declaration and the js lang config.
Updated Rust dependencies to their latest versions including security
patches. Updated (possible) frontend dependencies in
package.jsonfor compatibility. Version bump from 0.1.15 to 0.1.16.
NOTE: Removed caret prefixes from Tauri dependencies for more
consistent version pinning.
Updated
Cargo.lockwith transitive dependency changes. All Tauriplugin versions synchronized for compatibility.
Verified on Windows 10/11, macOS (latest), NixOS (stable/unstable),
Ubuntu 24.04.1 LTS, Debian (latest stable), and RHEL-based
distributions. Tested AppImage, .deb packages, Windows executables,
macOS .dmg, 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 agent registration, request
proxying, tray icon, autostart, store persistence, dialog interactions,
single instance enforcement, and HTTP client with gzip.
Summary by cubic
Bumps Hoppscotch Agent to the v2025.11.0 dependency chain, adopts Node.js 22, and pins Tauri versions for stable builds. Closes FE-1056; no functional changes.
Dependencies
Migration
Written for commit
3bd29c0b82. Summary will update automatically on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.