mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
chore: bump dependencies (#11225)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
"@discordjs/ws": "workspace:^",
|
||||
"@sapphire/snowflake": "3.5.5",
|
||||
"@vladfrangu/async_event_emitter": "^2.4.7",
|
||||
"discord-api-types": "^0.38.30",
|
||||
"discord-api-types": "^0.38.31",
|
||||
"fast-deep-equal": "3.1.3",
|
||||
"lodash.snakecase": "4.1.1",
|
||||
"magic-bytes.js": "^1.12.1",
|
||||
@@ -86,11 +86,11 @@
|
||||
"@discordjs/docgen": "workspace:^",
|
||||
"@discordjs/scripts": "workspace:^",
|
||||
"@favware/cliff-jumper": "^4.1.0",
|
||||
"@types/node": "^22.18.8",
|
||||
"@types/node": "^22.18.13",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint-config-neon": "^0.2.7",
|
||||
"eslint-formatter-compact": "^8.40.0",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint-config-neon": "^0.2.9",
|
||||
"eslint-formatter-compact": "^9.0.1",
|
||||
"eslint-formatter-pretty": "^7.0.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsdoc": "^54.7.0",
|
||||
|
||||
@@ -98,6 +98,7 @@ class ClientApplication extends Application {
|
||||
* Scopes and permissions regarding the installation context
|
||||
*/
|
||||
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/**
|
||||
* The application's supported installation context data.
|
||||
*
|
||||
@@ -107,6 +108,7 @@ class ClientApplication extends Application {
|
||||
* @property {IntegrationTypesConfigurationContext} [1] Scopes and permissions
|
||||
* regarding the user-installation context
|
||||
*/
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
if ('integration_types_config' in data) {
|
||||
/**
|
||||
|
||||
@@ -202,6 +202,7 @@ exports.UndeletableMessageTypes = [
|
||||
MessageType.ThreadStarterMessage,
|
||||
];
|
||||
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/**
|
||||
* A mapping between sticker formats and their respective image formats.
|
||||
* - {@link StickerFormatType.PNG} -> {@link ImageFormat.PNG}
|
||||
@@ -221,6 +222,7 @@ exports.StickerFormatExtensionMap = {
|
||||
[StickerFormatType.Lottie]: ImageFormat.Lottie,
|
||||
[StickerFormatType.GIF]: ImageFormat.GIF,
|
||||
};
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Holographic color values for role styling.
|
||||
|
||||
Reference in New Issue
Block a user