ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#176
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1762179508948 into main
4 files +7 -7

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.

deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,5 +1,5 @@
11dependencies:
2 bun: ^1.3.0
2 bun: ^1.3.1
33 mysql: latest
44 postgres: latest
55 sqlite: latest
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.19.0-integration-next.14",
16 "@prisma/client": "^6.20.0-integration-oidc-truster-publishers.2",
1717 "better-sqlite3": "^12.4.1",
1818 "bun-query-builder": "workspace:*",
1919 "chalk": "^5.6.2",
@@ -21,7 +21,7 @@
2121 "drizzle-orm": "^0.45.0-82993ae",
2222 "kysely": "^0.28.8",
2323 "mitata": "^1.0.34",
24 "prisma": "^6.19.0-integration-next.14",
24 "prisma": "^6.20.0-integration-oidc-truster-publishers.2",
2525 "typeorm": "^0.3.27"
2626 },
2727 "devDependencies": {