chore(deps): remove deprecated subscriptions-transport-ws
dancefinder-app / build (pull_request) Successful in 2m15s
dancefinder-app / deploy-prod (pull_request) Has been skipped

The package is no longer maintained and was only reachable via the
Apollo WebSocketLink in app/plugins/apollo.ts. No Subscription type
exists in the schema and no subscription operations are defined, so the
ws split branch was dead code. Drop WebSocketLink, the split() routing,
and the direct dependency.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-25 11:58:11 +02:00
parent 11316dd8ac
commit 0029d8dbaf
3 changed files with 4 additions and 298 deletions
+1 -2
View File
@@ -58,8 +58,7 @@
"graphql": "16.14.0",
"graphql-tag": "2.12.6",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"subscriptions-transport-ws": "0.11.0"
"pinia-plugin-persistedstate": "4.7.1"
},
"engines": {
"node": "24"