From f965f3fa2e8e0e05d2a80031a96acd1f11a76174 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Thu, 7 May 2026 21:43:37 +0800 Subject: [PATCH] chore: align biome schema version with CLI latest (#832) 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,