ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1759500437955 into main
7 files +96 -77

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/benchmark/package.jsonmodified+2-2
Changes to packages/benchmark/package.json
@@ -13,7 +13,7 @@
1313 "clean": "bun run src/clean.ts"
1414 },
1515 "dependencies": {
16 "@prisma/client": "^6.17.0-integration-remove-driver-adapter-flag-check.1",
16 "@prisma/client": "^6.17.0",
1717 "better-sqlite3": "^12.4.1",
1818 "bun-query-builder": "workspace:*",
1919 "chalk": "^5.6.2",
@@ -21,7 +21,7 @@
2121 "drizzle-orm": "^0.44.6",
2222 "kysely": "^0.28.7",
2323 "mitata": "^0.1.14",
24 "prisma": "^6.17.0-integration-remove-driver-adapter-flag-check.1",
24 "prisma": "^6.17.0",
2525 "typeorm": "^0.3.27"
2626 },
2727 "devDependencies": {