From ae2712228e14e50064a254fc6ace0f215ae2ae11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:02:31 +0000 Subject: [PATCH 1/2] chore(biome): Update dependency @biomejs/biome to v2.5.9 --- biome.json | 2 +- configs/biome-config/base.json | 2 +- configs/biome-config/nestjs.json | 2 +- configs/biome-config/nextjs.json | 2 +- configs/biome-config/package.json | 4 +- configs/biome-config/react.json | 2 +- configs/biome-config/sanity.json | 2 +- configs/biome-config/solidjs.json | 2 +- configs/biome-config/tailwind.json | 2 +- package.json | 2 +- packages/components/biome.json | 2 +- pnpm-lock.yaml | 80 +++++++++++++++--------------- 12 files changed, 52 insertions(+), 52 deletions(-) diff --git a/biome.json b/biome.json index 24e2ee47..3fb627f5 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "root": true, "extends": ["@tutods/biome-config"] } diff --git a/configs/biome-config/base.json b/configs/biome-config/base.json index 545a9e96..664a5c67 100644 --- a/configs/biome-config/base.json +++ b/configs/biome-config/base.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "vcs": { "clientKind": "git", "defaultBranch": "main", diff --git a/configs/biome-config/nestjs.json b/configs/biome-config/nestjs.json index b73e8005..cfa7bff5 100644 --- a/configs/biome-config/nestjs.json +++ b/configs/biome-config/nestjs.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "javascript": { "parser": { "unsafeParameterDecoratorsEnabled": true diff --git a/configs/biome-config/nextjs.json b/configs/biome-config/nextjs.json index 64b6bf04..596f6c59 100644 --- a/configs/biome-config/nextjs.json +++ b/configs/biome-config/nextjs.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "linter": { "domains": { "next": "recommended", diff --git a/configs/biome-config/package.json b/configs/biome-config/package.json index cadf3da9..441393f9 100644 --- a/configs/biome-config/package.json +++ b/configs/biome-config/package.json @@ -44,9 +44,9 @@ "./sanity": "./sanity.json" }, "devDependencies": { - "@biomejs/biome": "^2.5.8" + "@biomejs/biome": "^2.5.9" }, "peerDependencies": { - "@biomejs/biome": ">=2.5.8" + "@biomejs/biome": ">=2.5.9" } } diff --git a/configs/biome-config/react.json b/configs/biome-config/react.json index 581f05ff..d8203bdc 100644 --- a/configs/biome-config/react.json +++ b/configs/biome-config/react.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "linter": { "domains": { "react": "recommended" diff --git a/configs/biome-config/sanity.json b/configs/biome-config/sanity.json index 9e0c0f1f..8a9ebb77 100644 --- a/configs/biome-config/sanity.json +++ b/configs/biome-config/sanity.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "linter": { "domains": { "react": "recommended" diff --git a/configs/biome-config/solidjs.json b/configs/biome-config/solidjs.json index 7fedd43c..d2c5a47f 100644 --- a/configs/biome-config/solidjs.json +++ b/configs/biome-config/solidjs.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "linter": { "domains": { "solid": "recommended" diff --git a/configs/biome-config/tailwind.json b/configs/biome-config/tailwind.json index 1fe34f40..e243f7bc 100644 --- a/configs/biome-config/tailwind.json +++ b/configs/biome-config/tailwind.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "css": { "parser": { "tailwindDirectives": true diff --git a/package.json b/package.json index 2f5ef4c3..5348ca64 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:ci": "biome ci --no-errors-on-unmatched ." }, "devDependencies": { - "@biomejs/biome": "^2.5.8", + "@biomejs/biome": "^2.5.9", "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.2.0", "@nx/js": "23.1.1", diff --git a/packages/components/biome.json b/packages/components/biome.json index 69256b3f..3d80ad83 100644 --- a/packages/components/biome.json +++ b/packages/components/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", "root": false, "extends": ["../../biome.json", "@tutods/biome-config/react"] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c6775b51..2020df8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^2.5.8 - version: 2.5.8 + specifier: ^2.5.9 + version: 2.5.9 '@commitlint/cli': specifier: ^21.2.1 version: 21.2.1(@types/node@26.2.0)(conventional-commits-parser@7.1.2)(typescript@7.0.2) @@ -63,8 +63,8 @@ importers: configs/biome-config: devDependencies: '@biomejs/biome': - specifier: ^2.5.8 - version: 2.5.8 + specifier: ^2.5.9 + version: 2.5.9 configs/renovate-config: {} @@ -696,59 +696,59 @@ packages: resolution: {integrity: sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.5.8': - resolution: {integrity: sha512-aeAeeJB9fSDc7Gq+2GqpQxA0qBj6gj1k2R6L1cYqGePKP/baIq1WX8y6B+D+nRsO5ViQL22K/8IwbqERW0q1nw==} + '@biomejs/biome@2.5.9': + resolution: {integrity: sha512-KkgCvdHB4IhtpHpF564plA9jo6fDOwWGQ/3jvreLzgOtRLEDoPqr7QO9qejNA8jKwDsSkAKr77hqBHnyUbIw4g==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.5.8': - resolution: {integrity: sha512-mk1QON9PHllvvLN5gU3f4rMxeh4syK5p9OvKyWH6/W8ueh04uaC8TUXXByhGufWf/y5mQc03ZLM45zU+cmqMjA==} + '@biomejs/cli-darwin-arm64@2.5.9': + resolution: {integrity: sha512-am22pX2aBqznqq1eMyIj/bZ++riF3Lk6ct7cbv+gQK0csFhr+d8O0RkOi2FF2qSgFgANbqNkIZ0/PxlnW2pLFg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.5.8': - resolution: {integrity: sha512-bsGwFMBNyHPyiLSsQcZJxdoRrg1V4JL+d7wEsvUBczlP9U9lwM+7mzQHxI4o1mhBsTmdOBbAb6fHU3Z3snN45w==} + '@biomejs/cli-darwin-x64@2.5.9': + resolution: {integrity: sha512-l44KWDHLDvEnD0N/XcrVs7VXb3A18xL7QS3WB0eL93wbmk529ffIG55vleGCqaunpRUjLrdnjK05Qki1dsjylg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.5.8': - resolution: {integrity: sha512-VcJNbstduTHx83NGAdhp78/JOcP45BZHXL7yNsfI1uGzdUgegAz2s+mSoT7wK6PBNzLoqG0zDOXaz/RQYVtSiw==} + '@biomejs/cli-linux-arm64-musl@2.5.9': + resolution: {integrity: sha512-7ImVPwBLCtkmpR5esd8RHhTqW94f0JLJQum6AneYcy94jRm18TaPPm7slaigGzFhfgt3QiD1Vj52LKmBAnKizA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [musl] - '@biomejs/cli-linux-arm64@2.5.8': - resolution: {integrity: sha512-XmFiA0WPYFC+uiUDC8WRFzAIH9bo7vwQLav38Uoq4ETC+T/+uBi0TsYGJECkugY3r8USl3jc+Ae2/irAF6F2lQ==} + '@biomejs/cli-linux-arm64@2.5.9': + resolution: {integrity: sha512-ICaK+IYaVZvKbBxX2rwrPT0DdUDMnE9Vm3nQGe+mltQPmUg19pONzkPWGdY4FCsoreDETWDynvdt4ysCbF5gNQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [glibc] - '@biomejs/cli-linux-x64-musl@2.5.8': - resolution: {integrity: sha512-kKmiyokeISRGq2FLwvr+TzsgBusfxaZ0FZNLcOYOpCK/78tRrEjeEBLvq3xLZMpqbANgJdRPI7vZX8ZL37u9/w==} + '@biomejs/cli-linux-x64-musl@2.5.9': + resolution: {integrity: sha512-RXGaD0o1/pTTguYw1aeDJh9ad6Lfrui0fI7mBderTyGr7WuUJkBIttgLkR3XJyoxOkkgfBDspaUT8wXArTqLZw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [musl] - '@biomejs/cli-linux-x64@2.5.8': - resolution: {integrity: sha512-S5wcm9OBDvLHodD4PUaN488hCpco9QD/9ZxuYJiw4euWtr/oQvLR72z2ixItH8Wd5BCm6FZaeb+YNvOoM1xHtQ==} + '@biomejs/cli-linux-x64@2.5.9': + resolution: {integrity: sha512-z22Q/zFYSvbIJfW1CbfZPu4X8PddS6Qd2ORbc6h+aT6EcwAxUF3m6fA4HjNvA3TU4X0dTJRwNPB165ES3PJXzg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [glibc] - '@biomejs/cli-win32-arm64@2.5.8': - resolution: {integrity: sha512-nILH0mzm3Hi3iEdd7o7GpB8kBR/mSQwfQG/tyBqyNrY2GFtcgwfV9nV8xLmbtUpMNY/Oi0Ml1XgfR4flOdq+AA==} + '@biomejs/cli-win32-arm64@2.5.9': + resolution: {integrity: sha512-nHK+/HHC+D0ogAHUxomgoSTdjImb6fmNNVTKmf0tyu4eDL1DqPKIHc+i+UL8+b0RnAu8224qo8F2tCVnaT0A3w==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.5.8': - resolution: {integrity: sha512-I2czzXTY61f3nFJxXoMDq80t7MivxDEnCjE+8sDKoFfcKMaoQdkqhIFQ3KyY0XLzeSpUBYeNAXgD+iOV/BU0VA==} + '@biomejs/cli-win32-x64@2.5.9': + resolution: {integrity: sha512-Yiq0H56LjXSSw/hd9YkXgSLQfzyDJzbzU2TezozxyNw+uKWAqOtqGVvBfzKRRDiaFF5avGAhHdWKx7LtDOShUw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -3252,39 +3252,39 @@ snapshots: '@babel/helper-string-parser': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@biomejs/biome@2.5.8': + '@biomejs/biome@2.5.9': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.5.8 - '@biomejs/cli-darwin-x64': 2.5.8 - '@biomejs/cli-linux-arm64': 2.5.8 - '@biomejs/cli-linux-arm64-musl': 2.5.8 - '@biomejs/cli-linux-x64': 2.5.8 - '@biomejs/cli-linux-x64-musl': 2.5.8 - '@biomejs/cli-win32-arm64': 2.5.8 - '@biomejs/cli-win32-x64': 2.5.8 - - '@biomejs/cli-darwin-arm64@2.5.8': + '@biomejs/cli-darwin-arm64': 2.5.9 + '@biomejs/cli-darwin-x64': 2.5.9 + '@biomejs/cli-linux-arm64': 2.5.9 + '@biomejs/cli-linux-arm64-musl': 2.5.9 + '@biomejs/cli-linux-x64': 2.5.9 + '@biomejs/cli-linux-x64-musl': 2.5.9 + '@biomejs/cli-win32-arm64': 2.5.9 + '@biomejs/cli-win32-x64': 2.5.9 + + '@biomejs/cli-darwin-arm64@2.5.9': optional: true - '@biomejs/cli-darwin-x64@2.5.8': + '@biomejs/cli-darwin-x64@2.5.9': optional: true - '@biomejs/cli-linux-arm64-musl@2.5.8': + '@biomejs/cli-linux-arm64-musl@2.5.9': optional: true - '@biomejs/cli-linux-arm64@2.5.8': + '@biomejs/cli-linux-arm64@2.5.9': optional: true - '@biomejs/cli-linux-x64-musl@2.5.8': + '@biomejs/cli-linux-x64-musl@2.5.9': optional: true - '@biomejs/cli-linux-x64@2.5.8': + '@biomejs/cli-linux-x64@2.5.9': optional: true - '@biomejs/cli-win32-arm64@2.5.8': + '@biomejs/cli-win32-arm64@2.5.9': optional: true - '@biomejs/cli-win32-x64@2.5.8': + '@biomejs/cli-win32-x64@2.5.9': optional: true '@commitlint/cli@21.2.1(@types/node@26.2.0)(conventional-commits-parser@7.1.2)(typescript@7.0.2)': From 697f3a9a0ff5b66dfacabd46f73f89d2ab0b6012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:03:06 +0000 Subject: [PATCH 2/2] fix(lint): auto-fix linting errors --- packages/components/package.json | 104 +++++++++++++++---------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index a83cc93f..bdb18180 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,54 +1,54 @@ { - "name": "@tutods/components", - "version": "0.9.6", - "description": "React generic components that can be used in any scenario", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "author": { - "name": "Daniel Sousa @TutoDS", - "url": "https://github.com/tutods" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/tutods/lib.git", - "directory": "packages/components" - }, - "homepage": "https://github.com/tutods/lib/blob/main/packages/components/README.md", - "type": "module", - "keywords": [ - "react", - "components", - "typescript", - "jsx", - "tsx" - ], - "files": [ - "dist" - ], - "exports": { - ".": { - "import": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - } - } - }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "module": "./dist/index.js", - "scripts": { - "dev": "rslib build --watch", - "build": "rslib build" - }, - "devDependencies": { - "@rsbuild/plugin-react": "^2.1.0", - "@rslib/core": "^0.23.2", - "@tutods/typescript-config": "0.7.1" - }, - "peerDependencies": { - "react": ">=19.2.8", - "react-dom": ">=19.2.8" - } + "name": "@tutods/components", + "version": "0.9.6", + "description": "React generic components that can be used in any scenario", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "author": { + "name": "Daniel Sousa @TutoDS", + "url": "https://github.com/tutods" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/tutods/lib.git", + "directory": "packages/components" + }, + "homepage": "https://github.com/tutods/lib/blob/main/packages/components/README.md", + "type": "module", + "keywords": [ + "react", + "components", + "typescript", + "jsx", + "tsx" + ], + "files": [ + "dist" + ], + "exports": { + ".": { + "import": { + "types": "./dist/index.d.ts", + "default": "./dist/index.js" + } + } + }, + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "module": "./dist/index.js", + "scripts": { + "dev": "rslib build --watch", + "build": "rslib build" + }, + "devDependencies": { + "@rsbuild/plugin-react": "^2.1.0", + "@rslib/core": "^0.23.2", + "@tutods/typescript-config": "0.7.1" + }, + "peerDependencies": { + "react": ">=19.2.8", + "react-dom": ">=19.2.8" + } }