Dependencies: remove unused core and UI packages (#38316)

* Dependencies: drop unused root runtime packages

* Dependencies: trim unused UI package deps

* Dependencies: keep UI build deps and stable git lock resolution

* Lockfile: fix UI vitest browser snapshot key
This commit is contained in:
Vincent Koc
2026-03-06 19:53:22 -05:00
committed by GitHub
parent 063b9aabe2
commit 74959fc1fd
2 changed files with 0 additions and 20 deletions

View File

@@ -348,7 +348,6 @@
"@sinclair/typebox": "0.34.48", "@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0", "@slack/bolt": "^4.6.0",
"@slack/web-api": "^7.14.1", "@slack/web-api": "^7.14.1",
"@snazzah/davey": "^0.1.9",
"@whiskeysockets/baileys": "7.0.0-rc.9", "@whiskeysockets/baileys": "7.0.0-rc.9",
"ajv": "^8.18.0", "ajv": "^8.18.0",
"chalk": "^5.6.2", "chalk": "^5.6.2",
@@ -360,7 +359,6 @@
"dotenv": "^17.3.1", "dotenv": "^17.3.1",
"express": "^5.2.1", "express": "^5.2.1",
"file-type": "^21.3.0", "file-type": "^21.3.0",
"gaxios": "7.1.3",
"grammy": "^1.41.0", "grammy": "^1.41.0",
"https-proxy-agent": "^7.0.6", "https-proxy-agent": "^7.0.6",
"ipaddr.js": "^2.3.0", "ipaddr.js": "^2.3.0",
@@ -368,9 +366,7 @@
"json5": "^2.2.3", "json5": "^2.2.3",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"linkedom": "^0.18.12", "linkedom": "^0.18.12",
"long": "^5.3.2",
"markdown-it": "^14.1.1", "markdown-it": "^14.1.1",
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
"node-edge-tts": "^1.2.10", "node-edge-tts": "^1.2.10",
"opusscript": "^0.1.1", "opusscript": "^0.1.1",
"osc-progress": "^0.3.0", "osc-progress": "^0.3.0",
@@ -379,7 +375,6 @@
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"sqlite-vec": "0.1.7-alpha.2", "sqlite-vec": "0.1.7-alpha.2",
"strip-ansi": "^7.2.0",
"tar": "7.5.10", "tar": "7.5.10",
"tslog": "^4.10.2", "tslog": "^4.10.2",
"undici": "^7.22.0", "undici": "^7.22.0",

15
pnpm-lock.yaml generated
View File

@@ -79,9 +79,6 @@ importers:
'@slack/web-api': '@slack/web-api':
specifier: ^7.14.1 specifier: ^7.14.1
version: 7.14.1 version: 7.14.1
'@snazzah/davey':
specifier: ^0.1.9
version: 0.1.9
'@whiskeysockets/baileys': '@whiskeysockets/baileys':
specifier: 7.0.0-rc.9 specifier: 7.0.0-rc.9
version: 7.0.0-rc.9(audio-decode@2.2.3)(sharp@0.34.5) version: 7.0.0-rc.9(audio-decode@2.2.3)(sharp@0.34.5)
@@ -115,9 +112,6 @@ importers:
file-type: file-type:
specifier: ^21.3.0 specifier: ^21.3.0
version: 21.3.0 version: 21.3.0
gaxios:
specifier: 7.1.3
version: 7.1.3
grammy: grammy:
specifier: ^1.41.0 specifier: ^1.41.0
version: 1.41.0 version: 1.41.0
@@ -139,15 +133,9 @@ importers:
linkedom: linkedom:
specifier: ^0.18.12 specifier: ^0.18.12
version: 0.18.12 version: 0.18.12
long:
specifier: ^5.3.2
version: 5.3.2
markdown-it: markdown-it:
specifier: ^14.1.1 specifier: ^14.1.1
version: 14.1.1 version: 14.1.1
node-domexception:
specifier: npm:@nolyfill/domexception@^1.0.28
version: '@nolyfill/domexception@1.0.28'
node-edge-tts: node-edge-tts:
specifier: ^1.2.10 specifier: ^1.2.10
version: 1.2.10 version: 1.2.10
@@ -175,9 +163,6 @@ importers:
sqlite-vec: sqlite-vec:
specifier: 0.1.7-alpha.2 specifier: 0.1.7-alpha.2
version: 0.1.7-alpha.2 version: 0.1.7-alpha.2
strip-ansi:
specifier: ^7.2.0
version: 7.2.0
tar: tar:
specifier: 7.5.10 specifier: 7.5.10
version: 7.5.10 version: 7.5.10