ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#22
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1760992614025 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/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@v2
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@v2
251 uses: shivammathur/setup-php@2.35.5
252252 with:
253253 php-version: '8.4'
254254 tools: composer
.github/workflows/release.ymlmodified+3-3
Changes to .github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
1616 fetch-depth: 0
1717
1818 - name: Install Bun
19 uses: oven-sh/setup-bun@v2
19 uses: oven-sh/setup-bun@v2.0.2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4
22 uses: actions/cache@v4.3.0
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -40,7 +40,7 @@ jobs:
4040 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
4242 - name: Attach Binaries
43 uses: softprops/action-gh-release@v2
43 uses: softprops/action-gh-release@v2.4.1
4444 with:
4545 files: |
4646 bin/bunpress-linux-x64
package.jsonmodified+1-1
Changes to package.json
@@ -71,7 +71,7 @@
7171 "@stacksjs/logsmith": "^0.2.0",
7272 "@stacksjs/ts-i18n": "^0.0.0",
7373 "bun-git-hooks": "^0.3.1",
74 "bun-plugin-dtsx": "0.9.5",
74 "bun-plugin-dtsx": "0.21.12",
7575 "bun-plugin-stx": "^0.1.15",
7676 "bunfig": "^0.15.0",
7777 "typescript": "^5.9.3"