ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#162
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1761653557729 into main
5 files +17 -17

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.

.github/workflows/ci.ymlmodified+12-12
Changes to .github/workflows/ci.yml
@@ -18,13 +18,13 @@ jobs:
1818 runs-on: ubuntu-latest
1919
2020 steps:
21 - uses: actions/checkout@v5
21 - uses: actions/checkout@v5.0.0
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2
24 uses: oven-sh/setup-bun@v2.0.2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v4.3.0
27 uses: actions/cache@v4.3.0.3.0
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -41,13 +41,13 @@ jobs:
4141 runs-on: ubuntu-latest
4242
4343 steps:
44 - uses: actions/checkout@v5
44 - uses: actions/checkout@v5.0.0
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2
47 uses: oven-sh/setup-bun@v2.0.2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v4.3.0
50 uses: actions/cache@v4.3.0.3.0
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -87,13 +87,13 @@ jobs:
8787 POSTGRES_DB: test_db
8888
8989 steps:
90 - uses: actions/checkout@v5
90 - uses: actions/checkout@v5.0.0
9191
9292 - name: Install Bun
93 uses: oven-sh/setup-bun@v2
93 uses: oven-sh/setup-bun@v2.0.2
9494
9595 - name: Use cached node_modules
96 uses: actions/cache@v4.3.0
96 uses: actions/cache@v4.3.0.3.0
9797 with:
9898 path: node_modules
9999 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -115,13 +115,13 @@ jobs:
115115 runs-on: ubuntu-latest
116116
117117 steps:
118 - uses: actions/checkout@v5
118 - uses: actions/checkout@v5.0.0
119119
120120 - name: Install Bun
121 uses: oven-sh/setup-bun@v2
121 uses: oven-sh/setup-bun@v2.0.2
122122
123123 - name: Use cached node_modules
124 uses: actions/cache@v4
124 uses: actions/cache@v4.3.0
125125 with:
126126 path: node_modules
127127 key: node-modules-${{ hashFiles('**/bun.lock') }}
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
4040 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
4242 - name: Attach Binaries
43 uses: stacksjs/action-releaser@v1.2.7
43 uses: stacksjs/action-releaser@v1.2.6
4444 with:
4545 files: |
4646 packages/bun-query-builder/bin/qbx-linux-x64.zip
deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,5 +1,5 @@
11dependencies:
2 bun: ^1.2.20
2 bun: ^1.3.0
33 mysql: latest
44 postgres: latest
55 sqlite: latest
package.jsonmodified+1-1
Changes to package.json
@@ -81,7 +81,7 @@
8181 "@types/bun": "^1.3.1",
8282 "buddy-bot": "^0.9.9",
8383 "bun-git-hooks": "^0.3.1",
84 "bun-plugin-dtsx": "0.9.5",
84 "bun-plugin-dtsx": "0.21.12",
8585 "bunfig": "^0.15.0",
8686 "typescript": "^5.9.3"
8787 },
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.18.0",
16 "@prisma/client": "^6.19.0-integration-feat-remove-binary-engine.1",
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.7",
2222 "kysely": "^0.28.8",
2323 "mitata": "^1.0.34",
24 "prisma": "^6.18.0",
24 "prisma": "^6.19.0-integration-feat-remove-binary-engine.1",
2525 "typeorm": "^0.3.27"
2626 },
2727 "devDependencies": {