From 1f1f82183060befb9fa5dce4b40db6ed3c261670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:07:24 -0700 Subject: [PATCH 01/13] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 24 ++++++++++++------------ deps.yaml | 2 +- package.json | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index ec784b6..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 088d4e8..40b4395 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -87,13 +87,13 @@ jobs: POSTGRES_DB: test_db steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -115,13 +115,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/deps.yaml b/deps.yaml index 554926a..2a13b55 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,5 +1,5 @@ dependencies: - bun: ^1.2.20 + bun: ^1.2.21 mysql: latest postgres: latest sqlite: latest diff --git a/package.json b/package.json index e26bc11..bc5bf09 100644 --- a/package.json +++ b/package.json @@ -74,17 +74,17 @@ "@stacksjs/ts-validation": "^0.4.7" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.69", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.21", - "buddy-bot": "^0.9.4", + "@types/bun": "^1.2.23", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" From 0efde9230c1b03398099343ea1f025e1c86edf1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:28:27 +0000 Subject: [PATCH 02/13] chore(deps): update all non-major dependencies (updated) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bc5bf09..0e434fa 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ }, "dependencies": { "@stacksjs/launchpad": "^0.6.4", - "@stacksjs/ts-validation": "^0.4.7" + "@stacksjs/ts-validation": "^0.4.7", + "ts-mocker": "^0.1.2" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From 71c8338815fb900ab428f4890f3171e9f22e0818 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:35:03 +0000 Subject: [PATCH 03/13] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++++-- packages/benchmark/package.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 packages/benchmark/package.json diff --git a/package.json b/package.json index 0e434fa..0edc292 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "bun-query-builder", "type": "module", "version": "0.1.2", + "private": true, "description": "A simple yet performant query builder for TypeScript. Built with Bun.", "author": "Chris Breuer ", "license": "MIT", @@ -70,7 +71,6 @@ "typecheck": "bun --bun tsc" }, "dependencies": { - "@stacksjs/launchpad": "^0.6.4", "@stacksjs/ts-validation": "^0.4.7", "ts-mocker": "^0.1.2" }, @@ -79,6 +79,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", + "@stacksjs/launchpad": "^0.6.4", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", @@ -97,5 +98,8 @@ } }, "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" - } + }, + "workspaces": [ + "packages/*" + ] } diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json new file mode 100644 index 0000000..432b360 --- /dev/null +++ b/packages/benchmark/package.json @@ -0,0 +1,31 @@ +{ + "name": "@bun-query-builder/benchmark", + "type": "module", + "version": "0.1.0", + "private": true, + "description": "Performance benchmarks for bun-query-builder vs popular query builders", + "scripts": { + "bench": "bun run src/index.ts", + "bench:basic": "bun run src/benchmarks/basic.ts", + "bench:advanced": "bun run src/benchmarks/advanced.ts", + "bench:batch": "bun run src/benchmarks/batch.ts", + "setup": "bun run src/setup.ts", + "clean": "bun run src/clean.ts" + }, + "dependencies": { + "@prisma/client": "^6.17.0-integration-remove-driver-adapter-flag-check.1", + "better-sqlite3": "^12.4.1", + "bun-query-builder": "workspace:*", + "chalk": "^5.6.2", + "cli-table3": "^0.6.5", + "drizzle-orm": "^0.44.6", + "kysely": "^0.28.7", + "mitata": "^0.1.14", + "prisma": "^6.17.0-integration-remove-driver-adapter-flag-check.1", + "typeorm": "^0.3.27" + }, + "devDependencies": { + "@types/bun": "^1.2.21", + "typescript": "^5.9.2" + } +} From 3a93bfc95ea903d3d35847ea849bf5dceb122323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:36:59 +0000 Subject: [PATCH 04/13] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0edc292..29664b3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", - "bun-git-hooks": "^0.2.19", + "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "typescript": "^5.9.3" From 8705835aa97c62b916aeb00df629ae4017c7e7a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:14:53 +0000 Subject: [PATCH 05/13] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29664b3..0f8be8c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@stacksjs/launchpad": "^0.6.4", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", From 393bb70551d615ac4e4074816a6230bb415970eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:08:04 +0000 Subject: [PATCH 06/13] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.yaml b/deps.yaml index 2a13b55..e28ac67 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,5 +1,5 @@ dependencies: - bun: ^1.2.21 + bun: ^1.2.23 mysql: latest postgres: latest sqlite: latest From 88ca8af626a36ce9ac567dba08c9b4a8beadcd8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:09:08 +0000 Subject: [PATCH 07/13] chore(deps): update all non-major dependencies (updated) --- packages/benchmark/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index 432b360..7b9d80b 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -13,7 +13,7 @@ "clean": "bun run src/clean.ts" }, "dependencies": { - "@prisma/client": "^6.17.0-integration-remove-driver-adapter-flag-check.1", + "@prisma/client": "^6.17.0", "better-sqlite3": "^12.4.1", "bun-query-builder": "workspace:*", "chalk": "^5.6.2", @@ -21,7 +21,7 @@ "drizzle-orm": "^0.44.6", "kysely": "^0.28.7", "mitata": "^0.1.14", - "prisma": "^6.17.0-integration-remove-driver-adapter-flag-check.1", + "prisma": "^6.17.0", "typeorm": "^0.3.27" }, "devDependencies": { From ac9b94f7a1b75c6be82fce0a3338015aca8d5ee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:10:46 +0000 Subject: [PATCH 08/13] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f8be8c..930a88c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "ts-mocker": "^0.1.2" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From d8e6c9ce4c91c09c9db15382cd091f0b5919622c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:10:52 +0000 Subject: [PATCH 09/13] chore(deps): update all non-major dependencies (updated) --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 930a88c..dbca4e0 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ "dist" ], "scripts": { - "build": "bun --bun build.ts && bun run compile", - "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", - "compile:all": "bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", - "compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/query-builder-linux-x64", - "compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/query-builder-linux-arm64", - "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/query-builder-windows-x64.exe", + "build": "cd ./packages/bun-query-builder && bun --bun build.ts && bun run compile", + "compile": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", + "compile:all": "cd ./packages/bun-query-builder && bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", + "compile:linux-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/query-builder-linux-x64", + "compile:linux-arm64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/query-builder-linux-arm64", + "compile:windows-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/query-builder-windows-x64.exe", "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/query-builder-darwin-x64", "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/query-builder-darwin-arm64", "zip": "bun run zip:all", @@ -57,7 +57,6 @@ "zip:darwin-x64": "zip -j bin/query-builder-darwin-x64.zip bin/query-builder-darwin-x64", "zip:darwin-arm64": "zip -j bin/query-builder-darwin-arm64.zip bin/query-builder-darwin-arm64", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", - "prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip", "test": "bun test", "lint": "bunx --bun eslint .", "lint:fix": "bunx --bun eslint . --fix", From a85dd47f3e2181b7c1e1016f202f96380f5367dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:10:57 +0000 Subject: [PATCH 10/13] chore(deps): update all non-major dependencies (updated) --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index dbca4e0..c3bd594 100644 --- a/package.json +++ b/package.json @@ -63,16 +63,11 @@ "changelog": "bunx logsmith --verbose", "changelog:generate": "bunx logsmith --output CHANGELOG.md", "release": "bun run changelog:generate && bunx bumpx prompt --recursive", - "postinstall": "bunx git-hooks", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", "preview:docs": "bun --bun vitepress preview docs", "typecheck": "bun --bun tsc" }, - "dependencies": { - "@stacksjs/ts-validation": "^0.4.7", - "ts-mocker": "^0.1.2" - }, "devDependencies": { "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", From 2b1bb5dc0d7250df029eee45b9ea690fab0be783 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:08:19 -0700 Subject: [PATCH 11/13] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40b4395..5b0d9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,4 +135,4 @@ jobs: run: bun run build - name: Publish Commit - run: bunx pkg-pr-new publish + run: bunx pkg-pr-new publish "./packages/bun-query-builder" From 514677bf2d04dd192f8b5146a654c12d0138fb61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:10:12 +0000 Subject: [PATCH 12/13] chore(deps): update all non-major dependencies (updated) --- package.json | 24 ++++++++++++------------ packages/benchmark/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index c3bd594..d730443 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-query-builder", "type": "module", - "version": "0.1.2", + "version": "0.1.5", "private": true, "description": "A simple yet performant query builder for TypeScript. Built with Bun.", "author": "Chris Breuer ", @@ -42,20 +42,20 @@ ], "scripts": { "build": "cd ./packages/bun-query-builder && bun --bun build.ts && bun run compile", - "compile": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", + "compile": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --outfile bin/qbx", "compile:all": "cd ./packages/bun-query-builder && bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", - "compile:linux-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/query-builder-linux-x64", - "compile:linux-arm64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/query-builder-linux-arm64", - "compile:windows-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/query-builder-windows-x64.exe", - "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/query-builder-darwin-x64", - "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/query-builder-darwin-arm64", + "compile:linux-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/qbx-linux-x64", + "compile:linux-arm64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/qbx-linux-arm64", + "compile:windows-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/qbx-windows-x64.exe", + "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/qbx-darwin-x64", + "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/qbx-darwin-arm64", "zip": "bun run zip:all", "zip:all": "bun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64", - "zip:linux-x64": "zip -j bin/query-builder-linux-x64.zip bin/query-builder-linux-x64", - "zip:linux-arm64": "zip -j bin/query-builder-linux-arm64.zip bin/query-builder-linux-arm64", - "zip:windows-x64": "zip -j bin/query-builder-windows-x64.zip bin/query-builder-windows-x64.exe", - "zip:darwin-x64": "zip -j bin/query-builder-darwin-x64.zip bin/query-builder-darwin-x64", - "zip:darwin-arm64": "zip -j bin/query-builder-darwin-arm64.zip bin/query-builder-darwin-arm64", + "zip:linux-x64": "zip -j bin/qbx-linux-x64.zip bin/qbx-linux-x64", + "zip:linux-arm64": "zip -j bin/qbx-linux-arm64.zip bin/qbx-linux-arm64", + "zip:windows-x64": "zip -j bin/qbx-windows-x64.zip bin/qbx-windows-x64.exe", + "zip:darwin-x64": "zip -j bin/qbx-darwin-x64.zip bin/qbx-darwin-x64", + "zip:darwin-arm64": "zip -j bin/qbx-darwin-arm64.zip bin/qbx-darwin-arm64", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", "test": "bun test", "lint": "bunx --bun eslint .", diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index 7b9d80b..b24fc08 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -1,7 +1,7 @@ { "name": "@bun-query-builder/benchmark", "type": "module", - "version": "0.1.0", + "version": "0.1.5", "private": true, "description": "Performance benchmarks for bun-query-builder vs popular query builders", "scripts": { From 1ec130246ca4b3ed2af2f9d34c2ba13a238f93f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 22:07:28 +0000 Subject: [PATCH 13/13] chore(deps): update all non-major dependencies (updated) --- packages/benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index b24fc08..53bd4a1 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -19,7 +19,7 @@ "chalk": "^5.6.2", "cli-table3": "^0.6.5", "drizzle-orm": "^0.44.6", - "kysely": "^0.28.7", + "kysely": "^0.28.8", "mitata": "^0.1.14", "prisma": "^6.17.0", "typeorm": "^0.3.27"