build: Upgrade dependencies and pnpm (#11420)

* build: upgrade dependencies

* build: upgrade pnpm

* test: fix voice

* build: regenerate file

* fix: reports by ESLint

* fix: docs errors

* build: downgrades

* build: no upstream bump

* build: discord-api-types 0.38.40

* build: pnpm 10.30.1

* fix: ignore @typescript-eslint/no-duplicate-type-constituents

* fix: jsdoc lint in api-extractor

* build: update template for ESLint

Co-authored-by: Almeida <github@almeidx.dev>

* chore: explicit TODO

Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>

* chore: revert typings lint change

---------

Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Jiralite
2026-02-20 17:44:38 +00:00
committed by GitHub
parent ccce987fa1
commit 77e767277b
52 changed files with 7178 additions and 8054 deletions

View File

@@ -41,35 +41,35 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@actions/core": "^2.0.0",
"@actions/core": "^2.0.3",
"@actions/github": "^6.0.1",
"@actions/glob": "^0.5.0",
"@aws-sdk/client-s3": "^3.948.0",
"@actions/glob": "^0.5.1",
"@aws-sdk/client-s3": "^3.994.0",
"@discordjs/scripts": "workspace:^",
"cloudflare": "^5.2.0",
"commander": "^14.0.2",
"commander": "^14.0.3",
"meilisearch": "^0.54.0",
"p-limit": "^7.2.0",
"p-queue": "^9.0.1",
"p-limit": "^7.3.0",
"p-queue": "^9.1.0",
"tslib": "^2.8.1",
"undici": "7.16.0"
"undici": "7.22.0"
},
"devDependencies": {
"@npm/types": "^2.1.0",
"@types/bun": "^1.3.4",
"@types/node": "^24.10.2",
"@vitest/coverage-v8": "^4.0.15",
"@types/bun": "^1.3.9",
"@types/node": "^24.10.13",
"@vitest/coverage-v8": "^4.0.18",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-config-neon": "^0.2.9",
"eslint": "^9.39.2",
"eslint-config-neon": "^0.3.2",
"eslint-formatter-compact": "^9.0.1",
"eslint-formatter-pretty": "^7.0.0",
"prettier": "^3.7.4",
"terser": "^5.44.1",
"prettier": "^3.8.1",
"terser": "^5.46.0",
"tsup": "^8.5.1",
"turbo": "^2.6.3",
"turbo": "^2.8.10",
"typescript": "~5.9.3",
"vitest": "^4.0.15"
"vitest": "^4.0.18"
},
"engines": {
"node": ">=22.12.0"