chore: bump dependencies (#11051)

* chore: bump dependencies

* build: bump discord-api-types to 0.38.22

* fix: fix builders

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2025-08-29 13:01:54 +01:00
committed by GitHub
parent cde757b7cb
commit cc43dadcae
41 changed files with 2494 additions and 2561 deletions

View File

@@ -52,23 +52,23 @@
"dependencies": {
"commander": "^14.0.0",
"prompts": "^2.4.2",
"validate-npm-package-name": "^6.0.1"
"validate-npm-package-name": "^6.0.2"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
"@types/node": "^22.16.3",
"@types/node": "^22.17.2",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.30.1",
"cross-env": "^10.0.0",
"eslint": "^9.33.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.6.2",
"terser": "^5.43.1",
"tsup": "^8.5.0",
"typescript": "~5.8.3"
"typescript": "~5.9.2"
},
"engines": {
"node": ">=22.12.0"

View File

@@ -15,11 +15,11 @@
"discord.js": "^14.22.0"
},
"devDependencies": {
"eslint": "^9.30.1",
"eslint": "^9.33.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.6.2",
"zod": "^3.25.74"
"zod": "^3.25.76"
}
}

View File

@@ -17,12 +17,12 @@
"devDependencies": {
"@sapphire/ts-config": "^5.0.1",
"@types/bun": "^1.2.18",
"eslint": "^9.30.1",
"eslint": "^9.33.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"zod": "^3.25.74"
"typescript": "~5.9.2",
"zod": "^3.25.76"
}
}

View File

@@ -1,5 +1,5 @@
import type { RESTPostAPIApplicationCommandsJSONBody, CommandInteraction } from 'npm:discord.js@^14.22.0';
import { z } from 'npm:zod@^3.24.1';
import { z } from 'npm:zod@^3.25.76';
import type { StructurePredicate } from '../util/loaders.ts';
/**

View File

@@ -1,5 +1,5 @@
import type { ClientEvents } from 'npm:discord.js@^14.22.0';
import { z } from 'npm:zod@^3.24.1';
import { z } from 'npm:zod@^3.25.76';
import type { StructurePredicate } from '../util/loaders.ts';
/**

View File

@@ -15,12 +15,12 @@
"discord.js": "^14.22.0"
},
"devDependencies": {
"eslint": "^9.30.1",
"eslint": "^9.33.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.6.2",
"zod": "^3.25.74"
"zod": "^3.25.76"
},
"engines": {
"node": ">=22.12.0"

View File

@@ -17,14 +17,14 @@
},
"devDependencies": {
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.16.0",
"eslint": "^9.30.1",
"@types/node": "^22.17.2",
"eslint": "^9.33.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"zod": "^3.25.74"
"typescript": "~5.9.2",
"zod": "^3.25.76"
},
"engines": {
"node": ">=22.12.0"