Skip to content

Commit a0fbb7b

Browse files
chore(native): bump and align dependencies (hoppscotch#5331)
- This standardises package versions between desktop, agent, appload, relay all the native components to resolve version inconsistencies and prepare for unified bumps in the future. - Account for recent minor dependency bumps as a follow-up to hoppscotch#5329 Co-authored-by: jamesgeorge007 <[email protected]>
1 parent 42089fb commit a0fbb7b

File tree

23 files changed

+992
-2040
lines changed

23 files changed

+992
-2040
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pnpm": {
3737
"overrides": {
3838
"cross-spawn": "7.0.6",
39-
"vue": "3.5.18",
39+
"vue": "3.5.19",
4040
"@nestjs-modules/mailer>mjml": "5.0.0-alpha.4",
4141
"subscriptions-transport-ws>ws": "7.5.10",
4242
"braces": "3.0.3",

packages/hoppscotch-agent/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@hoppscotch/ui": "^0.2.1",
14-
"@tauri-apps/api": "^2.0.2",
13+
"@hoppscotch/ui": "0.2.5",
14+
"@tauri-apps/api": "2.1.1",
1515
"@tauri-apps/plugin-shell": "^2.0.0",
16-
"@vueuse/core": "^11.1.0",
17-
"axios": "1.8.2",
18-
"fp-ts": "^2.16.9",
16+
"@vueuse/core": "13.7.0",
17+
"axios": "1.11.0",
18+
"fp-ts": "2.16.11",
1919
"lodash-es": "4.17.21",
20-
"vue": "3.3.9"
20+
"vue": "3.5.19"
2121
},
2222
"devDependencies": {
23-
"@iconify-json/lucide": "^1.2.8",
23+
"@iconify-json/lucide": "1.2.63",
2424
"@tauri-apps/cli": "^2.0.3",
2525
"@types/lodash-es": "4.17.12",
26-
"@types/node": "^22.7.5",
27-
"@vitejs/plugin-vue": "^5.1.4",
28-
"autoprefixer": "^10.4.20",
29-
"postcss": "^8.4.47",
30-
"tailwindcss": "^3.4.13",
31-
"typescript": "5.8.3",
32-
"unplugin-icons": "^0.19.3",
33-
"unplugin-vue-components": "28.4.1",
34-
"vite": "^5.4.8",
26+
"@types/node": "24.3.0",
27+
"@vitejs/plugin-vue": "5.1.4",
28+
"autoprefixer": "10.4.21",
29+
"postcss": "8.5.6",
30+
"tailwindcss": "3.4.16",
31+
"typescript": "5.9.2",
32+
"unplugin-icons": "22.2.0",
33+
"unplugin-vue-components": "29.0.0",
34+
"vite": "6.3.5",
3535
"vue-tsc": "2.2.0"
3636
}
3737
}

packages/hoppscotch-common/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@hoppscotch/httpsnippet": "3.0.9",
4141
"@hoppscotch/js-sandbox": "workspace:^",
4242
"@hoppscotch/kernel": "workspace:^",
43-
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#1b52e49d881926135838cf6cfebdc1643a9bec31",
43+
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#e8dbe06eabf947e5efaf07d2e573238ceb11a7b1",
4444
"@hoppscotch/ui": "0.2.5",
4545
"@hoppscotch/vue-toasted": "0.1.0",
4646
"@lezer/highlight": "1.2.1",
47-
"@noble/curves": "1.9.6",
47+
"@noble/curves": "1.9.7",
4848
"@scure/base": "1.2.6",
4949
"@shopify/lang-jsonc": "1.0.1",
5050
"@tauri-apps/api": "2.1.1",
@@ -106,7 +106,7 @@
106106
"util": "0.12.5",
107107
"uuid": "11.1.0",
108108
"verzod": "0.4.0",
109-
"vue": "3.5.18",
109+
"vue": "3.5.19",
110110
"vue-i18n": "11.1.11",
111111
"vue-json-pretty": "2.5.0",
112112
"vue-pdf-embed": "2.1.3",
@@ -147,9 +147,9 @@
147147
"@typescript-eslint/eslint-plugin": "8.40.0",
148148
"@typescript-eslint/parser": "8.40.0",
149149
"@vitejs/plugin-vue": "5.1.4",
150-
"@vue/compiler-sfc": "3.5.18",
150+
"@vue/compiler-sfc": "3.5.19",
151151
"@vue/eslint-config-typescript": "13.0.0",
152-
"@vue/runtime-core": "3.5.18",
152+
"@vue/runtime-core": "3.5.19",
153153
"autoprefixer": "10.4.21",
154154
"cross-env": "10.0.0",
155155
"dotenv": "17.2.1",
@@ -176,7 +176,7 @@
176176
"vite-plugin-html-config": "2.0.2",
177177
"vite-plugin-pages": "0.33.1",
178178
"vite-plugin-pages-sitemap": "1.7.1",
179-
"vite-plugin-pwa": "1.0.2",
179+
"vite-plugin-pwa": "1.0.3",
180180
"vite-plugin-vue-layouts": "0.11.0",
181181
"vitest": "3.2.4",
182182
"vue-tsc": "1.8.8"

packages/hoppscotch-desktop/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,46 +19,46 @@
1919
"build:portable": "pnpm tauri build -- --no-default-features --features portable"
2020
},
2121
"dependencies": {
22-
"@fontsource-variable/inter": "5.1.0",
23-
"@fontsource-variable/material-symbols-rounded": "5.1.3",
24-
"@fontsource-variable/roboto-mono": "5.1.0",
22+
"@fontsource-variable/inter": "5.2.6",
23+
"@fontsource-variable/material-symbols-rounded": "5.2.19",
24+
"@fontsource-variable/roboto-mono": "5.2.6",
2525
"@hoppscotch/common": "workspace:^",
2626
"@hoppscotch/kernel": "workspace:^",
27-
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#1b52e49d881926135838cf6cfebdc1643a9bec31",
28-
"@hoppscotch/ui": "0.2.1",
27+
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#e8dbe06eabf947e5efaf07d2e573238ceb11a7b1",
28+
"@hoppscotch/ui": "0.2.5",
2929
"@tauri-apps/api": "2.1.1",
3030
"@tauri-apps/plugin-fs": "2.0.2",
3131
"@tauri-apps/plugin-process": "2.2.0",
3232
"@tauri-apps/plugin-shell": "2.0.1",
3333
"@tauri-apps/plugin-store": "2.2.0",
3434
"@tauri-apps/plugin-updater": "2.5.1",
35-
"@vueuse/core": "11.1.0",
36-
"fp-ts": "2.16.9",
37-
"rxjs": "7.8.1",
38-
"vue": "^3.3.4",
39-
"vue-router": "4.4.5",
40-
"vue-tippy": "6.5.0",
41-
"zod": "3.23.8"
35+
"@vueuse/core": "13.7.0",
36+
"fp-ts": "2.16.11",
37+
"rxjs": "7.8.2",
38+
"vue": "3.5.19",
39+
"vue-router": "4.5.1",
40+
"vue-tippy": "6.7.1",
41+
"zod": "3.25.32"
4242
},
4343
"devDependencies": {
44-
"@iconify-json/lucide": "1.2.10",
45-
"@rushstack/eslint-patch": "1.10.4",
44+
"@iconify-json/lucide": "1.2.63",
45+
"@rushstack/eslint-patch": "1.12.0",
4646
"@tauri-apps/cli": "^2",
47-
"@typescript-eslint/eslint-plugin": "8.9.0",
48-
"@typescript-eslint/parser": "8.9.0",
49-
"@vitejs/plugin-vue": "^5.0.5",
47+
"@typescript-eslint/eslint-plugin": "8.40.0",
48+
"@typescript-eslint/parser": "8.40.0",
49+
"@vitejs/plugin-vue": "5.1.4",
5050
"@vue/eslint-config-typescript": "13.0.0",
51-
"autoprefixer": "10.4.20",
51+
"autoprefixer": "10.4.21",
5252
"eslint": "8.57.0",
53-
"eslint-plugin-prettier": "5.2.1",
54-
"eslint-plugin-vue": "9.29.0",
55-
"postcss": "8.4.49",
56-
"sass": "1.80.3",
57-
"tailwindcss": "3.4.14",
58-
"typescript": "^5.8.3",
59-
"unplugin-icons": "0.19.3",
60-
"unplugin-vue-components": "0.27.4",
61-
"vite": "^5.3.1",
53+
"eslint-plugin-prettier": "5.5.4",
54+
"eslint-plugin-vue": "10.4.0",
55+
"postcss": "8.5.6",
56+
"sass": "1.90.0",
57+
"tailwindcss": "3.4.16",
58+
"typescript": "5.9.2",
59+
"unplugin-icons": "22.2.0",
60+
"unplugin-vue-components": "29.0.0",
61+
"vite": "6.3.5",
6262
"vue-tsc": "2.2.0"
6363
}
6464
}

packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/examples/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "^2.0.0-alpha.11",
13+
"@tauri-apps/api": "^2.1.1",
1414
"tauri-plugin-appload-api": "file:../../"
1515
},
1616
"devDependencies": {

packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"pretest": "pnpm build"
2323
},
2424
"dependencies": {
25-
"@tauri-apps/api": "^2.0.0"
25+
"@tauri-apps/api": "2.1.1"
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "^11.1.6",
2929
"rollup": "^4.9.6",
30-
"typescript": "^5.8.3",
30+
"typescript": "5.9.2",
3131
"tslib": "^2.6.2"
3232
}
3333
}

packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"pretest": "pnpm build"
2323
},
2424
"dependencies": {
25-
"@tauri-apps/api": "^2.0.0"
25+
"@tauri-apps/api": "2.1.1"
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "^11.1.6",
2929
"rollup": "^4.9.6",
30-
"typescript": "^5.8.3",
30+
"typescript": "5.9.2",
3131
"tslib": "^2.6.2"
3232
}
3333
}

packages/hoppscotch-desktop/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hoppscotch-desktop/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ tauri-plugin-store = "2.2.0"
2929
tauri-plugin-dialog = "2.2.0"
3030
tauri-plugin-fs = "2.2.0"
3131
tauri-plugin-deep-link = "2.2.0"
32-
tauri-plugin-appload = { git = "https://github.com/CuriousCorrelation/tauri-plugin-appload", rev = "1b52e49d881926135838cf6cfebdc1643a9bec31" }
33-
tauri-plugin-relay = { git = "https://github.com/CuriousCorrelation/tauri-plugin-relay", rev = "4ed4fcafeb93856591e8a36522f6ec6e340e4dc5" }
32+
tauri-plugin-appload = { git = "https://github.com/CuriousCorrelation/tauri-plugin-appload", rev = "e8dbe06eabf947e5efaf07d2e573238ceb11a7b1" }
33+
tauri-plugin-relay = { git = "https://github.com/CuriousCorrelation/tauri-plugin-relay", rev = "ff18f776ddeb53dbbdeaf97e1fabc30bdc57c158" }
3434
axum = "0.8.1"
3535
tower-http = { version = "0.6.2", features = ["cors"] }
3636
random-port = "0.1.1"

packages/hoppscotch-desktop/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
</main>
1111
</div>
12-
<Toaster position="bottom-right" richColors />
12+
<Toaster position="bottom-right" rich-colors />
1313
</div>
1414
</template>
1515

0 commit comments

Comments
 (0)