Fix npm global install deprecation warnings (#28318)

* Dependencies: make @discordjs/opus an optional peer

* Dependencies: bump node-llama-cpp peer to 3.16.2

* Dependencies: pin Google auth deps to warning-free versions

* CI: reduce Dependabot cooldown to 2 days

* CI: fix invalid Dependabot npm registry config

* CI: restore Dependabot npm registry with token auth

* Dependencies: remove global Google auth pnpm overrides

* CI: make Dependabot updates daily

* Dependencies: restore optional install semantics for @discordjs/opus

* CI: keep Docker Dependabot interval weekly
This commit is contained in:
Vincent Koc
2026-02-27 07:38:02 -08:00
committed by GitHub
parent fe807e4bed
commit 62fa65ec85
3 changed files with 218 additions and 206 deletions

View File

@@ -180,6 +180,8 @@
"dotenv": "^17.3.1",
"express": "^5.2.1",
"file-type": "^21.3.0",
"gaxios": "7.1.2",
"google-auth-library": "10.5.0",
"grammy": "^1.40.1",
"https-proxy-agent": "^7.0.6",
"ipaddr.js": "^2.3.0",
@@ -189,6 +191,7 @@
"linkedom": "^0.18.12",
"long": "^5.3.2",
"markdown-it": "^14.1.1",
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
"node-edge-tts": "^1.2.10",
"opusscript": "^0.1.1",
"osc-progress": "^0.3.0",
@@ -227,7 +230,7 @@
},
"peerDependencies": {
"@napi-rs/canvas": "^0.1.89",
"node-llama-cpp": "3.15.1"
"node-llama-cpp": "3.16.2"
},
"optionalDependencies": {
"@discordjs/opus": "^0.10.0"
@@ -246,6 +249,7 @@
"form-data": "2.5.4",
"minimatch": "10.2.4",
"qs": "6.14.2",
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
"@sinclair/typebox": "0.34.48",
"tar": "7.5.9",
"tough-cookie": "4.1.3"