From dec74c24b03eb36cf04adba7cf30108f369aca74 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:28:25 +0000 Subject: [PATCH 01/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 173 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 +- 3 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 package-lock.json diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f57b203 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,173 @@ +{ + "name": "@biomejs/pre-commit", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@biomejs/pre-commit", + "version": "0.0.0", + "dependencies": { + "@biomejs/biome": "1.9.3" + }, + "bin": { + "biome": "node_modules/@biomejs/biome/bin/biome" + } + }, + "node_modules/@biomejs/biome": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "hasInstallScript": true, + "license": "MIT OR Apache-2.0", + "bin": { + "biome": "bin/biome" + }, + "engines": { + "node": ">=14.21.3" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/biome" + }, + "optionalDependencies": { + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" + } + }, + "node_modules/@biomejs/cli-darwin-arm64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "cpu": [ + "arm64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-darwin-x64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "cpu": [ + "x64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-arm64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "cpu": [ + "arm64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-arm64-musl": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "cpu": [ + "arm64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-x64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "cpu": [ + "x64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-linux-x64-musl": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "cpu": [ + "x64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-win32-arm64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "cpu": [ + "arm64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.21.3" + } + }, + "node_modules/@biomejs/cli-win32-x64": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "cpu": [ + "x64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.21.3" + } + } + } +} diff --git a/package.json b/package.json index cd12b07..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } -} +} \ No newline at end of file From 1b44c77dbde19b83834ba1b49f3547a30c34a694 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:41:39 +0000 Subject: [PATCH 02/61] MAINT: upgrade @biomejs/biome 1.9.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..ed10580 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..df6b44b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.2.tgz", + "integrity": "sha512-4j2Gfwft8Jqp1X0qLYvK4TEy4xhTo4o6rlvJPsjPeEame8gsmbGQfOPBkw7ur+7/Z/f0HZmCZKqbMvR7vTXQYQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.2", + "@biomejs/cli-darwin-x64": "1.9.2", + "@biomejs/cli-linux-arm64": "1.9.2", + "@biomejs/cli-linux-arm64-musl": "1.9.2", + "@biomejs/cli-linux-x64": "1.9.2", + "@biomejs/cli-linux-x64-musl": "1.9.2", + "@biomejs/cli-win32-arm64": "1.9.2", + "@biomejs/cli-win32-x64": "1.9.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.2.tgz", + "integrity": "sha512-rbs9uJHFmhqB3Td0Ro+1wmeZOHhAPTL3WHr8NtaVczUmDhXkRDWScaxicG9+vhSLj1iLrW47itiK6xiIJy6vaA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.2.tgz", + "integrity": "sha512-BlfULKijNaMigQ9GH9fqJVt+3JTDOSiZeWOQtG/1S1sa8Lp046JHG3wRJVOvekTPL9q/CNFW1NVG8J0JN+L1OA==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.2.tgz", + "integrity": "sha512-T8TJuSxuBDeQCQzxZu2o3OU4eyLumTofhCxxFd3+aH2AEWVMnH7Z/c3QP1lHI5RRMBP9xIJeMORqDQ5j+gVZzw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.2.tgz", + "integrity": "sha512-ZATvbUWhNxegSALUnCKWqetTZqrK72r2RsFD19OK5jXDj/7o1hzI1KzDNG78LloZxftrwr3uI9SqCLh06shSZw==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.2.tgz", + "integrity": "sha512-T0cPk3C3Jr2pVlsuQVTBqk2qPjTm8cYcTD9p/wmR9MeVqui1C/xTVfOIwd3miRODFMrJaVQ8MYSXnVIhV9jTjg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.2.tgz", + "integrity": "sha512-CjPM6jT1miV5pry9C7qv8YJk0FIZvZd86QRD3atvDgfgeh9WQU0k2Aoo0xUcPdTnoz0WNwRtDicHxwik63MmSg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.2.tgz", + "integrity": "sha512-2x7gSty75bNIeD23ZRPXyox6Z/V0M71ObeJtvQBhi1fgrvPdtkEuw7/0wEHg6buNCubzOFuN9WYJm6FKoUHfhg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.2.tgz", + "integrity": "sha512-JC3XvdYcjmu1FmAehVwVV0SebLpeNTnO2ZaMdGCSOdS7f8O9Fq14T2P1gTG1Q29Q8Dt1S03hh0IdVpIZykOL8g==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..0a3d522 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.2" } } \ No newline at end of file From 19f309273fb6bcb52abf698b859c6896dc46c068 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:41:40 +0000 Subject: [PATCH 03/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index ed10580..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.2 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index df6b44b..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.2" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.2.tgz", - "integrity": "sha512-4j2Gfwft8Jqp1X0qLYvK4TEy4xhTo4o6rlvJPsjPeEame8gsmbGQfOPBkw7ur+7/Z/f0HZmCZKqbMvR7vTXQYQ==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.2", - "@biomejs/cli-darwin-x64": "1.9.2", - "@biomejs/cli-linux-arm64": "1.9.2", - "@biomejs/cli-linux-arm64-musl": "1.9.2", - "@biomejs/cli-linux-x64": "1.9.2", - "@biomejs/cli-linux-x64-musl": "1.9.2", - "@biomejs/cli-win32-arm64": "1.9.2", - "@biomejs/cli-win32-x64": "1.9.2" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.2.tgz", - "integrity": "sha512-rbs9uJHFmhqB3Td0Ro+1wmeZOHhAPTL3WHr8NtaVczUmDhXkRDWScaxicG9+vhSLj1iLrW47itiK6xiIJy6vaA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.2.tgz", - "integrity": "sha512-BlfULKijNaMigQ9GH9fqJVt+3JTDOSiZeWOQtG/1S1sa8Lp046JHG3wRJVOvekTPL9q/CNFW1NVG8J0JN+L1OA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.2.tgz", - "integrity": "sha512-T8TJuSxuBDeQCQzxZu2o3OU4eyLumTofhCxxFd3+aH2AEWVMnH7Z/c3QP1lHI5RRMBP9xIJeMORqDQ5j+gVZzw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.2.tgz", - "integrity": "sha512-ZATvbUWhNxegSALUnCKWqetTZqrK72r2RsFD19OK5jXDj/7o1hzI1KzDNG78LloZxftrwr3uI9SqCLh06shSZw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.2.tgz", - "integrity": "sha512-T0cPk3C3Jr2pVlsuQVTBqk2qPjTm8cYcTD9p/wmR9MeVqui1C/xTVfOIwd3miRODFMrJaVQ8MYSXnVIhV9jTjg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.2.tgz", - "integrity": "sha512-CjPM6jT1miV5pry9C7qv8YJk0FIZvZd86QRD3atvDgfgeh9WQU0k2Aoo0xUcPdTnoz0WNwRtDicHxwik63MmSg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.2.tgz", - "integrity": "sha512-2x7gSty75bNIeD23ZRPXyox6Z/V0M71ObeJtvQBhi1fgrvPdtkEuw7/0wEHg6buNCubzOFuN9WYJm6FKoUHfhg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.2.tgz", - "integrity": "sha512-JC3XvdYcjmu1FmAehVwVV0SebLpeNTnO2ZaMdGCSOdS7f8O9Fq14T2P1gTG1Q29Q8Dt1S03hh0IdVpIZykOL8g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 0a3d522..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.2" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From 01e9d0e33075745c55a9ec3b9a9b9a85c52dde2e Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:41:41 +0000 Subject: [PATCH 04/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From 330c8ff7b1a20c7f5709f9c09a3dd3776eb3676b Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:24:00 +0000 Subject: [PATCH 05/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From 43ac21b9b35b540885653a9fe1546315b54a5521 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:24:01 +0000 Subject: [PATCH 06/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From b0bac243f5d54cef8f94a0093bb5d6fb74befe30 Mon Sep 17 00:00:00 2001 From: YuXuan Tay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:34:10 +0800 Subject: [PATCH 07/61] feat: create merge pr (#23) --- .github/workflows/dependabot-pr.yml | 1 + .github/workflows/update.js | 34 +++++++++++++++++++++-------- .github/workflows/update.yml | 2 ++ 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 1b6a720..91a5f55 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -18,4 +18,5 @@ jobs: if: ${{ contains(needs.dependabot-metadata.outputs.dependency-names, 'biome') }} permissions: contents: write + pull-requests: write uses: ./.github/workflows/update.yml diff --git a/.github/workflows/update.js b/.github/workflows/update.js index 4ad9640..b558aa9 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -16,14 +16,14 @@ async function main() { return; } - await setGitConfig(); + await setGitConfig(missingVersions); for (const version of missingVersions) { - console.log(`Updating to ${PACKAGE_NAME} ${version}`); + console.log(getMessage(version)); await updateFiles(version); await commitAndPushTag(version); } - await git("push", "origin", `HEAD:refs/heads/${DEFAULT_BRANCH}`); + await mergePullRequest(missingVersions); } async function getMissingVersions() { @@ -37,6 +37,12 @@ async function getAllVersions() { return allVersions.filter((v) => !v.includes("nightly")).sort(); } +async function getNodePackageVersions(packageName) { + const { stdout } = await exec(`npm view ${packageName} --json`); + const output = JSON.parse(stdout); + return output.versions; +} + async function getExistingVersions() { const existingTags = await git("tag", "--list"); return existingTags @@ -45,17 +51,21 @@ async function getExistingVersions() { .sort(); } -async function setGitConfig() { +async function setGitConfig(versions) { const email = `${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com`; + await git("config", "user.name", GITHUB_ACTOR); await git("config", "user.email", email); await git("checkout", DEFAULT_BRANCH); + await git("checkout", "-b", getBranchName(versions.at(-1))); } -async function getNodePackageVersions(packageName) { - const { stdout } = await exec(`npm view ${packageName} --json`); - const output = JSON.parse(stdout); - return output.versions; +function getBranchName(version) { + return `maint/upgrade-${PACKAGE_NAME.replace("/", "-")}-${version}`; +} + +function getMessage(version) { + return `MAINT: upgrade ${PACKAGE_NAME} ${version}`; } async function updateFiles(version) { @@ -85,11 +95,17 @@ async function updatePackageJson(version) { async function commitAndPushTag(version) { const tag = `v${version}`; await git("add", "README.md", "package.json", "package-lock.json"); - await git("commit", "-m", `"MAINT: upgrade to ${PACKAGE_NAME} ${version}"`); + await git("commit", "-m", `"${getMessage(version)}"`); await git("tag", tag); await git("push", "origin", tag); } +async function mergePullRequest(versions) { + await git("push", "--set-upstream", "origin", getBranchName(versions.at(-1))); + await exec(`gh pr create --fill --title "${getMessage(versions.at(-1))}"`); + await exec("gh pr merge --rebase --delete-branch"); +} + async function git(...cmd) { const { stdout, stderr } = await exec( ["git", "-C", REPO_DIR, ...cmd].join(" ") diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 27d64c4..a0ab9a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - uses: actions/checkout@v4 with: @@ -23,3 +24,4 @@ jobs: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} GITHUB_ACTOR: github-actions[bot] GITHUB_ACTOR_ID: 41898282 + GH_TOKEN: ${{ github.token }} From 7213f68f9adcf8600dc28fca2c58690835f7adf6 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:34:37 +0000 Subject: [PATCH 08/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From 26422b92952af0bb6fdf8b1f77a7e7122b5685e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:39:17 +0000 Subject: [PATCH 09/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From f67c4cba1507756e8bb105541416d762f1b21bd1 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:45 +0000 Subject: [PATCH 10/61] MAINT: upgrade @biomejs/biome 0.1.2 --- README.md | 2 +- package-lock.json | 140 ++++++++++++++-------------------------------- package.json | 2 +- 3 files changed, 44 insertions(+), 100 deletions(-) diff --git a/README.md b/README.md index e019091..c6dbc65 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v0.1.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..cdfb953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,166 +8,110 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "0.1.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.1.2.tgz", + "integrity": "sha512-z2NQIfQ6ySvDPqMzLXODeOr54N4J24gZuRaJ517FB2zdO2geMPiP5cZqhFN9oBuPdNXCVYr2c7WCB8kz9KtX5g==", "hasInstallScript": true, - "license": "MIT OR Apache-2.0", + "license": "MIT", "bin": { "biome": "bin/biome" }, "engines": { - "node": ">=14.21.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/biome" + "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "0.1.2", + "@biomejs/cli-darwin-x64": "0.1.2", + "@biomejs/cli-linux-arm64": "0.1.2", + "@biomejs/cli-linux-x64": "0.1.2", + "@biomejs/cli-win32-arm64": "0.1.2", + "@biomejs/cli-win32-x64": "0.1.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.1.2.tgz", + "integrity": "sha512-VitEippq6pgiJpSIB6KYAG6zpcCv9Q0nioUxj9AEIWoVhskEXBWfMuHh6zWxJJygw2P/akFyn8xVG+KyRs+HnQ==", "cpu": [ "arm64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "darwin" - ], - "engines": { - "node": ">=14.21.3" - } + ] }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.1.2.tgz", + "integrity": "sha512-wneyIKZSPPodFljRPqgnoAvvIy1opHAoNjnTvcQh4Ch2a4LuK8iMy/yJOwRjBnfr5DU22WBPTTX5oVT5P6FKuQ==", "cpu": [ "x64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "darwin" - ], - "engines": { - "node": ">=14.21.3" - } + ] }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", - "cpu": [ - "arm64" - ], - "license": "MIT OR Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=14.21.3" - } - }, - "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.1.2.tgz", + "integrity": "sha512-/kWmoCXJOabrvcpumMSFeHAQlRsR/dBc1mtuv5AAImzAw9fn/z/UsxzLsOEkK98ourhd+5o/QO8QaUgoBLOg/g==", "cpu": [ "arm64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=14.21.3" - } + ] }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.1.2.tgz", + "integrity": "sha512-QlMUpuY3eZd9JYVbnnZqG0UliYfkne8ZiSNIy1TGb1AfOlgjgyzbYHHVb4+pciULRY0/qxMCCTWpMl7E2V8moA==", "cpu": [ "x64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "linux" - ], - "engines": { - "node": ">=14.21.3" - } - }, - "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", - "cpu": [ - "x64" - ], - "license": "MIT OR Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=14.21.3" - } + ] }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.1.2.tgz", + "integrity": "sha512-8d0Z3GsVlnJAbcNQyReiLLFLUpWkIc0tRmxOIE4EMiSQo32V+93z99xLeZB+WFepE00Jh+uMTQFYbAPd51LR2w==", "cpu": [ "arm64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">=14.21.3" - } + ] }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.1.2.tgz", + "integrity": "sha512-xJU0OCEMJBCLTM/T54uwa7jCqVCnLA9B3p4sFZHRXeePYWDmNWHgQ4R8ser2anPRn7vOel0p4BwuW5/4fpUxlA==", "cpu": [ "x64" ], - "license": "MIT OR Apache-2.0", + "license": "MIT", "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">=14.21.3" - } + ] } } } diff --git a/package.json b/package.json index a0f53b8..30f9689 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "0.1.2" } } \ No newline at end of file From b638853836d78213416a357ce01a600f8c811f1d Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:45 +0000 Subject: [PATCH 11/61] MAINT: upgrade @biomejs/biome 0.2.0 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index c6dbc65..2261ca7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v0.1.2 # Use the sha / tag you want to point at + rev: v0.2.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index cdfb953..7ea5246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "0.1.2" + "@biomejs/biome": "0.2.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.1.2.tgz", - "integrity": "sha512-z2NQIfQ6ySvDPqMzLXODeOr54N4J24gZuRaJ517FB2zdO2geMPiP5cZqhFN9oBuPdNXCVYr2c7WCB8kz9KtX5g==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.0.tgz", + "integrity": "sha512-5Nxl3CGJna+gtlt0Bt8GsVVJhJa+C0tMGVw7CV1Caack1cWqVVYeuxnNMjvx5xnbqZRBCxdC3WegwCGezrxm3A==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "0.1.2", - "@biomejs/cli-darwin-x64": "0.1.2", - "@biomejs/cli-linux-arm64": "0.1.2", - "@biomejs/cli-linux-x64": "0.1.2", - "@biomejs/cli-win32-arm64": "0.1.2", - "@biomejs/cli-win32-x64": "0.1.2" + "@biomejs/cli-darwin-arm64": "0.2.0", + "@biomejs/cli-darwin-x64": "0.2.0", + "@biomejs/cli-linux-arm64": "0.2.0", + "@biomejs/cli-linux-x64": "0.2.0", + "@biomejs/cli-win32-arm64": "0.2.0", + "@biomejs/cli-win32-x64": "0.2.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.1.2.tgz", - "integrity": "sha512-VitEippq6pgiJpSIB6KYAG6zpcCv9Q0nioUxj9AEIWoVhskEXBWfMuHh6zWxJJygw2P/akFyn8xVG+KyRs+HnQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.2.0.tgz", + "integrity": "sha512-k2eerjvHjdTe/vCtTbgSaSU+rsMuv6NP/t0UXFArYzsOMOTOb20G4HxkmhjE7ZusPKot8eXrY7xYdn1Qt0yYYQ==", "cpu": [ "arm64" ], @@ -49,9 +49,9 @@ ] }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.1.2.tgz", - "integrity": "sha512-wneyIKZSPPodFljRPqgnoAvvIy1opHAoNjnTvcQh4Ch2a4LuK8iMy/yJOwRjBnfr5DU22WBPTTX5oVT5P6FKuQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.2.0.tgz", + "integrity": "sha512-9uzbKlEFCpjFYlinged9H4f3ih2FTda++Vwt4kbsMxLWwTNYoAOXhtlyVNiwWuiRUnMDoMwS8WZyK5TBmMVvEQ==", "cpu": [ "x64" ], @@ -62,9 +62,9 @@ ] }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.1.2.tgz", - "integrity": "sha512-/kWmoCXJOabrvcpumMSFeHAQlRsR/dBc1mtuv5AAImzAw9fn/z/UsxzLsOEkK98ourhd+5o/QO8QaUgoBLOg/g==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.2.0.tgz", + "integrity": "sha512-0uMB73dtrsWnaDflRBTyhFypgF/lthv+02+3rfsTm7zTg/EA38QIfQtTx30zoNKxXIaivbzblXzoehMUBqMrlg==", "cpu": [ "arm64" ], @@ -75,9 +75,9 @@ ] }, "node_modules/@biomejs/cli-linux-x64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.1.2.tgz", - "integrity": "sha512-QlMUpuY3eZd9JYVbnnZqG0UliYfkne8ZiSNIy1TGb1AfOlgjgyzbYHHVb4+pciULRY0/qxMCCTWpMl7E2V8moA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.2.0.tgz", + "integrity": "sha512-ZhOKUh6gShSCpnZzv8zaXg4twxOloi0iXWIrIxyfuNmFEsIZpQbDRxlWiZDGCjwlQGE90jn3rsV/xGQtrbbh6A==", "cpu": [ "x64" ], @@ -88,9 +88,9 @@ ] }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.1.2.tgz", - "integrity": "sha512-8d0Z3GsVlnJAbcNQyReiLLFLUpWkIc0tRmxOIE4EMiSQo32V+93z99xLeZB+WFepE00Jh+uMTQFYbAPd51LR2w==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.2.0.tgz", + "integrity": "sha512-3LxLP1ghV8UaASFvgGXJCZLNzJOS4UFiyo7avdpuDCY5NyzUfOqn9L638cS0hU7nBr7j1bhj41Yoy63jziaipg==", "cpu": [ "arm64" ], @@ -101,9 +101,9 @@ ] }, "node_modules/@biomejs/cli-win32-x64": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.1.2.tgz", - "integrity": "sha512-xJU0OCEMJBCLTM/T54uwa7jCqVCnLA9B3p4sFZHRXeePYWDmNWHgQ4R8ser2anPRn7vOel0p4BwuW5/4fpUxlA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.2.0.tgz", + "integrity": "sha512-QAkQ8lhPy1pNneJyfsdfiFp6wfwBmZFBK2QKay+Pam3OBq05otPs/cE5V1nuArUNqQSxvrvgPlM9LShScax5ow==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 30f9689..240449e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "0.1.2" + "@biomejs/biome": "0.2.0" } } \ No newline at end of file From 43856c0ee4fc6128de55bf1b04c33795e19af323 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:46 +0000 Subject: [PATCH 12/61] MAINT: upgrade @biomejs/biome 0.2.2 --- README.md | 2 +- package-lock.json | 98 +++++------------------------------------------ package.json | 2 +- 3 files changed, 12 insertions(+), 90 deletions(-) diff --git a/README.md b/README.md index 2261ca7..30fa3c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v0.2.0 # Use the sha / tag you want to point at + rev: v0.2.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 7ea5246..a2a5efe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "0.2.0" + "@biomejs/biome": "0.2.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.0.tgz", - "integrity": "sha512-5Nxl3CGJna+gtlt0Bt8GsVVJhJa+C0tMGVw7CV1Caack1cWqVVYeuxnNMjvx5xnbqZRBCxdC3WegwCGezrxm3A==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.2.tgz", + "integrity": "sha512-UqYCH5fjFQJGDoxSK0t2HaCakFyQRim0Udo5sPTCvgCCGpvJriBlkt1fhrfnIMn5zx0FKesEqEZRe/WxCoTvIg==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,91 +27,13 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "0.2.0", - "@biomejs/cli-darwin-x64": "0.2.0", - "@biomejs/cli-linux-arm64": "0.2.0", - "@biomejs/cli-linux-x64": "0.2.0", - "@biomejs/cli-win32-arm64": "0.2.0", - "@biomejs/cli-win32-x64": "0.2.0" + "@biomejs/cli-darwin-arm64": "0.2.2", + "@biomejs/cli-darwin-x64": "0.2.2", + "@biomejs/cli-linux-arm64": "0.2.2", + "@biomejs/cli-linux-x64": "0.2.2", + "@biomejs/cli-win32-arm64": "0.2.2", + "@biomejs/cli-win32-x64": "0.2.2" } - }, - "node_modules/@biomejs/cli-darwin-arm64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.2.0.tgz", - "integrity": "sha512-k2eerjvHjdTe/vCtTbgSaSU+rsMuv6NP/t0UXFArYzsOMOTOb20G4HxkmhjE7ZusPKot8eXrY7xYdn1Qt0yYYQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@biomejs/cli-darwin-x64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.2.0.tgz", - "integrity": "sha512-9uzbKlEFCpjFYlinged9H4f3ih2FTda++Vwt4kbsMxLWwTNYoAOXhtlyVNiwWuiRUnMDoMwS8WZyK5TBmMVvEQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@biomejs/cli-linux-arm64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.2.0.tgz", - "integrity": "sha512-0uMB73dtrsWnaDflRBTyhFypgF/lthv+02+3rfsTm7zTg/EA38QIfQtTx30zoNKxXIaivbzblXzoehMUBqMrlg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@biomejs/cli-linux-x64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.2.0.tgz", - "integrity": "sha512-ZhOKUh6gShSCpnZzv8zaXg4twxOloi0iXWIrIxyfuNmFEsIZpQbDRxlWiZDGCjwlQGE90jn3rsV/xGQtrbbh6A==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@biomejs/cli-win32-arm64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.2.0.tgz", - "integrity": "sha512-3LxLP1ghV8UaASFvgGXJCZLNzJOS4UFiyo7avdpuDCY5NyzUfOqn9L638cS0hU7nBr7j1bhj41Yoy63jziaipg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@biomejs/cli-win32-x64": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.2.0.tgz", - "integrity": "sha512-QAkQ8lhPy1pNneJyfsdfiFp6wfwBmZFBK2QKay+Pam3OBq05otPs/cE5V1nuArUNqQSxvrvgPlM9LShScax5ow==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] } } } diff --git a/package.json b/package.json index 240449e..af5d992 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "0.2.0" + "@biomejs/biome": "0.2.2" } } \ No newline at end of file From ea9fd528fe48408f1f463a4a397d0b80c80f007b Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:46 +0000 Subject: [PATCH 13/61] MAINT: upgrade @biomejs/biome 0.2.3 --- README.md | 2 +- package-lock.json | 116 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 3 files changed, 108 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 30fa3c4..a92b2b0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v0.2.2 # Use the sha / tag you want to point at + rev: v0.2.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index a2a5efe..e3a5f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "0.2.2" + "@biomejs/biome": "0.2.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.2.tgz", - "integrity": "sha512-UqYCH5fjFQJGDoxSK0t2HaCakFyQRim0Udo5sPTCvgCCGpvJriBlkt1fhrfnIMn5zx0FKesEqEZRe/WxCoTvIg==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.3.tgz", + "integrity": "sha512-K7nYDezpDmmipEP/USOccFemtIo1/5OOopC2OrYm4RVtASnfladUgm5vbgucXsWM2avpXkLBCQkh7RlWvQBUFA==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,12 +27,108 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "0.2.2", - "@biomejs/cli-darwin-x64": "0.2.2", - "@biomejs/cli-linux-arm64": "0.2.2", - "@biomejs/cli-linux-x64": "0.2.2", - "@biomejs/cli-win32-arm64": "0.2.2", - "@biomejs/cli-win32-x64": "0.2.2" + "@biomejs/cli-darwin-arm64": "0.2.3", + "@biomejs/cli-darwin-x64": "0.2.3", + "@biomejs/cli-linux-arm64": "0.2.3", + "@biomejs/cli-linux-x64": "0.2.3", + "@biomejs/cli-win32-arm64": "0.2.3", + "@biomejs/cli-win32-x64": "0.2.3" + } + }, + "node_modules/@biomejs/cli-darwin-arm64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.2.3.tgz", + "integrity": "sha512-HJgoek+YlDlzNuYpnGAW3njrqgBS0I7xR7A8c2PGCNIPBWc+Zyie02MeYbwNyg9NOCr0Zz7uXzaRIpc8wwpm4A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-darwin-x64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.2.3.tgz", + "integrity": "sha512-r572pn97zewkph1Wgq0pGTEauN+9Enwt0ht/nP1UV7dBF6iSKGXZHr/6QZ4A7sdTVo+8zXJqrCvJ0C3flUzY3g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-linux-arm64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.2.3.tgz", + "integrity": "sha512-de/gDWHeeDxrVm9oWQTaIImX/vixqzP8nYGG+6/10XSdJPzxHKSurqSAvOZiGRraf0pZ+Tnz9U/3ZLjcgoCseA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-linux-x64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.2.3.tgz", + "integrity": "sha512-Pwmdo4IGdT8Uz8jWSvvg2MnL+wxW50m/+VW+xoGj3Cu+MO7xHdubHp4540ekMGlpqU4YrmPVyKXCQY22t785JA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-win32-arm64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.2.3.tgz", + "integrity": "sha512-3FP5yP99Dy4V4wt0h2e+YPa0m8EIqIdCLiwXlKhyoEmUcBAX90V05DdDNXkmfe7seHo6Tue80KnAymBIM/A61A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-win32-x64": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.2.3.tgz", + "integrity": "sha512-2+ughAy+WFi31M8WFqv8jWQB48Rb02LgBOiKdfoWlRakpEN8GEVnQQs8i1txGeIF2VFdcJF4avLYFDzORoUDrQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=14.*" } } } diff --git a/package.json b/package.json index af5d992..0b49e6c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "0.2.2" + "@biomejs/biome": "0.2.3" } } \ No newline at end of file From 587110936c81ffefa61d65821b190136530d03c4 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:47 +0000 Subject: [PATCH 14/61] MAINT: upgrade @biomejs/biome 1.0.0 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index a92b2b0..b6413ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v0.2.3 # Use the sha / tag you want to point at + rev: v1.0.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index e3a5f5a..0875fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "0.2.3" + "@biomejs/biome": "1.0.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-0.2.3.tgz", - "integrity": "sha512-K7nYDezpDmmipEP/USOccFemtIo1/5OOopC2OrYm4RVtASnfladUgm5vbgucXsWM2avpXkLBCQkh7RlWvQBUFA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.0.0.tgz", + "integrity": "sha512-Y5CND1QZ5pF6hc4dFw5ItDutv9KJO91ksLdBIFyvHL7LmXN0UomqyyRWryvrqq+YlA8Q58cR6sqjjQuMp9E2Ig==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "0.2.3", - "@biomejs/cli-darwin-x64": "0.2.3", - "@biomejs/cli-linux-arm64": "0.2.3", - "@biomejs/cli-linux-x64": "0.2.3", - "@biomejs/cli-win32-arm64": "0.2.3", - "@biomejs/cli-win32-x64": "0.2.3" + "@biomejs/cli-darwin-arm64": "1.0.0", + "@biomejs/cli-darwin-x64": "1.0.0", + "@biomejs/cli-linux-arm64": "1.0.0", + "@biomejs/cli-linux-x64": "1.0.0", + "@biomejs/cli-win32-arm64": "1.0.0", + "@biomejs/cli-win32-x64": "1.0.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-0.2.3.tgz", - "integrity": "sha512-HJgoek+YlDlzNuYpnGAW3njrqgBS0I7xR7A8c2PGCNIPBWc+Zyie02MeYbwNyg9NOCr0Zz7uXzaRIpc8wwpm4A==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.0.0.tgz", + "integrity": "sha512-3v7kEyxkf3D246esH+q/lDK5wWn+xLCXZpHCuc1itAmC35GkEc6S7um6C1VD3XKXLx6N0sJR/rTmjKiRGV32Ig==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-0.2.3.tgz", - "integrity": "sha512-r572pn97zewkph1Wgq0pGTEauN+9Enwt0ht/nP1UV7dBF6iSKGXZHr/6QZ4A7sdTVo+8zXJqrCvJ0C3flUzY3g==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.0.0.tgz", + "integrity": "sha512-uxIMt/X7TQWicjsImkqMvUUEqaFZTOJJrtEhlHl/eIaETWJmK3uAR7ihIWctpGJnN16sUgpLgwczc7FETqu/PQ==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-0.2.3.tgz", - "integrity": "sha512-de/gDWHeeDxrVm9oWQTaIImX/vixqzP8nYGG+6/10XSdJPzxHKSurqSAvOZiGRraf0pZ+Tnz9U/3ZLjcgoCseA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.0.0.tgz", + "integrity": "sha512-kJWtu3Xr4MdHV2Yn4U+eZudAGPgv0kRCjWAyzLRewJiqE5TLPrX08imB9SU1n3+VxNO8e2JJ0tWWBHo4J+aSEg==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-0.2.3.tgz", - "integrity": "sha512-Pwmdo4IGdT8Uz8jWSvvg2MnL+wxW50m/+VW+xoGj3Cu+MO7xHdubHp4540ekMGlpqU4YrmPVyKXCQY22t785JA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.0.0.tgz", + "integrity": "sha512-FK6hYZ0Lkk39eXYx1+2ZWtLkApc0RdOpcjDVM96JbvI0bxqvNnm193BPXuxh5A/fCl6N28RNUvcKnZ5LbgZ0Yw==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-0.2.3.tgz", - "integrity": "sha512-3FP5yP99Dy4V4wt0h2e+YPa0m8EIqIdCLiwXlKhyoEmUcBAX90V05DdDNXkmfe7seHo6Tue80KnAymBIM/A61A==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.0.0.tgz", + "integrity": "sha512-kE+OY2isEJHBodiLPMlybZckHkl3CQWsvXuJEvSxkoMhLbGDPEV3yZ/0lEph3BlxP3KP5vUO3hOFGaTvHFOuqQ==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-0.2.3.tgz", - "integrity": "sha512-2+ughAy+WFi31M8WFqv8jWQB48Rb02LgBOiKdfoWlRakpEN8GEVnQQs8i1txGeIF2VFdcJF4avLYFDzORoUDrQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.0.0.tgz", + "integrity": "sha512-Ko6ZsbmbScPMEnh/xz4mwDSCZIUCAEjbbbnUVApgAAL2+1Hoe7Vnhh2RiwYRqy3tHrBIMDwXkSxj0vlf1G3EHg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 0b49e6c..8ae2175 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "0.2.3" + "@biomejs/biome": "1.0.0" } } \ No newline at end of file From 5dee5d3e76a4e5b961bb14a01a1ebb049e749699 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:47 +0000 Subject: [PATCH 15/61] MAINT: upgrade @biomejs/biome 1.1.0 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index b6413ec..994f547 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.0.0 # Use the sha / tag you want to point at + rev: v1.1.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 0875fe6..3f08bd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.0.0" + "@biomejs/biome": "1.1.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.0.0.tgz", - "integrity": "sha512-Y5CND1QZ5pF6hc4dFw5ItDutv9KJO91ksLdBIFyvHL7LmXN0UomqyyRWryvrqq+YlA8Q58cR6sqjjQuMp9E2Ig==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.0.tgz", + "integrity": "sha512-0cDWzMdKhGq/xhmnEVRUHYp7OPGJdKP/Ykps+z20AeUNbwvxY6sKCtXYxnO2KRD34+3akSzhrzvknM4YsyiFlw==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.0.0", - "@biomejs/cli-darwin-x64": "1.0.0", - "@biomejs/cli-linux-arm64": "1.0.0", - "@biomejs/cli-linux-x64": "1.0.0", - "@biomejs/cli-win32-arm64": "1.0.0", - "@biomejs/cli-win32-x64": "1.0.0" + "@biomejs/cli-darwin-arm64": "1.1.0", + "@biomejs/cli-darwin-x64": "1.1.0", + "@biomejs/cli-linux-arm64": "1.1.0", + "@biomejs/cli-linux-x64": "1.1.0", + "@biomejs/cli-win32-arm64": "1.1.0", + "@biomejs/cli-win32-x64": "1.1.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.0.0.tgz", - "integrity": "sha512-3v7kEyxkf3D246esH+q/lDK5wWn+xLCXZpHCuc1itAmC35GkEc6S7um6C1VD3XKXLx6N0sJR/rTmjKiRGV32Ig==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.0.tgz", + "integrity": "sha512-2NbviMV7029//HW3Dltk0BUDcprQCkBPpanleEewJ5rm86f4r9/ELzG0w6LhBsjt10Opy7RpY3Hd6B/WrIRSvw==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.0.0.tgz", - "integrity": "sha512-uxIMt/X7TQWicjsImkqMvUUEqaFZTOJJrtEhlHl/eIaETWJmK3uAR7ihIWctpGJnN16sUgpLgwczc7FETqu/PQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.0.tgz", + "integrity": "sha512-LuJNjGCBR8LScKTuIIl/mcNVDq2yGfBRYTUAplEmJB/I2/pj2jaD69idaN9AAOodA23i3G1IuZCh4a/8KhFs3g==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.0.0.tgz", - "integrity": "sha512-kJWtu3Xr4MdHV2Yn4U+eZudAGPgv0kRCjWAyzLRewJiqE5TLPrX08imB9SU1n3+VxNO8e2JJ0tWWBHo4J+aSEg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.0.tgz", + "integrity": "sha512-5D9waO1dB0nZg1TB9LNtc/PT9P5+sapF8J2NHPOzxttIWaM0NNUCJACCtJ8nDdd/pXXsFME2LYYrUeFSIBLD1Q==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.0.0.tgz", - "integrity": "sha512-FK6hYZ0Lkk39eXYx1+2ZWtLkApc0RdOpcjDVM96JbvI0bxqvNnm193BPXuxh5A/fCl6N28RNUvcKnZ5LbgZ0Yw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.0.tgz", + "integrity": "sha512-fsKs7kANBtTR8y/qqoWqIQPmkC7VtnsVN3sy5wmqzT7vjHyZPJoL1QDIiZlYDJO6pVBOjkRniNFCQhtXkZDfWA==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.0.0.tgz", - "integrity": "sha512-kE+OY2isEJHBodiLPMlybZckHkl3CQWsvXuJEvSxkoMhLbGDPEV3yZ/0lEph3BlxP3KP5vUO3hOFGaTvHFOuqQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.0.tgz", + "integrity": "sha512-u/Q8IjfDFJh5lJx3bUJW2dS/qRtOdU31ZN750xQi5rot0zCHiIcVkQ+aLIREaftmWw4kbVCvJHnpSnZsNGLUqg==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.0.0.tgz", - "integrity": "sha512-Ko6ZsbmbScPMEnh/xz4mwDSCZIUCAEjbbbnUVApgAAL2+1Hoe7Vnhh2RiwYRqy3tHrBIMDwXkSxj0vlf1G3EHg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.0.tgz", + "integrity": "sha512-1KngaabxKQ0ai3P6UiL0d3tq6P5OQvZ9eVHhaqHkHnmY5th61+1EoILWu6zGKdKc2/O/HS+0qOgeFS8wTEHTaA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 8ae2175..4b4ac91 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.0.0" + "@biomejs/biome": "1.1.0" } } \ No newline at end of file From 93923d22aab5aa4eee05ec8982a2a1744ec527c1 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:48 +0000 Subject: [PATCH 16/61] MAINT: upgrade @biomejs/biome 1.1.1 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 994f547..73fee88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.1.0 # Use the sha / tag you want to point at + rev: v1.1.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 3f08bd4..86effa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.1.0" + "@biomejs/biome": "1.1.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.0.tgz", - "integrity": "sha512-0cDWzMdKhGq/xhmnEVRUHYp7OPGJdKP/Ykps+z20AeUNbwvxY6sKCtXYxnO2KRD34+3akSzhrzvknM4YsyiFlw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.1.tgz", + "integrity": "sha512-OLkfH8pTW7OB6ncW3QM/jeS+jlIfTrhOt0rLBdJ3kprf5CiOd82oz2k9GC6diUv8Iglpui62YYpF7mOEilcaig==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.1.0", - "@biomejs/cli-darwin-x64": "1.1.0", - "@biomejs/cli-linux-arm64": "1.1.0", - "@biomejs/cli-linux-x64": "1.1.0", - "@biomejs/cli-win32-arm64": "1.1.0", - "@biomejs/cli-win32-x64": "1.1.0" + "@biomejs/cli-darwin-arm64": "1.1.1", + "@biomejs/cli-darwin-x64": "1.1.1", + "@biomejs/cli-linux-arm64": "1.1.1", + "@biomejs/cli-linux-x64": "1.1.1", + "@biomejs/cli-win32-arm64": "1.1.1", + "@biomejs/cli-win32-x64": "1.1.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.0.tgz", - "integrity": "sha512-2NbviMV7029//HW3Dltk0BUDcprQCkBPpanleEewJ5rm86f4r9/ELzG0w6LhBsjt10Opy7RpY3Hd6B/WrIRSvw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.1.tgz", + "integrity": "sha512-FDHn9sOlrHNhZej28jmarmvXsCQMQ9eT6ZgP1YTkwDjxiSZLasCV66k8BiBBYD/i8kKC/1M85aTOKUfS+lXWyA==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.0.tgz", - "integrity": "sha512-LuJNjGCBR8LScKTuIIl/mcNVDq2yGfBRYTUAplEmJB/I2/pj2jaD69idaN9AAOodA23i3G1IuZCh4a/8KhFs3g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.1.tgz", + "integrity": "sha512-CWDGh7wt+6UhbdzhSYKe7XjyT9uKQg+6AbJTZCht+Hnkkb90KMQdqUfXjwjJ9Amsf0t0qfHFzB2MzTm28Rz4CQ==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.0.tgz", - "integrity": "sha512-5D9waO1dB0nZg1TB9LNtc/PT9P5+sapF8J2NHPOzxttIWaM0NNUCJACCtJ8nDdd/pXXsFME2LYYrUeFSIBLD1Q==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.1.tgz", + "integrity": "sha512-JszQpmHz1fo2LVlw96zL4g3iCLnHW3t09+ScVIQcgH1lTlw7dr5k9NufYSuX+1f3C0Fd2THuSIKCnNLrXkGe5A==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.0.tgz", - "integrity": "sha512-fsKs7kANBtTR8y/qqoWqIQPmkC7VtnsVN3sy5wmqzT7vjHyZPJoL1QDIiZlYDJO6pVBOjkRniNFCQhtXkZDfWA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.1.tgz", + "integrity": "sha512-KlcTmf2PrheSWrqmHPENFnFHxZYUvHZjJp7Y59sRAkHThCLljMbU1rNa8E4IWEM747wAn0BgkaKZ744GCDeShg==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.0.tgz", - "integrity": "sha512-u/Q8IjfDFJh5lJx3bUJW2dS/qRtOdU31ZN750xQi5rot0zCHiIcVkQ+aLIREaftmWw4kbVCvJHnpSnZsNGLUqg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.1.tgz", + "integrity": "sha512-U7n8N18xxfiPDS3St80XNR5VSJCsg7HinyP88yJ7bCOBA02rznOrQ7icj+Z0qSysJNwrZ/B11iUUt9SnYueurQ==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.0.tgz", - "integrity": "sha512-1KngaabxKQ0ai3P6UiL0d3tq6P5OQvZ9eVHhaqHkHnmY5th61+1EoILWu6zGKdKc2/O/HS+0qOgeFS8wTEHTaA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.1.tgz", + "integrity": "sha512-7m2jXqd89hfe6teomM13eay0RBkl5e82QU2Qi5z38GZ/Xu6XKfrwhnFjLW74Z6sMQBUIgGNGYC/0Xkst19NgVQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 4b4ac91..9967208 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.1.0" + "@biomejs/biome": "1.1.1" } } \ No newline at end of file From 0cd0a997b3c64e1bf6f910acad5636b4a60a7c52 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:48 +0000 Subject: [PATCH 17/61] MAINT: upgrade @biomejs/biome 1.1.2 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 73fee88..b308313 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.1.1 # Use the sha / tag you want to point at + rev: v1.1.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 86effa2..faa6bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.1.1" + "@biomejs/biome": "1.1.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.1.tgz", - "integrity": "sha512-OLkfH8pTW7OB6ncW3QM/jeS+jlIfTrhOt0rLBdJ3kprf5CiOd82oz2k9GC6diUv8Iglpui62YYpF7mOEilcaig==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.2.tgz", + "integrity": "sha512-JEVWchqo0Xhl86IJgOh0xESWnNRUXBUDByCBR8TA4lIPzm/6U6Tv77+MblNkZ8MvwCtP6PlBNGdQcGKKabtuHA==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.1.1", - "@biomejs/cli-darwin-x64": "1.1.1", - "@biomejs/cli-linux-arm64": "1.1.1", - "@biomejs/cli-linux-x64": "1.1.1", - "@biomejs/cli-win32-arm64": "1.1.1", - "@biomejs/cli-win32-x64": "1.1.1" + "@biomejs/cli-darwin-arm64": "1.1.2", + "@biomejs/cli-darwin-x64": "1.1.2", + "@biomejs/cli-linux-arm64": "1.1.2", + "@biomejs/cli-linux-x64": "1.1.2", + "@biomejs/cli-win32-arm64": "1.1.2", + "@biomejs/cli-win32-x64": "1.1.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.1.tgz", - "integrity": "sha512-FDHn9sOlrHNhZej28jmarmvXsCQMQ9eT6ZgP1YTkwDjxiSZLasCV66k8BiBBYD/i8kKC/1M85aTOKUfS+lXWyA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.2.tgz", + "integrity": "sha512-YyqWeNZchPxlvxtdo2vMBkzrwllaNS3+DZ6j01mUCVIZE9kAzF/edMV2O38L2AEtnRLU1TI1f71Jai3ThILClg==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.1.tgz", - "integrity": "sha512-CWDGh7wt+6UhbdzhSYKe7XjyT9uKQg+6AbJTZCht+Hnkkb90KMQdqUfXjwjJ9Amsf0t0qfHFzB2MzTm28Rz4CQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.2.tgz", + "integrity": "sha512-Sofxcu50AHJyQS6Xx3OF2egQQ7Un5YFVF5/umNFa+kSNrrCu/ucmzrk8FcGS2dOSs4L2LqD6ZDWjvbcikjzLYQ==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.1.tgz", - "integrity": "sha512-JszQpmHz1fo2LVlw96zL4g3iCLnHW3t09+ScVIQcgH1lTlw7dr5k9NufYSuX+1f3C0Fd2THuSIKCnNLrXkGe5A==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.2.tgz", + "integrity": "sha512-wtaQgpoVMZEKf1GlDlFGAJP1j6gnh4L4kJN8PQPOBAdKIUZ/YSjqVp0z28vli5xCQ57xCn1gH4Xoqw2gVYu1tQ==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.1.tgz", - "integrity": "sha512-KlcTmf2PrheSWrqmHPENFnFHxZYUvHZjJp7Y59sRAkHThCLljMbU1rNa8E4IWEM747wAn0BgkaKZ744GCDeShg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.2.tgz", + "integrity": "sha512-TYIUjCXbY+kxnJgv8GESplMagB1GdOcMV21JGRATqnhUI4BvG6sjs3gfi+sdjLBQdbHhsISXW3yfUlv07HKqhg==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.1.tgz", - "integrity": "sha512-U7n8N18xxfiPDS3St80XNR5VSJCsg7HinyP88yJ7bCOBA02rznOrQ7icj+Z0qSysJNwrZ/B11iUUt9SnYueurQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.2.tgz", + "integrity": "sha512-yApn85KuJ+Ty5zxbqWnaifX4ONtZG+snu12RNKi8fxSVVCXzQ/k2PfsWQbsyvCG05qshSvNKtM54cuf+vhUIsw==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.1.tgz", - "integrity": "sha512-7m2jXqd89hfe6teomM13eay0RBkl5e82QU2Qi5z38GZ/Xu6XKfrwhnFjLW74Z6sMQBUIgGNGYC/0Xkst19NgVQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.2.tgz", + "integrity": "sha512-qebNvIrFj2TJ+K0JVGo1HkgV2y5jis6aOZDC1SWuk53GnqjSLdR+p1v86ZByOjYr1v+tjc67EXmEepk06VVvpA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 9967208..059ff8e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.1.1" + "@biomejs/biome": "1.1.2" } } \ No newline at end of file From 63ab20f70236393653afb2ecf6bfa6a0af43c60a Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:49 +0000 Subject: [PATCH 18/61] MAINT: upgrade @biomejs/biome 1.2.0 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index b308313..b12c51a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.1.2 # Use the sha / tag you want to point at + rev: v1.2.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index faa6bc9..a05a666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.1.2" + "@biomejs/biome": "1.2.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.1.2.tgz", - "integrity": "sha512-JEVWchqo0Xhl86IJgOh0xESWnNRUXBUDByCBR8TA4lIPzm/6U6Tv77+MblNkZ8MvwCtP6PlBNGdQcGKKabtuHA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.0.tgz", + "integrity": "sha512-G9ncPACwVLWTShXfGoSnOUOq9o0HEHUBdzbKvJhrHWJYhKMA5xWEc8LzKUuoLkwJPUPKH9LP7megDIRBjyffbQ==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.1.2", - "@biomejs/cli-darwin-x64": "1.1.2", - "@biomejs/cli-linux-arm64": "1.1.2", - "@biomejs/cli-linux-x64": "1.1.2", - "@biomejs/cli-win32-arm64": "1.1.2", - "@biomejs/cli-win32-x64": "1.1.2" + "@biomejs/cli-darwin-arm64": "1.2.0", + "@biomejs/cli-darwin-x64": "1.2.0", + "@biomejs/cli-linux-arm64": "1.2.0", + "@biomejs/cli-linux-x64": "1.2.0", + "@biomejs/cli-win32-arm64": "1.2.0", + "@biomejs/cli-win32-x64": "1.2.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.1.2.tgz", - "integrity": "sha512-YyqWeNZchPxlvxtdo2vMBkzrwllaNS3+DZ6j01mUCVIZE9kAzF/edMV2O38L2AEtnRLU1TI1f71Jai3ThILClg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.0.tgz", + "integrity": "sha512-uHlUkc8nL3I/3U23/r3acsUYdpGK9OYRV6qg6wHGplXkV64APQx4zcJEbm3LXeBFcpP2f7jciNxKEu6fJXydLw==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.1.2.tgz", - "integrity": "sha512-Sofxcu50AHJyQS6Xx3OF2egQQ7Un5YFVF5/umNFa+kSNrrCu/ucmzrk8FcGS2dOSs4L2LqD6ZDWjvbcikjzLYQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.0.tgz", + "integrity": "sha512-/Hn8tn18qe7dMIcAIaVkrE5WHfTpa4gtQFMkEJJN3oExL7MtlC9seFtJPzkrkvsDNufpwhLCbArGX7MRLbLvNw==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.1.2.tgz", - "integrity": "sha512-wtaQgpoVMZEKf1GlDlFGAJP1j6gnh4L4kJN8PQPOBAdKIUZ/YSjqVp0z28vli5xCQ57xCn1gH4Xoqw2gVYu1tQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.0.tgz", + "integrity": "sha512-k5elONUCs06I+/+nBrmCijzQ8MtgCUVXTf28PRcVPstqYe4CIjjXnPlH0CRjGmM7Fop3AiWC5+HBIW5dletz+w==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.1.2.tgz", - "integrity": "sha512-TYIUjCXbY+kxnJgv8GESplMagB1GdOcMV21JGRATqnhUI4BvG6sjs3gfi+sdjLBQdbHhsISXW3yfUlv07HKqhg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.0.tgz", + "integrity": "sha512-nBq8YfqkGbq/ltTP3+5PEihgEOAMpfiCuhBzWbv/RwNgVMcNKOLSpLKD5Uc/ik5DL6limEjE9ZW7gy3l/Dit7A==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.1.2.tgz", - "integrity": "sha512-yApn85KuJ+Ty5zxbqWnaifX4ONtZG+snu12RNKi8fxSVVCXzQ/k2PfsWQbsyvCG05qshSvNKtM54cuf+vhUIsw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.0.tgz", + "integrity": "sha512-vRTUe0mcDuQrfFQyCo89juB/Y6TiHKuI5/7tAqU2g4vBcxzaxKky4X1D82fp1jYdE9le93rLFci/lU98bjn0cw==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.1.2.tgz", - "integrity": "sha512-qebNvIrFj2TJ+K0JVGo1HkgV2y5jis6aOZDC1SWuk53GnqjSLdR+p1v86ZByOjYr1v+tjc67EXmEepk06VVvpA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.0.tgz", + "integrity": "sha512-twWWWG5iMCsE+0BZwJ+6lK5Hyg80KpSlBz0hRVm+f/julN/EY5A5pdCiQhBSuvGOx/mSWfisIep3q3Hq8bJoNQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 059ff8e..7e8490c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.1.2" + "@biomejs/biome": "1.2.0" } } \ No newline at end of file From 82aa8fc6549902ffa58c8bb87bb9e5bc6e7722c0 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:49 +0000 Subject: [PATCH 19/61] MAINT: upgrade @biomejs/biome 1.2.1 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index b12c51a..b65085e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.2.0 # Use the sha / tag you want to point at + rev: v1.2.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index a05a666..c3695de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.2.0" + "@biomejs/biome": "1.2.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.0.tgz", - "integrity": "sha512-G9ncPACwVLWTShXfGoSnOUOq9o0HEHUBdzbKvJhrHWJYhKMA5xWEc8LzKUuoLkwJPUPKH9LP7megDIRBjyffbQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.1.tgz", + "integrity": "sha512-olT0ldjncEQx+mtVLJ1LwJikrDtMYZakJ8dIMYXEoX9t10xjKpeY4OyKBa9Os8/EUHah9YmpYL64hQooza3WrA==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.2.0", - "@biomejs/cli-darwin-x64": "1.2.0", - "@biomejs/cli-linux-arm64": "1.2.0", - "@biomejs/cli-linux-x64": "1.2.0", - "@biomejs/cli-win32-arm64": "1.2.0", - "@biomejs/cli-win32-x64": "1.2.0" + "@biomejs/cli-darwin-arm64": "1.2.1", + "@biomejs/cli-darwin-x64": "1.2.1", + "@biomejs/cli-linux-arm64": "1.2.1", + "@biomejs/cli-linux-x64": "1.2.1", + "@biomejs/cli-win32-arm64": "1.2.1", + "@biomejs/cli-win32-x64": "1.2.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.0.tgz", - "integrity": "sha512-uHlUkc8nL3I/3U23/r3acsUYdpGK9OYRV6qg6wHGplXkV64APQx4zcJEbm3LXeBFcpP2f7jciNxKEu6fJXydLw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.1.tgz", + "integrity": "sha512-lz/Hn/isGnnZqILhnPiwO3Hy4mhGr1APrjXkCBolONyYG67x1OT3l8T5yaNW62GsIEeblabWkwLl/MkoPJJXZQ==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.0.tgz", - "integrity": "sha512-/Hn8tn18qe7dMIcAIaVkrE5WHfTpa4gtQFMkEJJN3oExL7MtlC9seFtJPzkrkvsDNufpwhLCbArGX7MRLbLvNw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.1.tgz", + "integrity": "sha512-mWJE2+sPiHJk0kHkuHby9ssTm2WR/R7USwJbbNmy7PM07DZdcciF2XbyLofO2ZGh0QI0LEW59OcjMwYChQnZbA==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.0.tgz", - "integrity": "sha512-k5elONUCs06I+/+nBrmCijzQ8MtgCUVXTf28PRcVPstqYe4CIjjXnPlH0CRjGmM7Fop3AiWC5+HBIW5dletz+w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.1.tgz", + "integrity": "sha512-M81if0mY66Feq3nsOoNRa+o57k6YecCeH4EX2EqkU/ObqYfVLmWnIvFsgqEZE/e/bguNmqBoAIJaIV26PvyyJg==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.0.tgz", - "integrity": "sha512-nBq8YfqkGbq/ltTP3+5PEihgEOAMpfiCuhBzWbv/RwNgVMcNKOLSpLKD5Uc/ik5DL6limEjE9ZW7gy3l/Dit7A==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.1.tgz", + "integrity": "sha512-gzTpmpvBmSFu6oeUeFKP8C34WpV91rha4gS+3swAuw5G+C4PosOTpAVPKnElbgl9iS0+stfP73tXARQUXySDPA==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.0.tgz", - "integrity": "sha512-vRTUe0mcDuQrfFQyCo89juB/Y6TiHKuI5/7tAqU2g4vBcxzaxKky4X1D82fp1jYdE9le93rLFci/lU98bjn0cw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.1.tgz", + "integrity": "sha512-SveEeHYjiXzRZhTE3HyURQ+CyZ3yLeKHUrggH4bSDQ1+b7rgDEF/XIEgMl+/3SWFlc+HdEpgbJWWZQCfSCqxww==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.0.tgz", - "integrity": "sha512-twWWWG5iMCsE+0BZwJ+6lK5Hyg80KpSlBz0hRVm+f/julN/EY5A5pdCiQhBSuvGOx/mSWfisIep3q3Hq8bJoNQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.1.tgz", + "integrity": "sha512-ooEjE+A6kbQhf0cPNvC8bXje1jk2uKWgJ8S3DgHZRBvr6DlBiUsU8C1ycURdhDiHZ5d6nOI98LFrj3WWR1ODzA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 7e8490c..ef55aaf 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.2.0" + "@biomejs/biome": "1.2.1" } } \ No newline at end of file From 45012e5c15c868fc632fd63a807136544b822ebd Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:50 +0000 Subject: [PATCH 20/61] MAINT: upgrade @biomejs/biome 1.2.2 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index b65085e..22b2b38 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.2.1 # Use the sha / tag you want to point at + rev: v1.2.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index c3695de..e474a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.2.1" + "@biomejs/biome": "1.2.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.1.tgz", - "integrity": "sha512-olT0ldjncEQx+mtVLJ1LwJikrDtMYZakJ8dIMYXEoX9t10xjKpeY4OyKBa9Os8/EUHah9YmpYL64hQooza3WrA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.2.tgz", + "integrity": "sha512-fXwXi56ZdaKO/N3rTmhWw41UxstoviODk+wia4WWNSlm23r8xJ/NxjaZ88scV2IsmsFHqc8rmwb2dkrStAdIEw==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -27,18 +27,18 @@ "node": ">=14.*" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.2.1", - "@biomejs/cli-darwin-x64": "1.2.1", - "@biomejs/cli-linux-arm64": "1.2.1", - "@biomejs/cli-linux-x64": "1.2.1", - "@biomejs/cli-win32-arm64": "1.2.1", - "@biomejs/cli-win32-x64": "1.2.1" + "@biomejs/cli-darwin-arm64": "1.2.2", + "@biomejs/cli-darwin-x64": "1.2.2", + "@biomejs/cli-linux-arm64": "1.2.2", + "@biomejs/cli-linux-x64": "1.2.2", + "@biomejs/cli-win32-arm64": "1.2.2", + "@biomejs/cli-win32-x64": "1.2.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.1.tgz", - "integrity": "sha512-lz/Hn/isGnnZqILhnPiwO3Hy4mhGr1APrjXkCBolONyYG67x1OT3l8T5yaNW62GsIEeblabWkwLl/MkoPJJXZQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.2.tgz", + "integrity": "sha512-Fx1IURKhoqH6wPawtKLT6wcfMSjRRcNK8+VWau0iDOjXvNtjJpSmICbU89B7Vt/gZRwPqkfDMBkFwm6V5vFTSQ==", "cpu": [ "arm64" ], @@ -52,9 +52,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.1.tgz", - "integrity": "sha512-mWJE2+sPiHJk0kHkuHby9ssTm2WR/R7USwJbbNmy7PM07DZdcciF2XbyLofO2ZGh0QI0LEW59OcjMwYChQnZbA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.2.tgz", + "integrity": "sha512-JNaAFOI/ZisnmzvcFNd73geJxaFaN2L4YsWM6cgBeKyLY/ycl9C/PBTFfEmeB1c7f5XIIal8P2cj47kLJpN5Ig==", "cpu": [ "x64" ], @@ -68,9 +68,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.1.tgz", - "integrity": "sha512-M81if0mY66Feq3nsOoNRa+o57k6YecCeH4EX2EqkU/ObqYfVLmWnIvFsgqEZE/e/bguNmqBoAIJaIV26PvyyJg==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.2.tgz", + "integrity": "sha512-JHXRnfhOLx8UO/Fcyn2c5pFRri0XKqRZm2wf5oH5GSfLVpckDw2X15dYGbu3nmfM/3pcAaTV46pUpjrCnaAieg==", "cpu": [ "arm64" ], @@ -84,9 +84,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.1.tgz", - "integrity": "sha512-gzTpmpvBmSFu6oeUeFKP8C34WpV91rha4gS+3swAuw5G+C4PosOTpAVPKnElbgl9iS0+stfP73tXARQUXySDPA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.2.tgz", + "integrity": "sha512-5Zr+iM7lUKsw81p9PkXRESuH2/AhRZ6RCWkgE+FSLcxMhXy/4RDR+o2YQDsJM6cWKIzOJM05vDHTGrDq7vXE4A==", "cpu": [ "x64" ], @@ -100,9 +100,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.1.tgz", - "integrity": "sha512-SveEeHYjiXzRZhTE3HyURQ+CyZ3yLeKHUrggH4bSDQ1+b7rgDEF/XIEgMl+/3SWFlc+HdEpgbJWWZQCfSCqxww==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.2.tgz", + "integrity": "sha512-HvUcG2p++RvYP0zfOqh+DgiUUH+JI/uETr0kzWlOJ9F3lsG525pkywg4RSd4OvJd7Wpd3wt3UpN/A4IEJaVmbA==", "cpu": [ "arm64" ], @@ -116,9 +116,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.1.tgz", - "integrity": "sha512-ooEjE+A6kbQhf0cPNvC8bXje1jk2uKWgJ8S3DgHZRBvr6DlBiUsU8C1ycURdhDiHZ5d6nOI98LFrj3WWR1ODzA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.2.tgz", + "integrity": "sha512-bfaFJwqJ9ApFga2o88OaROSd3pasYRzRGXHJWAE9VUUKdSNSTYxHOqVrNvV54yYPtL6Kt9xkuZa4HNu9it3TaA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index ef55aaf..7297467 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.2.1" + "@biomejs/biome": "1.2.2" } } \ No newline at end of file From a0fa25a35aebb139c09772752e415dc61f15dc06 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:50 +0000 Subject: [PATCH 21/61] MAINT: upgrade @biomejs/biome 1.3.0 --- README.md | 2 +- package-lock.json | 60 +++++++++++++++++++++++++---------------------- package.json | 2 +- 3 files changed, 34 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 22b2b38..587565a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.2.2 # Use the sha / tag you want to point at + rev: v1.3.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index e474a50..6feee20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.2.2" + "@biomejs/biome": "1.3.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.2.2.tgz", - "integrity": "sha512-fXwXi56ZdaKO/N3rTmhWw41UxstoviODk+wia4WWNSlm23r8xJ/NxjaZ88scV2IsmsFHqc8rmwb2dkrStAdIEw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.0.tgz", + "integrity": "sha512-IKe8eGhiW5PfD4B3GMerS9YucvL1cqEqocVdeBi/Q8o63znqy7aLU2Xc4DAw1qg9OurWxemAp2RQorSqYHwMow==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -26,19 +26,23 @@ "engines": { "node": ">=14.*" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/biome" + }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.2.2", - "@biomejs/cli-darwin-x64": "1.2.2", - "@biomejs/cli-linux-arm64": "1.2.2", - "@biomejs/cli-linux-x64": "1.2.2", - "@biomejs/cli-win32-arm64": "1.2.2", - "@biomejs/cli-win32-x64": "1.2.2" + "@biomejs/cli-darwin-arm64": "1.3.0", + "@biomejs/cli-darwin-x64": "1.3.0", + "@biomejs/cli-linux-arm64": "1.3.0", + "@biomejs/cli-linux-x64": "1.3.0", + "@biomejs/cli-win32-arm64": "1.3.0", + "@biomejs/cli-win32-x64": "1.3.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.2.2.tgz", - "integrity": "sha512-Fx1IURKhoqH6wPawtKLT6wcfMSjRRcNK8+VWau0iDOjXvNtjJpSmICbU89B7Vt/gZRwPqkfDMBkFwm6V5vFTSQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.0.tgz", + "integrity": "sha512-O2NhR3ZXw1QknvoKAxwn76U9q/RYvLsZwbYl6+iY79gnL2SL1bljuFMUzRS5R1nNs3H/LOrHUq/JpleKjOwGUw==", "cpu": [ "arm64" ], @@ -52,9 +56,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.2.2.tgz", - "integrity": "sha512-JNaAFOI/ZisnmzvcFNd73geJxaFaN2L4YsWM6cgBeKyLY/ycl9C/PBTFfEmeB1c7f5XIIal8P2cj47kLJpN5Ig==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.0.tgz", + "integrity": "sha512-8rljS+4nLVuSPuPmuFp64bMZqwmGv9O/6wKoVk0kzeaVD1elSzMz+ZoTrRodbI1Hl8kItDdGf431L7S1EqRokQ==", "cpu": [ "x64" ], @@ -68,9 +72,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.2.2.tgz", - "integrity": "sha512-JHXRnfhOLx8UO/Fcyn2c5pFRri0XKqRZm2wf5oH5GSfLVpckDw2X15dYGbu3nmfM/3pcAaTV46pUpjrCnaAieg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.0.tgz", + "integrity": "sha512-vQIEaXQf1pPJPetcd4jfM3118sG4AfZvbDuLnU/4lCUIs0XuwPYMcx2KzwXu2m0tn6J4xQsZHvNQyHpiBbp9vA==", "cpu": [ "arm64" ], @@ -84,9 +88,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.2.2.tgz", - "integrity": "sha512-5Zr+iM7lUKsw81p9PkXRESuH2/AhRZ6RCWkgE+FSLcxMhXy/4RDR+o2YQDsJM6cWKIzOJM05vDHTGrDq7vXE4A==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.0.tgz", + "integrity": "sha512-ZH+PvgAZ3nr69O8Tb+MO+08k+0PhG0paWhkIaUW1AUlD7ruIpk+dlHp3DjHauSPFDZkNIxj6utwI1c5lP8hF9w==", "cpu": [ "x64" ], @@ -100,9 +104,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.2.2.tgz", - "integrity": "sha512-HvUcG2p++RvYP0zfOqh+DgiUUH+JI/uETr0kzWlOJ9F3lsG525pkywg4RSd4OvJd7Wpd3wt3UpN/A4IEJaVmbA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.0.tgz", + "integrity": "sha512-Mfo1oWXnuOL4zWidx0A7jQSs6+uZZYZB4wuD9lBCbuoQoRNFobGEs11z/iy8XW5mucx+MW4ylTAcDAS+5/2kEw==", "cpu": [ "arm64" ], @@ -116,9 +120,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.2.2.tgz", - "integrity": "sha512-bfaFJwqJ9ApFga2o88OaROSd3pasYRzRGXHJWAE9VUUKdSNSTYxHOqVrNvV54yYPtL6Kt9xkuZa4HNu9it3TaA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.0.tgz", + "integrity": "sha512-t2EPg+zeMzimBoURfj9CKeNObCZ/MbFxdQj0+K5Q+LR41fUaevG/wOrM+Swh5emRXdSBUm0qsTq3xiyv77C3Ww==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 7297467..1e592f9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.2.2" + "@biomejs/biome": "1.3.0" } } \ No newline at end of file From dbf08572f57819e9b1aa292d9b62852cc1c82c6e Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:51 +0000 Subject: [PATCH 22/61] MAINT: upgrade @biomejs/biome 1.3.1 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 587565a..d0628d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.3.0 # Use the sha / tag you want to point at + rev: v1.3.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 6feee20..dff77ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.3.0" + "@biomejs/biome": "1.3.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.0.tgz", - "integrity": "sha512-IKe8eGhiW5PfD4B3GMerS9YucvL1cqEqocVdeBi/Q8o63znqy7aLU2Xc4DAw1qg9OurWxemAp2RQorSqYHwMow==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.1.tgz", + "integrity": "sha512-ufGCBj8ZNbF+vZDZscqvvLIGsh8M4BduQoJ1X3nm8c9Dupp8gzAKibZSWDLLcgnsAVeKEmWwY6r3Wv/JIa0LgA==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -31,18 +31,18 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.3.0", - "@biomejs/cli-darwin-x64": "1.3.0", - "@biomejs/cli-linux-arm64": "1.3.0", - "@biomejs/cli-linux-x64": "1.3.0", - "@biomejs/cli-win32-arm64": "1.3.0", - "@biomejs/cli-win32-x64": "1.3.0" + "@biomejs/cli-darwin-arm64": "1.3.1", + "@biomejs/cli-darwin-x64": "1.3.1", + "@biomejs/cli-linux-arm64": "1.3.1", + "@biomejs/cli-linux-x64": "1.3.1", + "@biomejs/cli-win32-arm64": "1.3.1", + "@biomejs/cli-win32-x64": "1.3.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.0.tgz", - "integrity": "sha512-O2NhR3ZXw1QknvoKAxwn76U9q/RYvLsZwbYl6+iY79gnL2SL1bljuFMUzRS5R1nNs3H/LOrHUq/JpleKjOwGUw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.1.tgz", + "integrity": "sha512-m3cBroQftLFYFh3to6RO4ooLqZsE2K9yf5xOlDjm6D4Vrgq85XFwDOxjjJyGGDjDPQ55xGunm80qmGr8jTjiyA==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.0.tgz", - "integrity": "sha512-8rljS+4nLVuSPuPmuFp64bMZqwmGv9O/6wKoVk0kzeaVD1elSzMz+ZoTrRodbI1Hl8kItDdGf431L7S1EqRokQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.1.tgz", + "integrity": "sha512-i2yDivc/HHBRFJMoRUUPsFs9pKK0NnS/8tQg/uqNsAkLMF9OKZCCxtUJPmpUBHpdQ2f39An1cVpFmCIEv0uYJQ==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.0.tgz", - "integrity": "sha512-vQIEaXQf1pPJPetcd4jfM3118sG4AfZvbDuLnU/4lCUIs0XuwPYMcx2KzwXu2m0tn6J4xQsZHvNQyHpiBbp9vA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.1.tgz", + "integrity": "sha512-H56MB7Mf59snzG+nLpfS2j3jXsJ+a6aQOBeRiT0rgn44FZ63yI9jWNIgN1+Xylsa8shmwtquOkoxLS/4KKt0Qg==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.0.tgz", - "integrity": "sha512-ZH+PvgAZ3nr69O8Tb+MO+08k+0PhG0paWhkIaUW1AUlD7ruIpk+dlHp3DjHauSPFDZkNIxj6utwI1c5lP8hF9w==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.1.tgz", + "integrity": "sha512-8ENayCpYXXC77a7AxDNjC+pPKMYteLzysxhkCCZ7Gd2sWtrH8iMM45JL8wQJhoHz5NT3+qgsfGafiNuxeVAVlg==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.0.tgz", - "integrity": "sha512-Mfo1oWXnuOL4zWidx0A7jQSs6+uZZYZB4wuD9lBCbuoQoRNFobGEs11z/iy8XW5mucx+MW4ylTAcDAS+5/2kEw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.1.tgz", + "integrity": "sha512-gAx/E949/1/jQDwG9nTspVtjikBI/y7RbbUwwBVABF1bcAUC63VhrHfKJRbM7VTXMlZ7n9YrxkyMww8vf40qcQ==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.0.tgz", - "integrity": "sha512-t2EPg+zeMzimBoURfj9CKeNObCZ/MbFxdQj0+K5Q+LR41fUaevG/wOrM+Swh5emRXdSBUm0qsTq3xiyv77C3Ww==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.1.tgz", + "integrity": "sha512-+08eKmEdVM7d4UxY/tff2aPXbeUNNp6wwH7v0FbrE+25mH9lhELgylEk4+k6OLXOcDT7KDAduzP2f9CuM/Aj9w==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 1e592f9..538e4d5 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.3.0" + "@biomejs/biome": "1.3.1" } } \ No newline at end of file From ad762843e62ae931cd999af5d0ea83582bd78bdc Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:51 +0000 Subject: [PATCH 23/61] MAINT: upgrade @biomejs/biome 1.3.2 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index d0628d1..50fc1d8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.3.1 # Use the sha / tag you want to point at + rev: v1.3.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index dff77ea..89a4dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.3.1" + "@biomejs/biome": "1.3.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.1.tgz", - "integrity": "sha512-ufGCBj8ZNbF+vZDZscqvvLIGsh8M4BduQoJ1X3nm8c9Dupp8gzAKibZSWDLLcgnsAVeKEmWwY6r3Wv/JIa0LgA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.2.tgz", + "integrity": "sha512-ZGmN1an74M/4txB71nRojWK6fpmJK1EjGZgDGaUU+oFCoTNNHmGDbS09/2g7HLjkx6kiy4t/wPqXfZ2F7HHkOA==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -31,18 +31,18 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.3.1", - "@biomejs/cli-darwin-x64": "1.3.1", - "@biomejs/cli-linux-arm64": "1.3.1", - "@biomejs/cli-linux-x64": "1.3.1", - "@biomejs/cli-win32-arm64": "1.3.1", - "@biomejs/cli-win32-x64": "1.3.1" + "@biomejs/cli-darwin-arm64": "1.3.2", + "@biomejs/cli-darwin-x64": "1.3.2", + "@biomejs/cli-linux-arm64": "1.3.2", + "@biomejs/cli-linux-x64": "1.3.2", + "@biomejs/cli-win32-arm64": "1.3.2", + "@biomejs/cli-win32-x64": "1.3.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.1.tgz", - "integrity": "sha512-m3cBroQftLFYFh3to6RO4ooLqZsE2K9yf5xOlDjm6D4Vrgq85XFwDOxjjJyGGDjDPQ55xGunm80qmGr8jTjiyA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.2.tgz", + "integrity": "sha512-xYdC+HQleGDlYyEW62Ff5DYSt7SIeSrZEN1r1Hlo8MoI2TAFP4XsYcbF0p8fugYZhtMcXM7SLVlFhctQts8+Aw==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.1.tgz", - "integrity": "sha512-i2yDivc/HHBRFJMoRUUPsFs9pKK0NnS/8tQg/uqNsAkLMF9OKZCCxtUJPmpUBHpdQ2f39An1cVpFmCIEv0uYJQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.2.tgz", + "integrity": "sha512-pYr/n38WpP33SZEkPfa2TkAZ8sZYzQbxv8QbU0rvwOhFQFEflrH4DZ20Ora442uSo5gS+TY8T3Gqa1PGJV4bLA==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.1.tgz", - "integrity": "sha512-H56MB7Mf59snzG+nLpfS2j3jXsJ+a6aQOBeRiT0rgn44FZ63yI9jWNIgN1+Xylsa8shmwtquOkoxLS/4KKt0Qg==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.2.tgz", + "integrity": "sha512-cOL+xUpYksoSJo5Uyjpcn7jHyBfoScRzOeHmZnsVwp9Qwrs/lPZG//bs0JZ8RS0+l5toeZG+hDW18nb9LlS0Ww==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.1.tgz", - "integrity": "sha512-8ENayCpYXXC77a7AxDNjC+pPKMYteLzysxhkCCZ7Gd2sWtrH8iMM45JL8wQJhoHz5NT3+qgsfGafiNuxeVAVlg==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.2.tgz", + "integrity": "sha512-7GtH2bMGxTnZpdNZvxAUEW9hk52fwVJr2DXSSakgMmYaZ3XgC3gcSRLicYIA5vL4Ppvjai2cmh6TOp1P7EPtGw==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.1.tgz", - "integrity": "sha512-gAx/E949/1/jQDwG9nTspVtjikBI/y7RbbUwwBVABF1bcAUC63VhrHfKJRbM7VTXMlZ7n9YrxkyMww8vf40qcQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.2.tgz", + "integrity": "sha512-fWW9Mo1BQB3kx6wiP/g7el2q/dLIMhgZNz/fXNFQvwOrW7sP/fBqsNjqqtqA9iW3+9GNn88Dt3fLkXsCN402oQ==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.1.tgz", - "integrity": "sha512-+08eKmEdVM7d4UxY/tff2aPXbeUNNp6wwH7v0FbrE+25mH9lhELgylEk4+k6OLXOcDT7KDAduzP2f9CuM/Aj9w==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.2.tgz", + "integrity": "sha512-lgr2zDqCKZVaCtyeg6uvSSkiWvWENfXLKZHIo9spB5SuzAE2r0UMPw/holO6AN0VhE16kjV5HO8UpDuzujKupg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 538e4d5..0e09a88 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.3.1" + "@biomejs/biome": "1.3.2" } } \ No newline at end of file From e612b8f21fae5bad5a3a792c0fcf18709026bb65 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:52 +0000 Subject: [PATCH 24/61] MAINT: upgrade @biomejs/biome 1.3.3 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 50fc1d8..587214f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.3.2 # Use the sha / tag you want to point at + rev: v1.3.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 89a4dd3..8c312e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.3.2" + "@biomejs/biome": "1.3.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.2.tgz", - "integrity": "sha512-ZGmN1an74M/4txB71nRojWK6fpmJK1EjGZgDGaUU+oFCoTNNHmGDbS09/2g7HLjkx6kiy4t/wPqXfZ2F7HHkOA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.3.tgz", + "integrity": "sha512-vTJn7RBzLWIabUuUIoEopO860YyBrbPEu4Pztfd28jRU5QD074hKZ9IQs24pFO6A2R296gaeYmN62f4u7pUruQ==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -31,18 +31,18 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.3.2", - "@biomejs/cli-darwin-x64": "1.3.2", - "@biomejs/cli-linux-arm64": "1.3.2", - "@biomejs/cli-linux-x64": "1.3.2", - "@biomejs/cli-win32-arm64": "1.3.2", - "@biomejs/cli-win32-x64": "1.3.2" + "@biomejs/cli-darwin-arm64": "1.3.3", + "@biomejs/cli-darwin-x64": "1.3.3", + "@biomejs/cli-linux-arm64": "1.3.3", + "@biomejs/cli-linux-x64": "1.3.3", + "@biomejs/cli-win32-arm64": "1.3.3", + "@biomejs/cli-win32-x64": "1.3.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.2.tgz", - "integrity": "sha512-xYdC+HQleGDlYyEW62Ff5DYSt7SIeSrZEN1r1Hlo8MoI2TAFP4XsYcbF0p8fugYZhtMcXM7SLVlFhctQts8+Aw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.3.tgz", + "integrity": "sha512-2X87ZfbmWwe4NGukrUvnoYdI//muSgjNUCAHJ2DO+kS1sB7kDy1s6PN/IYyTJuqRcJtDuOnSpaUDE7KxR1YhtA==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.2.tgz", - "integrity": "sha512-pYr/n38WpP33SZEkPfa2TkAZ8sZYzQbxv8QbU0rvwOhFQFEflrH4DZ20Ora442uSo5gS+TY8T3Gqa1PGJV4bLA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.3.tgz", + "integrity": "sha512-t+7DWTCbSgHOBcPsGKuwS1qh1z9zbXFK8i8ktE18yW7iF/W0zI62k44fYqYeFJKlb0Q08aqUvez3L+AQJFsn+w==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.2.tgz", - "integrity": "sha512-cOL+xUpYksoSJo5Uyjpcn7jHyBfoScRzOeHmZnsVwp9Qwrs/lPZG//bs0JZ8RS0+l5toeZG+hDW18nb9LlS0Ww==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.3.tgz", + "integrity": "sha512-D8CvXaB8lkXXBQ6B3n0MXSSZFiE60+aNHorBLimVTtKiMod8QvAP425oQFZFul5wMXZqPLGTKFjXbAi/rvnc1A==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.2.tgz", - "integrity": "sha512-7GtH2bMGxTnZpdNZvxAUEW9hk52fwVJr2DXSSakgMmYaZ3XgC3gcSRLicYIA5vL4Ppvjai2cmh6TOp1P7EPtGw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.3.tgz", + "integrity": "sha512-bqB05fwJnRZwRlcm/BS/s4qPickqiXZkiU/nOYvHApfsPeqgSHgv5HWoBYuSUjgqBbX3XZJArsC5dCcVW7vAJw==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.2.tgz", - "integrity": "sha512-fWW9Mo1BQB3kx6wiP/g7el2q/dLIMhgZNz/fXNFQvwOrW7sP/fBqsNjqqtqA9iW3+9GNn88Dt3fLkXsCN402oQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.3.tgz", + "integrity": "sha512-muFOjAv1ONMfaJDlo4Ds+Qb9lkdSLM2XaxOe3AJPejSq3Vi0aRr51ZnE02BofMnL2sVsOA9cO54wibsuTcopbw==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.2.tgz", - "integrity": "sha512-lgr2zDqCKZVaCtyeg6uvSSkiWvWENfXLKZHIo9spB5SuzAE2r0UMPw/holO6AN0VhE16kjV5HO8UpDuzujKupg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.3.tgz", + "integrity": "sha512-PMkMhS4smmmTMflxuZUx3REFSazEL9xsGscvZO1dKWI4ET23la+KxEM4TlSpjOyO66UerqSkuUlZecn0QhD63A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 0e09a88..47fcbbc 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.3.2" + "@biomejs/biome": "1.3.3" } } \ No newline at end of file From dbe27d0498c277f72bbf539850030f2091d87f8b Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:52 +0000 Subject: [PATCH 25/61] MAINT: upgrade @biomejs/biome 1.4.0 --- README.md | 2 +- package-lock.json | 70 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 587214f..2b32e84 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.3.3 # Use the sha / tag you want to point at + rev: v1.4.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 8c312e3..b8c62c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,18 +8,18 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.3.3" + "@biomejs/biome": "1.4.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.3.3.tgz", - "integrity": "sha512-vTJn7RBzLWIabUuUIoEopO860YyBrbPEu4Pztfd28jRU5QD074hKZ9IQs24pFO6A2R296gaeYmN62f4u7pUruQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.4.0.tgz", + "integrity": "sha512-/rDlao6ra38nhxo4IYCqWCzfTJcpMk4YHjSVBI9yN/ifdhnzSwirL25xDVH7G9hZdNhpF9g78FaPJhFa9DX0Cw==", "hasInstallScript": true, - "license": "MIT", + "license": "MIT OR Apache-2.0", "bin": { "biome": "bin/biome" }, @@ -31,22 +31,22 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.3.3", - "@biomejs/cli-darwin-x64": "1.3.3", - "@biomejs/cli-linux-arm64": "1.3.3", - "@biomejs/cli-linux-x64": "1.3.3", - "@biomejs/cli-win32-arm64": "1.3.3", - "@biomejs/cli-win32-x64": "1.3.3" + "@biomejs/cli-darwin-arm64": "1.4.0", + "@biomejs/cli-darwin-x64": "1.4.0", + "@biomejs/cli-linux-arm64": "1.4.0", + "@biomejs/cli-linux-x64": "1.4.0", + "@biomejs/cli-win32-arm64": "1.4.0", + "@biomejs/cli-win32-x64": "1.4.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.3.3.tgz", - "integrity": "sha512-2X87ZfbmWwe4NGukrUvnoYdI//muSgjNUCAHJ2DO+kS1sB7kDy1s6PN/IYyTJuqRcJtDuOnSpaUDE7KxR1YhtA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.4.0.tgz", + "integrity": "sha512-nBrtVRwr4IlTtxLOHwBwLv1sWvggf9/DnT5/ALIANJZOpoING6u8jHWipods69wK8kGa8Ld7iwHm3W5BrJJFFQ==", "cpu": [ "arm64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "darwin" @@ -56,13 +56,13 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.3.3.tgz", - "integrity": "sha512-t+7DWTCbSgHOBcPsGKuwS1qh1z9zbXFK8i8ktE18yW7iF/W0zI62k44fYqYeFJKlb0Q08aqUvez3L+AQJFsn+w==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.4.0.tgz", + "integrity": "sha512-nny0VgOj3ksUGzU5GblgtQEvrAZFgFe1IJBoYOP978OQdDrg7BpS+GX5udfof87Dl4ZlHPRBU951ceHOxF7BTg==", "cpu": [ "x64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "darwin" @@ -72,13 +72,13 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.3.3.tgz", - "integrity": "sha512-D8CvXaB8lkXXBQ6B3n0MXSSZFiE60+aNHorBLimVTtKiMod8QvAP425oQFZFul5wMXZqPLGTKFjXbAi/rvnc1A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.4.0.tgz", + "integrity": "sha512-gyLkT/Yh9xfW1T9yjQs/2txkCeG0e+LRs0adLugMwN0ptcNTRyusBvUoiHnpB+9rS6hWu9ZCedGMNmKQ8v2GSw==", "cpu": [ "arm64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "linux" @@ -88,13 +88,13 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.3.3.tgz", - "integrity": "sha512-bqB05fwJnRZwRlcm/BS/s4qPickqiXZkiU/nOYvHApfsPeqgSHgv5HWoBYuSUjgqBbX3XZJArsC5dCcVW7vAJw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.4.0.tgz", + "integrity": "sha512-LIxTuU2zSbIHM9XDYjQphJ5UU8h2eS7yR8uIvGYSba7Qt9AKqfbenyVJTsVnoj1CXxxgKNVSc/wVmlOlGz5DBQ==", "cpu": [ "x64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "linux" @@ -104,13 +104,13 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.3.3.tgz", - "integrity": "sha512-muFOjAv1ONMfaJDlo4Ds+Qb9lkdSLM2XaxOe3AJPejSq3Vi0aRr51ZnE02BofMnL2sVsOA9cO54wibsuTcopbw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.4.0.tgz", + "integrity": "sha512-U2jT1/0wZLJIRqnU8qHAfi/A/+yUwlL3sYJgqs+wO0BbR22WGQZlj03u5FdpEoyLXdsLv1pbeIcjNp+V0NYXWA==", "cpu": [ "arm64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "win32" @@ -120,13 +120,13 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.3.3.tgz", - "integrity": "sha512-PMkMhS4smmmTMflxuZUx3REFSazEL9xsGscvZO1dKWI4ET23la+KxEM4TlSpjOyO66UerqSkuUlZecn0QhD63A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.4.0.tgz", + "integrity": "sha512-gN6DgyyBxIwoCovAUFJHFWVallb0cLosayDRtNyxU3MDv/atZxSXOWQezfVKBIbgmFPxYWJObd+awvbPYXwwww==", "cpu": [ "x64" ], - "license": "MIT", + "license": "MIT OR Apache-2.0", "optional": true, "os": [ "win32" diff --git a/package.json b/package.json index 47fcbbc..ad01dda 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.3.3" + "@biomejs/biome": "1.4.0" } } \ No newline at end of file From 6628ebeb5f3be0e74c0f712a83622b727f88d568 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:53 +0000 Subject: [PATCH 26/61] MAINT: upgrade @biomejs/biome 1.4.1 --- README.md | 2 +- package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 2b32e84..f44a293 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.4.0 # Use the sha / tag you want to point at + rev: v1.4.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index b8c62c3..f565e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.4.0" + "@biomejs/biome": "1.4.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.4.0.tgz", - "integrity": "sha512-/rDlao6ra38nhxo4IYCqWCzfTJcpMk4YHjSVBI9yN/ifdhnzSwirL25xDVH7G9hZdNhpF9g78FaPJhFa9DX0Cw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.4.1.tgz", + "integrity": "sha512-JccVAwPbhi37pdxbAGmaOBjUTKEwEjWAhl7rKkVVuXHo4MLASXJ5HR8BTgrImi4/7rTBsGz1tgVD1Kwv1CHGRg==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,18 +31,18 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.4.0", - "@biomejs/cli-darwin-x64": "1.4.0", - "@biomejs/cli-linux-arm64": "1.4.0", - "@biomejs/cli-linux-x64": "1.4.0", - "@biomejs/cli-win32-arm64": "1.4.0", - "@biomejs/cli-win32-x64": "1.4.0" + "@biomejs/cli-darwin-arm64": "1.4.1", + "@biomejs/cli-darwin-x64": "1.4.1", + "@biomejs/cli-linux-arm64": "1.4.1", + "@biomejs/cli-linux-x64": "1.4.1", + "@biomejs/cli-win32-arm64": "1.4.1", + "@biomejs/cli-win32-x64": "1.4.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.4.0.tgz", - "integrity": "sha512-nBrtVRwr4IlTtxLOHwBwLv1sWvggf9/DnT5/ALIANJZOpoING6u8jHWipods69wK8kGa8Ld7iwHm3W5BrJJFFQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.4.1.tgz", + "integrity": "sha512-PZWy2Idndqux38p6AXSDQM2ldRAWi32bvb7bMbTN0ALzpWYMYnxd71ornatumSSJYoNhKmxzDLq+jct7nZJ79w==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.4.0.tgz", - "integrity": "sha512-nny0VgOj3ksUGzU5GblgtQEvrAZFgFe1IJBoYOP978OQdDrg7BpS+GX5udfof87Dl4ZlHPRBU951ceHOxF7BTg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.4.1.tgz", + "integrity": "sha512-soj3BWhnsM1M2JlzR09cibUzG1owJqetwj/Oo7yg0foijo9lNH9XWXZfJBYDKgW/6Fomn+CC2EcUS+hisQzt9g==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.4.0.tgz", - "integrity": "sha512-gyLkT/Yh9xfW1T9yjQs/2txkCeG0e+LRs0adLugMwN0ptcNTRyusBvUoiHnpB+9rS6hWu9ZCedGMNmKQ8v2GSw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.4.1.tgz", + "integrity": "sha512-YIZqfJUg4F+fPsBTXxgD7EU2E5OAYbmYSl/snf4PevwfQCWE/omOFZv+NnIQmjYj9I7ParDgcJvanoA3/kO0JQ==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.4.0.tgz", - "integrity": "sha512-LIxTuU2zSbIHM9XDYjQphJ5UU8h2eS7yR8uIvGYSba7Qt9AKqfbenyVJTsVnoj1CXxxgKNVSc/wVmlOlGz5DBQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.4.1.tgz", + "integrity": "sha512-9YOZw3qBd/KUj63A6Hn2zZgzGb2nbESM0qNmeMXgmqinVKM//uc4OgY5TuKITuGjMSvcVxxd4dX1IzYjV9qvNQ==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.4.0.tgz", - "integrity": "sha512-U2jT1/0wZLJIRqnU8qHAfi/A/+yUwlL3sYJgqs+wO0BbR22WGQZlj03u5FdpEoyLXdsLv1pbeIcjNp+V0NYXWA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.4.1.tgz", + "integrity": "sha512-nWQbvkNKxYn/kCQ0yVF8kCaS3VzaGvtFSmItXiMknU4521LDjJ7tNWH12Gol+pIslrCbd4E1LhJa0a3ThRsBVg==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.4.0.tgz", - "integrity": "sha512-gN6DgyyBxIwoCovAUFJHFWVallb0cLosayDRtNyxU3MDv/atZxSXOWQezfVKBIbgmFPxYWJObd+awvbPYXwwww==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.4.1.tgz", + "integrity": "sha512-88fR2CQxQ4YLs2BUDuywWYQpUKgU3A3sTezANFc/4LGKQFFLV2yX+F7QAdZVkMHfA+RD9Xg178HomM/6mnTNPA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index ad01dda..8098cf0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.4.0" + "@biomejs/biome": "1.4.1" } } \ No newline at end of file From b745d5204dee2eff632115e4fb3947629732953c Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:53 +0000 Subject: [PATCH 27/61] MAINT: upgrade @biomejs/biome 1.5.0 --- README.md | 2 +- package-lock.json | 90 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 3 files changed, 64 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index f44a293..d693cd3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.4.1 # Use the sha / tag you want to point at + rev: v1.5.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f565e09..8f367ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.4.1" + "@biomejs/biome": "1.5.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.4.1.tgz", - "integrity": "sha512-JccVAwPbhi37pdxbAGmaOBjUTKEwEjWAhl7rKkVVuXHo4MLASXJ5HR8BTgrImi4/7rTBsGz1tgVD1Kwv1CHGRg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.0.tgz", + "integrity": "sha512-ln+o5jbs109qpeDoA+5n+vlAPai3DhlK0tHtZXzQvu4tswFgxNiJCeIXmlW1DYHziTmtBImV3Y0uhbm2iVSE3Q==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,18 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.4.1", - "@biomejs/cli-darwin-x64": "1.4.1", - "@biomejs/cli-linux-arm64": "1.4.1", - "@biomejs/cli-linux-x64": "1.4.1", - "@biomejs/cli-win32-arm64": "1.4.1", - "@biomejs/cli-win32-x64": "1.4.1" + "@biomejs/cli-darwin-arm64": "1.5.0", + "@biomejs/cli-darwin-x64": "1.5.0", + "@biomejs/cli-linux-arm64": "1.5.0", + "@biomejs/cli-linux-arm64-musl": "1.5.0", + "@biomejs/cli-linux-x64": "1.5.0", + "@biomejs/cli-linux-x64-musl": "1.5.0", + "@biomejs/cli-win32-arm64": "1.5.0", + "@biomejs/cli-win32-x64": "1.5.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.4.1.tgz", - "integrity": "sha512-PZWy2Idndqux38p6AXSDQM2ldRAWi32bvb7bMbTN0ALzpWYMYnxd71ornatumSSJYoNhKmxzDLq+jct7nZJ79w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.0.tgz", + "integrity": "sha512-3+D7axf04dpadGMOaqb2q+zyQnhWW0o/Imt7TJBWsoE0N3/+28Wht8g3UEHHcUL5FPuGIfsE+NcYntBaaAsEIg==", "cpu": [ "arm64" ], @@ -56,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.4.1.tgz", - "integrity": "sha512-soj3BWhnsM1M2JlzR09cibUzG1owJqetwj/Oo7yg0foijo9lNH9XWXZfJBYDKgW/6Fomn+CC2EcUS+hisQzt9g==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.0.tgz", + "integrity": "sha512-8k5aaLWE/B6ZAXLC+z/Vwh9ogyiSaiRIfvg+F9foxuneHl2R/D/2Iy7pvd3Yoi4Kf6/MBdowekPVezGP4/Kbcw==", "cpu": [ "x64" ], @@ -72,9 +74,25 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.4.1.tgz", - "integrity": "sha512-YIZqfJUg4F+fPsBTXxgD7EU2E5OAYbmYSl/snf4PevwfQCWE/omOFZv+NnIQmjYj9I7ParDgcJvanoA3/kO0JQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.0.tgz", + "integrity": "sha512-RiecxG71E1jnqiJZ3FaikVBDRkk2ohIxBo0O4o68g87y6Hug//G0S83sj6Wqyn8DgKMCRWQg+XYMgk5CwLVowA==", + "cpu": [ + "arm64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-linux-arm64-musl": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.0.tgz", + "integrity": "sha512-+1B3J8tWLTOvP3+00Cap+XhEXMvxwCHvVfuywUsB7Sqd66NWic3wKJuGbGcS3PuCWtGuIFsiQMNAGqiOXG4uBQ==", "cpu": [ "arm64" ], @@ -88,9 +106,25 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.4.1.tgz", - "integrity": "sha512-9YOZw3qBd/KUj63A6Hn2zZgzGb2nbESM0qNmeMXgmqinVKM//uc4OgY5TuKITuGjMSvcVxxd4dX1IzYjV9qvNQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.0.tgz", + "integrity": "sha512-TlTsG+ptSmnDTUsAAYsXyGOXMcFiF8SiwhPdj4YsNkJRgx9M2curEVcTVm66FINIPK6VJTUcEDahFlx3NPUOzA==", + "cpu": [ + "x64" + ], + "license": "MIT OR Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=14.*" + } + }, + "node_modules/@biomejs/cli-linux-x64-musl": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.0.tgz", + "integrity": "sha512-4S2rLluc0WT+XTbLTgcm9+5EEFwJmoGiUEzR6N0P2sIjZD8c5KNf9Ou46BP1Pdg5AgqV+IIClGPK1I80ApSh1Q==", "cpu": [ "x64" ], @@ -104,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.4.1.tgz", - "integrity": "sha512-nWQbvkNKxYn/kCQ0yVF8kCaS3VzaGvtFSmItXiMknU4521LDjJ7tNWH12Gol+pIslrCbd4E1LhJa0a3ThRsBVg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.0.tgz", + "integrity": "sha512-sWOi1SR+YqJuXElBncGRnWBR7IN7ni6GQY4Zm/vTpP6nVA0dX5C301eQUW1N/VnFQb6fyrJTcBslDUKyemsN/g==", "cpu": [ "arm64" ], @@ -120,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.4.1.tgz", - "integrity": "sha512-88fR2CQxQ4YLs2BUDuywWYQpUKgU3A3sTezANFc/4LGKQFFLV2yX+F7QAdZVkMHfA+RD9Xg178HomM/6mnTNPA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.0.tgz", + "integrity": "sha512-OoqgUXyzmRwX466bklOsWS7WdcvWtBuxF94DXATNe7bUiBa2tlW8QX7VVZvPnMKH57E5J619AkB3b5fhzyUhXA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 8098cf0..3dce412 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.4.1" + "@biomejs/biome": "1.5.0" } } \ No newline at end of file From abce3c8b0efa5f349c30d90ca290bcfa062cc98a Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:54 +0000 Subject: [PATCH 28/61] MAINT: upgrade @biomejs/biome 1.5.1 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index d693cd3..de87eed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.5.0 # Use the sha / tag you want to point at + rev: v1.5.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 8f367ab..bdc0a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.5.0" + "@biomejs/biome": "1.5.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.0.tgz", - "integrity": "sha512-ln+o5jbs109qpeDoA+5n+vlAPai3DhlK0tHtZXzQvu4tswFgxNiJCeIXmlW1DYHziTmtBImV3Y0uhbm2iVSE3Q==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.1.tgz", + "integrity": "sha512-rdMA/N1Zc1nxUtbXMVr+50Sg/Pezz+9qGQa2uyRWFtrCoyr3dv0pVz+0ifGGue18ip50ZH8x2r5CV7zo8Q/0mA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.5.0", - "@biomejs/cli-darwin-x64": "1.5.0", - "@biomejs/cli-linux-arm64": "1.5.0", - "@biomejs/cli-linux-arm64-musl": "1.5.0", - "@biomejs/cli-linux-x64": "1.5.0", - "@biomejs/cli-linux-x64-musl": "1.5.0", - "@biomejs/cli-win32-arm64": "1.5.0", - "@biomejs/cli-win32-x64": "1.5.0" + "@biomejs/cli-darwin-arm64": "1.5.1", + "@biomejs/cli-darwin-x64": "1.5.1", + "@biomejs/cli-linux-arm64": "1.5.1", + "@biomejs/cli-linux-arm64-musl": "1.5.1", + "@biomejs/cli-linux-x64": "1.5.1", + "@biomejs/cli-linux-x64-musl": "1.5.1", + "@biomejs/cli-win32-arm64": "1.5.1", + "@biomejs/cli-win32-x64": "1.5.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.0.tgz", - "integrity": "sha512-3+D7axf04dpadGMOaqb2q+zyQnhWW0o/Imt7TJBWsoE0N3/+28Wht8g3UEHHcUL5FPuGIfsE+NcYntBaaAsEIg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.1.tgz", + "integrity": "sha512-E9pLakmSVHP6UH2uqAghqEkr/IHAIDfDyCedqJVnyFc+uufNTHwB8id4XTiWy/eKIdgxHZsTSE+R+W0IqrTNVQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.0.tgz", - "integrity": "sha512-8k5aaLWE/B6ZAXLC+z/Vwh9ogyiSaiRIfvg+F9foxuneHl2R/D/2Iy7pvd3Yoi4Kf6/MBdowekPVezGP4/Kbcw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.1.tgz", + "integrity": "sha512-8O1F+FcoCi02JlocyilB6R3y3kT9sRkBCRwYddaBIScQe2hCme/mA2rVzrhCCHhskrclJ51GEKjkEORj4/8c2A==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.0.tgz", - "integrity": "sha512-RiecxG71E1jnqiJZ3FaikVBDRkk2ohIxBo0O4o68g87y6Hug//G0S83sj6Wqyn8DgKMCRWQg+XYMgk5CwLVowA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.1.tgz", + "integrity": "sha512-25gwY4FMzmi1Rl6N835raLq7nzTk+PyEQd88k9Em6dqtI4qpljqmZlMmVjOiwXKe3Ee80J/Vlh7BM36lsHUTEg==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.0.tgz", - "integrity": "sha512-+1B3J8tWLTOvP3+00Cap+XhEXMvxwCHvVfuywUsB7Sqd66NWic3wKJuGbGcS3PuCWtGuIFsiQMNAGqiOXG4uBQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.1.tgz", + "integrity": "sha512-Lw9G3LUdhRMp8L8RMeVevnfQCa7luT6ubQ8GRjLju32glxWKefpDrzgfHixGyvTQPlhnYjQ+V8/QQ/I7WPzOoA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.0.tgz", - "integrity": "sha512-TlTsG+ptSmnDTUsAAYsXyGOXMcFiF8SiwhPdj4YsNkJRgx9M2curEVcTVm66FINIPK6VJTUcEDahFlx3NPUOzA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.1.tgz", + "integrity": "sha512-YDM0gZP4UbAuaBI3DVbUuj5X+Omm6uxzD1Qpc6hcduH1kzXzs9L0ee7cn/kJtNndoXR8MlmUS0O0/wWvZf2YaA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.0.tgz", - "integrity": "sha512-4S2rLluc0WT+XTbLTgcm9+5EEFwJmoGiUEzR6N0P2sIjZD8c5KNf9Ou46BP1Pdg5AgqV+IIClGPK1I80ApSh1Q==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.1.tgz", + "integrity": "sha512-5gapxc/VlwTgGRbTc9h8PMTpf8eNahIBauFUGSXncHgayi3VpezKSicgaQ1bb8FahVXf/5eNEVxVARq/or71Ag==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.0.tgz", - "integrity": "sha512-sWOi1SR+YqJuXElBncGRnWBR7IN7ni6GQY4Zm/vTpP6nVA0dX5C301eQUW1N/VnFQb6fyrJTcBslDUKyemsN/g==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.1.tgz", + "integrity": "sha512-TVpLBOLUMLQmH2VRFBKFr3rgEkr7XvG4QZxHOxWB9Ivc/sQPvg4aHMd8qpgPKXABGUnultyc9t0+WvfIDxuALg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.0.tgz", - "integrity": "sha512-OoqgUXyzmRwX466bklOsWS7WdcvWtBuxF94DXATNe7bUiBa2tlW8QX7VVZvPnMKH57E5J619AkB3b5fhzyUhXA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.1.tgz", + "integrity": "sha512-qx8EKwScZmVYZjMPZ6GF3ZUmgg/N6zqh+d8vHA2E43opNCyqIPTl89sOqkc7zd1CyyABDWxsbqI9Ih6xTT6hnQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3dce412..6a55117 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.5.0" + "@biomejs/biome": "1.5.1" } } \ No newline at end of file From 001f0d590b7229dbf07539f6289fc1358f75e511 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:54 +0000 Subject: [PATCH 29/61] MAINT: upgrade @biomejs/biome 1.5.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index de87eed..cabed40 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.5.1 # Use the sha / tag you want to point at + rev: v1.5.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index bdc0a17..6614e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.5.1" + "@biomejs/biome": "1.5.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.1.tgz", - "integrity": "sha512-rdMA/N1Zc1nxUtbXMVr+50Sg/Pezz+9qGQa2uyRWFtrCoyr3dv0pVz+0ifGGue18ip50ZH8x2r5CV7zo8Q/0mA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.2.tgz", + "integrity": "sha512-LhycxGQBQLmfv6M3e4tMfn/XKcUWyduDYOlCEBrHXJ2mMth2qzYt1JWypkWp+XmU/7Hl2dKvrP4mZ5W44+nWZw==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.5.1", - "@biomejs/cli-darwin-x64": "1.5.1", - "@biomejs/cli-linux-arm64": "1.5.1", - "@biomejs/cli-linux-arm64-musl": "1.5.1", - "@biomejs/cli-linux-x64": "1.5.1", - "@biomejs/cli-linux-x64-musl": "1.5.1", - "@biomejs/cli-win32-arm64": "1.5.1", - "@biomejs/cli-win32-x64": "1.5.1" + "@biomejs/cli-darwin-arm64": "1.5.2", + "@biomejs/cli-darwin-x64": "1.5.2", + "@biomejs/cli-linux-arm64": "1.5.2", + "@biomejs/cli-linux-arm64-musl": "1.5.2", + "@biomejs/cli-linux-x64": "1.5.2", + "@biomejs/cli-linux-x64-musl": "1.5.2", + "@biomejs/cli-win32-arm64": "1.5.2", + "@biomejs/cli-win32-x64": "1.5.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.1.tgz", - "integrity": "sha512-E9pLakmSVHP6UH2uqAghqEkr/IHAIDfDyCedqJVnyFc+uufNTHwB8id4XTiWy/eKIdgxHZsTSE+R+W0IqrTNVQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.2.tgz", + "integrity": "sha512-3JVl08aHKsPyf0XL9SEj1lssIMmzOMAn2t1zwZKBiy/mcZdb0vuyMSTM5haMQ/90wEmrkYN7zux777PHEGrGiw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.1.tgz", - "integrity": "sha512-8O1F+FcoCi02JlocyilB6R3y3kT9sRkBCRwYddaBIScQe2hCme/mA2rVzrhCCHhskrclJ51GEKjkEORj4/8c2A==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.2.tgz", + "integrity": "sha512-QAPW9rZb/AgucUx+ogMg+9eJNipQDqvabktC5Tx4Aqb/mFzS6eDqNP7O0SbGz3DtC5Y2LATEj6o6zKIQ4ZT+3w==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.1.tgz", - "integrity": "sha512-25gwY4FMzmi1Rl6N835raLq7nzTk+PyEQd88k9Em6dqtI4qpljqmZlMmVjOiwXKe3Ee80J/Vlh7BM36lsHUTEg==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.2.tgz", + "integrity": "sha512-fVLrUgIlo05rO4cNu+Py5EwwmXnXhWH+8KrNlWkr2weMYjq85SihUsuWWKpmqU+bUVR+m5gwfcIXZVWYVCJMHw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.1.tgz", - "integrity": "sha512-Lw9G3LUdhRMp8L8RMeVevnfQCa7luT6ubQ8GRjLju32glxWKefpDrzgfHixGyvTQPlhnYjQ+V8/QQ/I7WPzOoA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.2.tgz", + "integrity": "sha512-Z29SjaOyO4QfajplNXSjLx17S79oPN42D094zjE24z7C7p3NxvLhKLygtSP9emgaXkcoESe2chOzF4IrGy/rlg==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.1.tgz", - "integrity": "sha512-YDM0gZP4UbAuaBI3DVbUuj5X+Omm6uxzD1Qpc6hcduH1kzXzs9L0ee7cn/kJtNndoXR8MlmUS0O0/wWvZf2YaA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.2.tgz", + "integrity": "sha512-ixqJtUHtF0ho1+1DTZQLAEwHGSqvmvHhAAFXZQoaSdABn+IcITYExlFVA3bGvASy/xtPjRhTx42hVwPtLwMHwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.1.tgz", - "integrity": "sha512-5gapxc/VlwTgGRbTc9h8PMTpf8eNahIBauFUGSXncHgayi3VpezKSicgaQ1bb8FahVXf/5eNEVxVARq/or71Ag==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.2.tgz", + "integrity": "sha512-ZolquPEjWYUmGeERS8svHOOT7OXEeoriPnV8qptgWJmYF9EO9HUGRn1UtCvdVziDYK+u1A7PxjOdkY1B00ty5A==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.1.tgz", - "integrity": "sha512-TVpLBOLUMLQmH2VRFBKFr3rgEkr7XvG4QZxHOxWB9Ivc/sQPvg4aHMd8qpgPKXABGUnultyc9t0+WvfIDxuALg==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.2.tgz", + "integrity": "sha512-DN4cXSAoFTdjOoh7f+JITj1uQgQSXt+1pVea9bFrpbgip+ZwkONqQq+jUcmFMMehbp9LuiVtNXFz/ReHn6FY7A==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.1.tgz", - "integrity": "sha512-qx8EKwScZmVYZjMPZ6GF3ZUmgg/N6zqh+d8vHA2E43opNCyqIPTl89sOqkc7zd1CyyABDWxsbqI9Ih6xTT6hnQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.2.tgz", + "integrity": "sha512-YvWWXZmk936FdrXqc2jcP6rfsXsNBIs9MKBQQoVXIihwNNRiAaBD9Iwa/ouU1b7Zxq2zETgeuRewVJickFuVOw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 6a55117..8f900bf 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.5.1" + "@biomejs/biome": "1.5.2" } } \ No newline at end of file From 224bd8b85c54c2f95be9c5b21560937b99e86aba Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:55 +0000 Subject: [PATCH 30/61] MAINT: upgrade @biomejs/biome 1.5.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index cabed40..5e2f183 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.5.2 # Use the sha / tag you want to point at + rev: v1.5.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 6614e4b..0e1acbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.5.2" + "@biomejs/biome": "1.5.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.2.tgz", - "integrity": "sha512-LhycxGQBQLmfv6M3e4tMfn/XKcUWyduDYOlCEBrHXJ2mMth2qzYt1JWypkWp+XmU/7Hl2dKvrP4mZ5W44+nWZw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.3.tgz", + "integrity": "sha512-yvZCa/g3akwTaAQ7PCwPWDCkZs3Qa5ONg/fgOUT9e6wAWsPftCjLQFPXBeGxPK30yZSSpgEmRCfpGTmVbUjGgg==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.5.2", - "@biomejs/cli-darwin-x64": "1.5.2", - "@biomejs/cli-linux-arm64": "1.5.2", - "@biomejs/cli-linux-arm64-musl": "1.5.2", - "@biomejs/cli-linux-x64": "1.5.2", - "@biomejs/cli-linux-x64-musl": "1.5.2", - "@biomejs/cli-win32-arm64": "1.5.2", - "@biomejs/cli-win32-x64": "1.5.2" + "@biomejs/cli-darwin-arm64": "1.5.3", + "@biomejs/cli-darwin-x64": "1.5.3", + "@biomejs/cli-linux-arm64": "1.5.3", + "@biomejs/cli-linux-arm64-musl": "1.5.3", + "@biomejs/cli-linux-x64": "1.5.3", + "@biomejs/cli-linux-x64-musl": "1.5.3", + "@biomejs/cli-win32-arm64": "1.5.3", + "@biomejs/cli-win32-x64": "1.5.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.2.tgz", - "integrity": "sha512-3JVl08aHKsPyf0XL9SEj1lssIMmzOMAn2t1zwZKBiy/mcZdb0vuyMSTM5haMQ/90wEmrkYN7zux777PHEGrGiw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.3.tgz", + "integrity": "sha512-ImU7mh1HghEDyqNmxEZBoMPr8SxekkZuYcs+gynKlNW+TALQs7swkERiBLkG9NR0K1B3/2uVzlvYowXrmlW8hw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.2.tgz", - "integrity": "sha512-QAPW9rZb/AgucUx+ogMg+9eJNipQDqvabktC5Tx4Aqb/mFzS6eDqNP7O0SbGz3DtC5Y2LATEj6o6zKIQ4ZT+3w==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.3.tgz", + "integrity": "sha512-vCdASqYnlpq/swErH7FD6nrFz0czFtK4k/iLgj0/+VmZVjineFPgevOb+Sr9vz0tk0GfdQO60bSpI74zU8M9Dw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.2.tgz", - "integrity": "sha512-fVLrUgIlo05rO4cNu+Py5EwwmXnXhWH+8KrNlWkr2weMYjq85SihUsuWWKpmqU+bUVR+m5gwfcIXZVWYVCJMHw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.3.tgz", + "integrity": "sha512-cupBQv0sNF1OKqBfx7EDWMSsKwRrBUZfjXawT4s6hKV6ALq7p0QzWlxr/sDmbKMLOaLQtw2Qgu/77N9rm+f9Rg==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.2.tgz", - "integrity": "sha512-Z29SjaOyO4QfajplNXSjLx17S79oPN42D094zjE24z7C7p3NxvLhKLygtSP9emgaXkcoESe2chOzF4IrGy/rlg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.3.tgz", + "integrity": "sha512-DYuMizUYUBYfS0IHGjDrOP1RGipqWfMGEvNEJ398zdtmCKLXaUvTimiox5dvx4X15mBK5M2m8wgWUgOP1giUpQ==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.2.tgz", - "integrity": "sha512-ixqJtUHtF0ho1+1DTZQLAEwHGSqvmvHhAAFXZQoaSdABn+IcITYExlFVA3bGvASy/xtPjRhTx42hVwPtLwMHwg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.3.tgz", + "integrity": "sha512-YQrSArQvcv4FYsk7Q91Yv4uuu5F8hJyORVcv3zsjCLGkjIjx2RhjYLpTL733SNL7v33GmOlZY0eFR1ko38tuUw==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.2.tgz", - "integrity": "sha512-ZolquPEjWYUmGeERS8svHOOT7OXEeoriPnV8qptgWJmYF9EO9HUGRn1UtCvdVziDYK+u1A7PxjOdkY1B00ty5A==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.3.tgz", + "integrity": "sha512-UUHiAnlDqr2Y/LpvshBFhUYMWkl2/Jn+bi3U6jKuav0qWbbBKU/ByHgR4+NBxpKBYoCtWxhnmatfH1bpPIuZMw==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.2.tgz", - "integrity": "sha512-DN4cXSAoFTdjOoh7f+JITj1uQgQSXt+1pVea9bFrpbgip+ZwkONqQq+jUcmFMMehbp9LuiVtNXFz/ReHn6FY7A==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.3.tgz", + "integrity": "sha512-HxatYH7vf/kX9nrD+pDYuV2GI9GV8EFo6cfKkahAecTuZLPxryHx1WEfJthp5eNsE0+09STGkKIKjirP0ufaZA==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.2.tgz", - "integrity": "sha512-YvWWXZmk936FdrXqc2jcP6rfsXsNBIs9MKBQQoVXIihwNNRiAaBD9Iwa/ouU1b7Zxq2zETgeuRewVJickFuVOw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.3.tgz", + "integrity": "sha512-fMvbSouZEASU7mZH8SIJSANDm5OqsjgtVXlbUqxwed6BP7uuHRSs396Aqwh2+VoW8fwTpp6ybIUoC9FrzB0kyA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 8f900bf..3431dc8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.5.2" + "@biomejs/biome": "1.5.3" } } \ No newline at end of file From 7fe6eaa174c45673cdd7526901bcb8c6a827c949 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:55 +0000 Subject: [PATCH 31/61] MAINT: upgrade @biomejs/biome 1.6.0 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 5e2f183..0195492 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.5.3 # Use the sha / tag you want to point at + rev: v1.6.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 0e1acbb..ce3a5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.5.3" + "@biomejs/biome": "1.6.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.5.3.tgz", - "integrity": "sha512-yvZCa/g3akwTaAQ7PCwPWDCkZs3Qa5ONg/fgOUT9e6wAWsPftCjLQFPXBeGxPK30yZSSpgEmRCfpGTmVbUjGgg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.0.tgz", + "integrity": "sha512-hvP8K1+CV8qc9eNdXtPwzScVxFSHB448CPKSqX6+8IW8G7bbhBVKGC80BowExJN5+vu+kzsj4xkWa780MAOlJw==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.5.3", - "@biomejs/cli-darwin-x64": "1.5.3", - "@biomejs/cli-linux-arm64": "1.5.3", - "@biomejs/cli-linux-arm64-musl": "1.5.3", - "@biomejs/cli-linux-x64": "1.5.3", - "@biomejs/cli-linux-x64-musl": "1.5.3", - "@biomejs/cli-win32-arm64": "1.5.3", - "@biomejs/cli-win32-x64": "1.5.3" + "@biomejs/cli-darwin-arm64": "1.6.0", + "@biomejs/cli-darwin-x64": "1.6.0", + "@biomejs/cli-linux-arm64": "1.6.0", + "@biomejs/cli-linux-arm64-musl": "1.6.0", + "@biomejs/cli-linux-x64": "1.6.0", + "@biomejs/cli-linux-x64-musl": "1.6.0", + "@biomejs/cli-win32-arm64": "1.6.0", + "@biomejs/cli-win32-x64": "1.6.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.3.tgz", - "integrity": "sha512-ImU7mh1HghEDyqNmxEZBoMPr8SxekkZuYcs+gynKlNW+TALQs7swkERiBLkG9NR0K1B3/2uVzlvYowXrmlW8hw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.0.tgz", + "integrity": "sha512-K1Fjqye5pt+Ua+seC7V/2bFjfnqOaEOcQbBQSiiefB/VPNOb6lA5NFIfJ1PskTA3JrMXE1k7iqKQn56qrKFS6A==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.3.tgz", - "integrity": "sha512-vCdASqYnlpq/swErH7FD6nrFz0czFtK4k/iLgj0/+VmZVjineFPgevOb+Sr9vz0tk0GfdQO60bSpI74zU8M9Dw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.0.tgz", + "integrity": "sha512-CjEALu6vN9RbcfhaBDoj481mesUIsUjxgQn+/kiMCea+Paypqslhez1I7OwRBJnkzz+Pa+PXdABd7S30eyy6+Q==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.3.tgz", - "integrity": "sha512-cupBQv0sNF1OKqBfx7EDWMSsKwRrBUZfjXawT4s6hKV6ALq7p0QzWlxr/sDmbKMLOaLQtw2Qgu/77N9rm+f9Rg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.0.tgz", + "integrity": "sha512-32LVrC7dAgQT39YZ0ieO/VzzpAflozs9mW5K0oKNef7S4ocCdk89E98eXApxOdei0JTf3vfseDCl1AUIp6MwJw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.3.tgz", - "integrity": "sha512-DYuMizUYUBYfS0IHGjDrOP1RGipqWfMGEvNEJ398zdtmCKLXaUvTimiox5dvx4X15mBK5M2m8wgWUgOP1giUpQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.0.tgz", + "integrity": "sha512-prww6AUuJ+IO/GziN3WjtGM/DNOVuPFxqWrK97wKTZygEDdA+o1qHUN2HeCkSyk084xnzbMSbls5xscAKAn43A==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.3.tgz", - "integrity": "sha512-YQrSArQvcv4FYsk7Q91Yv4uuu5F8hJyORVcv3zsjCLGkjIjx2RhjYLpTL733SNL7v33GmOlZY0eFR1ko38tuUw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.0.tgz", + "integrity": "sha512-b6mWu9Cu4w5B3K46wq9SlxKEZEEL6II/6HFNAuZ4YL8mOeQ0FTMU+wNMJFKkmkSE2zvim3xwW3PknmbLKbe3Mg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.3.tgz", - "integrity": "sha512-UUHiAnlDqr2Y/LpvshBFhUYMWkl2/Jn+bi3U6jKuav0qWbbBKU/ByHgR4+NBxpKBYoCtWxhnmatfH1bpPIuZMw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.0.tgz", + "integrity": "sha512-NwitWeUKCy8G/rr+rgHPYirnrsOjJEJBWODdaRzweeFNcJjvO6de6AmNdSJzsewzLEaxjOWyoXU03MdzbGz/6Q==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.3.tgz", - "integrity": "sha512-HxatYH7vf/kX9nrD+pDYuV2GI9GV8EFo6cfKkahAecTuZLPxryHx1WEfJthp5eNsE0+09STGkKIKjirP0ufaZA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.0.tgz", + "integrity": "sha512-DlNOL6mG+76iZS1gL/UiuMme7jnt+auzo2+u0aUq6UXYsb75juchwlnVLy2UV5CQjVBRB8+RM+KVoXRZ8NlBjQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.3.tgz", - "integrity": "sha512-fMvbSouZEASU7mZH8SIJSANDm5OqsjgtVXlbUqxwed6BP7uuHRSs396Aqwh2+VoW8fwTpp6ybIUoC9FrzB0kyA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.0.tgz", + "integrity": "sha512-sXBcXIOGuG8/XcHqmnkhLIs0oy6Dp+TkH4Alr4WH/P8mNsp5GcStI/ZwbEiEoxA0P3Fi+oUppQ6srxaY2rSCHg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3431dc8..bea0adc 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.5.3" + "@biomejs/biome": "1.6.0" } } \ No newline at end of file From 53a1f8f2f1648db1d8a08941079110202df0e377 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:56 +0000 Subject: [PATCH 32/61] MAINT: upgrade @biomejs/biome 1.6.1 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 0195492..6108ccd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.6.0 # Use the sha / tag you want to point at + rev: v1.6.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index ce3a5ab..8625863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.6.0" + "@biomejs/biome": "1.6.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.0.tgz", - "integrity": "sha512-hvP8K1+CV8qc9eNdXtPwzScVxFSHB448CPKSqX6+8IW8G7bbhBVKGC80BowExJN5+vu+kzsj4xkWa780MAOlJw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.1.tgz", + "integrity": "sha512-SILQvA2S0XeaOuu1bivv6fQmMo7zMfr2xqDEN+Sz78pGbAKZnGmg0emsXjQWoBY/RVm9kPCgX+aGEpZZTYaM7w==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.6.0", - "@biomejs/cli-darwin-x64": "1.6.0", - "@biomejs/cli-linux-arm64": "1.6.0", - "@biomejs/cli-linux-arm64-musl": "1.6.0", - "@biomejs/cli-linux-x64": "1.6.0", - "@biomejs/cli-linux-x64-musl": "1.6.0", - "@biomejs/cli-win32-arm64": "1.6.0", - "@biomejs/cli-win32-x64": "1.6.0" + "@biomejs/cli-darwin-arm64": "1.6.1", + "@biomejs/cli-darwin-x64": "1.6.1", + "@biomejs/cli-linux-arm64": "1.6.1", + "@biomejs/cli-linux-arm64-musl": "1.6.1", + "@biomejs/cli-linux-x64": "1.6.1", + "@biomejs/cli-linux-x64-musl": "1.6.1", + "@biomejs/cli-win32-arm64": "1.6.1", + "@biomejs/cli-win32-x64": "1.6.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.0.tgz", - "integrity": "sha512-K1Fjqye5pt+Ua+seC7V/2bFjfnqOaEOcQbBQSiiefB/VPNOb6lA5NFIfJ1PskTA3JrMXE1k7iqKQn56qrKFS6A==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.1.tgz", + "integrity": "sha512-KlvY00iB9T/vFi4m/GXxEyYkYnYy6aw06uapzUIIdiMMj7I/pmZu7CsZlzWdekVD0j+SsQbxdZMsb0wPhnRSsg==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.0.tgz", - "integrity": "sha512-CjEALu6vN9RbcfhaBDoj481mesUIsUjxgQn+/kiMCea+Paypqslhez1I7OwRBJnkzz+Pa+PXdABd7S30eyy6+Q==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.1.tgz", + "integrity": "sha512-jP4E8TXaQX5e3nvRJSzB+qicZrdIDCrjR0sSb1DaDTx4JPZH5WXq/BlTqAyWi3IijM+IYMjWqAAK4kOHsSCzxw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.0.tgz", - "integrity": "sha512-32LVrC7dAgQT39YZ0ieO/VzzpAflozs9mW5K0oKNef7S4ocCdk89E98eXApxOdei0JTf3vfseDCl1AUIp6MwJw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.1.tgz", + "integrity": "sha512-nxD1UyX3bWSl/RSKlib/JsOmt+652/9yieogdSC/UTLgVCZYOF7u8L/LK7kAa0Y4nA8zSPavAQTgko7mHC2ObA==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.0.tgz", - "integrity": "sha512-prww6AUuJ+IO/GziN3WjtGM/DNOVuPFxqWrK97wKTZygEDdA+o1qHUN2HeCkSyk084xnzbMSbls5xscAKAn43A==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.1.tgz", + "integrity": "sha512-YdkDgFecdHJg7PJxAMaZIixVWGB6St4yH08BHagO0fEhNNiY8cAKEVo2mcXlsnEiTMpeSEAY9VxLUrVT3IVxpw==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.0.tgz", - "integrity": "sha512-b6mWu9Cu4w5B3K46wq9SlxKEZEEL6II/6HFNAuZ4YL8mOeQ0FTMU+wNMJFKkmkSE2zvim3xwW3PknmbLKbe3Mg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.1.tgz", + "integrity": "sha512-BYAzenlMF3QdngjNFw9QVBXKGNzeecqwF3pwDgUGEvU7OJpn1/lyVkJVxYPtVGRNdjQ9e6l/s8NjKuBpW/ZR4Q==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.0.tgz", - "integrity": "sha512-NwitWeUKCy8G/rr+rgHPYirnrsOjJEJBWODdaRzweeFNcJjvO6de6AmNdSJzsewzLEaxjOWyoXU03MdzbGz/6Q==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.1.tgz", + "integrity": "sha512-aSISIDmxq04NNy7tm4x9rBk2vH0ub2VDIE4outEmdC2LBtEJoINiphlZagx/FvjbsqUfygent9QUSn0oREnAXg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.0.tgz", - "integrity": "sha512-DlNOL6mG+76iZS1gL/UiuMme7jnt+auzo2+u0aUq6UXYsb75juchwlnVLy2UV5CQjVBRB8+RM+KVoXRZ8NlBjQ==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.1.tgz", + "integrity": "sha512-/eCHQKZ1kEawUpkSuXq4urtxMsD1P1678OPG3zNKt3ru16AqqspLdO3jzBe3k74xCPYnQ36e9Yqc97Mo0qgPtg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.0.tgz", - "integrity": "sha512-sXBcXIOGuG8/XcHqmnkhLIs0oy6Dp+TkH4Alr4WH/P8mNsp5GcStI/ZwbEiEoxA0P3Fi+oUppQ6srxaY2rSCHg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.1.tgz", + "integrity": "sha512-5TUZbzBwnDLFxLVGEPsorNi6eC2Gt+z4Oei9Qvq0M/4c4/mjZ96ABgwao/tMxf4ZBr/qyy2YdvF+gX9Rc+xC0A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index bea0adc..ede92ee 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.6.0" + "@biomejs/biome": "1.6.1" } } \ No newline at end of file From 0daab6eb5a92f36853032b8fc70c1c9ea5c90f12 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:56 +0000 Subject: [PATCH 33/61] MAINT: upgrade @biomejs/biome 1.6.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6108ccd..fc9cb38 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.6.1 # Use the sha / tag you want to point at + rev: v1.6.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 8625863..8388fec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.6.1" + "@biomejs/biome": "1.6.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.1.tgz", - "integrity": "sha512-SILQvA2S0XeaOuu1bivv6fQmMo7zMfr2xqDEN+Sz78pGbAKZnGmg0emsXjQWoBY/RVm9kPCgX+aGEpZZTYaM7w==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.2.tgz", + "integrity": "sha512-vw6JhYnpLRRDaawI+d7NaQj17F7LSSJrgT03IQUETwRUG3Q1/a4ByJRphTVXPuhiTnaKVmUlEF3I5NSitcdD+g==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.6.1", - "@biomejs/cli-darwin-x64": "1.6.1", - "@biomejs/cli-linux-arm64": "1.6.1", - "@biomejs/cli-linux-arm64-musl": "1.6.1", - "@biomejs/cli-linux-x64": "1.6.1", - "@biomejs/cli-linux-x64-musl": "1.6.1", - "@biomejs/cli-win32-arm64": "1.6.1", - "@biomejs/cli-win32-x64": "1.6.1" + "@biomejs/cli-darwin-arm64": "1.6.2", + "@biomejs/cli-darwin-x64": "1.6.2", + "@biomejs/cli-linux-arm64": "1.6.2", + "@biomejs/cli-linux-arm64-musl": "1.6.2", + "@biomejs/cli-linux-x64": "1.6.2", + "@biomejs/cli-linux-x64-musl": "1.6.2", + "@biomejs/cli-win32-arm64": "1.6.2", + "@biomejs/cli-win32-x64": "1.6.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.1.tgz", - "integrity": "sha512-KlvY00iB9T/vFi4m/GXxEyYkYnYy6aw06uapzUIIdiMMj7I/pmZu7CsZlzWdekVD0j+SsQbxdZMsb0wPhnRSsg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.2.tgz", + "integrity": "sha512-2sGcNO1wDuQ6r97/SDaPzP3ehrCL7qHXpVggcB/OonbVBEamqIkN1tHsID/snnX3R2ax2QTarjb4bQ+1BpEWzA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.1.tgz", - "integrity": "sha512-jP4E8TXaQX5e3nvRJSzB+qicZrdIDCrjR0sSb1DaDTx4JPZH5WXq/BlTqAyWi3IijM+IYMjWqAAK4kOHsSCzxw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.2.tgz", + "integrity": "sha512-qtHDXIHd7eRIHv41XdG6pt1dbw+qiD0OgLlJn5rvW20kSSFfLxW8yc4upcC1PzlruP1BQpKFec3r5rx1duTtzw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.1.tgz", - "integrity": "sha512-nxD1UyX3bWSl/RSKlib/JsOmt+652/9yieogdSC/UTLgVCZYOF7u8L/LK7kAa0Y4nA8zSPavAQTgko7mHC2ObA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.2.tgz", + "integrity": "sha512-e1FJ59lx84QoqQgu1/uzAPIcYGcTkZY/m6Aj8ZHwi7KoWAE5xSogximFHNQ82lS4qkUfG7KaPTbYT6cGJjN9jQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.1.tgz", - "integrity": "sha512-YdkDgFecdHJg7PJxAMaZIixVWGB6St4yH08BHagO0fEhNNiY8cAKEVo2mcXlsnEiTMpeSEAY9VxLUrVT3IVxpw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.2.tgz", + "integrity": "sha512-ej3Jj6O9KUSCJUWqVs+9aOo6IcRIALHaGFB20wnQTWtRMFhu1PluM48MrQtMKputgdk5/CopQ662IdKf1PeuEg==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.1.tgz", - "integrity": "sha512-BYAzenlMF3QdngjNFw9QVBXKGNzeecqwF3pwDgUGEvU7OJpn1/lyVkJVxYPtVGRNdjQ9e6l/s8NjKuBpW/ZR4Q==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.2.tgz", + "integrity": "sha512-S6Wc5YX6aLDLMzwlDmiw/kjK62Ex+xzE432M5ge9q8tSCluGeHIzrenrJlu8E0xPG2FEipDaK4iqwnjS9O6e2A==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.1.tgz", - "integrity": "sha512-aSISIDmxq04NNy7tm4x9rBk2vH0ub2VDIE4outEmdC2LBtEJoINiphlZagx/FvjbsqUfygent9QUSn0oREnAXg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.2.tgz", + "integrity": "sha512-uOVt4UBkFTFtdXgPX3QuSHRPVIvj07FP0P7A0UOP++idd0r9Bxyt5iIBaAORM3eQyGQqzCGPln1GuM6GalYKzg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.1.tgz", - "integrity": "sha512-/eCHQKZ1kEawUpkSuXq4urtxMsD1P1678OPG3zNKt3ru16AqqspLdO3jzBe3k74xCPYnQ36e9Yqc97Mo0qgPtg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.2.tgz", + "integrity": "sha512-5zuxNyvnKy7oLN7KLkqcYpsMKGubfMaeQ+RqnpFsmrofQAxpOo6EL/TyJvr8g533Z0a2/cQ/ALqnwl0mN3KQoQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.1.tgz", - "integrity": "sha512-5TUZbzBwnDLFxLVGEPsorNi6eC2Gt+z4Oei9Qvq0M/4c4/mjZ96ABgwao/tMxf4ZBr/qyy2YdvF+gX9Rc+xC0A==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.2.tgz", + "integrity": "sha512-O3nf09/m3cb3/U3M+uO4l236iTZr4F4SmLNG3okKXPfyZqKLNnF6OjdTHOYEiNXnGEtlRuUeemqb3vht9JkXaw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index ede92ee..1665519 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.6.1" + "@biomejs/biome": "1.6.2" } } \ No newline at end of file From aed3720d8ba53fed343535ee1875ba82c36c79c0 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:57 +0000 Subject: [PATCH 34/61] MAINT: upgrade @biomejs/biome 1.6.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index fc9cb38..57b5476 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.6.2 # Use the sha / tag you want to point at + rev: v1.6.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 8388fec..ff89ea8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.6.2" + "@biomejs/biome": "1.6.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.2.tgz", - "integrity": "sha512-vw6JhYnpLRRDaawI+d7NaQj17F7LSSJrgT03IQUETwRUG3Q1/a4ByJRphTVXPuhiTnaKVmUlEF3I5NSitcdD+g==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.3.tgz", + "integrity": "sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.6.2", - "@biomejs/cli-darwin-x64": "1.6.2", - "@biomejs/cli-linux-arm64": "1.6.2", - "@biomejs/cli-linux-arm64-musl": "1.6.2", - "@biomejs/cli-linux-x64": "1.6.2", - "@biomejs/cli-linux-x64-musl": "1.6.2", - "@biomejs/cli-win32-arm64": "1.6.2", - "@biomejs/cli-win32-x64": "1.6.2" + "@biomejs/cli-darwin-arm64": "1.6.3", + "@biomejs/cli-darwin-x64": "1.6.3", + "@biomejs/cli-linux-arm64": "1.6.3", + "@biomejs/cli-linux-arm64-musl": "1.6.3", + "@biomejs/cli-linux-x64": "1.6.3", + "@biomejs/cli-linux-x64-musl": "1.6.3", + "@biomejs/cli-win32-arm64": "1.6.3", + "@biomejs/cli-win32-x64": "1.6.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.2.tgz", - "integrity": "sha512-2sGcNO1wDuQ6r97/SDaPzP3ehrCL7qHXpVggcB/OonbVBEamqIkN1tHsID/snnX3R2ax2QTarjb4bQ+1BpEWzA==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.3.tgz", + "integrity": "sha512-0E8PGu3/8HSkBJdtjno+niJE1ANS/12D7sPK65vw5lTBYmmaYwJdfclDp6XO0IAX7uVd3/YtXlsEua0SVrNt3Q==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.2.tgz", - "integrity": "sha512-qtHDXIHd7eRIHv41XdG6pt1dbw+qiD0OgLlJn5rvW20kSSFfLxW8yc4upcC1PzlruP1BQpKFec3r5rx1duTtzw==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.3.tgz", + "integrity": "sha512-UWu0We/aIRtWXgJKe6ygWt2xR0yXs64BwWqtZbfxBojRn3jgW8UdFAkV5yiUOX3TQlsV6BZH1EQaUAVsccUeeA==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.2.tgz", - "integrity": "sha512-e1FJ59lx84QoqQgu1/uzAPIcYGcTkZY/m6Aj8ZHwi7KoWAE5xSogximFHNQ82lS4qkUfG7KaPTbYT6cGJjN9jQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.3.tgz", + "integrity": "sha512-wFVkQw38kOssfnkbpSh6ums5TaElw3RAt5i/VZwHmgR2nQgE0fHXLO7HwIE9VBkOEdbiIFq+2PxvFIHuJF3z3Q==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.2.tgz", - "integrity": "sha512-ej3Jj6O9KUSCJUWqVs+9aOo6IcRIALHaGFB20wnQTWtRMFhu1PluM48MrQtMKputgdk5/CopQ662IdKf1PeuEg==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.3.tgz", + "integrity": "sha512-AntGCSfLN1nPcQj4VOk3X2JgnDw07DaPC8BuBmRcsRmn+7GPSWLllVN5awIKlRPZEbGJtSnLkTiDc5Bxw8OiuA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.2.tgz", - "integrity": "sha512-S6Wc5YX6aLDLMzwlDmiw/kjK62Ex+xzE432M5ge9q8tSCluGeHIzrenrJlu8E0xPG2FEipDaK4iqwnjS9O6e2A==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.3.tgz", + "integrity": "sha512-vyn8TQaTZg617hjqFitwGmb1St5XXvq6I3vmxU/QFalM74BryMSvYCrYWb2Yw/TkykdEwZTMGYp+SWHRb04fTg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.2.tgz", - "integrity": "sha512-uOVt4UBkFTFtdXgPX3QuSHRPVIvj07FP0P7A0UOP++idd0r9Bxyt5iIBaAORM3eQyGQqzCGPln1GuM6GalYKzg==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.3.tgz", + "integrity": "sha512-GelAvGsUwbxfFpKLG+7+dvDmbrfkGqn08sL8CMQrGnhjE1krAqHWiXQsjfmi0UMFdMsk7hbc4oSAP+1+mrXcHQ==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.2.tgz", - "integrity": "sha512-5zuxNyvnKy7oLN7KLkqcYpsMKGubfMaeQ+RqnpFsmrofQAxpOo6EL/TyJvr8g533Z0a2/cQ/ALqnwl0mN3KQoQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.3.tgz", + "integrity": "sha512-Gx8N2Tixke6pAI1BniteCVZgUUmaFEDYosdWxoaCus15BZI/7RcBxhsRM0ZL/lC66StSQ8vHl8JBrrld1k570Q==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.2.tgz", - "integrity": "sha512-O3nf09/m3cb3/U3M+uO4l236iTZr4F4SmLNG3okKXPfyZqKLNnF6OjdTHOYEiNXnGEtlRuUeemqb3vht9JkXaw==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.3.tgz", + "integrity": "sha512-meungPJw64SqoR7LXY1wG7GC4+4wgpyThdFUMGXa6PCe0BLFOIOcZ9VMj9PstuczMPdgmt/BUMPsj25dK1VO8A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 1665519..7915138 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.6.2" + "@biomejs/biome": "1.6.3" } } \ No newline at end of file From 556a4127ffab99e47c0a760ca7d6022c7d9c955a Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:57 +0000 Subject: [PATCH 35/61] MAINT: upgrade @biomejs/biome 1.6.4 --- README.md | 2 +- package-lock.json | 90 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 57b5476..449d52f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.6.3 # Use the sha / tag you want to point at + rev: v1.6.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index ff89ea8..1412614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,43 +8,43 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.6.3" + "@biomejs/biome": "1.6.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.3.tgz", - "integrity": "sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.4.tgz", + "integrity": "sha512-3groVd2oWsLC0ZU+XXgHSNbq31lUcOCBkCcA7sAQGBopHcmL+jmmdoWlY3S61zIh+f2mqQTQte1g6PZKb3JJjA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { "biome": "bin/biome" }, "engines": { - "node": ">=14.*" + "node": ">=14.21.3" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.6.3", - "@biomejs/cli-darwin-x64": "1.6.3", - "@biomejs/cli-linux-arm64": "1.6.3", - "@biomejs/cli-linux-arm64-musl": "1.6.3", - "@biomejs/cli-linux-x64": "1.6.3", - "@biomejs/cli-linux-x64-musl": "1.6.3", - "@biomejs/cli-win32-arm64": "1.6.3", - "@biomejs/cli-win32-x64": "1.6.3" + "@biomejs/cli-darwin-arm64": "1.6.4", + "@biomejs/cli-darwin-x64": "1.6.4", + "@biomejs/cli-linux-arm64": "1.6.4", + "@biomejs/cli-linux-arm64-musl": "1.6.4", + "@biomejs/cli-linux-x64": "1.6.4", + "@biomejs/cli-linux-x64-musl": "1.6.4", + "@biomejs/cli-win32-arm64": "1.6.4", + "@biomejs/cli-win32-x64": "1.6.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.3.tgz", - "integrity": "sha512-0E8PGu3/8HSkBJdtjno+niJE1ANS/12D7sPK65vw5lTBYmmaYwJdfclDp6XO0IAX7uVd3/YtXlsEua0SVrNt3Q==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.4.tgz", + "integrity": "sha512-2WZef8byI9NRzGajGj5RTrroW9BxtfbP9etigW1QGAtwu/6+cLkdPOWRAs7uFtaxBNiKFYA8j/BxV5zeAo5QOQ==", "cpu": [ "arm64" ], @@ -54,13 +54,13 @@ "darwin" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.3.tgz", - "integrity": "sha512-UWu0We/aIRtWXgJKe6ygWt2xR0yXs64BwWqtZbfxBojRn3jgW8UdFAkV5yiUOX3TQlsV6BZH1EQaUAVsccUeeA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.4.tgz", + "integrity": "sha512-uo1zgM7jvzcoDpF6dbGizejDLCqNpUIRkCj/oEK0PB0NUw8re/cn1EnxuOLZqDpn+8G75COLQTOx8UQIBBN/Kg==", "cpu": [ "x64" ], @@ -70,13 +70,13 @@ "darwin" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.3.tgz", - "integrity": "sha512-wFVkQw38kOssfnkbpSh6ums5TaElw3RAt5i/VZwHmgR2nQgE0fHXLO7HwIE9VBkOEdbiIFq+2PxvFIHuJF3z3Q==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.4.tgz", + "integrity": "sha512-wAOieaMNIpLrxGc2/xNvM//CIZg7ueWy3V5A4T7gDZ3OL/Go27EKE59a+vMKsBCYmTt7jFl4yHz0TUkUbodA/w==", "cpu": [ "arm64" ], @@ -86,13 +86,13 @@ "linux" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.3.tgz", - "integrity": "sha512-AntGCSfLN1nPcQj4VOk3X2JgnDw07DaPC8BuBmRcsRmn+7GPSWLllVN5awIKlRPZEbGJtSnLkTiDc5Bxw8OiuA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.4.tgz", + "integrity": "sha512-Hp8Jwt6rjj0wCcYAEN6/cfwrrPLLlGOXZ56Lei4Pt4jy39+UuPeAVFPeclrrCfxyL1wQ2xPrhd/saTHSL6DoJg==", "cpu": [ "arm64" ], @@ -102,13 +102,13 @@ "linux" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.3.tgz", - "integrity": "sha512-vyn8TQaTZg617hjqFitwGmb1St5XXvq6I3vmxU/QFalM74BryMSvYCrYWb2Yw/TkykdEwZTMGYp+SWHRb04fTg==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.4.tgz", + "integrity": "sha512-qTWhuIw+/ePvOkjE9Zxf5OqSCYxtAvcTJtVmZT8YQnmY2I62JKNV2m7tf6O5ViKZUOP0mOQ6NgqHKcHH1eT8jw==", "cpu": [ "x64" ], @@ -118,13 +118,13 @@ "linux" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.3.tgz", - "integrity": "sha512-GelAvGsUwbxfFpKLG+7+dvDmbrfkGqn08sL8CMQrGnhjE1krAqHWiXQsjfmi0UMFdMsk7hbc4oSAP+1+mrXcHQ==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.4.tgz", + "integrity": "sha512-wqi0hr8KAx5kBO0B+m5u8QqiYFFBJOSJVSuRqTeGWW+GYLVUtXNidykNqf1JsW6jJDpbkSp2xHKE/bTlVaG2Kg==", "cpu": [ "x64" ], @@ -134,13 +134,13 @@ "linux" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.3.tgz", - "integrity": "sha512-Gx8N2Tixke6pAI1BniteCVZgUUmaFEDYosdWxoaCus15BZI/7RcBxhsRM0ZL/lC66StSQ8vHl8JBrrld1k570Q==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.4.tgz", + "integrity": "sha512-Wp3FiEeF6v6C5qMfLkHwf4YsoNHr/n0efvoC8jCKO/kX05OXaVExj+1uVQ1eGT7Pvx0XVm/TLprRO0vq/V6UzA==", "cpu": [ "arm64" ], @@ -150,13 +150,13 @@ "win32" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.3.tgz", - "integrity": "sha512-meungPJw64SqoR7LXY1wG7GC4+4wgpyThdFUMGXa6PCe0BLFOIOcZ9VMj9PstuczMPdgmt/BUMPsj25dK1VO8A==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.4.tgz", + "integrity": "sha512-mz183Di5hTSGP7KjNWEhivcP1wnHLGmOxEROvoFsIxMYtDhzJDad4k5gI/1JbmA0xe4n52vsgqo09tBhrMT/Zg==", "cpu": [ "x64" ], @@ -166,7 +166,7 @@ "win32" ], "engines": { - "node": ">=14.*" + "node": ">=14.21.3" } } } diff --git a/package.json b/package.json index 7915138..4517dfe 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.6.3" + "@biomejs/biome": "1.6.4" } } \ No newline at end of file From 15c313aeaaae599410a57b964767a4229338b583 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:58 +0000 Subject: [PATCH 36/61] MAINT: upgrade @biomejs/biome 1.7.0 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 449d52f..8e8ae1b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.6.4 # Use the sha / tag you want to point at + rev: v1.7.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 1412614..d757c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.6.4" + "@biomejs/biome": "1.7.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.6.4.tgz", - "integrity": "sha512-3groVd2oWsLC0ZU+XXgHSNbq31lUcOCBkCcA7sAQGBopHcmL+jmmdoWlY3S61zIh+f2mqQTQte1g6PZKb3JJjA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.0.tgz", + "integrity": "sha512-mejiRhnAq6UrXtYvjWJUKdstcT58n0/FfKemFf3d2Ou0HxOdS88HQmWtQ/UgyZvOEPD572YbFTb6IheyROpqkw==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.6.4", - "@biomejs/cli-darwin-x64": "1.6.4", - "@biomejs/cli-linux-arm64": "1.6.4", - "@biomejs/cli-linux-arm64-musl": "1.6.4", - "@biomejs/cli-linux-x64": "1.6.4", - "@biomejs/cli-linux-x64-musl": "1.6.4", - "@biomejs/cli-win32-arm64": "1.6.4", - "@biomejs/cli-win32-x64": "1.6.4" + "@biomejs/cli-darwin-arm64": "1.7.0", + "@biomejs/cli-darwin-x64": "1.7.0", + "@biomejs/cli-linux-arm64": "1.7.0", + "@biomejs/cli-linux-arm64-musl": "1.7.0", + "@biomejs/cli-linux-x64": "1.7.0", + "@biomejs/cli-linux-x64-musl": "1.7.0", + "@biomejs/cli-win32-arm64": "1.7.0", + "@biomejs/cli-win32-x64": "1.7.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.4.tgz", - "integrity": "sha512-2WZef8byI9NRzGajGj5RTrroW9BxtfbP9etigW1QGAtwu/6+cLkdPOWRAs7uFtaxBNiKFYA8j/BxV5zeAo5QOQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.0.tgz", + "integrity": "sha512-12TaeaKHU4SAZt0fQJ2bYk1jUb4foope7LmgDE5p3c0uMxd3mFkg1k7G721T+K6UHYULcSOQDsNNM8DhYi8Irg==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.4.tgz", - "integrity": "sha512-uo1zgM7jvzcoDpF6dbGizejDLCqNpUIRkCj/oEK0PB0NUw8re/cn1EnxuOLZqDpn+8G75COLQTOx8UQIBBN/Kg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.0.tgz", + "integrity": "sha512-6Qq1BSIB0cpp0cQNqO/+EiUV7FE3jMpF6w7+AgIBXp0oJxUWb2Ff0RDZdO9bfzkimXD58j0vGpNHMGnCcjDV2Q==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.4.tgz", - "integrity": "sha512-wAOieaMNIpLrxGc2/xNvM//CIZg7ueWy3V5A4T7gDZ3OL/Go27EKE59a+vMKsBCYmTt7jFl4yHz0TUkUbodA/w==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.0.tgz", + "integrity": "sha512-GwSci7xBJ2j1CrdDXDUVXnUtrvypEz/xmiYPpFeVdlX5p95eXx+7FekPPbJfhGGw5WKSsKZ+V8AAlbN+kUwJWw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.4.tgz", - "integrity": "sha512-Hp8Jwt6rjj0wCcYAEN6/cfwrrPLLlGOXZ56Lei4Pt4jy39+UuPeAVFPeclrrCfxyL1wQ2xPrhd/saTHSL6DoJg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.0.tgz", + "integrity": "sha512-pwIY80nU7SAxrVVZ6HD9ah1pruwh9ZqlSR0Nvbg4ZJqQa0POhiB+RJx7+/1Ml2mTZdrl8kb/YiwQpD16uwb5wg==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.4.tgz", - "integrity": "sha512-qTWhuIw+/ePvOkjE9Zxf5OqSCYxtAvcTJtVmZT8YQnmY2I62JKNV2m7tf6O5ViKZUOP0mOQ6NgqHKcHH1eT8jw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.0.tgz", + "integrity": "sha512-1y+odKQsyHcw0JCGRuqhbx7Y6jxOVSh4lGIVDdJxW1b55yD22DY1kcMEfhUte6f95OIc2uqfkwtiI6xQAiZJdw==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.4.tgz", - "integrity": "sha512-wqi0hr8KAx5kBO0B+m5u8QqiYFFBJOSJVSuRqTeGWW+GYLVUtXNidykNqf1JsW6jJDpbkSp2xHKE/bTlVaG2Kg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.0.tgz", + "integrity": "sha512-KzCA0mW4LSbCd7XZWaEJvTOTTBjfJoVEXkfq1fsXxww1HB+ww5PGMbhbIcbYCsj2CTJUifeD5hOkyuBVppU1xQ==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.4.tgz", - "integrity": "sha512-Wp3FiEeF6v6C5qMfLkHwf4YsoNHr/n0efvoC8jCKO/kX05OXaVExj+1uVQ1eGT7Pvx0XVm/TLprRO0vq/V6UzA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.0.tgz", + "integrity": "sha512-AvLDUYZBpOUFgS/mni4VruIoVV3uSGbKSkZQBPXsHgL0w4KttLll3NBrVanmWxOHsom6C6ocHLyfAY8HUc8TXg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.4.tgz", - "integrity": "sha512-mz183Di5hTSGP7KjNWEhivcP1wnHLGmOxEROvoFsIxMYtDhzJDad4k5gI/1JbmA0xe4n52vsgqo09tBhrMT/Zg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.0.tgz", + "integrity": "sha512-Pylm00BAAuLVb40IH9PC17432BTsY8K4pSUvhvgR1eaalnMaD6ug9SYJTTzKDbT6r24MPAGCTiSZERyhGkGzFQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 4517dfe..fe1f441 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.6.4" + "@biomejs/biome": "1.7.0" } } \ No newline at end of file From c0018bf01fd2b552a188cbd80476c9b635249dba Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:58 +0000 Subject: [PATCH 37/61] MAINT: upgrade @biomejs/biome 1.7.1 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 8e8ae1b..6e16805 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.7.0 # Use the sha / tag you want to point at + rev: v1.7.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index d757c74..56436ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.7.0" + "@biomejs/biome": "1.7.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.0.tgz", - "integrity": "sha512-mejiRhnAq6UrXtYvjWJUKdstcT58n0/FfKemFf3d2Ou0HxOdS88HQmWtQ/UgyZvOEPD572YbFTb6IheyROpqkw==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.1.tgz", + "integrity": "sha512-wb2UNoFXcgaMdKXKT5ytsYntaogl2FSTjDt20CZynF3v7OXQUcIpTrr+be3XoOGpoZRj3Ytq9TSpmplUREXmeA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.7.0", - "@biomejs/cli-darwin-x64": "1.7.0", - "@biomejs/cli-linux-arm64": "1.7.0", - "@biomejs/cli-linux-arm64-musl": "1.7.0", - "@biomejs/cli-linux-x64": "1.7.0", - "@biomejs/cli-linux-x64-musl": "1.7.0", - "@biomejs/cli-win32-arm64": "1.7.0", - "@biomejs/cli-win32-x64": "1.7.0" + "@biomejs/cli-darwin-arm64": "1.7.1", + "@biomejs/cli-darwin-x64": "1.7.1", + "@biomejs/cli-linux-arm64": "1.7.1", + "@biomejs/cli-linux-arm64-musl": "1.7.1", + "@biomejs/cli-linux-x64": "1.7.1", + "@biomejs/cli-linux-x64-musl": "1.7.1", + "@biomejs/cli-win32-arm64": "1.7.1", + "@biomejs/cli-win32-x64": "1.7.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.0.tgz", - "integrity": "sha512-12TaeaKHU4SAZt0fQJ2bYk1jUb4foope7LmgDE5p3c0uMxd3mFkg1k7G721T+K6UHYULcSOQDsNNM8DhYi8Irg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.1.tgz", + "integrity": "sha512-qfLrIIB58dkgiY/1tgG6fSCBK22PZaSIf6blweZBsG6iMij05mEuJt50ne+zPnNFNUmt8t43NC/qOXT3iFHQBA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.0.tgz", - "integrity": "sha512-6Qq1BSIB0cpp0cQNqO/+EiUV7FE3jMpF6w7+AgIBXp0oJxUWb2Ff0RDZdO9bfzkimXD58j0vGpNHMGnCcjDV2Q==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.1.tgz", + "integrity": "sha512-OGeyNsEcp5VnKbF9/TBjPCTHNEOm7oHegEve07U3KZmzqfpw2Oe3i9DVW8t6vvj1TYbrwWYCld25H34kBDY7Vg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.0.tgz", - "integrity": "sha512-GwSci7xBJ2j1CrdDXDUVXnUtrvypEz/xmiYPpFeVdlX5p95eXx+7FekPPbJfhGGw5WKSsKZ+V8AAlbN+kUwJWw==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.1.tgz", + "integrity": "sha512-MQDf5wErj1iBvlcxCyOa0XqZYN8WJrupVgbNnqhntO3yVATg8GxduVUn1fDSaolznkDRsj7Pz3Xu1esBFwvfmg==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.0.tgz", - "integrity": "sha512-pwIY80nU7SAxrVVZ6HD9ah1pruwh9ZqlSR0Nvbg4ZJqQa0POhiB+RJx7+/1Ml2mTZdrl8kb/YiwQpD16uwb5wg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.1.tgz", + "integrity": "sha512-giH0/CzLOJ+wbxLxd5Shnr5xQf5fGnTRWLDe3lzjaF7IplVydNCEeZJtncB01SvyA6DAFJsvQ4LNxzAOQfEVCg==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.0.tgz", - "integrity": "sha512-1y+odKQsyHcw0JCGRuqhbx7Y6jxOVSh4lGIVDdJxW1b55yD22DY1kcMEfhUte6f95OIc2uqfkwtiI6xQAiZJdw==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.1.tgz", + "integrity": "sha512-3wmCsGcC3KZ4pfTknXHfyMMlXPMhgfXVAcG5GlrR+Tq2JGiAw0EUydaLpsSBEbcG7IxH6OiUZEJZ95kAycCHBA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.0.tgz", - "integrity": "sha512-KzCA0mW4LSbCd7XZWaEJvTOTTBjfJoVEXkfq1fsXxww1HB+ww5PGMbhbIcbYCsj2CTJUifeD5hOkyuBVppU1xQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.1.tgz", + "integrity": "sha512-ySNDtPhsLxU125IFHHAxfpoHBpkM56s4mEXeO70GZtgZay/o1h8IUPWCWf5Z7gKgc4jwgYN1U1U9xabI3hZVAg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.0.tgz", - "integrity": "sha512-AvLDUYZBpOUFgS/mni4VruIoVV3uSGbKSkZQBPXsHgL0w4KttLll3NBrVanmWxOHsom6C6ocHLyfAY8HUc8TXg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.1.tgz", + "integrity": "sha512-8hIDakEqZn0i6+388noYKdZ0ZrovTwnvMU/Qp/oJou0G7EPVdXupOe0oxiQSdRN0W7f6CS/yjPCYuVGzDG6r0g==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.0.tgz", - "integrity": "sha512-Pylm00BAAuLVb40IH9PC17432BTsY8K4pSUvhvgR1eaalnMaD6ug9SYJTTzKDbT6r24MPAGCTiSZERyhGkGzFQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.1.tgz", + "integrity": "sha512-3W9k3uH6Ea6VOpAS9xkkAlS0LTfnGQjmIUCegZ8SDtK2NgJ1gO+qdEkGJb0ltahusFTN1QxJ107dM7ASA9IUEg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fe1f441..c51748b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.7.0" + "@biomejs/biome": "1.7.1" } } \ No newline at end of file From 0e28fe447f12aa1c72d5bf373d5c9fdf89f69850 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:59 +0000 Subject: [PATCH 38/61] MAINT: upgrade @biomejs/biome 1.7.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6e16805..2dd49f3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.7.1 # Use the sha / tag you want to point at + rev: v1.7.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 56436ae..6eed90a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.7.1" + "@biomejs/biome": "1.7.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.1.tgz", - "integrity": "sha512-wb2UNoFXcgaMdKXKT5ytsYntaogl2FSTjDt20CZynF3v7OXQUcIpTrr+be3XoOGpoZRj3Ytq9TSpmplUREXmeA==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.2.tgz", + "integrity": "sha512-6Skx9N47inLQzYi9RKgJ7PBnUnaHnMe/imqX43cOcJjZtfMnQLxEvfM2Eyo7gChkwrZlwc+VbA4huFRjw2fsYA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.7.1", - "@biomejs/cli-darwin-x64": "1.7.1", - "@biomejs/cli-linux-arm64": "1.7.1", - "@biomejs/cli-linux-arm64-musl": "1.7.1", - "@biomejs/cli-linux-x64": "1.7.1", - "@biomejs/cli-linux-x64-musl": "1.7.1", - "@biomejs/cli-win32-arm64": "1.7.1", - "@biomejs/cli-win32-x64": "1.7.1" + "@biomejs/cli-darwin-arm64": "1.7.2", + "@biomejs/cli-darwin-x64": "1.7.2", + "@biomejs/cli-linux-arm64": "1.7.2", + "@biomejs/cli-linux-arm64-musl": "1.7.2", + "@biomejs/cli-linux-x64": "1.7.2", + "@biomejs/cli-linux-x64-musl": "1.7.2", + "@biomejs/cli-win32-arm64": "1.7.2", + "@biomejs/cli-win32-x64": "1.7.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.1.tgz", - "integrity": "sha512-qfLrIIB58dkgiY/1tgG6fSCBK22PZaSIf6blweZBsG6iMij05mEuJt50ne+zPnNFNUmt8t43NC/qOXT3iFHQBA==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.2.tgz", + "integrity": "sha512-CrldIueHivWEWmeTkK8bTXajeX53F8i2Rrkkt8cPZyMtzkrwxf8Riq4a/jz3SQBHkxHFT4TqGbSTNMXe3X1ogA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.1.tgz", - "integrity": "sha512-OGeyNsEcp5VnKbF9/TBjPCTHNEOm7oHegEve07U3KZmzqfpw2Oe3i9DVW8t6vvj1TYbrwWYCld25H34kBDY7Vg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.2.tgz", + "integrity": "sha512-UELnLJuJOsTL9meArvn8BtiXDURyPil2Ej9me2uVpEvee8UQdqd/bssP5we400OWShlL1AAML4fn6d2WX5332g==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.1.tgz", - "integrity": "sha512-MQDf5wErj1iBvlcxCyOa0XqZYN8WJrupVgbNnqhntO3yVATg8GxduVUn1fDSaolznkDRsj7Pz3Xu1esBFwvfmg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.2.tgz", + "integrity": "sha512-Z1CSGQE6fHz55gkiFHv9E8wEAaSUd7dHSRaxSCBa7utonHqpIeMbvj3Evm1w0WfGLFDtRXLV1fTfEdM0FMTOhA==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.1.tgz", - "integrity": "sha512-giH0/CzLOJ+wbxLxd5Shnr5xQf5fGnTRWLDe3lzjaF7IplVydNCEeZJtncB01SvyA6DAFJsvQ4LNxzAOQfEVCg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.2.tgz", + "integrity": "sha512-kKYZiem7Sj7wI0dpVxJlK7C+TFQwzO/ctufIGXGJAyEmUe9vEKSzV8CXpv+JIRiTWyqaZJ4K+eHz4SPdPCv05w==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.1.tgz", - "integrity": "sha512-3wmCsGcC3KZ4pfTknXHfyMMlXPMhgfXVAcG5GlrR+Tq2JGiAw0EUydaLpsSBEbcG7IxH6OiUZEJZ95kAycCHBA==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.2.tgz", + "integrity": "sha512-vXXyox8/CQijBxAu0+r8FfSO7JlC4tob3PbaFda8gPJFRz2uFJw39HtxVUwbTV1EcU6wSPh4SiRu5sZfP1VHrQ==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.1.tgz", - "integrity": "sha512-ySNDtPhsLxU125IFHHAxfpoHBpkM56s4mEXeO70GZtgZay/o1h8IUPWCWf5Z7gKgc4jwgYN1U1U9xabI3hZVAg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.2.tgz", + "integrity": "sha512-x10LpGMepDrLS+h2TZ6/T7egpHjGKtiI4GuShNylmBQJWfTotbFf9eseHggrqJ4WZf9yrGoVYrtbxXftuB95sQ==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.1.tgz", - "integrity": "sha512-8hIDakEqZn0i6+388noYKdZ0ZrovTwnvMU/Qp/oJou0G7EPVdXupOe0oxiQSdRN0W7f6CS/yjPCYuVGzDG6r0g==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.2.tgz", + "integrity": "sha512-kRXdlKzcU7INf6/ldu0nVmkOgt7bKqmyXRRCUqqaJfA32+9InTbkD8tGrHZEVYIWr+eTuKcg16qZVDsPSDFZ8g==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.1.tgz", - "integrity": "sha512-3W9k3uH6Ea6VOpAS9xkkAlS0LTfnGQjmIUCegZ8SDtK2NgJ1gO+qdEkGJb0ltahusFTN1QxJ107dM7ASA9IUEg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.2.tgz", + "integrity": "sha512-qHTtpAs+CNglAAuaTy09htoqUhrQyd3nd0aGTuLNqD10h1llMVi8WFZfoa+e5MuDSfYtMK6nW2Tbf6WgzzR1Qw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index c51748b..b058487 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.7.1" + "@biomejs/biome": "1.7.2" } } \ No newline at end of file From 53659536c715c9816716708cd911f747143a28cb Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:56:59 +0000 Subject: [PATCH 39/61] MAINT: upgrade @biomejs/biome 1.7.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 2dd49f3..9ac1fd0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.7.2 # Use the sha / tag you want to point at + rev: v1.7.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 6eed90a..cb75713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.7.2" + "@biomejs/biome": "1.7.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.2.tgz", - "integrity": "sha512-6Skx9N47inLQzYi9RKgJ7PBnUnaHnMe/imqX43cOcJjZtfMnQLxEvfM2Eyo7gChkwrZlwc+VbA4huFRjw2fsYA==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.3.tgz", + "integrity": "sha512-ogFQI+fpXftr+tiahA6bIXwZ7CSikygASdqMtH07J2cUzrpjyTMVc9Y97v23c7/tL1xCZhM+W9k4hYIBm7Q6cQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.7.2", - "@biomejs/cli-darwin-x64": "1.7.2", - "@biomejs/cli-linux-arm64": "1.7.2", - "@biomejs/cli-linux-arm64-musl": "1.7.2", - "@biomejs/cli-linux-x64": "1.7.2", - "@biomejs/cli-linux-x64-musl": "1.7.2", - "@biomejs/cli-win32-arm64": "1.7.2", - "@biomejs/cli-win32-x64": "1.7.2" + "@biomejs/cli-darwin-arm64": "1.7.3", + "@biomejs/cli-darwin-x64": "1.7.3", + "@biomejs/cli-linux-arm64": "1.7.3", + "@biomejs/cli-linux-arm64-musl": "1.7.3", + "@biomejs/cli-linux-x64": "1.7.3", + "@biomejs/cli-linux-x64-musl": "1.7.3", + "@biomejs/cli-win32-arm64": "1.7.3", + "@biomejs/cli-win32-x64": "1.7.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.2.tgz", - "integrity": "sha512-CrldIueHivWEWmeTkK8bTXajeX53F8i2Rrkkt8cPZyMtzkrwxf8Riq4a/jz3SQBHkxHFT4TqGbSTNMXe3X1ogA==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.3.tgz", + "integrity": "sha512-eDvLQWmGRqrPIRY7AIrkPHkQ3visEItJKkPYSHCscSDdGvKzYjmBJwG1Gu8+QC5ed6R7eiU63LEC0APFBobmfQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.2.tgz", - "integrity": "sha512-UELnLJuJOsTL9meArvn8BtiXDURyPil2Ej9me2uVpEvee8UQdqd/bssP5we400OWShlL1AAML4fn6d2WX5332g==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.3.tgz", + "integrity": "sha512-JXCaIseKRER7dIURsVlAJacnm8SG5I0RpxZ4ya3dudASYUc68WGl4+FEN03ABY3KMIq7hcK1tzsJiWlmXyosZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.2.tgz", - "integrity": "sha512-Z1CSGQE6fHz55gkiFHv9E8wEAaSUd7dHSRaxSCBa7utonHqpIeMbvj3Evm1w0WfGLFDtRXLV1fTfEdM0FMTOhA==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.3.tgz", + "integrity": "sha512-phNTBpo7joDFastnmZsFjYcDYobLTx4qR4oPvc9tJ486Bd1SfEVPHEvJdNJrMwUQK56T+TRClOQd/8X1nnjA9w==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.2.tgz", - "integrity": "sha512-kKYZiem7Sj7wI0dpVxJlK7C+TFQwzO/ctufIGXGJAyEmUe9vEKSzV8CXpv+JIRiTWyqaZJ4K+eHz4SPdPCv05w==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.3.tgz", + "integrity": "sha512-c8AlO45PNFZ1BYcwaKzdt46kYbuP6xPGuGQ6h4j3XiEDpyseRRUy/h+6gxj07XovmyxKnSX9GSZ6nVbZvcVUAw==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.2.tgz", - "integrity": "sha512-vXXyox8/CQijBxAu0+r8FfSO7JlC4tob3PbaFda8gPJFRz2uFJw39HtxVUwbTV1EcU6wSPh4SiRu5sZfP1VHrQ==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.3.tgz", + "integrity": "sha512-vnedYcd5p4keT3iD48oSKjOIRPYcjSNNbd8MO1bKo9ajg3GwQXZLAH+0Cvlr+eMsO67/HddWmscSQwTFrC/uPA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.2.tgz", - "integrity": "sha512-x10LpGMepDrLS+h2TZ6/T7egpHjGKtiI4GuShNylmBQJWfTotbFf9eseHggrqJ4WZf9yrGoVYrtbxXftuB95sQ==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.3.tgz", + "integrity": "sha512-UdEHKtYGWEX3eDmVWvQeT+z05T9/Sdt2+F/7zmMOFQ7boANeX8pcO6EkJPK3wxMudrApsNEKT26rzqK6sZRTRA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.2.tgz", - "integrity": "sha512-kRXdlKzcU7INf6/ldu0nVmkOgt7bKqmyXRRCUqqaJfA32+9InTbkD8tGrHZEVYIWr+eTuKcg16qZVDsPSDFZ8g==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.3.tgz", + "integrity": "sha512-unNCDqUKjujYkkSxs7gFIfdasttbDC4+z0kYmcqzRk6yWVoQBL4dNLcCbdnJS+qvVDNdI9rHp2NwpQ0WAdla4Q==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.2.tgz", - "integrity": "sha512-qHTtpAs+CNglAAuaTy09htoqUhrQyd3nd0aGTuLNqD10h1llMVi8WFZfoa+e5MuDSfYtMK6nW2Tbf6WgzzR1Qw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.3.tgz", + "integrity": "sha512-ZmByhbrnmz/UUFYB622CECwhKIPjJLLPr5zr3edhu04LzbfcOrz16VYeNq5dpO1ADG70FORhAJkaIGdaVBG00w==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index b058487..5a0a9bd 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.7.2" + "@biomejs/biome": "1.7.3" } } \ No newline at end of file From 19e3c3a83ab491b5926706b9967e3cb5c8af7047 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:00 +0000 Subject: [PATCH 40/61] MAINT: upgrade @biomejs/biome 1.8.0 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 9ac1fd0..16c42b1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.7.3 # Use the sha / tag you want to point at + rev: v1.8.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index cb75713..9b8270c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.7.3" + "@biomejs/biome": "1.8.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.7.3.tgz", - "integrity": "sha512-ogFQI+fpXftr+tiahA6bIXwZ7CSikygASdqMtH07J2cUzrpjyTMVc9Y97v23c7/tL1xCZhM+W9k4hYIBm7Q6cQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.0.tgz", + "integrity": "sha512-34xcE2z8GWrIz1sCFEmlHT/+4d+SN7YOqqvzlAKXKvaWPRJ2/NUwxPbRsP01P9QODkQ5bvGvc9rpBihmP+7RJQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.7.3", - "@biomejs/cli-darwin-x64": "1.7.3", - "@biomejs/cli-linux-arm64": "1.7.3", - "@biomejs/cli-linux-arm64-musl": "1.7.3", - "@biomejs/cli-linux-x64": "1.7.3", - "@biomejs/cli-linux-x64-musl": "1.7.3", - "@biomejs/cli-win32-arm64": "1.7.3", - "@biomejs/cli-win32-x64": "1.7.3" + "@biomejs/cli-darwin-arm64": "1.8.0", + "@biomejs/cli-darwin-x64": "1.8.0", + "@biomejs/cli-linux-arm64": "1.8.0", + "@biomejs/cli-linux-arm64-musl": "1.8.0", + "@biomejs/cli-linux-x64": "1.8.0", + "@biomejs/cli-linux-x64-musl": "1.8.0", + "@biomejs/cli-win32-arm64": "1.8.0", + "@biomejs/cli-win32-x64": "1.8.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.3.tgz", - "integrity": "sha512-eDvLQWmGRqrPIRY7AIrkPHkQ3visEItJKkPYSHCscSDdGvKzYjmBJwG1Gu8+QC5ed6R7eiU63LEC0APFBobmfQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.0.tgz", + "integrity": "sha512-dBAYzfIJ1JmWigKlWourT3sJ3I60LZPjqNwwlsyFjiv5AV7vPeWlHVVIImV2BpINwNjZQhpXnwDfVnGS4vr7AA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.3.tgz", - "integrity": "sha512-JXCaIseKRER7dIURsVlAJacnm8SG5I0RpxZ4ya3dudASYUc68WGl4+FEN03ABY3KMIq7hcK1tzsJiWlmXyosZg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.0.tgz", + "integrity": "sha512-ZTTSD0bP0nn9UpRDGQrQNTILcYSj+IkxTYr3CAV64DWBDtQBomlk2oVKWzDaA1LOhpAsTh0giLCbPJaVk2jfMQ==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.3.tgz", - "integrity": "sha512-phNTBpo7joDFastnmZsFjYcDYobLTx4qR4oPvc9tJ486Bd1SfEVPHEvJdNJrMwUQK56T+TRClOQd/8X1nnjA9w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.0.tgz", + "integrity": "sha512-cx725jTlJS6dskvJJwwCQaaMRBKE2Qss7ukzmx27Rn/DXRxz6tnnBix4FUGPf1uZfwrERkiJlbWM05JWzpvvXg==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.3.tgz", - "integrity": "sha512-c8AlO45PNFZ1BYcwaKzdt46kYbuP6xPGuGQ6h4j3XiEDpyseRRUy/h+6gxj07XovmyxKnSX9GSZ6nVbZvcVUAw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.0.tgz", + "integrity": "sha512-+ee/pZWsvhDv6eRI00krRNSgAg8DKSxzOv3LUsCjto6N1VzqatTASeQv2HRfG1nitf79rRKM75LkMJbqEfiKww==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.3.tgz", - "integrity": "sha512-vnedYcd5p4keT3iD48oSKjOIRPYcjSNNbd8MO1bKo9ajg3GwQXZLAH+0Cvlr+eMsO67/HddWmscSQwTFrC/uPA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.0.tgz", + "integrity": "sha512-cmgmhlD4QUxMhL1VdaNqnB81xBHb3R7huVNyYnPYzP+AykZ7XqJbPd1KcWAszNjUk2AHdx0aLKEBwCOWemxb2g==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.3.tgz", - "integrity": "sha512-UdEHKtYGWEX3eDmVWvQeT+z05T9/Sdt2+F/7zmMOFQ7boANeX8pcO6EkJPK3wxMudrApsNEKT26rzqK6sZRTRA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.0.tgz", + "integrity": "sha512-VPA4ocrAOak50VYl8gOAVnjuFFDpIUolShntc/aWM0pZfSIMbRucxnrfUfp44EVwayxjK6ruJTR5xEWj93WvDA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.3.tgz", - "integrity": "sha512-unNCDqUKjujYkkSxs7gFIfdasttbDC4+z0kYmcqzRk6yWVoQBL4dNLcCbdnJS+qvVDNdI9rHp2NwpQ0WAdla4Q==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.0.tgz", + "integrity": "sha512-J31spvlh39FfRHQacYXxJX9PvTCH/a8+2Jx9D1lxw+LSF0JybqZcw/4JrlFUWUl4kF3yv8AuYUK0sENScc3g9w==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.3.tgz", - "integrity": "sha512-ZmByhbrnmz/UUFYB622CECwhKIPjJLLPr5zr3edhu04LzbfcOrz16VYeNq5dpO1ADG70FORhAJkaIGdaVBG00w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.0.tgz", + "integrity": "sha512-uPHHvu76JC1zYe9zZDcOU9PAg+1MZmPuNgWkb5jljaDeATvzLFPB+0nuJTilf603LXL+E8IdPQAO61Wy2VuEJA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 5a0a9bd..a9a8402 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.7.3" + "@biomejs/biome": "1.8.0" } } \ No newline at end of file From ae7bbc90b5b36248fd420eeb92de3bb574ce5dda Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:00 +0000 Subject: [PATCH 41/61] MAINT: upgrade @biomejs/biome 1.8.1 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 16c42b1..695ec13 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.8.0 # Use the sha / tag you want to point at + rev: v1.8.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 9b8270c..efa04ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.8.0" + "@biomejs/biome": "1.8.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.0.tgz", - "integrity": "sha512-34xcE2z8GWrIz1sCFEmlHT/+4d+SN7YOqqvzlAKXKvaWPRJ2/NUwxPbRsP01P9QODkQ5bvGvc9rpBihmP+7RJQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.1.tgz", + "integrity": "sha512-fQXGfvq6DIXem12dGQCM2tNF+vsNHH1qs3C7WeOu75Pd0trduoTmoO7G4ntLJ2qDs5wuw981H+cxQhi1uHnAtA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.8.0", - "@biomejs/cli-darwin-x64": "1.8.0", - "@biomejs/cli-linux-arm64": "1.8.0", - "@biomejs/cli-linux-arm64-musl": "1.8.0", - "@biomejs/cli-linux-x64": "1.8.0", - "@biomejs/cli-linux-x64-musl": "1.8.0", - "@biomejs/cli-win32-arm64": "1.8.0", - "@biomejs/cli-win32-x64": "1.8.0" + "@biomejs/cli-darwin-arm64": "1.8.1", + "@biomejs/cli-darwin-x64": "1.8.1", + "@biomejs/cli-linux-arm64": "1.8.1", + "@biomejs/cli-linux-arm64-musl": "1.8.1", + "@biomejs/cli-linux-x64": "1.8.1", + "@biomejs/cli-linux-x64-musl": "1.8.1", + "@biomejs/cli-win32-arm64": "1.8.1", + "@biomejs/cli-win32-x64": "1.8.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.0.tgz", - "integrity": "sha512-dBAYzfIJ1JmWigKlWourT3sJ3I60LZPjqNwwlsyFjiv5AV7vPeWlHVVIImV2BpINwNjZQhpXnwDfVnGS4vr7AA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.1.tgz", + "integrity": "sha512-XLiB7Uu6GALIOBWzQ2aMD0ru4Ly5/qSeQF7kk3AabzJ/kwsEWSe33iVySBP/SS2qv25cgqNiLksjGcw2bHT3mw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.0.tgz", - "integrity": "sha512-ZTTSD0bP0nn9UpRDGQrQNTILcYSj+IkxTYr3CAV64DWBDtQBomlk2oVKWzDaA1LOhpAsTh0giLCbPJaVk2jfMQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.1.tgz", + "integrity": "sha512-uMTSxVLMfqkBVqyc25hSn83jBbp+wtWjzM/pHFlKXt3htJuw7FErVGW0nmQ9Sxa9vJ7GcqoltLMl28VQRIMYzg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.0.tgz", - "integrity": "sha512-cx725jTlJS6dskvJJwwCQaaMRBKE2Qss7ukzmx27Rn/DXRxz6tnnBix4FUGPf1uZfwrERkiJlbWM05JWzpvvXg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.1.tgz", + "integrity": "sha512-3SzZRuC/9Oi2P2IBNPsEj0KXxSXUEYRR2kfRF/Ve8QAfGgrt4qnwuWd6QQKKN5R+oYH691qjm+cXBKEcrP1v/Q==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.0.tgz", - "integrity": "sha512-+ee/pZWsvhDv6eRI00krRNSgAg8DKSxzOv3LUsCjto6N1VzqatTASeQv2HRfG1nitf79rRKM75LkMJbqEfiKww==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.1.tgz", + "integrity": "sha512-UQ8Wc01J0wQL+5AYOc7qkJn20B4PZmQL1KrmDZh7ot0DvD6aX4+8mmfd/dG5b6Zjo/44QvCKcvkFGCMRYuhWZA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.0.tgz", - "integrity": "sha512-cmgmhlD4QUxMhL1VdaNqnB81xBHb3R7huVNyYnPYzP+AykZ7XqJbPd1KcWAszNjUk2AHdx0aLKEBwCOWemxb2g==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.1.tgz", + "integrity": "sha512-AeBycVdNrTzsyYKEOtR2R0Ph0hCD0sCshcp2aOnfGP0hCZbtFg09D0SdKLbyzKntisY41HxKVrydYiaApp+2uw==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.0.tgz", - "integrity": "sha512-VPA4ocrAOak50VYl8gOAVnjuFFDpIUolShntc/aWM0pZfSIMbRucxnrfUfp44EVwayxjK6ruJTR5xEWj93WvDA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.1.tgz", + "integrity": "sha512-fYbP/kNu/rtZ4kKzWVocIdqZOtBSUEg9qUhZaao3dy3CRzafR6u6KDtBeSCnt47O+iLnks1eOR1TUxzr5+QuqA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.0.tgz", - "integrity": "sha512-J31spvlh39FfRHQacYXxJX9PvTCH/a8+2Jx9D1lxw+LSF0JybqZcw/4JrlFUWUl4kF3yv8AuYUK0sENScc3g9w==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.1.tgz", + "integrity": "sha512-6tEd1H/iFKpgpE3OIB7oNgW5XkjiVMzMRPL8zYoZ036YfuJ5nMYm9eB9H/y81+8Z76vL48fiYzMPotJwukGPqQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.0.tgz", - "integrity": "sha512-uPHHvu76JC1zYe9zZDcOU9PAg+1MZmPuNgWkb5jljaDeATvzLFPB+0nuJTilf603LXL+E8IdPQAO61Wy2VuEJA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.1.tgz", + "integrity": "sha512-g2H31jJzYmS4jkvl6TiyEjEX+Nv79a5km/xn+5DARTp5MBFzC9gwceusSSB2AkJKqZzY131AiACAWjKrVt5Ijw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a9a8402..1c3b784 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.8.0" + "@biomejs/biome": "1.8.1" } } \ No newline at end of file From 4f9d34c7a57d55390f692273b8d5b7f27d366b41 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:01 +0000 Subject: [PATCH 42/61] MAINT: upgrade @biomejs/biome 1.8.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 695ec13..6e2482f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.8.1 # Use the sha / tag you want to point at + rev: v1.8.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index efa04ce..45562c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.8.1" + "@biomejs/biome": "1.8.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.1.tgz", - "integrity": "sha512-fQXGfvq6DIXem12dGQCM2tNF+vsNHH1qs3C7WeOu75Pd0trduoTmoO7G4ntLJ2qDs5wuw981H+cxQhi1uHnAtA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.2.tgz", + "integrity": "sha512-XafCzLgs0xbH0bCjYKxQ63ig2V86fZQMq1jiy5pyLToWk9aHxA8GAUxyBtklPHtPYZPGEPOYglQHj4jyfUp+Iw==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.8.1", - "@biomejs/cli-darwin-x64": "1.8.1", - "@biomejs/cli-linux-arm64": "1.8.1", - "@biomejs/cli-linux-arm64-musl": "1.8.1", - "@biomejs/cli-linux-x64": "1.8.1", - "@biomejs/cli-linux-x64-musl": "1.8.1", - "@biomejs/cli-win32-arm64": "1.8.1", - "@biomejs/cli-win32-x64": "1.8.1" + "@biomejs/cli-darwin-arm64": "1.8.2", + "@biomejs/cli-darwin-x64": "1.8.2", + "@biomejs/cli-linux-arm64": "1.8.2", + "@biomejs/cli-linux-arm64-musl": "1.8.2", + "@biomejs/cli-linux-x64": "1.8.2", + "@biomejs/cli-linux-x64-musl": "1.8.2", + "@biomejs/cli-win32-arm64": "1.8.2", + "@biomejs/cli-win32-x64": "1.8.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.1.tgz", - "integrity": "sha512-XLiB7Uu6GALIOBWzQ2aMD0ru4Ly5/qSeQF7kk3AabzJ/kwsEWSe33iVySBP/SS2qv25cgqNiLksjGcw2bHT3mw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.2.tgz", + "integrity": "sha512-l9msLsTcSIAPqMsPIhodQmb50sEfaXPLQ0YW4cdj6INmd8iaOh/V9NceQb2366vACTJgcWDQ2RzlvURek1T68g==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.1.tgz", - "integrity": "sha512-uMTSxVLMfqkBVqyc25hSn83jBbp+wtWjzM/pHFlKXt3htJuw7FErVGW0nmQ9Sxa9vJ7GcqoltLMl28VQRIMYzg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.2.tgz", + "integrity": "sha512-Fc4y/FuIxRSiB3TJ+y27vFDE/HJt4QgBuymktsIKEcBZvnKfsRjxvzVDunccRn4xbKgepnp+fn6BoS+ZIg/I3Q==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.1.tgz", - "integrity": "sha512-3SzZRuC/9Oi2P2IBNPsEj0KXxSXUEYRR2kfRF/Ve8QAfGgrt4qnwuWd6QQKKN5R+oYH691qjm+cXBKEcrP1v/Q==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.2.tgz", + "integrity": "sha512-Q99qwP0qibkZxm2kfnt37OxeIlliDYf5ogi3zX9ij2DULzc+KtPA9Uj0wCljcJofOBsBYaHc7597Q+Bf/251ww==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.1.tgz", - "integrity": "sha512-UQ8Wc01J0wQL+5AYOc7qkJn20B4PZmQL1KrmDZh7ot0DvD6aX4+8mmfd/dG5b6Zjo/44QvCKcvkFGCMRYuhWZA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.2.tgz", + "integrity": "sha512-WpT41QJJvkZa1eZq0WmD513zkC6AYaMI39HJKmKeiUeX2NZirG+bxv1YRDhqkns1NbBqo3+qrJqBkPmOW+xAVA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.1.tgz", - "integrity": "sha512-AeBycVdNrTzsyYKEOtR2R0Ph0hCD0sCshcp2aOnfGP0hCZbtFg09D0SdKLbyzKntisY41HxKVrydYiaApp+2uw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.2.tgz", + "integrity": "sha512-bjhhUVFchFid2gOjrvBe4fg8BShcpyFQTHuB/QQnfGxs1ddrGP30yq3fHfc6S6MoCcz9Tjd3Zzq1EfWfyy5iHA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.1.tgz", - "integrity": "sha512-fYbP/kNu/rtZ4kKzWVocIdqZOtBSUEg9qUhZaao3dy3CRzafR6u6KDtBeSCnt47O+iLnks1eOR1TUxzr5+QuqA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.2.tgz", + "integrity": "sha512-rk1Wj4d3LIlAlIAS1m2jlyfOjkNbuY1lfwKvWIAeZC51yDMzwhRD7cReE5PE+jqLDtq60PX38hDPeKd7nA1S6A==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.1.tgz", - "integrity": "sha512-6tEd1H/iFKpgpE3OIB7oNgW5XkjiVMzMRPL8zYoZ036YfuJ5nMYm9eB9H/y81+8Z76vL48fiYzMPotJwukGPqQ==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.2.tgz", + "integrity": "sha512-EUbqmCmNWT5xhnxHrCAEBzJB1AnLqxTYoRjlxiCMzGvsy5jQzhCanJ8CT9kNsApW3pfPWBWkoTa7qrwWmwnEGA==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.1.tgz", - "integrity": "sha512-g2H31jJzYmS4jkvl6TiyEjEX+Nv79a5km/xn+5DARTp5MBFzC9gwceusSSB2AkJKqZzY131AiACAWjKrVt5Ijw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.2.tgz", + "integrity": "sha512-n9H5oRUCk1uNezMgyJh9+hZdtfD8PXLLeq8DUzTycIhl0I1BulIoZ/uxWgRVDFDwAR1JHu1AykISCRFNGnc4iA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 1c3b784..cca0b13 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.8.1" + "@biomejs/biome": "1.8.2" } } \ No newline at end of file From 461065e433dfc07fe413b0017210c469f59ff36f Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:01 +0000 Subject: [PATCH 43/61] MAINT: upgrade @biomejs/biome 1.8.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6e2482f..d96dce0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.8.2 # Use the sha / tag you want to point at + rev: v1.8.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 45562c9..f504ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.8.2" + "@biomejs/biome": "1.8.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.2.tgz", - "integrity": "sha512-XafCzLgs0xbH0bCjYKxQ63ig2V86fZQMq1jiy5pyLToWk9aHxA8GAUxyBtklPHtPYZPGEPOYglQHj4jyfUp+Iw==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.3.tgz", + "integrity": "sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.8.2", - "@biomejs/cli-darwin-x64": "1.8.2", - "@biomejs/cli-linux-arm64": "1.8.2", - "@biomejs/cli-linux-arm64-musl": "1.8.2", - "@biomejs/cli-linux-x64": "1.8.2", - "@biomejs/cli-linux-x64-musl": "1.8.2", - "@biomejs/cli-win32-arm64": "1.8.2", - "@biomejs/cli-win32-x64": "1.8.2" + "@biomejs/cli-darwin-arm64": "1.8.3", + "@biomejs/cli-darwin-x64": "1.8.3", + "@biomejs/cli-linux-arm64": "1.8.3", + "@biomejs/cli-linux-arm64-musl": "1.8.3", + "@biomejs/cli-linux-x64": "1.8.3", + "@biomejs/cli-linux-x64-musl": "1.8.3", + "@biomejs/cli-win32-arm64": "1.8.3", + "@biomejs/cli-win32-x64": "1.8.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.2.tgz", - "integrity": "sha512-l9msLsTcSIAPqMsPIhodQmb50sEfaXPLQ0YW4cdj6INmd8iaOh/V9NceQb2366vACTJgcWDQ2RzlvURek1T68g==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.3.tgz", + "integrity": "sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.2.tgz", - "integrity": "sha512-Fc4y/FuIxRSiB3TJ+y27vFDE/HJt4QgBuymktsIKEcBZvnKfsRjxvzVDunccRn4xbKgepnp+fn6BoS+ZIg/I3Q==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.3.tgz", + "integrity": "sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.2.tgz", - "integrity": "sha512-Q99qwP0qibkZxm2kfnt37OxeIlliDYf5ogi3zX9ij2DULzc+KtPA9Uj0wCljcJofOBsBYaHc7597Q+Bf/251ww==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.3.tgz", + "integrity": "sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.2.tgz", - "integrity": "sha512-WpT41QJJvkZa1eZq0WmD513zkC6AYaMI39HJKmKeiUeX2NZirG+bxv1YRDhqkns1NbBqo3+qrJqBkPmOW+xAVA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.3.tgz", + "integrity": "sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.2.tgz", - "integrity": "sha512-bjhhUVFchFid2gOjrvBe4fg8BShcpyFQTHuB/QQnfGxs1ddrGP30yq3fHfc6S6MoCcz9Tjd3Zzq1EfWfyy5iHA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.3.tgz", + "integrity": "sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.2.tgz", - "integrity": "sha512-rk1Wj4d3LIlAlIAS1m2jlyfOjkNbuY1lfwKvWIAeZC51yDMzwhRD7cReE5PE+jqLDtq60PX38hDPeKd7nA1S6A==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.3.tgz", + "integrity": "sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.2.tgz", - "integrity": "sha512-EUbqmCmNWT5xhnxHrCAEBzJB1AnLqxTYoRjlxiCMzGvsy5jQzhCanJ8CT9kNsApW3pfPWBWkoTa7qrwWmwnEGA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.3.tgz", + "integrity": "sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.2.tgz", - "integrity": "sha512-n9H5oRUCk1uNezMgyJh9+hZdtfD8PXLLeq8DUzTycIhl0I1BulIoZ/uxWgRVDFDwAR1JHu1AykISCRFNGnc4iA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.3.tgz", + "integrity": "sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index cca0b13..9cd8ca5 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.8.2" + "@biomejs/biome": "1.8.3" } } \ No newline at end of file From 74640b57e619008cd33121d502dbc3dd75d2fa42 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:02 +0000 Subject: [PATCH 44/61] MAINT: upgrade @biomejs/biome 1.9.0 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index d96dce0..7a0d250 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.8.3 # Use the sha / tag you want to point at + rev: v1.9.0 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f504ee3..34fe183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.8.3" + "@biomejs/biome": "1.9.0" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.8.3.tgz", - "integrity": "sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.0.tgz", + "integrity": "sha512-NlWh2F1wbxB3O/wE+aohGL0BziTS6e+6+dyFvpdeqLsbQZY7EsiklFb9W5Xs41U4vEmY7ANgdNp+oVDij6sQdA==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.8.3", - "@biomejs/cli-darwin-x64": "1.8.3", - "@biomejs/cli-linux-arm64": "1.8.3", - "@biomejs/cli-linux-arm64-musl": "1.8.3", - "@biomejs/cli-linux-x64": "1.8.3", - "@biomejs/cli-linux-x64-musl": "1.8.3", - "@biomejs/cli-win32-arm64": "1.8.3", - "@biomejs/cli-win32-x64": "1.8.3" + "@biomejs/cli-darwin-arm64": "1.9.0", + "@biomejs/cli-darwin-x64": "1.9.0", + "@biomejs/cli-linux-arm64": "1.9.0", + "@biomejs/cli-linux-arm64-musl": "1.9.0", + "@biomejs/cli-linux-x64": "1.9.0", + "@biomejs/cli-linux-x64-musl": "1.9.0", + "@biomejs/cli-win32-arm64": "1.9.0", + "@biomejs/cli-win32-x64": "1.9.0" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.3.tgz", - "integrity": "sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.0.tgz", + "integrity": "sha512-2w9v/NRtYSmodx5QWQ49OGcyGKSECdWKbzc7n532Iq5sBhkKk996fd19icT6BuL54f01KFKRCRibAW+A2rg1Kw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.3.tgz", - "integrity": "sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.0.tgz", + "integrity": "sha512-fBVt8jJQi0zX0SJ1C+tdzUbRpuX/07sgtBXEhunWRkPjdi6W/2S1sYHQ1wKn4OKiRAKfHM2Cf2FNO7hQvY61dA==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.3.tgz", - "integrity": "sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.0.tgz", + "integrity": "sha512-l8U2lcqsl9yKPP5WUdIrKH//C1pWyM2cSUfcTBn6GSvXmsSjBNEdGSdM4Wfne777Oe/9ONaD1Ga53U2HksHHLw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.3.tgz", - "integrity": "sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.0.tgz", + "integrity": "sha512-Jy84mZ4vcppdmWMgQWOCfd8qIVC/vHmlaS5gy7GXkdWlBKSQ56YxEXTU58MHTbZ16LwJQpK2IulqRCC/rqWLBA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.3.tgz", - "integrity": "sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.0.tgz", + "integrity": "sha512-8jAzjrrJTj510pwq4aVs7ZKkOvEy1D+nzl9DKvrPh4TOyUw5Ie+0EDwXGE2RAkCKHkGNOQBZ78WtIdsATgz5sA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.3.tgz", - "integrity": "sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.0.tgz", + "integrity": "sha512-N3enoFoIrkB6qJWyYfTiYmFdB1R/Mrij1dd1xBHqxxCKZY9GRkEswRX3F1Uqzo5T+9Iu8nAQobDqI/ygicYy/Q==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.3.tgz", - "integrity": "sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.0.tgz", + "integrity": "sha512-AIjwJTGfdWGMRluSQ9pDB29nzce077dfHh0/HMqzztKzgD3spyuo2R9VoaFpbR0hLHPWEH6g6OxxDO7hfkXNkQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.3.tgz", - "integrity": "sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.0.tgz", + "integrity": "sha512-4/4wTjNSoyNkm1SzcUaStDx46baX1VJRXtUoeEHjX9LfedR5N3qwZz5KfrRUnCd2fl5bmXK1CwMqKBkoF6zEiA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 9cd8ca5..ffa7938 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.8.3" + "@biomejs/biome": "1.9.0" } } \ No newline at end of file From bc50e03bd48d5d9211ab9da3fa25661ed6ae33cd Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:02 +0000 Subject: [PATCH 45/61] MAINT: upgrade @biomejs/biome 1.9.1 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 7a0d250..1ecffff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.0 # Use the sha / tag you want to point at + rev: v1.9.1 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 34fe183..4f80a09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.0" + "@biomejs/biome": "1.9.1" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.0.tgz", - "integrity": "sha512-NlWh2F1wbxB3O/wE+aohGL0BziTS6e+6+dyFvpdeqLsbQZY7EsiklFb9W5Xs41U4vEmY7ANgdNp+oVDij6sQdA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.1.tgz", + "integrity": "sha512-Ps0Rg0zg3B1zpx+zQHMz5b0n0PBNCAaXttHEDTVrJD5YXR6Uj3T+abTDgeS3wsu4z5i2whqcE1lZxGyWH4bZYg==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.0", - "@biomejs/cli-darwin-x64": "1.9.0", - "@biomejs/cli-linux-arm64": "1.9.0", - "@biomejs/cli-linux-arm64-musl": "1.9.0", - "@biomejs/cli-linux-x64": "1.9.0", - "@biomejs/cli-linux-x64-musl": "1.9.0", - "@biomejs/cli-win32-arm64": "1.9.0", - "@biomejs/cli-win32-x64": "1.9.0" + "@biomejs/cli-darwin-arm64": "1.9.1", + "@biomejs/cli-darwin-x64": "1.9.1", + "@biomejs/cli-linux-arm64": "1.9.1", + "@biomejs/cli-linux-arm64-musl": "1.9.1", + "@biomejs/cli-linux-x64": "1.9.1", + "@biomejs/cli-linux-x64-musl": "1.9.1", + "@biomejs/cli-win32-arm64": "1.9.1", + "@biomejs/cli-win32-x64": "1.9.1" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.0.tgz", - "integrity": "sha512-2w9v/NRtYSmodx5QWQ49OGcyGKSECdWKbzc7n532Iq5sBhkKk996fd19icT6BuL54f01KFKRCRibAW+A2rg1Kw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.1.tgz", + "integrity": "sha512-js0brHswq/BoeKgfSEUJYOjUOlML6p65Nantti+PsoQ61u9+YVGIZ7325LK7iUpDH8KVJT+Bx7K2b/6Q//W1Pw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.0.tgz", - "integrity": "sha512-fBVt8jJQi0zX0SJ1C+tdzUbRpuX/07sgtBXEhunWRkPjdi6W/2S1sYHQ1wKn4OKiRAKfHM2Cf2FNO7hQvY61dA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.1.tgz", + "integrity": "sha512-2zVyjUg5rN0k8XrytkubQWLbp2r/AS5wPhXs4vgVjvqbLnzo32EGX8p61gzroF2dH9DCUCfskdrigCGqNdEbpg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.0.tgz", - "integrity": "sha512-l8U2lcqsl9yKPP5WUdIrKH//C1pWyM2cSUfcTBn6GSvXmsSjBNEdGSdM4Wfne777Oe/9ONaD1Ga53U2HksHHLw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.1.tgz", + "integrity": "sha512-QgxwfnG+r2aer5RNGR67Ey91Tv7xXW8E9YckHhwuyWjdLEvKWkrSJrhVG/6ub0kVvTSNkYOuT/7/jMOFBuUbRA==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.0.tgz", - "integrity": "sha512-Jy84mZ4vcppdmWMgQWOCfd8qIVC/vHmlaS5gy7GXkdWlBKSQ56YxEXTU58MHTbZ16LwJQpK2IulqRCC/rqWLBA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.1.tgz", + "integrity": "sha512-L/JmXKvhsZ1lTgqOr3tWkzuY/NRppdIscHeC9aaiR72WjnBgJS94mawl9BWmGB3aWBc0q6oSDWnBS7617EMMmA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.0.tgz", - "integrity": "sha512-8jAzjrrJTj510pwq4aVs7ZKkOvEy1D+nzl9DKvrPh4TOyUw5Ie+0EDwXGE2RAkCKHkGNOQBZ78WtIdsATgz5sA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.1.tgz", + "integrity": "sha512-F0INygtzI2L2n2R1KtYHGr3YWDt9Up1zrUluwembM+iJ1dXN3qzlSb7deFUsSJm4FaIPriqs6Xa56ukdQW6UeQ==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.0.tgz", - "integrity": "sha512-N3enoFoIrkB6qJWyYfTiYmFdB1R/Mrij1dd1xBHqxxCKZY9GRkEswRX3F1Uqzo5T+9Iu8nAQobDqI/ygicYy/Q==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.1.tgz", + "integrity": "sha512-gY+eFLIAW45v3WicQHicvjRfA0ntMZHx7h937bXwBMFNFoKmB6rMi6+fKQ6/hiS6juhsFxZdZIz20m15s49J6A==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.0.tgz", - "integrity": "sha512-AIjwJTGfdWGMRluSQ9pDB29nzce077dfHh0/HMqzztKzgD3spyuo2R9VoaFpbR0hLHPWEH6g6OxxDO7hfkXNkQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.1.tgz", + "integrity": "sha512-7Jahxar3OB+aTPOgXisMJmMKMsjcK+UmdlG3UIOQjzN/ZFEsPV+GT3bfrVjZDQaCw/zes0Cqd7VTWFjFTC/+MQ==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.0.tgz", - "integrity": "sha512-4/4wTjNSoyNkm1SzcUaStDx46baX1VJRXtUoeEHjX9LfedR5N3qwZz5KfrRUnCd2fl5bmXK1CwMqKBkoF6zEiA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.1.tgz", + "integrity": "sha512-liSRWjWzFhyG7s1jg/Bbv9FL+ha/CEd5tFO3+dFIJNplL4TnvAivtyfRVi/tu/pNjISbV1k9JwdBewtAKAgA0w==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index ffa7938..2296f50 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.0" + "@biomejs/biome": "1.9.1" } } \ No newline at end of file From 6272d1130b78a7afd9d1e419075480e8ca3ab9eb Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:03 +0000 Subject: [PATCH 46/61] MAINT: upgrade @biomejs/biome 1.9.2 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 1ecffff..ed10580 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.1 # Use the sha / tag you want to point at + rev: v1.9.2 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 4f80a09..df6b44b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.1" + "@biomejs/biome": "1.9.2" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.1.tgz", - "integrity": "sha512-Ps0Rg0zg3B1zpx+zQHMz5b0n0PBNCAaXttHEDTVrJD5YXR6Uj3T+abTDgeS3wsu4z5i2whqcE1lZxGyWH4bZYg==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.2.tgz", + "integrity": "sha512-4j2Gfwft8Jqp1X0qLYvK4TEy4xhTo4o6rlvJPsjPeEame8gsmbGQfOPBkw7ur+7/Z/f0HZmCZKqbMvR7vTXQYQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.1", - "@biomejs/cli-darwin-x64": "1.9.1", - "@biomejs/cli-linux-arm64": "1.9.1", - "@biomejs/cli-linux-arm64-musl": "1.9.1", - "@biomejs/cli-linux-x64": "1.9.1", - "@biomejs/cli-linux-x64-musl": "1.9.1", - "@biomejs/cli-win32-arm64": "1.9.1", - "@biomejs/cli-win32-x64": "1.9.1" + "@biomejs/cli-darwin-arm64": "1.9.2", + "@biomejs/cli-darwin-x64": "1.9.2", + "@biomejs/cli-linux-arm64": "1.9.2", + "@biomejs/cli-linux-arm64-musl": "1.9.2", + "@biomejs/cli-linux-x64": "1.9.2", + "@biomejs/cli-linux-x64-musl": "1.9.2", + "@biomejs/cli-win32-arm64": "1.9.2", + "@biomejs/cli-win32-x64": "1.9.2" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.1.tgz", - "integrity": "sha512-js0brHswq/BoeKgfSEUJYOjUOlML6p65Nantti+PsoQ61u9+YVGIZ7325LK7iUpDH8KVJT+Bx7K2b/6Q//W1Pw==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.2.tgz", + "integrity": "sha512-rbs9uJHFmhqB3Td0Ro+1wmeZOHhAPTL3WHr8NtaVczUmDhXkRDWScaxicG9+vhSLj1iLrW47itiK6xiIJy6vaA==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.1.tgz", - "integrity": "sha512-2zVyjUg5rN0k8XrytkubQWLbp2r/AS5wPhXs4vgVjvqbLnzo32EGX8p61gzroF2dH9DCUCfskdrigCGqNdEbpg==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.2.tgz", + "integrity": "sha512-BlfULKijNaMigQ9GH9fqJVt+3JTDOSiZeWOQtG/1S1sa8Lp046JHG3wRJVOvekTPL9q/CNFW1NVG8J0JN+L1OA==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.1.tgz", - "integrity": "sha512-QgxwfnG+r2aer5RNGR67Ey91Tv7xXW8E9YckHhwuyWjdLEvKWkrSJrhVG/6ub0kVvTSNkYOuT/7/jMOFBuUbRA==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.2.tgz", + "integrity": "sha512-T8TJuSxuBDeQCQzxZu2o3OU4eyLumTofhCxxFd3+aH2AEWVMnH7Z/c3QP1lHI5RRMBP9xIJeMORqDQ5j+gVZzw==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.1.tgz", - "integrity": "sha512-L/JmXKvhsZ1lTgqOr3tWkzuY/NRppdIscHeC9aaiR72WjnBgJS94mawl9BWmGB3aWBc0q6oSDWnBS7617EMMmA==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.2.tgz", + "integrity": "sha512-ZATvbUWhNxegSALUnCKWqetTZqrK72r2RsFD19OK5jXDj/7o1hzI1KzDNG78LloZxftrwr3uI9SqCLh06shSZw==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.1.tgz", - "integrity": "sha512-F0INygtzI2L2n2R1KtYHGr3YWDt9Up1zrUluwembM+iJ1dXN3qzlSb7deFUsSJm4FaIPriqs6Xa56ukdQW6UeQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.2.tgz", + "integrity": "sha512-T0cPk3C3Jr2pVlsuQVTBqk2qPjTm8cYcTD9p/wmR9MeVqui1C/xTVfOIwd3miRODFMrJaVQ8MYSXnVIhV9jTjg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.1.tgz", - "integrity": "sha512-gY+eFLIAW45v3WicQHicvjRfA0ntMZHx7h937bXwBMFNFoKmB6rMi6+fKQ6/hiS6juhsFxZdZIz20m15s49J6A==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.2.tgz", + "integrity": "sha512-CjPM6jT1miV5pry9C7qv8YJk0FIZvZd86QRD3atvDgfgeh9WQU0k2Aoo0xUcPdTnoz0WNwRtDicHxwik63MmSg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.1.tgz", - "integrity": "sha512-7Jahxar3OB+aTPOgXisMJmMKMsjcK+UmdlG3UIOQjzN/ZFEsPV+GT3bfrVjZDQaCw/zes0Cqd7VTWFjFTC/+MQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.2.tgz", + "integrity": "sha512-2x7gSty75bNIeD23ZRPXyox6Z/V0M71ObeJtvQBhi1fgrvPdtkEuw7/0wEHg6buNCubzOFuN9WYJm6FKoUHfhg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.1.tgz", - "integrity": "sha512-liSRWjWzFhyG7s1jg/Bbv9FL+ha/CEd5tFO3+dFIJNplL4TnvAivtyfRVi/tu/pNjISbV1k9JwdBewtAKAgA0w==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.2.tgz", + "integrity": "sha512-JC3XvdYcjmu1FmAehVwVV0SebLpeNTnO2ZaMdGCSOdS7f8O9Fq14T2P1gTG1Q29Q8Dt1S03hh0IdVpIZykOL8g==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 2296f50..0a3d522 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.1" + "@biomejs/biome": "1.9.2" } } \ No newline at end of file From cdbcaad47e6846c822f744b1999a1a2ce4391210 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:03 +0000 Subject: [PATCH 47/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index ed10580..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.2 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index df6b44b..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.2" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.2.tgz", - "integrity": "sha512-4j2Gfwft8Jqp1X0qLYvK4TEy4xhTo4o6rlvJPsjPeEame8gsmbGQfOPBkw7ur+7/Z/f0HZmCZKqbMvR7vTXQYQ==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.2", - "@biomejs/cli-darwin-x64": "1.9.2", - "@biomejs/cli-linux-arm64": "1.9.2", - "@biomejs/cli-linux-arm64-musl": "1.9.2", - "@biomejs/cli-linux-x64": "1.9.2", - "@biomejs/cli-linux-x64-musl": "1.9.2", - "@biomejs/cli-win32-arm64": "1.9.2", - "@biomejs/cli-win32-x64": "1.9.2" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.2.tgz", - "integrity": "sha512-rbs9uJHFmhqB3Td0Ro+1wmeZOHhAPTL3WHr8NtaVczUmDhXkRDWScaxicG9+vhSLj1iLrW47itiK6xiIJy6vaA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.2.tgz", - "integrity": "sha512-BlfULKijNaMigQ9GH9fqJVt+3JTDOSiZeWOQtG/1S1sa8Lp046JHG3wRJVOvekTPL9q/CNFW1NVG8J0JN+L1OA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.2.tgz", - "integrity": "sha512-T8TJuSxuBDeQCQzxZu2o3OU4eyLumTofhCxxFd3+aH2AEWVMnH7Z/c3QP1lHI5RRMBP9xIJeMORqDQ5j+gVZzw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.2.tgz", - "integrity": "sha512-ZATvbUWhNxegSALUnCKWqetTZqrK72r2RsFD19OK5jXDj/7o1hzI1KzDNG78LloZxftrwr3uI9SqCLh06shSZw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.2.tgz", - "integrity": "sha512-T0cPk3C3Jr2pVlsuQVTBqk2qPjTm8cYcTD9p/wmR9MeVqui1C/xTVfOIwd3miRODFMrJaVQ8MYSXnVIhV9jTjg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.2.tgz", - "integrity": "sha512-CjPM6jT1miV5pry9C7qv8YJk0FIZvZd86QRD3atvDgfgeh9WQU0k2Aoo0xUcPdTnoz0WNwRtDicHxwik63MmSg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.2.tgz", - "integrity": "sha512-2x7gSty75bNIeD23ZRPXyox6Z/V0M71ObeJtvQBhi1fgrvPdtkEuw7/0wEHg6buNCubzOFuN9WYJm6FKoUHfhg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.2.tgz", - "integrity": "sha512-JC3XvdYcjmu1FmAehVwVV0SebLpeNTnO2ZaMdGCSOdS7f8O9Fq14T2P1gTG1Q29Q8Dt1S03hh0IdVpIZykOL8g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 0a3d522..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.2" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From c57d5be2fafd55ae8caac6fec94a2685ccf17cc6 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:57:04 +0000 Subject: [PATCH 48/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From b3a8e4d960edfca2e3ed0a842b581eb99cdc8666 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:07:25 +0000 Subject: [PATCH 49/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From 7d474090ad3c9c65e9bb7c8dc67ca2fb19c0aece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:09:19 +0000 Subject: [PATCH 50/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From 879d63b5c1bcac6fc01081186c66ae06b0c445b8 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:14:55 +0000 Subject: [PATCH 51/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From bfcc790e37df159097c86f9479766729e2fd645a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:20:40 +0000 Subject: [PATCH 52/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From bbb3101b1016f67ee5f08c3525ca0e9749890faa Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:24:15 +0000 Subject: [PATCH 53/61] MAINT: upgrade @biomejs/biome 1.9.3 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From d5ab934642240de9ed2fc752616c7d0fbd8e1b39 Mon Sep 17 00:00:00 2001 From: YuXuan Tay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:31:50 +0800 Subject: [PATCH 54/61] feat: create merge pr (#36) Signed-off-by: YuXuan Tay <5795122+yxtay@users.noreply.github.com> --- .github/workflows/update.js | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/update.js b/.github/workflows/update.js index b558aa9..c731393 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -51,6 +51,10 @@ async function getExistingVersions() { .sort(); } +function getMessage(version) { + return `MAINT: upgrade ${PACKAGE_NAME} ${version}`; +} + async function setGitConfig(versions) { const email = `${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com`; @@ -64,10 +68,6 @@ function getBranchName(version) { return `maint/upgrade-${PACKAGE_NAME.replace("/", "-")}-${version}`; } -function getMessage(version) { - return `MAINT: upgrade ${PACKAGE_NAME} ${version}`; -} - async function updateFiles(version) { await updateReadme(version); await updatePackageJson(version); @@ -94,16 +94,21 @@ async function updatePackageJson(version) { async function commitAndPushTag(version) { const tag = `v${version}`; - await git("add", "README.md", "package.json", "package-lock.json"); - await git("commit", "-m", `"${getMessage(version)}"`); - await git("tag", tag); - await git("push", "origin", tag); + const message = getMessage(version); + await git("commit", "--message", `"${message}"`); + await git("tag", "--message", `"${message}"`, "--annotate", tag); } async function mergePullRequest(versions) { - await git("push", "--set-upstream", "origin", getBranchName(versions.at(-1))); + await git( + "push", + "--follow-tags", + "--set-upstream", + "origin", + getBranchName(versions.at(-1)) + ); await exec(`gh pr create --fill --title "${getMessage(versions.at(-1))}"`); - await exec("gh pr merge --rebase --delete-branch"); + await exec("gh pr merge --merge --delete-branch"); } async function git(...cmd) { From 483cdd1740dfc9a145c856d94895152d6e00a2a7 Mon Sep 17 00:00:00 2001 From: YuXuan Tay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:47:28 +0800 Subject: [PATCH 55/61] feat: merge protected branch (#38) Signed-off-by: YuXuan Tay <5795122+yxtay@users.noreply.github.com> --- .github/workflows/update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update.js b/.github/workflows/update.js index c731393..7eebf64 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -95,6 +95,8 @@ async function updatePackageJson(version) { async function commitAndPushTag(version) { const tag = `v${version}`; const message = getMessage(version); + + await git("add", "README.md", "package.json", "package-lock.json"); await git("commit", "--message", `"${message}"`); await git("tag", "--message", `"${message}"`, "--annotate", tag); } From b6476d30874ec4ccadd2263d9f143bb45f995d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:49:03 +0000 Subject: [PATCH 56/61] MAINT: upgrade @biomejs/biome 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From 6b6019ec76ffb2494c8d75278773ff9330779e37 Mon Sep 17 00:00:00 2001 From: YuXuan Tay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:01:30 +0800 Subject: [PATCH 57/61] feat: merge protected branch (#40) Signed-off-by: YuXuan Tay <5795122+yxtay@users.noreply.github.com> --- .github/workflows/update.js | 4 ++-- README.md | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update.js b/.github/workflows/update.js index 7eebf64..e88f182 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -52,7 +52,7 @@ async function getExistingVersions() { } function getMessage(version) { - return `MAINT: upgrade ${PACKAGE_NAME} ${version}`; + return `build(deps): bump ${PACKAGE_NAME} to ${version}`; } async function setGitConfig(versions) { @@ -65,7 +65,7 @@ async function setGitConfig(versions) { } function getBranchName(version) { - return `maint/upgrade-${PACKAGE_NAME.replace("/", "-")}-${version}`; + return `build/bump-${PACKAGE_NAME.replace("/", "-")}-${version}`; } async function updateFiles(version) { diff --git a/README.md b/README.md index e019091..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 # Use the sha / tag you want to point at + rev: v1.9.3 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index 506995a..4c0e1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", - "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", + "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", "cpu": [ "arm64" ], diff --git a/package.json b/package.json index a0f53b8..fd55c7c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" } } \ No newline at end of file From 41997cf1bbde6172ad0145bfa6b45aca912180d0 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:10:42 +0000 Subject: [PATCH 58/61] build(deps): bump @biomejs/biome to 1.9.3 --- package-lock.json | 66 +++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c0e1dc..f57b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.4" + "@biomejs/biome": "1.9.3" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", - "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", + "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.4", - "@biomejs/cli-darwin-x64": "1.9.4", - "@biomejs/cli-linux-arm64": "1.9.4", - "@biomejs/cli-linux-arm64-musl": "1.9.4", - "@biomejs/cli-linux-x64": "1.9.4", - "@biomejs/cli-linux-x64-musl": "1.9.4", - "@biomejs/cli-win32-arm64": "1.9.4", - "@biomejs/cli-win32-x64": "1.9.4" + "@biomejs/cli-darwin-arm64": "1.9.3", + "@biomejs/cli-darwin-x64": "1.9.3", + "@biomejs/cli-linux-arm64": "1.9.3", + "@biomejs/cli-linux-arm64-musl": "1.9.3", + "@biomejs/cli-linux-x64": "1.9.3", + "@biomejs/cli-linux-x64-musl": "1.9.3", + "@biomejs/cli-win32-arm64": "1.9.3", + "@biomejs/cli-win32-x64": "1.9.3" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", - "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", + "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", - "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", + "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", - "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", + "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", - "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", + "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", - "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", + "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", - "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", + "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", - "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", + "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", "cpu": [ "x64" ], From f2098747ad64da54ae882078fcbf7b62e55a6f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:14:25 +0000 Subject: [PATCH 59/61] build(deps): bump @biomejs/biome to 1.9.4 --- README.md | 2 +- package-lock.json | 72 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 52e2bc4..e019091 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ add the following pre-commit configuration to the root of your project in a file ```yaml repos: - repo: https://github.com/biomejs/pre-commit - rev: v1.9.3 # Use the sha / tag you want to point at + rev: v1.9.4 # Use the sha / tag you want to point at hooks: - id: biome-check ``` diff --git a/package-lock.json b/package-lock.json index f57b203..506995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,16 +8,16 @@ "name": "@biomejs/pre-commit", "version": "0.0.0", "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" }, "bin": { "biome": "node_modules/@biomejs/biome/bin/biome" } }, "node_modules/@biomejs/biome": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.3.tgz", - "integrity": "sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz", + "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "bin": { @@ -31,20 +31,20 @@ "url": "https://opencollective.com/biome" }, "optionalDependencies": { - "@biomejs/cli-darwin-arm64": "1.9.3", - "@biomejs/cli-darwin-x64": "1.9.3", - "@biomejs/cli-linux-arm64": "1.9.3", - "@biomejs/cli-linux-arm64-musl": "1.9.3", - "@biomejs/cli-linux-x64": "1.9.3", - "@biomejs/cli-linux-x64-musl": "1.9.3", - "@biomejs/cli-win32-arm64": "1.9.3", - "@biomejs/cli-win32-x64": "1.9.3" + "@biomejs/cli-darwin-arm64": "1.9.4", + "@biomejs/cli-darwin-x64": "1.9.4", + "@biomejs/cli-linux-arm64": "1.9.4", + "@biomejs/cli-linux-arm64-musl": "1.9.4", + "@biomejs/cli-linux-x64": "1.9.4", + "@biomejs/cli-linux-x64-musl": "1.9.4", + "@biomejs/cli-win32-arm64": "1.9.4", + "@biomejs/cli-win32-x64": "1.9.4" } }, "node_modules/@biomejs/cli-darwin-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.3.tgz", - "integrity": "sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", "cpu": [ "arm64" ], @@ -58,9 +58,9 @@ } }, "node_modules/@biomejs/cli-darwin-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.3.tgz", - "integrity": "sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", "cpu": [ "x64" ], @@ -74,9 +74,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.3.tgz", - "integrity": "sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", "cpu": [ "arm64" ], @@ -90,9 +90,9 @@ } }, "node_modules/@biomejs/cli-linux-arm64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.3.tgz", - "integrity": "sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", "cpu": [ "arm64" ], @@ -106,9 +106,9 @@ } }, "node_modules/@biomejs/cli-linux-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.3.tgz", - "integrity": "sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz", + "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==", "cpu": [ "x64" ], @@ -122,9 +122,9 @@ } }, "node_modules/@biomejs/cli-linux-x64-musl": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.3.tgz", - "integrity": "sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz", + "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==", "cpu": [ "x64" ], @@ -138,9 +138,9 @@ } }, "node_modules/@biomejs/cli-win32-arm64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.3.tgz", - "integrity": "sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", "cpu": [ "arm64" ], @@ -154,9 +154,9 @@ } }, "node_modules/@biomejs/cli-win32-x64": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.3.tgz", - "integrity": "sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd55c7c..a0f53b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "biome": "./node_modules/@biomejs/biome/bin/biome" }, "dependencies": { - "@biomejs/biome": "1.9.3" + "@biomejs/biome": "1.9.4" } } \ No newline at end of file From a4ffa690cbdf0e2792e2580f8a6a8eca52f70f58 Mon Sep 17 00:00:00 2001 From: yxtay <5795122+yxtay@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:45:30 +0800 Subject: [PATCH 60/61] feat: merge protected branch --- .github/workflows/dependabot-pr.yml | 1 + .github/workflows/update.js | 49 +++++++++++++++++++++-------- .github/workflows/update.yml | 2 ++ 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 1b6a720..91a5f55 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -18,4 +18,5 @@ jobs: if: ${{ contains(needs.dependabot-metadata.outputs.dependency-names, 'biome') }} permissions: contents: write + pull-requests: write uses: ./.github/workflows/update.yml diff --git a/.github/workflows/update.js b/.github/workflows/update.js index 4ad9640..5501a70 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -16,14 +16,14 @@ async function main() { return; } - await setGitConfig(); + await setGitConfig(missingVersions); for (const version of missingVersions) { - console.log(`Updating to ${PACKAGE_NAME} ${version}`); + console.log(getMessage(version)); await updateFiles(version); - await commitAndPushTag(version); + await commitTag(version); } - await git("push", "origin", `HEAD:refs/heads/${DEFAULT_BRANCH}`); + await mergePullRequest(missingVersions); } async function getMissingVersions() { @@ -37,6 +37,12 @@ async function getAllVersions() { return allVersions.filter((v) => !v.includes("nightly")).sort(); } +async function getNodePackageVersions(packageName) { + const { stdout } = await exec(`npm view ${packageName} --json`); + const output = JSON.parse(stdout); + return output.versions; +} + async function getExistingVersions() { const existingTags = await git("tag", "--list"); return existingTags @@ -45,17 +51,21 @@ async function getExistingVersions() { .sort(); } -async function setGitConfig() { +function getMessage(version) { + return `build(deps): bump ${PACKAGE_NAME} to ${version}`; +} + +async function setGitConfig(versions) { const email = `${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com`; + await git("config", "user.name", GITHUB_ACTOR); await git("config", "user.email", email); await git("checkout", DEFAULT_BRANCH); + await git("checkout", "-b", getBranchName(versions.at(-1))); } -async function getNodePackageVersions(packageName) { - const { stdout } = await exec(`npm view ${packageName} --json`); - const output = JSON.parse(stdout); - return output.versions; +function getBranchName(version) { + return `build/bump-${PACKAGE_NAME.replace("/", "-")}-${version}`; } async function updateFiles(version) { @@ -82,12 +92,25 @@ async function updatePackageJson(version) { ); } -async function commitAndPushTag(version) { +async function commitTag(version) { const tag = `v${version}`; + const message = getMessage(version); + await git("add", "README.md", "package.json", "package-lock.json"); - await git("commit", "-m", `"MAINT: upgrade to ${PACKAGE_NAME} ${version}"`); - await git("tag", tag); - await git("push", "origin", tag); + await git("commit", "--message", `"${message}"`); + await git("tag", "--annotate", tag, "--message", `"${message}"`); +} + +async function mergePullRequest(versions) { + await git( + "push", + "--follow-tags", + "--set-upstream", + "origin", + getBranchName(versions.at(-1)) + ); + await exec(`gh pr create --fill --title "${getMessage(versions.at(-1))}"`); + await exec("gh pr merge --merge --delete-branch"); } async function git(...cmd) { diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 27d64c4..a0ab9a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - uses: actions/checkout@v4 with: @@ -23,3 +24,4 @@ jobs: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} GITHUB_ACTOR: github-actions[bot] GITHUB_ACTOR_ID: 41898282 + GH_TOKEN: ${{ github.token }} From 1e7e06b643605c9e9e3b7c20472b916496b2cd04 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 7 Feb 2025 13:30:11 +0000 Subject: [PATCH 61/61] Apply suggestions from code review Co-authored-by: YuXuan Tay <5795122+yxtay@users.noreply.github.com> --- .github/workflows/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.js b/.github/workflows/update.js index 5501a70..5170b23 100644 --- a/.github/workflows/update.js +++ b/.github/workflows/update.js @@ -110,7 +110,7 @@ async function mergePullRequest(versions) { getBranchName(versions.at(-1)) ); await exec(`gh pr create --fill --title "${getMessage(versions.at(-1))}"`); - await exec("gh pr merge --merge --delete-branch"); + await exec("gh pr merge --auto --merge --delete-branch"); } async function git(...cmd) {