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.

.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+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.2.4
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.2.4
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.2.4
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') }}
deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,5 +1,5 @@
11dependencies:
2 bun: ^1.2.20
2 bun: ^1.2.21
33 mysql: latest
44 postgres: latest
55 sqlite: latest
package.jsonmodified+5-5
Changes to package.json
@@ -74,17 +74,17 @@
7474 "@stacksjs/ts-validation": "^0.4.7"
7575 },
7676 "devDependencies": {
77 "@stacksjs/bumpx": "^0.1.69",
77 "@stacksjs/bumpx": "^0.1.84",
7878 "@stacksjs/docs": "^0.70.23",
7979 "@stacksjs/eslint-config": "^4.14.0-beta.3",
8080 "@stacksjs/gitlint": "^0.1.5",
8181 "@stacksjs/logsmith": "^0.1.18",
82 "@types/bun": "^1.2.21",
83 "buddy-bot": "^0.9.4",
82 "@types/bun": "^1.2.23",
83 "buddy-bot": "^0.9.7",
8484 "bun-git-hooks": "^0.2.19",
85 "bun-plugin-dtsx": "0.9.5",
85 "bun-plugin-dtsx": "0.21.12",
8686 "bunfig": "^0.15.0",
87 "typescript": "^5.9.2"
87 "typescript": "^5.9.3"
8888 },
8989 "overrides": {
9090 "unconfig": "0.3.10"