ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#70
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
5 files +12 -12

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/buddy-bot.ymlmodified+2-2
Changes to .github/workflows/buddy-bot.yml
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name: Setup PHP and Composer (if needed)
132132 if: ${{ hashFiles('composer.json') != '' }}
133 uses: shivammathur/setup-php@2.35.4
133 uses: shivammathur/setup-php@2.35.5
134134 with:
135135 php-version: '8.4'
136136 tools: composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name: Setup PHP and Composer (if needed)
250250 if: ${{ hashFiles('composer.json') != '' }}
251 uses: shivammathur/setup-php@2.35.4
251 uses: shivammathur/setup-php@2.35.5
252252 with:
253253 php-version: '8.4'
254254 tools: composer
.github/workflows/ci.ymlmodified+3-3
Changes to .github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
2424 uses: oven-sh/setup-bun@v2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v4.2.4
27 uses: actions/cache@v4.3.0
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747 uses: oven-sh/setup-bun@v2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v4.2.4
50 uses: actions/cache@v4.3.0
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -93,7 +93,7 @@ jobs:
9393 uses: oven-sh/setup-bun@v2
9494
9595 - name: Use cached node_modules
96 uses: actions/cache@v4.2.4
96 uses: actions/cache@v4.3.0
9797 with:
9898 path: node_modules
9999 key: node-modules-${{ hashFiles('**/bun.lock') }}
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2.0.2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4.2.4
22 uses: actions/cache@v4.3.0
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
bun.lockmodified+3-3
Changes to bun.lock
@@ -14,12 +14,12 @@
1414 "@stacksjs/eslint-config": "^4.14.0-beta.3",
1515 "@stacksjs/gitlint": "^0.1.5",
1616 "@stacksjs/logsmith": "^0.1.18",
17 "@types/bun": "^1.2.21",
18 "buddy-bot": "^0.9.4",
17 "@types/bun": "^1.2.23",
18 "buddy-bot": "^0.9.7",
1919 "bun-git-hooks": "^0.2.19",
2020 "bun-plugin-dtsx": "0.9.5",
2121 "bunfig": "^0.15.0",
22 "typescript": "^5.9.2",
22 "typescript": "^5.9.3",
2323 },
2424 },
2525 },
package.jsonmodified+3-3
Changes to package.json
@@ -80,12 +80,12 @@
8080 "@stacksjs/eslint-config": "^4.14.0-beta.3",
8181 "@stacksjs/gitlint": "^0.1.5",
8282 "@stacksjs/logsmith": "^0.1.18",
83 "@types/bun": "^1.2.21",
84 "buddy-bot": "^0.9.4",
83 "@types/bun": "^1.2.23",
84 "buddy-bot": "^0.9.7",
8585 "bun-git-hooks": "^0.2.19",
8686 "bun-plugin-dtsx": "0.9.5",
8787 "bunfig": "^0.15.0",
88 "typescript": "^5.9.2"
88 "typescript": "^5.9.3"
8989 },
9090 "overrides": {
9191 "unconfig": "0.3.10"