From e7d104671a7a1b9c5edc21ddfa4c6d4c06ecec6c Mon Sep 17 00:00:00 2001 From: dayuan jiang Date: Thu, 7 May 2026 22:36:32 +0900 Subject: [PATCH] chore: align biome schema version with CLI latest Bumps biome.json $schema from 2.4.4 to 2.4.14 so the repo schema matches the version the 'Auto Format' workflow installs via @biomejs/biome@latest. Also applies the one auto-fix the newer version produces (export ordering in electron/electron.d.ts). Fixes the spurious 'This PR has formatting issues' CI failure that was blocking fork PRs unrelated to formatting. --- biome.json | 2 +- electron/electron.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 1964454..2c4409f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "vcs": { "enabled": true, "clientKind": "git", diff --git a/electron/electron.d.ts b/electron/electron.d.ts index ae49580..e268b10 100644 --- a/electron/electron.d.ts +++ b/electron/electron.d.ts @@ -101,8 +101,8 @@ declare global { } export type { - ConfigPreset, ApplyPresetResult, + ConfigPreset, ProxyConfig, SetProxyResult, SetUserLocaleResult,