From f29ab929fc5ce8ea1101e6bc20f6c17bcdf8bc0f Mon Sep 17 00:00:00 2001 From: Fleny Date: Mon, 16 Feb 2026 23:51:50 +0100 Subject: [PATCH] fix: Update schema version in biome.jsonc (#4780) * Update schema version in biome.jsonc * Fix biome format errors --- biome.jsonc | 2 +- packages/bot/src/transformers/component.ts | 4 ++-- packages/bot/src/transformers/reverse/component.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/biome.jsonc b/biome.jsonc index a4ef098a3..239ef4c74 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.1/schema.json", "root": true, "formatter": { "enabled": true, diff --git a/packages/bot/src/transformers/component.ts b/packages/bot/src/transformers/component.ts index c848f57fd..e03feff19 100644 --- a/packages/bot/src/transformers/component.ts +++ b/packages/bot/src/transformers/component.ts @@ -1,12 +1,12 @@ import { type DiscordActionRow, type DiscordButtonComponent, + type DiscordChannelSelectComponent, + type DiscordChannelSelectInteractionResponseFromModal, type DiscordCheckboxComponent, type DiscordCheckboxGroupComponent, type DiscordCheckboxGroupInteractionResponse, type DiscordCheckboxInteractionResponse, - type DiscordChannelSelectComponent, - type DiscordChannelSelectInteractionResponseFromModal, type DiscordContainerComponent, type DiscordFileComponent, type DiscordFileUploadComponent, diff --git a/packages/bot/src/transformers/reverse/component.ts b/packages/bot/src/transformers/reverse/component.ts index f195cc1d3..cac59aae9 100644 --- a/packages/bot/src/transformers/reverse/component.ts +++ b/packages/bot/src/transformers/reverse/component.ts @@ -2,10 +2,10 @@ import { type ButtonStyles, type DiscordActionRow, type DiscordButtonComponent, - type DiscordCheckboxComponent, - type DiscordCheckboxGroupComponent, type DiscordChannelSelectComponent, type DiscordChannelSelectInteractionResponseFromModal, + type DiscordCheckboxComponent, + type DiscordCheckboxGroupComponent, type DiscordContainerComponent, type DiscordFileComponent, type DiscordFileUploadComponent,