From f81df444b6f06c8afdbc9dd0c1fd579ad6e67157 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 23 Jan 2026 23:26:59 +0100 Subject: [PATCH] build: update biome to 2.3.12 --- biome.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/biome.json b/biome.json index fc81b4767..0a1a0d212 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,6 @@ { "root": true, - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.12/schema.json", "assist": { "actions": { "source": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47a039b87..4191bbf07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3560,7 +3560,7 @@ snapshots: '@stylistic/eslint-plugin@2.11.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 4.2.1 espree: 10.4.0 @@ -3625,7 +3625,7 @@ snapshots: '@typescript-eslint/project-service@8.53.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3) '@typescript-eslint/types': 8.53.1 debug: 4.4.3(supports-color@8.1.1) typescript: 5.9.3 @@ -4373,8 +4373,8 @@ snapshots: eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@typescript-eslint/types': 8.53.0 - comment-parser: 1.4.4 + '@typescript-eslint/types': 8.53.1 + comment-parser: 1.4.5 debug: 4.4.3(supports-color@8.1.1) eslint: 9.39.2(jiti@2.6.1) eslint-import-context: 0.1.9(unrs-resolver@1.11.1) -- 2.43.0